Overpass-API icon indicating copy to clipboard operation
Overpass-API copied to clipboard

Planet minutely diffs on part of the world snapshot

Open Janjko opened this issue 4 years ago • 2 comments

My goal is to have minutely diffs of a country that doesn't have minutely diffs available (Croatia). Is it possible to apply planet minutely diffs over a one country base snapshot? Like this:

OVERPASS_PLANET_URL=http://download.geofabrik.de/europe/croatia-latest.osm.bz2

and then add

OVERPASS_DIFF_URL=https://planet.openstreetmap.org/replication/minute/

over that? This is obviously going to put in a lot more data than needed, but then I can init the docker image with a new snapshot every day. Has something like this been done before?

Janjko avatar Mar 01 '21 11:03 Janjko

See #43. That's something that looks feasible, especially that osmium package is already within image.

There is already OVERPASS_PLANET_PREPROCESS, what should be next - is to add OVERPASS_DIFF_PREPROCESS and in both - you could use osmium to extract based on provided geometry.

wiktorn avatar Mar 01 '21 14:03 wiktorn

Any progress on the OVERPASS_DIFF_PREPROCESS variable?

cvb941 avatar May 05 '22 18:05 cvb941