• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.circleci/H23-Apr-2021-9981

.github/H23-Apr-2021-268181

benchmarks/H23-Apr-2021-166103

docs/H03-May-2022-3,7822,448

examples/H03-May-2022-1,8921,281

lib/H23-Apr-2021-87,18660,971

requirements/H03-May-2022-

tools/H23-Apr-2021-125100

.appveyor.ymlH A D23-Apr-20211.4 KiB4740

.coveragercH A D23-Apr-2021427 2521

.gitattributesH A D23-Apr-202131 21

.gitignoreH A D23-Apr-20211.1 KiB6755

.stickler.ymlH A D23-Apr-202139 43

CHANGESH A D23-Apr-202154 21

COPYINGH A D23-Apr-202134.3 KiB675553

COPYING.LESSERH A D23-Apr-20217.5 KiB166128

INSTALLH A D23-Apr-20214.9 KiB14399

MANIFEST.inH A D23-Apr-2021286 1211

PKG-INFOH A D23-Apr-20216.1 KiB140116

README.mdH A D23-Apr-20213.8 KiB10380

pyproject.tomlH A D23-Apr-2021221 1110

setup.cfgH A D23-Apr-2021297 1512

setup.pyH A D23-Apr-202114.7 KiB423327

README.md

1<h1 align="center" style="margin:1em;">
2  <a href="https://scitools.org.uk/cartopy/docs/latest/">
3    <img src="https://scitools.org.uk/cartopy/docs/latest/_static/cartopy.png"
4         alt="Cartopy"></a>
5</h1>
6
7<h4 align="center">
8    Cartopy is a Python package designed to make drawing maps for
9    data analysis and visualisation easy.
10</h4>
11
12<p align="center">
13<!-- https://shields.io/ is a good source of these -->
14<a href="https://anaconda.org/conda-forge/cartopy">
15<img src="https://img.shields.io/conda/dn/conda-forge/cartopy.svg"
16 alt="conda-forge downloads" /></a>
17<a href="https://github.com/SciTools/cartopy/releases">
18<img src="https://img.shields.io/github/tag/SciTools/cartopy.svg"
19 alt="Latest version" /></a>
20<a href="https://github.com/SciTools/cartopy/commits/master">
21<img src="https://img.shields.io/github/commits-since/SciTools/cartopy/latest.svg"
22 alt="Commits since last release" /></a>
23<a href="https://github.com/SciTools/cartopy/graphs/contributors">
24<img src="https://img.shields.io/github/contributors/SciTools/cartopy.svg"
25 alt="# contributors" /></a>
26<a href="https://travis-ci.org/SciTools/cartopy/branches">
27<img src="https://api.travis-ci.org/repositories/SciTools/cartopy.svg?branch=master"
28 alt="Travis-CI" /></a>
29<a href="https://zenodo.org/badge/latestdoi/5282596">
30<img src="https://zenodo.org/badge/5282596.svg"
31 alt="zenodo" /></a>
32<a href="https://gitter.im/SciTools/cartopy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge">
33<img src="https://badges.gitter.im/SciTools/cartopy.svg" alt="Gitter Chat" /></a>
34</p>
35<br>
36
37# Table of contents
38
39<!--
40NOTE: toc auto-generated with https://github.com/jonschlinkert/markdown-toc
41    $> markdown-toc -i --bullets='-' README.md
42
43NOTE: This entire README can be markdown linted with
44    https://github.com/igorshubovych/markdownlint-cli
45    $ echo '{"no-inline-html": false}' > .markdownrc
46    $ markdownlint README.md
47-->
48
49<!-- toc -->
50
51- [Overview](#overview)
52- [Get in touch](#get-in-touch)
53- [License and copyright](#license-and-copyright)
54
55<!-- tocstop -->
56
57## Overview
58
59Cartopy is a Python package designed to make drawing maps for data
60analysis and visualisation easy.
61
62It features:
63
64- object oriented projection definitions
65- point, line, polygon and image transformations between projections
66- integration to expose advanced mapping in Matplotlib with a simple and
67  intuitive interface
68- powerful vector data handling by integrating shapefile reading with Shapely
69  capabilities
70
71Documentation can be found at <https://scitools.org.uk/cartopy/docs/latest/>.
72
73## Get in touch
74
75- Ask usage questions on
76  [StackOverflow](https://stackoverflow.com/questions/tagged/cartopy).
77- For less well defined questions, ideas, general discussion or announcements
78  of related projects use the
79  [Google Group](https://groups.google.com/forum/#!forum/scitools-iris).
80- Report bugs, suggest features or view the source code on
81  [GitHub](https://github.com/SciTools/cartopy).
82- To chat with developers and other users you can use the
83  [Gitter Chat](https://gitter.im/SciTools/cartopy)
84
85
86## Credits, copyright and license
87
88Cartopy is developed collaboratively under the SciTools umberella.
89
90A full list of codecontributors ("Cartopy contributors") can be found at
91https://github.com/SciTools/cartopy/graphs/contributors.
92
93Code is just one of many ways of positively contributing to Cartopy, please see
94our [contributing guide](.github/CONTRIBUTING.md) for more details on how
95you can get involved.
96
97Cartopy is released under a LGPL license with a shared copyright model.
98See [COPYING](COPYING) and [COPYING.LESSER](COPYING.LESSER) for full terms.
99
100The [Met Office](https://metoffice.gov.uk) has made a significant
101contribution to the development, maintenance and support of this library.
102All Met Office contributions are copyright on behalf of the British Crown.
103