Skip to content
Cartopy - a cartographic python library with matplotlib support
Python
Branch: master
Clone or download

Latest commit

Latest commit 466c901 May 1, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Drop Python 2 doc builds on CI entirely. Apr 27, 2020
.github ci: Use CircleCI artifacts redirector for doc links. Mar 5, 2020
benchmarks Remove extra blank lines. Apr 30, 2020
docs Upgrade Python syntax with pyupgrade --py3-plus Apr 29, 2020
lib/cartopy Fix variable case in wmts_time example. Apr 30, 2020
requirements Remove six. Apr 27, 2020
tools Remove extra blank lines. Apr 30, 2020
.appveyor.yml Remove Python 2 from CI systems. Apr 27, 2020
.coveragerc Fix file paths for coverage on coveralls. Feb 7, 2020
.gitattributes Made use of versioneer. (#743) Feb 7, 2018
.gitignore DOC: Don't place processed examples in a tempdir. Dec 16, 2019
.stickler.yml Remove Python 2 from CI systems. Apr 27, 2020
.travis.yml Remove Python 2 from CI systems. Apr 27, 2020
CHANGES Final v0.8.x enhancements. Jun 3, 2013
COPYING Revert changes to licensing files. Feb 8, 2020
COPYING.LESSER Revert changes to licensing files. Feb 8, 2020
INSTALL Remove six. Apr 27, 2020
MANIFEST.in pyproject.toml was removed. It can be returned once pip no longer re-… Jan 15, 2019
README.md Revert changes to licensing files. Feb 8, 2020
setup.cfg Changing the plot directive to mpl's version. Apr 10, 2020
setup.py Drop support for EOL Python 2 Apr 29, 2020
versioneer.py Updated URIs to HTTPS in top-level docs and scripts May 19, 2019

README.md

Cartopy

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

conda-forge downloads Latest version Commits since last release # contributors Travis-CI zenodo Gitter Chat


Table of contents

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

  • Ask usage questions on StackOverflow.
  • For less well defined questions, ideas, general discussion or announcements of related projects use the Google Group.
  • Report bugs, suggest features or view the source code on GitHub.
  • To chat with developers and other users you can use the Gitter Chat

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 for more details on how you can get involved.

Cartopy is released under a LGPL license with a shared copyright model. See COPYING and 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.

You can’t perform that action at this time.