You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: