summaryrefslogtreecommitdiffstats
path: root/gis/python3-cartopy/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/python3-cartopy/README')
-rw-r--r--gis/python3-cartopy/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/gis/python3-cartopy/README b/gis/python3-cartopy/README
new file mode 100644
index 0000000000..584d84e8e6
--- /dev/null
+++ b/gis/python3-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