https://github.com/huidaecho/getosm
GetOSM is an OpenStreetMap tile downloader written in Python that is agnostic of GUI frameworks.
https://github.com/huidaecho/getosm
geospatial gis mapping openstreetmap python
Last synced: 9 months ago
JSON representation
GetOSM is an OpenStreetMap tile downloader written in Python that is agnostic of GUI frameworks.
- Host: GitHub
- URL: https://github.com/huidaecho/getosm
- Owner: HuidaeCho
- License: gpl-3.0
- Created: 2021-07-20T03:55:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T20:01:25.000Z (about 4 years ago)
- Last Synced: 2025-01-31T10:25:53.303Z (over 1 year ago)
- Topics: geospatial, gis, mapping, openstreetmap, python
- Language: Python
- Homepage:
- Size: 656 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: COPYING
Awesome Lists containing this project
README
# GetOSM
[](https://badge.fury.io/py/getosm)
[](https://getosm.readthedocs.io/en/latest/?badge=latest)
GetOSM is an OpenStreetMap tile downloader written in Python that is agnostic of
GUI frameworks. It is used with
[tkinter](https://docs.python.org/3/library/tkinter.html) by
[ProjPicker](https://github.com/HuidaeCho/projpicker).
* [Requirements](#requirements)
* [Installation](#installation)
* [Demo GUIs](#demo-guis)
* [osmtk: tkinter demo](#osmtk-tkinter-demo)
* [osmwx: wxPython demo](#osmwx-wxpython-demo)
* [Disclaimer and OpenStreetMap tile usage policy](#disclaimer-and-openstreetmap-tile-usage-policy)
* [License](#license)
## Requirements
GetOSM uses the following standard Python modules:
* [sys](https://docs.python.org/3/library/sys.html)
* [math](https://docs.python.org/3/library/math.html)
* [urllib.request](https://docs.python.org/3/library/urllib.request.html)
## Installation
```bash
pip install getosm
```
## Demo GUIs
### osmtk: tkinter demo

### osmwx: wxPython demo

## Disclaimer and OpenStreetMap tile usage policy
GetOSM is NOT an official Python package of
[the OpenStreetMap Foundation](https://osmfoundation.org/).
Using this program to bulk-download OpenStreetMap is strictly prohibited by
[their tile usage policy](https://operations.osmfoundation.org/policies/tiles/)
and will get you blocked.
## License
Copyright (C) 2021 [Huidae Cho](https://idea.isnew.info/)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <>.