|
psc2tkgm − reformat output from GMT pscoast for use with tkgeomap |
|
2 |
|
geomap::lnarr fmbin lnArrName "|pscoast -M bos options | psc2tkgm" |
|
This application reads stdin from the output of ’pscoast -M -bos ...’ and writes the data to stdout in a format readable to tkgeomap’s geomap::lnarr fmbin command. Go to http://www.tkgeomap.org for more information on tkgeomap. pscoast is a GMT utility that prints line data for various data sets to standard output. The -M -bos options tell pscoast to send latitude longitude value to standard output in single precision as a binary stream. Additional options specify the desired data and region. See the GMT user documentation for allowed values. For example, the following commands loads coastal data for the entire world at low resolution into a linearray named gcoast: |
|
geomap::lnarr fmbin gcoast "|pscoast -M -bos -Dl -W -R-180/180/-90/90 | psc2tkgm" |
|
Gordon Carrie user0 at address tkgeomap.org |