{"id":16325311,"url":"https://github.com/huidaecho/getosm","last_synced_at":"2025-10-25T20:31:57.769Z","repository":{"id":47155977,"uuid":"387665678","full_name":"HuidaeCho/getosm","owner":"HuidaeCho","description":"GetOSM is an OpenStreetMap tile downloader written in Python that is agnostic of GUI frameworks.","archived":false,"fork":false,"pushed_at":"2022-05-21T20:01:25.000Z","size":672,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T10:25:53.303Z","etag":null,"topics":["geospatial","gis","mapping","openstreetmap","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HuidaeCho.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-20T03:55:10.000Z","updated_at":"2022-05-20T22:48:15.000Z","dependencies_parsed_at":"2022-08-27T22:31:41.556Z","dependency_job_id":null,"html_url":"https://github.com/HuidaeCho/getosm","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgetosm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgetosm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgetosm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuidaeCho%2Fgetosm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HuidaeCho","download_url":"https://codeload.github.com/HuidaeCho/getosm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238207646,"owners_count":19434095,"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":["geospatial","gis","mapping","openstreetmap","python"],"created_at":"2024-10-10T23:04:44.601Z","updated_at":"2025-10-25T20:31:57.757Z","avatar_url":"https://github.com/HuidaeCho.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GetOSM\n\n[![PyPI version](https://badge.fury.io/py/getosm.svg)](https://badge.fury.io/py/getosm)\n[![Documentation Status](https://readthedocs.org/projects/getosm/badge/?version=latest)](https://getosm.readthedocs.io/en/latest/?badge=latest)\n\nGetOSM is an OpenStreetMap tile downloader written in Python that is agnostic of\nGUI frameworks. It is used with\n[tkinter](https://docs.python.org/3/library/tkinter.html) by\n[ProjPicker](https://github.com/HuidaeCho/projpicker).\n\n\u003c!-- vim-markdown-toc GFM --\u003e\n\n* [Requirements](#requirements)\n* [Installation](#installation)\n* [Demo GUIs](#demo-guis)\n  * [osmtk: tkinter demo](#osmtk-tkinter-demo)\n  * [osmwx: wxPython demo](#osmwx-wxpython-demo)\n* [Disclaimer and OpenStreetMap tile usage policy](#disclaimer-and-openstreetmap-tile-usage-policy)\n* [License](#license)\n\n\u003c!-- vim-markdown-toc --\u003e\n\n## Requirements\n\nGetOSM uses the following standard Python modules:\n* [sys](https://docs.python.org/3/library/sys.html)\n* [math](https://docs.python.org/3/library/math.html)\n* [urllib.request](https://docs.python.org/3/library/urllib.request.html)\n\n## Installation\n\n```bash\npip install getosm\n```\n\n## Demo GUIs\n\n### osmtk: tkinter demo\n\n![image](https://user-images.githubusercontent.com/7456117/126282231-34260f42-316d-4da9-9f0a-b95832f48d85.png)\n\n### osmwx: wxPython demo\n\n![image](https://user-images.githubusercontent.com/7456117/127703838-85809b56-d081-4db1-9184-d3d2673d1c63.png)\n\n## Disclaimer and OpenStreetMap tile usage policy\n\nGetOSM is NOT an official Python package of\n[the OpenStreetMap Foundation](https://osmfoundation.org/).\n\nUsing this program to bulk-download OpenStreetMap is strictly prohibited by\n[their tile usage policy](https://operations.osmfoundation.org/policies/tiles/)\nand will get you blocked.\n\n## License\n\nCopyright (C) 2021 [Huidae Cho](https://idea.isnew.info/)\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003c\u003chttps://www.gnu.org/licenses/\u003e\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuidaecho%2Fgetosm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuidaecho%2Fgetosm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuidaecho%2Fgetosm/lists"}