Tool oder Seite der neuesten OSM Notes

Gab es nicht so etwas um die neuesten OSM Notes sehen zu können? Bspw. Der letzen 14 Tage.

Siehe https://wiki.openstreetmap.org/wiki/Notes#Viewing_notes_by_area_.28via_RSS_feed.29 oder https://tyrasd.github.io/osm-qa-feeds/

Vielleicht hilft dir dies weiter: https://github.com/Klaus-Tockloth/osmnotes2csv

Usage:
  ./osmnotes2csv <-bbox=lon,lat,lon,lat> [-limit=n] [-closed] <filename>

Example:
  ./osmnotes2csv -bbox=7.47,51.84,7.78,52.06 osmnotes.csv

Options:
  -bbox string
    	bounding box (left,bottom,right,top) (required)
  -closed
    	include closed notes
  -limit int
    	maximum number of notes (default 999)

Argument:
  filename string
        name of csv output file (required)