{"id":13427125,"url":"https://github.com/geopandas/contextily","last_synced_at":"2025-05-14T06:13:34.305Z","repository":{"id":45018111,"uuid":"67718688","full_name":"geopandas/contextily","owner":"geopandas","description":"Context geo-tiles in Python","archived":false,"fork":false,"pushed_at":"2025-04-25T08:44:00.000Z","size":61396,"stargazers_count":548,"open_issues_count":38,"forks_count":85,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-05-12T08:35:12.642Z","etag":null,"topics":["cartography","geography","mapping","matplotlib","openstreetmap","osm","python","stamen","stamen-maps","tile","tiles","webtiles"],"latest_commit_sha":null,"homepage":"https://contextily.readthedocs.io/en/latest/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geopandas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["numfocus"],"open_collective":"geopandas","custom":"https://numfocus.org/donate-for-geopandas"}},"created_at":"2016-09-08T16:03:34.000Z","updated_at":"2025-05-07T19:30:06.000Z","dependencies_parsed_at":"2024-01-16T22:21:19.384Z","dependency_job_id":"ea50e85f-3d75-426b-9301-24532f040165","html_url":"https://github.com/geopandas/contextily","commit_stats":{"total_commits":249,"total_committers":25,"mean_commits":9.96,"dds":0.5381526104417671,"last_synced_commit":"faf2eb3832ff930143ea773b64379cacfc2c1014"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geopandas%2Fcontextily","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geopandas%2Fcontextily/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geopandas%2Fcontextily/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geopandas%2Fcontextily/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geopandas","download_url":"https://codeload.github.com/geopandas/contextily/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254083077,"owners_count":22011804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cartography","geography","mapping","matplotlib","openstreetmap","osm","python","stamen","stamen-maps","tile","tiles","webtiles"],"created_at":"2024-07-31T00:01:54.463Z","updated_at":"2025-05-14T06:13:34.261Z","avatar_url":"https://github.com/geopandas.png","language":"Jupyter Notebook","funding_links":["https://github.com/sponsors/numfocus","https://opencollective.com/geopandas","https://numfocus.org/donate-for-geopandas"],"categories":["Jupyter Notebook","📊 Data Visualization"],"sub_categories":["Tools"],"readme":"# `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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeopandas%2Fcontextily","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeopandas%2Fcontextily","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeopandas%2Fcontextily/lists"}