EnglishFrenchSpanish

Ad


OnWorks favicon

gmtselectgmt - Online in the Cloud

Run gmtselectgmt in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command gmtselectgmt that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


gmtselect - Select data table subsets based on multiple spatial criteria

SYNOPSIS


gmtselect [ table ] [ min_area[/min_level/max_level][+ag|i|s|S][+r|l][ppercent] ] [
dist[unit]/ptfile ] [ resolution[+] ] [ [fn] ] [ polygonfile ] [ -I[cflrsz] ] [ parameters
] [ [p]dist[unit]/linefile ] [ maskvalues ] [ region ] [ min[/max][+ccol] ] [ [level] ] [
-b<binary> ] [ -d<nodata> ] [ -f<flags> ] [ -g<gaps> ] [ -h<headers> ] [ -i<flags> ] [
-o<flags> ] [ -:[i|o] ]

Note: No space is allowed between the option flag and the associated arguments.

DESCRIPTION


gmtselect is a filter that reads (longitude, latitude) positions from the first 2 columns
of infiles [or standard input] and uses a combination of 1-6 criteria to pass or reject
the records. Records can be selected based on whether or not they are 1) inside a
rectangular region (-R [and -J]), 2) within dist km of any point in ptfile, 3) within dist
km of any line in linefile, 4) inside one of the polygons in the polygonfile, 5) inside
geographical features (based on coastlines), or 6) has z-values within a given range. The
sense of the tests can be reversed for each of these 6 criteria by using the -I option.
See option -: on how to read (latitude,longitude) files.

REQUIRED ARGUMENTS


None

OPTIONAL ARGUMENTS


table One or more ASCII (or binary, see -bi[ncols][type]) data table file(s) holding a
number of data columns. If no tables are given then we read from standard input.

-Amin_area[/min_level/max_level][+ag|i|s|S][+r|l][+ppercent]
Features with an area smaller than min_area in km^2 or of hierarchical level that
is lower than min_level or higher than max_level will not be plotted [Default is
0/0/4 (all features)]. Level 2 (lakes) contains regular lakes and wide river
bodies which we normally include as lakes; append +r to just get river-lakes or +l
to just get regular lakes. By default (+ai) we select the ice shelf boundary as
the coastline for Antarctica; append +ag to instead select the ice grounding line
as coastline. For expert users who wish to print their own Antarctica coastline
and islands via psxy you can use +as to skip all GSHHG features below 60S or +aS to
instead skip all features north of 60S. Finally, append +ppercent to exclude
polygons whose percentage area of the corresponding full-resolution feature is less
than percent. See GSHHG INFORMATION below for more details. Ignored unless -N is
set.

-Cdist[unit]/ptfile
Pass all records whose location is within dist of any of the points in the ASCII
file ptfile. If dist is zero then the 3rd column of ptfile must have each point's
individual radius of influence. Distances are Cartesian and in user units; specify
-fg to indicate spherical distances and append a distance unit (see UNITS).
Alternatively, if -R and -J are used then geographic coordinates are projected to
map coordinates (in cm, inch, or points, as determined by PROJ_LENGTH_UNIT) before
Cartesian distances are compared to dist.

-Dresolution[+]
Ignored unless -N is set. Selects the resolution of the coastline data set to use
((f)ull, (h)igh, (i)ntermediate, (l)ow, or (c)rude). The resolution drops off by
~80% between data sets. [Default is l]. Append (+) to automatically select a lower
resolution should the one requested not be available [abort if not found]. Note
that because the coastlines differ in details it is not guaranteed that a point
will remain inside [or outside] when a different resolution is selected.

-E[fn] Specify how points exactly on a polygon boundary should be considered. By default,
such points are considered to be inside the polygon. Append n and/or f to change
this behavior for the -F and -N options, respectively, so that boundary points are
considered to be outside.

-Fpolygonfile
Pass all records whose location is within one of the closed polygons in the
multiple-segment file polygonfile. For spherical polygons (lon, lat), make sure no
consecutive points are separated by 180 degrees or more in longitude. Note that
polygonfile must be in ASCII regardless of whether -bi is used.

-I[cflrsz]
Reverses the sense of the test for each of the criteria specified:

c select records NOT inside any point's circle of influence.

f select records NOT inside any of the polygons.

l select records NOT within the specified distance of any line.

r select records NOT inside the specified rectangular region.

s select records NOT considered inside as specified by -N (and -A, -D).

z select records NOT within the range specified by -Z.

-Jparameters (more ...)
Select map projection.

-L[p]dist[unit]/linefile
Pass all records whose location is within dist of any of the line segments in the
ASCII multiple-segment file linefile. If dist is zero then we will scan each
sub-header in the ptfile for an embedded -Ddist setting that sets each line's
individual distance value. Distances are Cartesian and in user units; specify -fg
to indicate spherical distances append a distance unit (see UNITS). Alternatively,
if -R and -J are used then geographic coordinates are projected to map coordinates
(in cm, inch, m, or points, as determined by PROJ_LENGTH_UNIT) before Cartesian
distances are compared to dist. Use -Lp to ensure only points whose orthogonal
projections onto the nearest line-segment fall within the segments endpoints
[Default considers points "beyond" the line's endpoints.

-Nmaskvalues
Pass all records whose location is inside specified geographical features. Specify
if records should be skipped (s) or kept (k) using 1 of 2 formats:

-Nwet/dry.

-Nocean/land/lake/island/pond.

[Default is s/k/s/k/s (i.e., s/k), which passes all points on dry land].

-R[unit]xmin/xmax/ymin/ymax[r] (more ...)
Specify the region of interest. If no map projection is supplied we implicitly set
-Jx1.

-V[level] (more ...)
Select verbosity level [c].

-Zmin[/max][+ccol]
Pass all records whose 3rd column (z; col = 2) lies within the given range or is
NaN (use -s to skip NaN records). If max is omitted then we test if z equals min
instead. Input file must have at least three columns. To indicate no limit on min
or max, specify a hyphen (-). If your 3rd column is absolute time then remember to
supply -f2T. To specify another column, append +ccol, and to specify several tests
just repeat the Z option as many times has you have columns to test. Note: when
more than one Z option is given then the Iz option cannot be used.

-bi[ncols][t] (more ...)
Select native binary input. [Default is 2 input columns].

-bo[ncols][type] (more ...)
Select native binary output. [Default is same as input].

-d[i|o]nodata (more ...)
Replace input columns that equal nodata with NaN and do the reverse on output.

-f[i|o]colinfo (more ...)
Specify data types of input and/or output columns.

-g[a]x|y|d|X|Y|D|[col]z[+|-]gap[u] (more ...)
Determine data gaps and line breaks.

-h[i|o][n][+c][+d][+rremark][+rtitle] (more ...)
Skip or produce header record(s).

-icols[l][sscale][ooffset][,...] (more ...)
Select input columns (0 is first column).

-ocols[,...] (more ...)
Select output columns (0 is first column).

-s[cols][a|r] (more ...)
Set handling of NaN records.

-:[i|o] (more ...)
Swap 1st and 2nd column on input and/or output.

-^ or just -
Print a short message about the syntax of the command, then exits (NOTE: on Windows
use just -).

-+ or just +
Print an extensive usage (help) message, including the explanation of any
module-specific option (but not the GMT common options), then exits.

-? or no arguments
Print a complete usage (help) message, including the explanation of options, then
exits.

--version
Print GMT version and exit.

--show-datadir
Print full path to GMT share directory and exit.

UNITS


For map distance unit, append unit d for arc degree, m for arc minute, and s for arc
second, or e for meter [Default], f for foot, k for km, M for statute mile, n for nautical
mile, and u for US survey foot. By default we compute such distances using a spherical
approximation with great circles. Prepend - to a distance (or the unit is no distance is
given) to perform "Flat Earth" calculations (quicker but less accurate) or prepend + to
perform exact geodesic calculations (slower but more accurate).

ASCII FORMAT PRECISION


The ASCII output formats of numerical data are controlled by parameters in your gmt.conf
file. Longitude and latitude are formatted according to FORMAT_GEO_OUT, whereas other
values are formatted according to FORMAT_FLOAT_OUT. Be aware that the format in effect can
lead to loss of precision in the output, which can lead to various problems downstream. If
you find the output is not written with enough precision, consider switching to binary
output (-bo if available) or specify more decimals using the FORMAT_FLOAT_OUT setting.

This note applies to ASCII output only in combination with binary or netCDF input or the
-: option. See also the note below.

NOTE ON PROCESSING ASCII INPUT RECORDS


Unless you are using the -: option, selected ASCII input records are copied verbatim to
output. That means that options like -foT and settings like FORMAT_FLOAT_OUT and
FORMAT_GEO_OUT will not have any effect on the output. On the other hand, it allows
selecting records with diverse content, including character strings, quoted or not,
comments, and other non-numerical content.

NOTE ON DISTANCES


If options -C or -L are selected then distances are Cartesian and in user units; use -fg
to imply spherical distances in km and geographical (lon, lat) coordinates. Alternatively,
specify -R and -J to measure projected Cartesian distances in map units (cm, inch, or
points, as determined by PROJ_LENGTH_UNIT).

This program has evolved over the years. Originally, the -R and -J were mandatory in order
to handle geographic data, but now there is full support for spherical calculations. Thus,
-J should only be used if you want the tests to be applied on projected data and not the
original coordinates. If -J is used the distances given via -C and -L are projected
distances.

NOTE ON SEGMENTS


Segment headers in the input files are copied to output if one or more records from a
segment passes the test. Selection is always done point by point, not by segment. That
means only points from a segment that pass the test will be included in the output. If
you wish to clip the lines and include the new boundary points at the segment ends you
must use gmtspatial instead.

EXAMPLES


To extract the subset of data set that is within 300 km of any of the points in pts.d but
more than 100 km away from the lines in lines.d, run

gmt select lonlatfile -fg -C300k/pts.d -L100/lines.d -Il > subset

Here, you must specify -fg so the program knows you are processing geographical data.

To keep all points in data.d within the specified region, except the points on land (as
determined by the high-resolution coastlines), use

gmt select data.d -R120/121/22/24 -Dh -Nk/s > subset

To return all points in quakes.d that are inside or on the spherical polygon lonlatpath.d,
try

gmt select quakes.d -Flonlatpath.d -fg > subset1

To return all points in stations.d that are within 5 cm of the point in origin.d for a
certain projection, try

gmt select stations.d -C5/origin.d -R20/50/-10/20 -JM20c \
--PROJ_LENGTH_UNIT=cm > subset2

GSHHS INFORMATION


The coastline database is GSHHG (formerly GSHHS) which is compiled from three sources:
World Vector Shorelines (WVS), CIA World Data Bank II (WDBII), and Atlas of the Cryosphere
(AC, for Antarctica only). Apart from Antarctica, all level-1 polygons (ocean-land
boundary) are derived from the more accurate WVS while all higher level polygons (level
2-4, representing land/lake, lake/island-in-lake, and
island-in-lake/lake-in-island-in-lake boundaries) are taken from WDBII. The Antarctica
coastlines come in two flavors: ice-front or grounding line, selectable via the -A option.
Much processing has taken place to convert WVS, WDBII, and AC data into usable form for
GMT: assembling closed polygons from line segments, checking for duplicates, and
correcting for crossings between polygons. The area of each polygon has been determined
so that the user may choose not to draw features smaller than a minimum area (see -A); one
may also limit the highest hierarchical level of polygons to be included (4 is the
maximum). The 4 lower-resolution databases were derived from the full resolution database
using the Douglas-Peucker line-simplification algorithm. The classification of rivers and
borders follow that of the WDBII. See the GMT Cookbook and Technical Reference Appendix K
for further details.

Use gmtselectgmt online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Brackets
    Brackets
    Brackets is a free, modern open-source
    text editor made especially for Web
    Development. Written in HTML, CSS, and
    JavaScript with focused visual tools and
    prepr...
    Download Brackets
  • 2
    Free Pascal Compiler
    Free Pascal Compiler
    A 32/64/16-bit Pascal compiler for
    Win32/64/CE, Linux, Mac OS X/iOS,
    Android, FreeBSD, OS/2, Game Boy
    Advance, Nintendo NDS and DOS;
    semantically compatible wi...
    Download Free Pascal Compiler
  • 3
    Canon EOS DIGITAL Info
    Canon EOS DIGITAL Info
    Canon doesn�t have shutter count
    included on the EXIF information of an
    image file, as opposed to Nikon and
    Pentax. There�s no official Canon based
    application ...
    Download Canon EOS DIGITAL Info
  • 4
    rEFInd
    rEFInd
    rEFInd is a fork of the rEFIt boot
    manager. Like rEFIt, rEFInd can
    auto-detect your installed EFI boot
    loaders and it presents a pretty GUI
    menu of boot option...
    Download rEFInd
  • 5
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 6
    Music Caster
    Music Caster
    Music Caster is a tray music player
    that lets you cast your local music to a
    Google Cast device. On the first run,
    you will need to click the arrow in your
    tas...
    Download Music Caster
  • More »

Linux commands

Ad