summaryrefslogtreecommitdiffstats
path: root/gis/GMT/README
diff options
context:
space:
mode:
author Cristiano Urban2016-08-09 17:05:02 +0200
committer Willy Sudiarto Raharjo2016-08-13 02:22:19 +0200
commita4fa72fc390d032934708cd702d811730890b872 (patch)
treeb77bab43a81f87dd7d36bdfe0f1e3eaa63261b2f /gis/GMT/README
parentaf931f852b8c65b82b75de213507906de50a24d8 (diff)
downloadslackbuilds-a4fa72fc390d032934708cd702d811730890b872.tar.gz
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/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/gis/GMT/README b/gis/GMT/README
new file mode 100644
index 0000000000..9a505f283e
--- /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.