whubsch / overturetoosm

A :snake: Package to translate the Overture maps schema to OpenStreetMap tags
https://whubsch.github.io/overturetoosm/
MIT License
2 stars 0 forks source link

Use places category to OSM tag from overture2osm #1

Open cbeddow opened 2 months ago

cbeddow commented 2 months ago

Hello! I made this project that focused on OSM tag conversion for Overture Places. There may still be some rough ones, but I spent a lot of hours first running ChatGPT on this to generate decent tags, then manually checking maybe 80% of them to get a good tag. Would you like to use this to populate your dict?

https://github.com/cbeddow/overture2osm

whubsch commented 2 months ago

Very cool, I'm surprised I hadn't come across this yet! I'll check through the differences and merge them into the tags.json page.

cbeddow commented 2 months ago

And if there are any differences you think your version is correct on we can merge it back. But if you like, we could actually totally merge the two projects.

I was considering doing some Javascript tools similar to what you have.

I am hoping to work with a team of students this autumn to try out a clever way of making the address reformatting work globally as well, either by pining Safegraph Placekey API or else trying to geocode to Nominatum then reverse match the address. I think we can achieve a good enough solution (it should also be in JavaScript but you will be welcome to migrate the results to Python).