blob: a8c247d5ec6e768b6adeeb4b34d7919e5c7eb20f (
plain)
1
2
3
4
5
6
7
8
9
10
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
|