diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2016-08-17 11:21:45 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-19 10:00:13 +0100 |
commit | 828f54d1d3b29549863f80c74362a5bdf1e3e4d5 (patch) | |
tree | d81c700b65c21da78d02ace9b8a8612bb6cfa163 /gis/geographiclib-python/README | |
parent | fbedb744045d6efe7bd1a90e83cc98a2d11b3e81 (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/README | 5 |
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. |