https://github.com/bjlittle/cartopy

Cartopy - a cartographic python library with matplotlib support

https://github.com/bjlittle/cartopy

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Cartopy - a cartographic python library with matplotlib support

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Fork of SciTools/cartopy
Created over 13 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog Contributing License

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.

Owner

  • Name: Bill Little
  • Login: bjlittle
  • Kind: user
  • Location: Exeter, Devon, England
  • Company: Met Office

Soft, fluffy and machine washable.

GitHub Events

Total
  • Push event: 1
  • Create event: 2
Last Year
  • Push event: 1
  • Create event: 2

Dependencies

.github/workflows/ci-testing.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • conda-incubator/setup-miniconda v2 composite
.github/workflows/circleci.yml actions
  • larsoner/circleci-artifacts-redirector-action master composite
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • conda-incubator/setup-miniconda v2 composite
  • pypa/gh-action-pypi-publish master composite
docs/doc-requirements.txt pypi
  • beautifulsoup4 *
  • pydata-sphinx-theme *
  • sphinx *
  • sphinx-gallery *
requirements/default.txt pypi
  • numpy >=1.13.3
  • pyproj >=3.0.0
  • pyshp >=2
  • shapely >=1.5.6
requirements/ows.txt pypi
  • OWSLib >=0.8.11
  • pillow >=1.7.8
requirements/plotting.txt pypi
  • GDAL >=1.10.0
  • matplotlib >=1.5.1
  • pillow >=1.7.8
  • scipy >=0.10
requirements/tests.txt pypi
  • flufl.lock * test
  • pytest >=3.0.0 test