osmdiff

A read-only (for now) interface to OpenStreetMap diff / change APIs and files.

OTHER License

Downloads
8.7K
Stars
21

Bot releases are hidden (Show)

osmdiff - v0.4.3 Latest Release

Published by mvexel 5 months ago

Forgot to update the version number in the code. That's it

Full Changelog: https://github.com/mvexel/osmdiff/compare/v0.4.2...v0.4.3

osmdiff - v0.4.2

Published by mvexel 5 months ago

Quick patch release to fix small bugs in the class properties

osmdiff - v0.4.1

Published by mvexel 5 months ago

This release adds a couple of properties to the OSMChange and AugmentedDiff classes.
I also added a PyPi publish workflow which probably needs some tweaking...

osmdiff - v0.4.0

Published by mvexel 5 months ago

What's Changed

New Contributors

Thanks for using osmdiff!

Full Changelog: https://github.com/mvexel/osmdiff/compare/0.3.2...0.4.0

osmdiff - 0.3.2

Published by mvexel about 2 years ago

This is a hotfix release. I neglected to include the dependencies, few as they are, in the project metadata.

osmdiff - 0.3.1

Published by mvexel about 2 years ago

  • Add timeout option to retrieve #15 thanks @LaurensJN
  • Some behind-the-scenes project gardening:
    • Test refactoring
    • Build updates
    • Code reformatting (black)