planet-dump-ng
planet-dump-ng copied to clipboard
Converts an OpenStreetMap database dump into planet files.
Planet has failed two weeks in a row now and this week I caught the output and it is throwing an exception dumping the relations to the PBF output: ```...
We've had a couple of instances - one in July (https://github.com/openstreetmap/operations/issues/552) and one this week (https://github.com/openstreetmap/operations/issues/568) where planetdump-ng has experienced some sort of thread deadlock and stopped making progress. I...
Don't know if I am right here. But I found the following data in the planet-210524.osm file. Opening tag (way) doesn't match to the closing tag (relation). Also "chaer type"...
It's a pain to figure out which replication `state.txt` file corresponds to a given planet and, now that all the current & history for both XML and PBF correspond to...
The OSM database is pretty hefty which means that dumping in as parallel a fashion as possible is desirable. Doing this, however, results in a directory output (https://www.postgresql.org/docs/9.4/static/backup-dump.html) and it...
OSM PBFs have the properties `osmosis_replication_base_url` and `osmosis_replication_sequence_number`. Even if we can't set the latter until #6 is figured out, the former should be set to `https://planet.openstreetmap.org/replication/minute`
As seen in #13, problems with referential integrity in the "historic" tables can lead to producing broken "current-only" planet files. These problems should be detected and either corrected or abort...