Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T20:01:25.000Z (over 2 years ago)
- Last Synced: 2024-10-10T18:47:28.338Z (about 1 month 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
[![PyPI version](https://badge.fury.io/py/getosm.svg)](https://badge.fury.io/py/getosm)
[![Documentation Status](https://readthedocs.org/projects/getosm/badge/?version=latest)](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
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
![image](https://user-images.githubusercontent.com/7456117/126282231-34260f42-316d-4da9-9f0a-b95832f48d85.png)
### osmwx: wxPython demo
![image](https://user-images.githubusercontent.com/7456117/127703838-85809b56-d081-4db1-9184-d3d2673d1c63.png)
## 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 <>.