{"id":16610521,"url":"https://github.com/kanahiro/tileget","last_synced_at":"2026-04-02T14:32:01.803Z","repository":{"id":57475495,"uuid":"455515654","full_name":"Kanahiro/tileget","owner":"Kanahiro","description":"Tile download utility - easily download xyz-tile data.","archived":false,"fork":false,"pushed_at":"2024-06-11T12:04:01.000Z","size":39,"stargazers_count":31,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T08:02:04.737Z","etag":null,"topics":["gis","python","raster-tiles","vector-tiles","xyz-tiles"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/tileget/","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/Kanahiro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-02-04T11:03:17.000Z","updated_at":"2025-04-17T07:00:14.000Z","dependencies_parsed_at":"2024-03-04T01:43:15.741Z","dependency_job_id":"f1582d7b-40db-4145-ac72-2c88b2761e90","html_url":"https://github.com/Kanahiro/tileget","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"3e32df8dce1230ad367c5914ae475431e28d086b"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Kanahiro/tileget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanahiro%2Ftileget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanahiro%2Ftileget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanahiro%2Ftileget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanahiro%2Ftileget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kanahiro","download_url":"https://codeload.github.com/Kanahiro/tileget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanahiro%2Ftileget/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261632035,"owners_count":23187268,"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":["gis","python","raster-tiles","vector-tiles","xyz-tiles"],"created_at":"2024-10-12T01:30:35.539Z","updated_at":"2026-04-02T14:32:01.789Z","avatar_url":"https://github.com/Kanahiro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tileget\n\n![GitHub Release](https://img.shields.io/github/v/release/Kanahiro/tileget)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Kanahiro/tileget/lint.yml?label=lint)\n\nTile download utility - easily download xyz-tile data.\n\n## Requirements\n\n- Python \u003e= 3.14\n\n## Installation\n\n```sh\npip install tileget\n```\n\n## Usage\n\n```plaintext\nusage: tileget [-h] [-e OUTPUT_DIR] [-o OUTPUT_FILE] [--extent EXTENT EXTENT EXTENT EXTENT]\n               [--geojson GEOJSON] [--minzoom MINZOOM] [--maxzoom MAXZOOM] [--rps RPS] [--overwrite]\n               [--timeout TIMEOUT] [--tms] [--retries RETRIES] [--retry-delay RETRY_DELAY]\n               [--format FORMAT]\n               tileurl\n\nxyz-tile download tool\n\npositional arguments:\n  tileurl               xyz-tile url in {z}/{x}/{y} template\n\noptions:\n  -h, --help            show this help message and exit\n  -e, --output_dir OUTPUT_DIR\n                        output dir\n  -o, --output_file OUTPUT_FILE\n                        output mbtiles file\n  --extent EXTENT EXTENT EXTENT EXTENT\n                        min_lon min_lat max_lon max_lat, whitespace delimited\n  --geojson GEOJSON     path to geojson file of Feature or FeatureCollection\n  --minzoom MINZOOM     default to 0\n  --maxzoom MAXZOOM     default to 16\n  --rps RPS             requests per second, must be positive, default to 1\n  --overwrite           overwrite existing files\n  --timeout TIMEOUT     wait response until this value in seconds, default to 5.0\n  --tms                 if set, parse z/x/y as TMS\n  --retries RETRIES     max retry count on error, default to 3\n  --retry-delay RETRY_DELAY\n                        base delay in seconds for exponential backoff, default to 1.0\n  --format FORMAT       tile format for mbtiles metadata (e.g. png, jpg, pbf). used when url has no extension\n```\n\n### Examples\n\n```sh\n# basic usage\ntileget http://path/to/tile/{z}/{x}/{y}.jpg -e output_dir --extent 141.23 40.56 142.45 43.78\ntileget http://path/to/tile/{z}/{x}/{y}.jpg -o output.mbtiles --geojson input.geojson\n\n# with rate limiting and retry options\ntileget http://path/to/tile/{z}/{x}/{y}.jpg -e output_dir --extent 141.23 40.56 142.45 43.78 --minzoom 0 --maxzoom 16 --rps 5 --retries 5 --retry-delay 2.0 --timeout 10 --overwrite\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanahiro%2Ftileget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanahiro%2Ftileget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanahiro%2Ftileget/lists"}