Cartopy


NameCartopy JSON
Version 0.23.0 PyPI version JSON
download
home_pageNone
SummaryA Python library for cartographic visualizations with Matplotlib
upload_time2024-04-10 17:53:00
maintainerNone
docs_urlNone
authorUK Met Office
requires_python>=3.9
licenseBSD 3-Clause License Copyright (c) Crown and Cartopy contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords cartography map transform projection pyproj shapely shapefile
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            <h1 align="center" style="margin:1em;">
  <a href="https://scitools.org.uk/cartopy/docs/latest/">
    <img src="https://scitools.org.uk/cartopy/docs/latest/_static/cartopy.png"
         alt="Cartopy"></a>
</h1>

<h4 align="center">
    Cartopy is a Python package designed to make drawing maps for
    data analysis and visualisation easy.
</h4>

<p align="center">
<!-- https://shields.io/ is a good source of these -->
<a href="https://anaconda.org/conda-forge/cartopy">
<img src="https://img.shields.io/conda/dn/conda-forge/cartopy.svg"
 alt="conda-forge downloads" /></a>
<a href="https://github.com/SciTools/cartopy/releases">
<img src="https://img.shields.io/github/tag/SciTools/cartopy.svg"
 alt="Latest version" /></a>
<a href="https://github.com/SciTools/cartopy/commits/main">
<img src="https://img.shields.io/github/commits-since/SciTools/cartopy/latest.svg"
 alt="Commits since last release" /></a>
<a href="https://github.com/SciTools/cartopy/graphs/contributors">
<img src="https://img.shields.io/github/contributors/SciTools/cartopy.svg"
 alt="# contributors" /></a>
<a href="https://zenodo.org/badge/latestdoi/5282596">
<img src="https://zenodo.org/badge/5282596.svg"
 alt="zenodo" /></a>
<a href="https://gitter.im/SciTools/cartopy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge">
<img src="https://badges.gitter.im/SciTools/cartopy.svg" alt="Gitter Chat" /></a>
<a href="https://results.pre-commit.ci/latest/github/SciTools/cartopy/main">
<img src="https://results.pre-commit.ci/badge/github/SciTools/cartopy/main.svg"
 alt="pre-commit.ci" /></a>
</p>
<br>

# 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 -->

- [Overview](#overview)
- [Get in touch](#get-in-touch)
- [License and copyright](#license-and-copyright)

<!-- 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

- Ask usage questions on
  [StackOverflow](https://stackoverflow.com/questions/tagged/cartopy).
- For less well defined questions, ideas, general discussion or announcements of
  related projects use the
  [Cartopy category on Matplotlib's Discourse](https://discourse.matplotlib.org/c/3rdparty/cartopy/19).
- Report bugs, suggest features or view the source code on
  [GitHub](https://github.com/SciTools/cartopy).
- To chat with developers and other users you can use the
  [Gitter Chat](https://gitter.im/SciTools/cartopy).


## 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 the 3-Clause BSD license with a shared copyright model.
See [LICENSE](LICENSE) for full terms.

The [Met Office](https://metoffice.gov.uk) 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Cartopy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "cartography, map, transform, projection, pyproj, shapely, shapefile",
    "author": "UK Met Office",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a5/00/fed048eeb80129908f8bd5f5762e230864abc8a8fbbc493740bafcb696bd/Cartopy-0.23.0.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\" style=\"margin:1em;\">\n  <a href=\"https://scitools.org.uk/cartopy/docs/latest/\">\n    <img src=\"https://scitools.org.uk/cartopy/docs/latest/_static/cartopy.png\"\n         alt=\"Cartopy\"></a>\n</h1>\n\n<h4 align=\"center\">\n    Cartopy is a Python package designed to make drawing maps for\n    data analysis and visualisation easy.\n</h4>\n\n<p align=\"center\">\n<!-- https://shields.io/ is a good source of these -->\n<a href=\"https://anaconda.org/conda-forge/cartopy\">\n<img src=\"https://img.shields.io/conda/dn/conda-forge/cartopy.svg\"\n alt=\"conda-forge downloads\" /></a>\n<a href=\"https://github.com/SciTools/cartopy/releases\">\n<img src=\"https://img.shields.io/github/tag/SciTools/cartopy.svg\"\n alt=\"Latest version\" /></a>\n<a href=\"https://github.com/SciTools/cartopy/commits/main\">\n<img src=\"https://img.shields.io/github/commits-since/SciTools/cartopy/latest.svg\"\n alt=\"Commits since last release\" /></a>\n<a href=\"https://github.com/SciTools/cartopy/graphs/contributors\">\n<img src=\"https://img.shields.io/github/contributors/SciTools/cartopy.svg\"\n alt=\"# contributors\" /></a>\n<a href=\"https://zenodo.org/badge/latestdoi/5282596\">\n<img src=\"https://zenodo.org/badge/5282596.svg\"\n alt=\"zenodo\" /></a>\n<a href=\"https://gitter.im/SciTools/cartopy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge\">\n<img src=\"https://badges.gitter.im/SciTools/cartopy.svg\" alt=\"Gitter Chat\" /></a>\n<a href=\"https://results.pre-commit.ci/latest/github/SciTools/cartopy/main\">\n<img src=\"https://results.pre-commit.ci/badge/github/SciTools/cartopy/main.svg\"\n alt=\"pre-commit.ci\" /></a>\n</p>\n<br>\n\n# Table of contents\n\n<!--\nNOTE: toc auto-generated with https://github.com/jonschlinkert/markdown-toc\n    $> markdown-toc -i --bullets='-' README.md\n\nNOTE: This entire README can be markdown linted with\n    https://github.com/igorshubovych/markdownlint-cli\n    $ echo '{\"no-inline-html\": false}' > .markdownrc\n    $ markdownlint README.md\n-->\n\n<!-- toc -->\n\n- [Overview](#overview)\n- [Get in touch](#get-in-touch)\n- [License and copyright](#license-and-copyright)\n\n<!-- tocstop -->\n\n## Overview\n\nCartopy is a Python package designed to make drawing maps for data\nanalysis and visualisation easy.\n\nIt features:\n\n- object oriented projection definitions\n- point, line, polygon and image transformations between projections\n- integration to expose advanced mapping in Matplotlib with a simple and\n  intuitive interface\n- powerful vector data handling by integrating shapefile reading with Shapely\n  capabilities\n\nDocumentation can be found at <https://scitools.org.uk/cartopy/docs/latest/>.\n\n## Get in touch\n\n- Ask usage questions on\n  [StackOverflow](https://stackoverflow.com/questions/tagged/cartopy).\n- For less well defined questions, ideas, general discussion or announcements of\n  related projects use the\n  [Cartopy category on Matplotlib's Discourse](https://discourse.matplotlib.org/c/3rdparty/cartopy/19).\n- Report bugs, suggest features or view the source code on\n  [GitHub](https://github.com/SciTools/cartopy).\n- To chat with developers and other users you can use the\n  [Gitter Chat](https://gitter.im/SciTools/cartopy).\n\n\n## Credits, copyright and license\n\nCartopy is developed collaboratively under the SciTools umberella.\n\nA full list of codecontributors (\"Cartopy contributors\") can be found at\nhttps://github.com/SciTools/cartopy/graphs/contributors.\n\nCode is just one of many ways of positively contributing to Cartopy, please see\nour [contributing guide](.github/CONTRIBUTING.md) for more details on how\nyou can get involved.\n\nCartopy is released under the 3-Clause BSD license with a shared copyright model.\nSee [LICENSE](LICENSE) for full terms.\n\nThe [Met Office](https://metoffice.gov.uk) has made a significant\ncontribution to the development, maintenance and support of this library.\nAll Met Office contributions are copyright on behalf of the British Crown.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) Crown and Cartopy contributors. All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "A Python library for cartographic visualizations with Matplotlib",
    "version": "0.23.0",
    "project_urls": {
        "documentation": "https://scitools.org.uk/cartopy/docs/latest/",
        "homepage": "https://github.com/SciTools/cartopy"
    },
    "split_keywords": [
        "cartography",
        " map",
        " transform",
        " projection",
        " pyproj",
        " shapely",
        " shapefile"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "033a724864cbce89a15cbb8476387510c1ab0fcbd38b689f881e775ae32d7178",
                "md5": "e4b72b12bdd3b24375eeb0d5def4d6a2",
                "sha256": "374e66f816c3bafa48ffdbf6abaefa67063b405fac5f425f9be241cdf3498352"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e4b72b12bdd3b24375eeb0d5def4d6a2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 10936659,
            "upload_time": "2024-04-10T17:52:06",
            "upload_time_iso_8601": "2024-04-10T17:52:06.861756Z",
            "url": "https://files.pythonhosted.org/packages/03/3a/724864cbce89a15cbb8476387510c1ab0fcbd38b689f881e775ae32d7178/Cartopy-0.23.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f7e80a57a438b719868662ab7e3f5146547dc90345cac8e49f5271a366f0f06",
                "md5": "3f1e0638bc39f35f66a4adffc24accfb",
                "sha256": "2bae450c4c913796cad0b7ce05aa2fa78d1788de47989f0a03183397648e24be"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3f1e0638bc39f35f66a4adffc24accfb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 10921545,
            "upload_time": "2024-04-10T17:52:10",
            "upload_time_iso_8601": "2024-04-10T17:52:10.868692Z",
            "url": "https://files.pythonhosted.org/packages/0f/7e/80a57a438b719868662ab7e3f5146547dc90345cac8e49f5271a366f0f06/Cartopy-0.23.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afacc394772fee0e8b9d05cfb5af5994d8aa158ce5bbe4f4ae61532eb91dbce9",
                "md5": "be32fdd72a432bf6b1efe832c7ffbef8",
                "sha256": "a40437596e8ac5e74575eab822c661f4e725bd995cfd9e445069695fe9086b42"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "be32fdd72a432bf6b1efe832c7ffbef8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 11602952,
            "upload_time": "2024-04-10T17:52:14",
            "upload_time_iso_8601": "2024-04-10T17:52:14.699808Z",
            "url": "https://files.pythonhosted.org/packages/af/ac/c394772fee0e8b9d05cfb5af5994d8aa158ce5bbe4f4ae61532eb91dbce9/Cartopy-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a0aa6c1d5273e62680b63bb887c720a55c57283abbeaa5080b3d90d7a3276f7",
                "md5": "c296187d240ae51638d3446cc79168a4",
                "sha256": "3292d6d403137eed80d32014c2f28de6282bed8824213f4b4c2170f388b24a1b"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c296187d240ae51638d3446cc79168a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 10904405,
            "upload_time": "2024-04-10T17:52:18",
            "upload_time_iso_8601": "2024-04-10T17:52:18.230655Z",
            "url": "https://files.pythonhosted.org/packages/5a/0a/a6c1d5273e62680b63bb887c720a55c57283abbeaa5080b3d90d7a3276f7/Cartopy-0.23.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c797b8731fb3370482eee4e59e3070e7b0abd71aa8b7e87fce757ce19f37fc1",
                "md5": "1b63f94058db57f3444407ffc1645631",
                "sha256": "86b07b6794b616674e4e485b8574e9197bca54a4467d28dd01ae0bf178f8dc2b"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1b63f94058db57f3444407ffc1645631",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 10936638,
            "upload_time": "2024-04-10T17:52:20",
            "upload_time_iso_8601": "2024-04-10T17:52:20.823832Z",
            "url": "https://files.pythonhosted.org/packages/5c/79/7b8731fb3370482eee4e59e3070e7b0abd71aa8b7e87fce757ce19f37fc1/Cartopy-0.23.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb9602e0445ab41997f942e3d59c9fc3d08220e9b2651f85ac026a9dff7ce28f",
                "md5": "fe8ef777f0ce4b1c1698e4051336d8e6",
                "sha256": "8dece2aa8d5ff7bf989ded6b5f07c980fb5bb772952bc7cdeab469738abdecee"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fe8ef777f0ce4b1c1698e4051336d8e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 10921586,
            "upload_time": "2024-04-10T17:52:24",
            "upload_time_iso_8601": "2024-04-10T17:52:24.286553Z",
            "url": "https://files.pythonhosted.org/packages/fb/96/02e0445ab41997f942e3d59c9fc3d08220e9b2651f85ac026a9dff7ce28f/Cartopy-0.23.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "073111428c479d9eddb5a1f1bef9ad51320db35c612f992163b72739581eef6e",
                "md5": "2dbad7261819dfeedd88efed342c7d84",
                "sha256": "a9dfd28352dc83d6b4e4cf85d84cb50fc4886d4c1510d61f4c7cf22477d1156f"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2dbad7261819dfeedd88efed342c7d84",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 11662265,
            "upload_time": "2024-04-10T17:52:27",
            "upload_time_iso_8601": "2024-04-10T17:52:27.112031Z",
            "url": "https://files.pythonhosted.org/packages/07/31/11428c479d9eddb5a1f1bef9ad51320db35c612f992163b72739581eef6e/Cartopy-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1a2a450fe2d20be42c6666a5146697a6ea1ab9caa1940cce892af02b492c3db",
                "md5": "c013734e9920c62616708c0d279be269",
                "sha256": "b2671b5354e43220f8e1074e7fe30a8b9f71cb38407c78e51db9c97772f0320b"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c013734e9920c62616708c0d279be269",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 10904808,
            "upload_time": "2024-04-10T17:52:30",
            "upload_time_iso_8601": "2024-04-10T17:52:30.334959Z",
            "url": "https://files.pythonhosted.org/packages/e1/a2/a450fe2d20be42c6666a5146697a6ea1ab9caa1940cce892af02b492c3db/Cartopy-0.23.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72826d44fc5a4e7ff859b4ca2dd4eaeae680c75e2e3c16ee6f0dde02fc0fad43",
                "md5": "cfbc883044764734150fa3a9ade01943",
                "sha256": "80b9fd666fd47f6370d29f7ad4e352828d54aaf688a03d0b83b51e141cfd77fa"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cfbc883044764734150fa3a9ade01943",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 10931850,
            "upload_time": "2024-04-10T17:52:33",
            "upload_time_iso_8601": "2024-04-10T17:52:33.279115Z",
            "url": "https://files.pythonhosted.org/packages/72/82/6d44fc5a4e7ff859b4ca2dd4eaeae680c75e2e3c16ee6f0dde02fc0fad43/Cartopy-0.23.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b296f2f271e971185e38e940498421a97cb1e5dac970919bd5d65c2c430fe1f5",
                "md5": "02054ffe90bc0bc07a1e16ec64ad9c3c",
                "sha256": "43e36b8b7e7e373a5698757458fd28fafbbbf5f3ebbe2d378f6a5ec3993d6dc0"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "02054ffe90bc0bc07a1e16ec64ad9c3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 10921507,
            "upload_time": "2024-04-10T17:52:36",
            "upload_time_iso_8601": "2024-04-10T17:52:36.767716Z",
            "url": "https://files.pythonhosted.org/packages/b2/96/f2f271e971185e38e940498421a97cb1e5dac970919bd5d65c2c430fe1f5/Cartopy-0.23.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "827d77f96f369f23182f42b7e124536d7022485c31e51204d0673fc0a43ea28d",
                "md5": "d5cdccbef1860cf2a2cc89e7bd15f82e",
                "sha256": "550173b91155d4d81cd14b4892cb6cabe3dd32bd34feacaa1ec78c0e56287832"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d5cdccbef1860cf2a2cc89e7bd15f82e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 11660854,
            "upload_time": "2024-04-10T17:52:39",
            "upload_time_iso_8601": "2024-04-10T17:52:39.960525Z",
            "url": "https://files.pythonhosted.org/packages/82/7d/77f96f369f23182f42b7e124536d7022485c31e51204d0673fc0a43ea28d/Cartopy-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2656dae4e0a1414251a7bc3c2d9f87853419f921bac991e35701b938b7713dc",
                "md5": "20177f37e8e67bb524c336094a76c893",
                "sha256": "55219ee0fb069cc3254426e87382cde03546e86c3f7c6759f076823b1e3a44d9"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "20177f37e8e67bb524c336094a76c893",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 10904186,
            "upload_time": "2024-04-10T17:52:43",
            "upload_time_iso_8601": "2024-04-10T17:52:43.530280Z",
            "url": "https://files.pythonhosted.org/packages/a2/65/6dae4e0a1414251a7bc3c2d9f87853419f921bac991e35701b938b7713dc/Cartopy-0.23.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00f539bb4be423b9ee258a67f704ffdf7e242b27d2a39a2249cec2df897a5f58",
                "md5": "34eb0270768f9a8b5581d6f92d63586d",
                "sha256": "6279af846bf77d9817ab8792a8e38ca561878f048bba1afdae3e3a30c5432bfd"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "34eb0270768f9a8b5581d6f92d63586d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 10937109,
            "upload_time": "2024-04-10T17:52:46",
            "upload_time_iso_8601": "2024-04-10T17:52:46.874987Z",
            "url": "https://files.pythonhosted.org/packages/00/f5/39bb4be423b9ee258a67f704ffdf7e242b27d2a39a2249cec2df897a5f58/Cartopy-0.23.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "097cf488fed4b891df793be472a2cfc71141123baf4d53d369fc82c7df134a59",
                "md5": "f2afe2a22dca89506ececd1d71fa542a",
                "sha256": "843bf9dc0a18e1a8eed872c49e8092e8a8109e4dce285ad96752841e21e8161e"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f2afe2a22dca89506ececd1d71fa542a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 10922061,
            "upload_time": "2024-04-10T17:52:50",
            "upload_time_iso_8601": "2024-04-10T17:52:50.143811Z",
            "url": "https://files.pythonhosted.org/packages/09/7c/f488fed4b891df793be472a2cfc71141123baf4d53d369fc82c7df134a59/Cartopy-0.23.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12ba80c0a8e0b1d64ee308e8f644b2d93fe8da0d640140351a906f3be4b3dfee",
                "md5": "8b6c777c7a2b82b5ac144c82d332878a",
                "sha256": "350ff8802e2bc617c09bd6148aeb46e841775a846bfaa6e635a212d1eaf5ab66"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8b6c777c7a2b82b5ac144c82d332878a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 11604775,
            "upload_time": "2024-04-10T17:52:54",
            "upload_time_iso_8601": "2024-04-10T17:52:54.227629Z",
            "url": "https://files.pythonhosted.org/packages/12/ba/80c0a8e0b1d64ee308e8f644b2d93fe8da0d640140351a906f3be4b3dfee/Cartopy-0.23.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3de54e1d3a99a279ae3c9a1d6a366c312964ac85b3557c0179c19cb1060dea94",
                "md5": "c558e71ec4c666fdfa32386436b7840d",
                "sha256": "b52ab2274ad7504955854ef8d6f603e41f5d7163d02b29d369cecdbd29c2fda1"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c558e71ec4c666fdfa32386436b7840d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 10904912,
            "upload_time": "2024-04-10T17:52:57",
            "upload_time_iso_8601": "2024-04-10T17:52:57.831460Z",
            "url": "https://files.pythonhosted.org/packages/3d/e5/4e1d3a99a279ae3c9a1d6a366c312964ac85b3557c0179c19cb1060dea94/Cartopy-0.23.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a500fed048eeb80129908f8bd5f5762e230864abc8a8fbbc493740bafcb696bd",
                "md5": "8ff6ac2bad287d2575f3857f169d6bcf",
                "sha256": "231f37b35701f2ba31d94959cca75e6da04c2eea3a7f14ce1c75ee3b0eae7676"
            },
            "downloads": -1,
            "filename": "Cartopy-0.23.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8ff6ac2bad287d2575f3857f169d6bcf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 10687976,
            "upload_time": "2024-04-10T17:53:00",
            "upload_time_iso_8601": "2024-04-10T17:53:00.699708Z",
            "url": "https://files.pythonhosted.org/packages/a5/00/fed048eeb80129908f8bd5f5762e230864abc8a8fbbc493740bafcb696bd/Cartopy-0.23.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 17:53:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SciTools",
    "github_project": "cartopy",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "circle": true,
    "lcname": "cartopy"
}
        
Elapsed time: 0.22846s