oshdb
oshdb copied to clipboard
OSM-Notes
In addition to OSM-Data, notes (with a T) are comments on the map by registered or non registered users similar to the fixme-tag. Similar to changesets (#52) they have a geographic location, text and comments. Although their number is limited they might be interesting for future research.
useful link to load data into postgres: https://github.com/mapbox/osm-comments-parser
- [ ] write code to retrieve Notes from planet dump
- [ ] store Notes in postgres
- [ ] create osdb-class to retrieve Note-data (as intermediate step before final implementation)
- [ ] implement and import Notes to oshdb-core
not planned at the moment