osm_easy_api - Brand new Python package for parsing osm diffs and communicating with the osm api.

Posted by kwiatek_123 on 3/7/2023

Hello! I would like to present a python package written by me.

What’s the point of this package?

This package was created to provide an easy way to create automated scripts and programs that use diff and/or osm api. The main advantage is the classes (data_classes) that provide data of elements (node, way, relation, OsmChange, etc.) in a readable way and the possibility to use them in diff and api without worrying about missing data or dictionaries. You can easily find nodes in diff, add a tag to them and send the corrected version to osm.

More on github

I would love to see your project written using this package!