slackbuilds/gis/cartopy
Benjamin Trigona-Harany a3937548a7 gis/cartopy: Add support for Python 3.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2020-01-03 02:11:10 -06:00
..
README gis/cartopy: Added (cartographic tools for Python). 2014-04-11 00:46:56 +07:00
cartopy.SlackBuild gis/cartopy: Add support for Python 3. 2020-01-03 02:11:10 -06:00
cartopy.info gis/cartopy: Add support for Python 3. 2020-01-03 02:11:10 -06:00
slack-desc gis/cartopy: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

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