Releases: tierpod/pyosm
Releases · tierpod/pyosm
Rename package to pyosmkit
- Package renamed to pyosmkit to avoid pypi conflicts
- Add pypi targets
Add latlong bound, expand Metatile internal methods
- Add python3.6 support
- Add Metatile.eq, Metatile.contains methods
- Add point.LatLongBound class and bound_to_metatiles
Enchancements and bugfixes
v0.9 Bump version to 0.9
Add python26 support
- Add python26 support
- Improve setup.py
- Rename bin/osm_* to bin/osmtool_*
- Some bug fixes
Add venv for dev, add new tool osm_convert_latlng
- Add virtualenv for developing
- Bound and Bounds now have points() generator
Update metatile.Metatile
Make Metatile.str more human-readable
Add mbtile reader
v0.5 Bump version to 0.5
Add python2 support
- Add python2 support
- Bugfixes
- Metatile now iterable
Update api
- Add documentation.
- Add tests, doctest.
- Add Tile <-> Metatile coordinates translation.