https://github.com/mvexel/py-openstreetmap
OpenStreetMap objects, python-friendly
https://github.com/mvexel/py-openstreetmap
Last synced: 4 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T19:37:47.000Z (almost 11 years ago)
- Last Synced: 2025-02-04T15:48:33.086Z (5 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.