
working with OSM in python
ON FRIDAY: Fixed location node I wrote code on fetching nodes from fixed locations using a radius.We only list name which are located in side the radius which we gave with out any metadata. https://github.com/godadevi1701/my-project/blob/main/nearby.py The above link is the github link where we can see the code. ON SATURDAY: Dynamic input and metadata menu here we get the latitude,longitude and radius from the user. Then list nodes as a menu .Here we not only fetch the names and also the metadata for the selected data. https://github.com/godadevi1701/my-project/blob/main/showbar.py ON SUNDAY: Localization update on osm * Here we extended the above code by showing available localizations for the selected node.Then we ask the user for the target language and then update the node name in osm using api
Continue reading on Dev.to Python
Opens in a new tab



