Name | contextily JSON |
Version |
1.6.2
JSON |
| download |
home_page | None |
Summary | Context geo-tiles in Python |
upload_time | 2024-09-03 09:14:46 |
maintainer | contextily contributors |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | 3-Clause BSD |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
# `contextily`: context geo tiles in Python
`contextily` is a small Python 3 (3.9 and above) package to retrieve tile maps from the
internet. It can add those tiles as basemap to matplotlib figures or write tile
maps to disk into geospatial raster files. Bounding boxes can be passed in both
WGS84 (`EPSG:4326`) and Spheric Mercator (`EPSG:3857`). See the notebook
`contextily_guide.ipynb` for usage.
[![Tests](https://github.com/geopandas/contextily/actions/workflows/tests.yaml/badge.svg)](https://github.com/geopandas/contextily/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/gh/geopandas/contextily/branch/main/graph/badge.svg?token=5Eu3L1peBb)](https://codecov.io/gh/geopandas/contextily)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/geopandas/contextily/main?urlpath=lab/tree/notebooks/intro_guide.ipynb)
![Tiles](tiles.png)
The current tile providers that are available in contextily are the providers
defined in the [`xyzservices`](https://xyzservices.readthedocs.io)
package. This includes some popular tile maps, such as:
* The standard [OpenStreetMap](http://openstreetmap.org) map tiles
* Toner, Terrain and Watercolor map tiles by [Stamen Design](http://stamen.com)
## Dependencies
* `mercantile`
* `numpy`
* `matplotlib`
* `pillow`
* `rasterio`
* `requests`
* `geopy`
* `joblib`
* `xyzservices`
## Installation
**Python 3 only** (3.9 and above)
[Latest released version](https://github.com/geopandas/contextily/releases/), using pip:
```sh
pip3 install contextily
```
or conda:
```sh
conda install contextily
```
## Contributors
`contextily` is developed by a community of enthusiastic volunteers. You can see a full list [here](https://github.com/geopandas/contextily/graphs/contributors).
If you would like to contribute to the project, have a look at the list of [open issues](https://github.com/geopandas/contextily/issues), particularly those labeled as [good first contributions](https://github.com/geopandas/contextily/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-contribution).
## License
BSD compatible. See `LICENSE.txt`
Raw data
{
"_id": null,
"home_page": null,
"name": "contextily",
"maintainer": "contextily contributors",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Dani Arribas-Bel <daniel.arribas.bel@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/85/5c/67e809b32a8e4017a2dbfea90d4401167b087fc0cab88e82c7abc4da91d6/contextily-1.6.2.tar.gz",
"platform": null,
"description": "# `contextily`: context geo tiles in Python\n\n`contextily` is a small Python 3 (3.9 and above) package to retrieve tile maps from the\ninternet. It can add those tiles as basemap to matplotlib figures or write tile\nmaps to disk into geospatial raster files. Bounding boxes can be passed in both\nWGS84 (`EPSG:4326`) and Spheric Mercator (`EPSG:3857`). See the notebook\n`contextily_guide.ipynb` for usage.\n\n[![Tests](https://github.com/geopandas/contextily/actions/workflows/tests.yaml/badge.svg)](https://github.com/geopandas/contextily/actions/workflows/tests.yaml)\n[![codecov](https://codecov.io/gh/geopandas/contextily/branch/main/graph/badge.svg?token=5Eu3L1peBb)](https://codecov.io/gh/geopandas/contextily)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/geopandas/contextily/main?urlpath=lab/tree/notebooks/intro_guide.ipynb)\n\n![Tiles](tiles.png)\n\nThe current tile providers that are available in contextily are the providers\ndefined in the [`xyzservices`](https://xyzservices.readthedocs.io)\npackage. This includes some popular tile maps, such as:\n\n* The standard [OpenStreetMap](http://openstreetmap.org) map tiles\n* Toner, Terrain and Watercolor map tiles by [Stamen Design](http://stamen.com)\n\n## Dependencies\n\n* `mercantile`\n* `numpy`\n* `matplotlib`\n* `pillow`\n* `rasterio`\n* `requests`\n* `geopy`\n* `joblib`\n* `xyzservices`\n\n## Installation\n\n**Python 3 only** (3.9 and above)\n\n[Latest released version](https://github.com/geopandas/contextily/releases/), using pip:\n\n```sh\npip3 install contextily\n```\n\nor conda:\n\n```sh\nconda install contextily\n```\n\n## Contributors\n\n`contextily` is developed by a community of enthusiastic volunteers. You can see a full list [here](https://github.com/geopandas/contextily/graphs/contributors).\n\nIf you would like to contribute to the project, have a look at the list of [open issues](https://github.com/geopandas/contextily/issues), particularly those labeled as [good first contributions](https://github.com/geopandas/contextily/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-contribution).\n\n## License\n\nBSD compatible. See `LICENSE.txt`\n",
"bugtrack_url": null,
"license": "3-Clause BSD",
"summary": "Context geo-tiles in Python",
"version": "1.6.2",
"project_urls": {
"Home": "https://github.com/geopandas/contextily",
"Repository": "https://github.com/geopandas/contextily"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fb4607a029b73f9a5c7bbf9b538e6441c42014a448f335a1cc780616f2594bad",
"md5": "610774ac5e99ed2c0717103ee4e76cec",
"sha256": "b06ead7258b34e73db2e318e33554f54a22d207b3c272b74d8b64801773b3fc3"
},
"downloads": -1,
"filename": "contextily-1.6.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "610774ac5e99ed2c0717103ee4e76cec",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 17149,
"upload_time": "2024-09-03T09:14:43",
"upload_time_iso_8601": "2024-09-03T09:14:43.582454Z",
"url": "https://files.pythonhosted.org/packages/fb/46/07a029b73f9a5c7bbf9b538e6441c42014a448f335a1cc780616f2594bad/contextily-1.6.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "855c67e809b32a8e4017a2dbfea90d4401167b087fc0cab88e82c7abc4da91d6",
"md5": "f316f1d290429af4c0b910a0a0505d10",
"sha256": "3c747925269be248a9b1a761859e05d1681286e04d5d0796bdaf1de3409474bb"
},
"downloads": -1,
"filename": "contextily-1.6.2.tar.gz",
"has_sig": false,
"md5_digest": "f316f1d290429af4c0b910a0a0505d10",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 22461478,
"upload_time": "2024-09-03T09:14:46",
"upload_time_iso_8601": "2024-09-03T09:14:46.470794Z",
"url": "https://files.pythonhosted.org/packages/85/5c/67e809b32a8e4017a2dbfea90d4401167b087fc0cab88e82c7abc4da91d6/contextily-1.6.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-03 09:14:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "geopandas",
"github_project": "contextily",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "contextily"
}