diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2016-08-09 16:05:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | a4fa72fc390d032934708cd702d811730890b872 (patch) | |
tree | b77bab43a81f87dd7d36bdfe0f1e3eaa63261b2f /gis/GMT/README | |
parent | af931f852b8c65b82b75de213507906de50a24d8 (diff) |
gis/GMT: Added (Generic Mapping Tools).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis/GMT/README')
-rw-r--r-- | gis/GMT/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gis/GMT/README b/gis/GMT/README new file mode 100644 index 0000000000000..9a505f283e4bc --- /dev/null +++ b/gis/GMT/README @@ -0,0 +1,18 @@ +GMT is an open source collection of about 80 command-line tools for +manipulating geographic and Cartesian data sets (including filtering, +trend fitting, gridding, projecting, etc.) and producing PostScript +illustrations ranging from simple x-y plots via contour maps to +artificially illuminated surfaces and 3D perspective views; the GMT +supplements add another 40 more specialized and discipline-specific +tools. + +By default, GMT will use Dave Watson's Delaunay triangulation routine. +However, a much faster alternative is available from Jonathan Shewchuk, +but his routine is not distributed under the GNU Public License. +In order to use the Shewchuk's routine you have to launch the script +by passing the SHEWCHUK parameter: + + SHEWCHUK=yes ./GMT.SlackBuild + +For more details refer to the README and LICENSE.TXT files contained +into the GMT sources. |