{"id":15058987,"url":"https://github.com/xoolive/cartes","last_synced_at":"2025-04-06T16:11:23.606Z","repository":{"id":60721964,"uuid":"326810396","full_name":"xoolive/cartes","owner":"xoolive","description":"Create great maps in Python 🐍 with openstreetmap 🌍","archived":false,"fork":false,"pushed_at":"2025-03-06T09:46:14.000Z","size":10597,"stargazers_count":45,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T15:08:47.658Z","etag":null,"topics":["altair","cartopy","geopandas","geospatial","gis","maps","openstreetmap"],"latest_commit_sha":null,"homepage":"https://cartes-viz.github.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xoolive.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}},"created_at":"2021-01-04T21:20:18.000Z","updated_at":"2025-03-06T09:46:17.000Z","dependencies_parsed_at":"2023-10-02T03:39:54.427Z","dependency_job_id":"de034912-29b7-4edf-9aeb-8f9f06522af5","html_url":"https://github.com/xoolive/cartes","commit_stats":{"total_commits":195,"total_committers":3,"mean_commits":65.0,"dds":"0.16923076923076918","last_synced_commit":"dc74f3da22588a70b55d075086b6cf1e788dc235"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoolive%2Fcartes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoolive%2Fcartes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoolive%2Fcartes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoolive%2Fcartes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xoolive","download_url":"https://codeload.github.com/xoolive/cartes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509221,"owners_count":20950232,"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":["altair","cartopy","geopandas","geospatial","gis","maps","openstreetmap"],"created_at":"2024-09-24T22:35:02.478Z","updated_at":"2025-04-06T16:11:23.579Z","avatar_url":"https://github.com/xoolive.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cartes\n\n![tests](https://github.com/xoolive/cartes/workflows/tests/badge.svg)\n![docs](https://github.com/xoolive/cartes/workflows/docs/badge.svg)\n![Code Coverage](https://img.shields.io/codecov/c/github/xoolive/cartes.svg)\n![Checked with mypy](https://img.shields.io/badge/mypy-checked-blue.svg)\n![Code style: black](https://img.shields.io/badge/code%20style-black-black.svg)\n![License](https://img.shields.io/pypi/l/cartes.svg)\\\n![PyPI version](https://img.shields.io/pypi/v/cartes)\n![PyPI downloads](https://img.shields.io/pypi/dm/cartes)\n![Conda version](https://img.shields.io/conda/vn/conda-forge/cartes)\n![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/cartes.svg)\n\nCartes is a Python library providing facilities to produce meaningful maps.\n\nCartes builds on top of most common Python visualisation libraries (Matplotlib/Cartopy, Altair, ipyleaflet) and data manipulation libraries (Pandas, Geopandas) and provides mostly:\n\n- a **comprehensive set of geographic projections**, built on top of Cartopy and Altair/d3.js;\n- an **interface to OpenstreetMap Nominatim and Overpass API**. Result of requests are parsed in a convenient format for preprocessing and storing in standard formats;\n- beautiful **default parameters** for quality visualisations;\n- **advanced caching facilities**. Do not download twice the same content in the same day.\n\nThe cartes library is a powerful asset to **publish clean, lightweight geographical datasets**; and to **produce decent geographical visualisations** in few lines of code.\n\n## Gallery\n\n\u003ca href=\"https://cartes-viz.github.io/gallery/mercantour.html\"\u003e\u003cimg width=\"20%\" src=\"https://cartes-viz.github.io/_static/homepage/mercantour.png\"\u003e\u003c/a\u003e\n\u003ca href=\"https://cartes-viz.github.io/gallery/footprint.html\"\u003e\u003cimg width=\"20%\" src=\"https://cartes-viz.github.io/_static/homepage/antibes.png\"\u003e\u003c/a\u003e\n\u003ca href=\"https://cartes-viz.github.io/gallery/airports.html\"\u003e\u003cimg width=\"20%\" src=\"https://cartes-viz.github.io/_static/homepage/airports.png\"\u003e\u003c/a\u003e\n\u003ca href=\"https://cartes-viz.github.io/gallery/tokyo_metro.html#zoom-in-to-downtown-tokyo\"\u003e\u003cimg width=\"20%\" src=\"https://cartes-viz.github.io/_static/homepage/tokyo.png\"\u003e\u003c/a\u003e\n\nMore in the [documentation](https://cartes-viz.github.io/gallery.html)\n\n## Installation\n\nLatest release:\n\nRecommended for beginners, with conda:\n\n```sh\nconda install -c conda-forge cartes\n```\n\nor with pip:\n\n```sh\npip install cartes\n```\n\nDevelopment version, with uv:\n\n```sh\ngit clone https://github.com/xoolive/cartes\ncd cartes\nuv sync --dev\n```\n\n## Documentation\n\n![docs](https://github.com/xoolive/cartes/workflows/docs/badge.svg)\n\nDocumentation available at https://cartes-viz.github.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxoolive%2Fcartes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxoolive%2Fcartes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxoolive%2Fcartes/lists"}