This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Generating a replication tree view with osmosis

0

Hello,

I'm trying to use osmosis to generate a replication tree view, like this tree view for Planet.OSM or this one for GeoFabrik. I don't have an input database, but an planet file .osm.pbf, updated daily. Then I extract a specific area daily and generate a .osc change file of this area.

  • Do you think it is possible to do the same procedure as Osmosis/Replication but with a .osm file, not a DB ?

For now I'm generating this tree view "manually". Then I use osmosis to read those replications file to update my DB with osm2pgsql.

  • Do you think this will create a problem after a while or not ?

Thank you in advance for your answers,

Axel.

asked 26 Jun '19, 09:15

xoulou34's gravatar image

xoulou34
11112
accept rate: 0%

edited 26 Jun '19, 09:40

Source code available on GitHub .