{"id":35071141,"url":"https://github.com/opengeoshub/vdownload","last_synced_at":"2026-05-19T08:38:30.069Z","repository":{"id":257808856,"uuid":"867401122","full_name":"opengeoshub/vdownload","owner":"opengeoshub","description":"A Powerful Geospatial Data Downloader","archived":false,"fork":false,"pushed_at":"2025-06-08T05:44:48.000Z","size":25767,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T12:06:33.324Z","etag":null,"topics":["data","geospatial","opendata"],"latest_commit_sha":null,"homepage":"","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/opengeoshub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"thangqd","custom":null}},"created_at":"2024-10-04T02:00:13.000Z","updated_at":"2025-06-08T05:44:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ec086fd-e68e-440e-a23b-b23e92f1743e","html_url":"https://github.com/opengeoshub/vdownload","commit_stats":null,"previous_names":["thangqd/vdownload","vopengeos/vdownload","opengeoshub/vdownload"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opengeoshub/vdownload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeoshub%2Fvdownload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeoshub%2Fvdownload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeoshub%2Fvdownload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeoshub%2Fvdownload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opengeoshub","download_url":"https://codeload.github.com/opengeoshub/vdownload/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeoshub%2Fvdownload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33208150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["data","geospatial","opendata"],"created_at":"2025-12-27T11:56:23.813Z","updated_at":"2026-05-19T08:38:30.064Z","avatar_url":"https://github.com/opengeoshub.png","language":"Python","funding_links":["https://buymeacoffee.com/thangqd"],"categories":[],"sub_categories":[],"readme":"# VDownload - A Powerful Geospatial Data Downloader\n\n## Installation: \n[![PyPI version](https://badge.fury.io/py/vdownload.svg)](https://badge.fury.io/py/vdownload)\n[![PyPI downloads](https://img.shields.io/pypi/dm/vdownload.svg)](https://pypistats.org/packages/vdownload)\n![Downloads](https://static.pepy.tech/personalized-badge/vdownload?period=total\u0026units=international_system\u0026left_color=grey\u0026right_color=blue\u0026left_text=total)\n\n- Using pip install: \n  ``` bash \n  pip install vdownload --upgrade\n  ```\n    \n## Usage:\n\n### OSM data:\n#### Downnload OSM data by country/ region\n  ``` bash \n  \u003e osmdownload \u003ccountry or region name\u003e\n  ```\nEx: `\u003e osmdownload vietnam` \n\n#### Show OSM info (.pbf)\n  ``` bash \n  \u003e osminfo \u003cOSM file\u003e\n  ```\nEx: `\u003e osminfo vietnam.osm.pbf` \n\n#### Convert OSM daata to GeoJSON\n  ``` bash \n  \u003e osm2geojson -i \u003cpath_to_osm_file.osm.pbf\u003e -o \u003coutput_file.geojson\u003e\n  ```\nEx: `\u003e osm2geojson -i vietnam.osm.pbf -o vietnam.geojson` \n\n### Google Open Buildings:\n#### Download Google Open Buildings by country:\n  ``` bash \n  \u003e openbuildings \u003ccountry name or iso3 code\u003e\n  ```\nEx: `\u003e openbuildings vietnam` or `\u003e openbuildings vnm`\n\n### PMTIles:\n#### Download PMTiles by country:\n  ``` bash \n  \u003e pmtiles extract \u003curl\u003e --country \u003ccountry name or iso3 code\u003e ouput.pmtiles\n  \u003e pmtiles extract \u003curl\u003e --bbox= ouput.pmtiles\n  ```\nEx: `\u003e pmtiles extract  https://build.protomaps.com/20241027.pmtiles --country VNM vietnam.pmtiles` or `\u003e openbuildings vnm`\n  \n\n#### Serve PMTiles:\n  ``` bash \n  \u003e ./pmtiles serve . --cors=\\*\n    # serves this directory at http://localhost:8080/TILESET/{z}/{x}/{y}.mvt \n    # the .pmtiles extension is added automatically\n    # Access metadata at http://localhost:8080/TILESET/metadata\n    #http://localhost:8080/TILESET/{z}/{x}/{y}.mvt \n    # S3 redirect: https://map-api-new.sovereignsolutions.net/sovereign/v20240410/vietnam_pmtiles/vietnam.pmtiles\n\n    pmtiles serve . --bucket=https://example.com\n    pmtiles serve / --bucket=s3://BUCKET_NAME\n    pmtiles serve PREFIX --bucket=s3://BUCKET_NAME\n  \u003e \n  ```\nEx:   \n  `\u003e pmtiles serve .  --bucket=https://map-api-new.sovereignsolutions.net/sovereign/v20240410/vietnam_pmtiles`\u003cbr\u003e\n  `\u003e ./pmtiles serve . --cors=\\* `","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengeoshub%2Fvdownload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopengeoshub%2Fvdownload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengeoshub%2Fvdownload/lists"}