This application helps you find which nodes have not been edited for a long time, by using on Ohsome API and various softwares and libraries, such as Leaflet, React, Python, Redis and others.
Demo: is-osm-uptodate.frafra.eu
Page on OSM wiki: iki.openstreetmap.org/wiki/Is_OSM_up-to-date
Open is-osm-uptodate.frafra.eu (or your local instance). Try to change the location and click on the refresh button in order to get the nodes for the new bounding box.
Enable the experimental Tiles
layer to load data grouped by tile.
Example:
$ curl 'http://is-osm-uptodate.frafra.eu/api/getData?minx=9.188295196&miny=45.4635324507&maxx=9
8000
.1926242813&maxy=45.4649771956' -o milan-duomo.json
Try a smaller region or wait for a while. Be sure to have a stable connection.
Increase WORKERS
in docker-compose.yml
.
See: Gunicorn - How Many Workers?.
This application can be deployed, developed and tested using Docker (with BuiltKit enabled).
Look at docs/INSTALL.md
if you wish not to use Docker.
docker compose --profile prod up # optional: add --build
docker compose --profile prod down
docker compose --profile dev up
docker compose --profile dev down
docker compose --profile test run test
docker compose --profile test down