aboutsummaryrefslogtreecommitdiff
path: root/gis/geographiclib-python/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2016-08-17 11:21:45 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2016-08-19 10:00:13 +0100
commit828f54d1d3b29549863f80c74362a5bdf1e3e4d5 (patch)
treed81c700b65c21da78d02ace9b8a8612bb6cfa163 /gis/geographiclib-python/README
parentfbedb744045d6efe7bd1a90e83cc98a2d11b3e81 (diff)
gis/geographiclib-python: Added (Python geodesic routines).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis/geographiclib-python/README')
-rw-r--r--gis/geographiclib-python/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/gis/geographiclib-python/README b/gis/geographiclib-python/README
new file mode 100644
index 0000000000000..92ec5525aff31
--- /dev/null
+++ b/gis/geographiclib-python/README
@@ -0,0 +1,5 @@
+This is a Python implementation of the geodesic routines in GeographicLib
+(http://geographiclib.sourceforge.net/).
+
+Although it is maintained in conjunction with the larger C++ library, this
+Python package can be used independently.