diff options
Diffstat (limited to 'gis/cartopy/README')
-rw-r--r-- | gis/cartopy/README | 11 |
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 |