Hi there — first of all, great tool! I use it a lot for historical OSM data analysis and it's been incredibly helpful.
Would it be possible to include node latitude and longitude coordinates in the CSV output?
Currently, it looks like this information isn't exported—at least not via the key column—and having it would be extremely useful for tracking how geometries evolve over time.
I'm working on a data quality project, specifically reviewing all path geometries added by particular contributors within a specific area. I’m importing the CSV output into a PostgreSQL database, with the goal of eventually generating GPX files based on the historical data. Unfortunately, the lack of lat/lon coordinates for nodes makes this workflow more difficult.
Since the coordinates are already present in the .osh.pbf files, it would be great to have an optional --coords (-c) parameter that could include this data in the key, old_value, or new_value columns when applicable.
Hi there — first of all, great tool! I use it a lot for historical OSM data analysis and it's been incredibly helpful.
Would it be possible to include node latitude and longitude coordinates in the CSV output?
Currently, it looks like this information isn't exported—at least not via the
keycolumn—and having it would be extremely useful for tracking how geometries evolve over time.I'm working on a data quality project, specifically reviewing all path geometries added by particular contributors within a specific area. I’m importing the CSV output into a PostgreSQL database, with the goal of eventually generating GPX files based on the historical data. Unfortunately, the lack of lat/lon coordinates for nodes makes this workflow more difficult.
Since the coordinates are already present in the
.osh.pbffiles, it would be great to have an optional--coords(-c) parameter that could include this data in thekey,old_value, ornew_valuecolumns when applicable.