piebro / openstreetmap-statistics

Monthly updated interactive statistics about OpenStreetMap.
https://piebro.github.io/openstreetmap-statistics/
MIT License
34 stars 6 forks source link

Notes #36

Open matkoniecz opened 1 year ago

matkoniecz commented 1 year ago

Notes are also potentially useful!

https://resultmaps.neis-one.org/osm-notes have plenty of interesting things, but visualisation of open note count from

would be interesting.

Would require a new pipeline for notes dump.

piebro commented 1 year ago

I agree, I haven't looked into notes yet. I'm not sure if they are save in a changeset, at least the wiki pages doesn't mention notes https://wiki.openstreetmap.org/wiki/Changeset. Do you know of a tag which specifies if a note was added?

matkoniecz commented 1 year ago

Notes are in a separate dataset - https://planet.openstreetmap.org/notes/ ("Would require a new pipeline for notes dump." was too cryptic expression of that)

(iD records closed notes during making given edit but it is iD-specific changeset tag)

piebro commented 1 year ago

Ah I see. If it has a similar structure it should be totally doable. The planet-notes-latest.osn file is an xml and I should be able to handle it quite similar to the changeset file. I think this would be an interesting addition, but I will focus on making the changeset stats more polished first.