EnglishFrenchSpanish

Ad


OnWorks favicon

mgd77trackgmt - Online in the Cloud

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

This is the command mgd77trackgmt 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


mgd77track - Plot track-line map of MGD77 cruises

SYNOPSIS


mgd77track NGDC-ids region parameters [ [c][size][,spacing] ] [ [p|s]parameters ] [ f|g|e
] [ -Dastartdate ] [ bstopdate ] [ ] [ d|t|ngap ] [ ignore ] [ ] [ trackticks ] [
-o<flags> ] [ -p<flags> ] [ astartdist[u] ] [ bstopdist[u] ] [ T|t|dms,mc,mfs,mf,mfc ] [
[just/dx/dy/][c|label] ] [ [level] ] [ [-|+][pen] ] [ x_offset ] [ y_offset ] [ -ccopies ]
[ -p<flags> ] [ -t<transp> ]

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

DESCRIPTION


mgd77track reads NGDC MGD77 cruises and creates PostScript code that will plot one or more
ship tracks on a map using the specified projection. The PostScript code is written to
standard output.

REQUIRED ARGUMENTS


NGDC-ids
Can be one or more of five kinds of specifiers:

1. 8-character NGDC IDs, e.g., 01010083, JA010010etc., etc.

2. 2-character <agency> codes which will return all cruises from each agency.

3. 4-character <agency><vessel> codes, which will return all cruises from those
vessels.

4. =<list>, where <list> is a table with NGDC IDs, one per line.

5. If nothing is specified we return all cruises in the data base.

(See mgd77info -L for agency and vessel codes). The ".mgd77" or ".nc" extensions
will automatically be appended, if needed (use -I to ignore certain file types).
Cruise files will be looked for first in the current directory and second in all
directories listed in $MGD77_HOME/mgd77_paths.txt [If $MGD77_HOME is not set it
will default to $GMT_SHAREDIR/mgd77].

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

-R[unit]west/east/south/north[/zmin/zmax][r]
west, east, south, and north specify the region of interest, and you may specify
them in decimal degrees or in [+-]dd:mm[:ss.xxx][W|E|S|N] format. Append r if lower
left and upper right map coordinates are given instead of w/e/s/n. The two
shorthands -Rg and -Rd stand for global domain (0/360 and -180/+180 in longitude
respectively, with -90/+90 in latitude). Alternatively for grid creation, give
Rcodelon/lat/nx/ny, where code is a 2-character combination of L, C, R (for left,
center, or right) and T, M, B for top, middle, or bottom. e.g., BL for lower left.
This indicates which point on a rectangular region the lon/lat coordinate refers
to, and the grid dimensions nx and ny with grid spacings via -I is used to create
the corresponding region. Alternatively, specify the name of an existing grid file
and the -R settings (and grid spacing, if applicable) are copied from the grid.
Using -Runit expects projected (Cartesian) coordinates compatible with chosen -J
and we inversely project to determine actual rectangular geographic region. For
perspective view (-p), optionally append /zmin/zmax. In case of perspective view
(-p), a z-range (zmin, zmax) can be appended to indicate the third dimension. This
needs to be done only when using the -Jz option, not when using only the -p option.
In the latter case a perspective view of the plane is plotted, with no third
dimension.

OPTIONAL ARGUMENTS


-A[c][size][,spacing]
Append c to annotate using the MGD77 cruise ID [Default uses the filename prefix].
Optional size is the font size in points. The leg annotation font is controlled by
FONT_LABEL. By default, each leg is annotated every time it enters the map region.
Alternatively, append ,spacing to place this label every spacing units apart along
the track. Append one of the units k (km), n (nautical mile), d (day), or h (hour).

-B[p|s]parameters (more ...)
Set map boundary intervals.

-Cf|g|e

Select procedure for along-track distance calculation:
f Flat Earth distances. g Great circle distances [Default]. e Geodesic
distances on current GMT ellipsoid.

-Dastartdate
Do not plot data collected before startdate (yyyy-mm-ddT[hh:mm:ss]) [Default is
first day].

-Dbstopdate
Do not plot data collected after stopdate (yyyy-mm-ddT[hh:mm:ss]). [Default is last
day].

-F Do not apply the error bit flags if present in a MGD77+ file [Default will apply
these flags upon reading the data].

-Gd|t|ngap
Let successive point separations exceeding dgap (km) or tgap (minutes) indicate a
break in the track where we should not draw a line [no gaps recognized]. Repeat to
use both types of gap checking. The nN form is used to plot only one every other N
points. This is useful to reduce plot file size bat cannot be used (will be
ignored) with the other two gap types.

-Iignore
Ignore certain data file formats from consideration. Append a|c|t to ignore MGD77
ASCII, MGD77+ netCDF, or plain table files, respectively. The option may be
repeated to ignore more than one format. [Default ignores none].

-K (more ...)
Do not finalize the PostScript plot.

-Ltrackticks
To put time/distance log-marks on the track. E.g. a500ka24ht6h means (a)nnotate
every 500 km (k) and 24 h(ours), with (t)ickmarks every 500 km and 6 hours.
Alternatively you may use the modifiers d (days) and n (nautical miles).

-O (more ...)
Append to existing PostScript plot.

-P (more ...)
Select "Portrait" plot orientation.

-Sastartdist[u]
Do not plot data that are less than startdist meter along track from port of
departure. Append k for km, m for miles, or n for nautical miles [Default is 0
meters].

-Sbstopdist[u]
Do not plot data that are more than stopdist meter along track from port of
departure. Append k for km, m for miles, or n for nautical miles [Default is end of
track].

-TT|t|dms,mc,mfs,mf,mfc
Controls the attributes of the three kinds of markers (T for the first time marker
in a new day, t for additional time markers in the same day, and d for distance
markers). For each of these you can specify the 5 comma-separated attributes
markersize, markercolor, markerfontsize, markerfont, and markerfontcolor. Repeat
the -T option for each marker type.

-U[just/dx/dy/][c|label] (more ...)
Draw GMT time stamp logo on plot.

-W[-|+][pen]
Append pen used for the trackline. [Defaults: width = default, color = black, style
= solid]. A leading + will use the lookup color (via -C) for both symbol fill and
outline pen color, while a leading - will set outline pen color and turn off symbol
fill.

-X[a|c|f|r][x-shift[u]]

-Y[a|c|f|r][y-shift[u]] (more ...)
Shift plot origin.

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

-ccopies (more ...)
Specify number of plot copies [Default is 1].

-p[x|y|z]azim/elev[/zlevel][+wlon0/lat0[/z0]][+vx0/y0] (more ...)
Select perspective view.

-t[transp] (more ...)
Set PDF transparency level in percent.

-^ 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.

EXAMPLES


To generate a Mercator plot of the track of the cruise 01010007 in the area 70W to 20E,
40S to 20N, using a Mercator scale of 0.1inch/degree, label the tracks with 10 points
characters, annotate the boundaries every 10 degrees, draw gridlines every 5 degrees, and
mark the track every day and 1000 km, with ticks every 6 hours and 250 km, and send the
plot to the default printer, enter the following command:

gmt mgd77track 01010007 -R70W/20E/40S/20N -Jm0.1 -B10g5 -A10 \
-La1da1000kf6hf250k \| lpr

Use mgd77trackgmt online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • 2
    KompoZer
    KompoZer
    KompoZer is a wysiwyg HTML editor using
    the Mozilla Composer codebase. As
    Nvu's development has been stopped
    in 2005, KompoZer fixes many bugs and
    adds a f...
    Download KompoZer
  • 3
    Free Manga Downloader
    Free Manga Downloader
    The Free Manga Downloader (FMD) is an
    open source application written in
    Object-Pascal for managing and
    downloading manga from various websites.
    This is a mirr...
    Download Free Manga Downloader
  • 4
    UNetbootin
    UNetbootin
    UNetbootin allows you to create bootable
    Live USB drives for Ubuntu, Fedora, and
    other Linux distributions without
    burning a CD. It runs on Windows, Linux,
    and ...
    Download UNetbootin
  • 5
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM is an easy to use
    ERP and CRM open source software package
    (run with a web php server or as
    standalone software) for businesses,
    foundations...
    Download Dolibarr ERP - CRM
  • 6
    SQuirreL SQL Client
    SQuirreL SQL Client
    SQuirreL SQL Client is a graphical SQL
    client written in Java that will allow
    you to view the structure of a JDBC
    compliant database, browse the data in
    tables...
    Download SQuirreL SQL Client
  • More »

Linux commands

Ad