debian man page for gshhstograss

Query: gshhstograss

OS: debian

Section: 1gmt

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GSHHS2GRASS(1gmt)					       Generic Mapping Tools						 GSHHS2GRASS(1gmt)

NAME
gshhs2grass - Extracting GSHHS and WDBII data in GRASS-compatible ASCII format
SYNOPSIS
gshhs2grass -i gshhs_[f|h|i|l|c].b [ -xminx ] [-Xmaxx ] [ -yminy ] [ -Ymaxy ]
DESCRIPTION
gshhs2grass reads the binary coastline (GSHHS) and and translates it into an ASCII format suitable for import into GRASS. It automatically handles byte-swabbing between different architectures. gshhs_[f|h|i|l|c].b One of the GSHHS binary data file as distributed with the GSHHS data supplement. Any of the 5 standard resolutions (full, high, intermediate, low, crude) can be used. The resulting files are called dig_[ascii|att|cats].gshhs_[f|h|i|l|c].
OPTIONS
-x Specify a minimum (west) longitude. -X Specify a maximum (east) longitude. -y Specify a minimum (south) latitude. -Y Specify a maximum (north) latitude.
EXAMPLES
To convert the full GSHHS data set , try gshhs2grass gshhs_f.b
BUGS
Not updated to handle the WDBII line data (borders or rivers).
AUTHOR
Original version by Simon Cox (simon@ned.dem.csiro.au) with some maintenance by Paul Wessel (pwessel@hawaii.edu).
SEE ALSO
GMT(1), gshhs(1) gshhs_dp(1) GMT 4.5.7 15 Jul 2011 GSHHS2GRASS(1gmt)
Related Man Pages
dat2gmt(1gmt) - debian
gmt2dat(1gmt) - debian
gmt2bin(1gmt) - debian
gmtinfo(1gmt) - debian
gshhs(1gmt) - debian
Similar Topics in the Unix Linux Community
how to check the file data type(ascii or binary)
binary to ascii
Extracting text between two patterns 1 and 2 and pattern2 should be second occurrence of the file
Extracting part of a word
Converting a binary file to ascii and vice versa?