summaryrefslogtreecommitdiffstats
path: root/gis/cartopy/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2014-04-10 21:38:44 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-11 00:46:56 +0700
commit821485dd1ddc6fa8bd3e51390a9ebf26f4dc6422 (patch)
tree611ffbb3c6219133c278becc9504db2dd09ca6b1 /gis/cartopy/README
parenteaec78099c01ea762d405ee04969b27230beae7f (diff)
downloadslackbuilds-821485dd1ddc6fa8bd3e51390a9ebf26f4dc6422.tar.gz
slackbuilds-821485dd1ddc6fa8bd3e51390a9ebf26f4dc6422.tar.xz
gis/cartopy: Added (cartographic tools for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/cartopy/README')
-rw-r--r--gis/cartopy/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/gis/cartopy/README b/gis/cartopy/README
new file mode 100644
index 0000000000..3e1086f905
--- /dev/null
+++ b/gis/cartopy/README
@@ -0,0 +1,11 @@
+Cartopy is a Python package designed to make drawing maps for data analysis an
+visualisation as easy as possible.
+
+Some of the key features of cartopy are:
+
+* object oriented projection definitions
+* point, line, polygon and image transformations between projections
+* integration to expose advanced mapping in matplotlib with a simple and
+ intuitive interface
+* powerful vector data handling by integrating shapefile reading with Shapely
+ capabilities