Popularity
5.7
Growing
Activity
8.8
Growing
1,348
55
357

Programming language: Python
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.18.0

Cartopy alternatives and similar packages

Based on the "Data Visualization" category.
Alternatively, view Cartopy alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Cartopy or a related project?

Add another 'Data Visualization' Package

README

Cartopy is a Python package designed to make drawing maps for data analysis and visualisation easy.

<!-- https://shields.io/ is a good source of these -->

Table of contents

<!-- NOTE: toc auto-generated with https://github.com/jonschlinkert/markdown-toc $> markdown-toc -i --bullets='-' README.md

NOTE: This entire README can be markdown linted with https://github.com/igorshubovych/markdownlint-cli $ echo '{"no-inline-html": false}' > .markdownrc $ markdownlint README.md -->

<!-- toc -->

<!-- tocstop -->

Overview

Cartopy is a Python package designed to make drawing maps for data analysis and visualisation easy.

It features:

  • 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

Documentation can be found at https://scitools.org.uk/cartopy/docs/latest/.

Get in touch

Credits, copyright and license

Cartopy is developed collaboratively under the SciTools umberella.

A full list of codecontributors ("Cartopy contributors") can be found at https://github.com/SciTools/cartopy/graphs/contributors.

Code is just one of many ways of positively contributing to Cartopy, please see our [contributing guide](.github/CONTRIBUTING.md) for more details on how you can get involved.

Cartopy is released under a LGPL license with a shared copyright model. See [COPYING](COPYING) and [COPYING.LESSER](COPYING.LESSER) for full terms.

The Met Office has made a significant contribution to the development, maintenance and support of this library. All Met Office contributions are copyright on behalf of the British Crown.


*Note that all licence references and agreements mentioned in the Cartopy README section above are relevant to that project's source code only.