Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvexel/py-openstreetmap
OpenStreetMap objects, python-friendly
https://github.com/mvexel/py-openstreetmap
Last synced: 24 days ago
JSON representation
OpenStreetMap objects, python-friendly
- Host: GitHub
- URL: https://github.com/mvexel/py-openstreetmap
- Owner: mvexel
- License: apache-2.0
- Created: 2014-08-24T19:00:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T19:37:47.000Z (over 10 years ago)
- Last Synced: 2024-10-21T23:08:21.419Z (2 months ago)
- Language: Python
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
py-openstreetmap
================OpenStreetMap objects, python-friendly.
```
>>> import OSM
>>> n = OSM.Node()
>>> n
OSM Node with id 0
```Pretty useless so far. Help out and make it useful.