[OSM-dev] Planet.osm diffs autogenerated
Jon Burgess
jburgess777 at googlemail.com
Fri Aug 10 00:06:19 BST 2007
On Sun, 2007-08-05 at 11:44 +0200, spaetz wrote:
> I stopped creating the 7z archive of planet.osm. It was downloaded 30 times less than the bz2 version.
>
> On the other hand I implemented the weekly auto-generation of the planet diffs (at the same time as the planet is generated). Diffs provide better value added as the redundant storage or different archive formats, I'd say.
>
> The filename is like follows: http://planet.openstreetmap.org/planet-070725-070801.diff.xml.bz2
>
> Feel free to create cool tools which show the changed areas between weeks or whatever.
>
> Let me know if you have any comments or strong opinions on that.
>
> spaetz
Thanks for adding the diffs spaetz.
For reference, multiple planetdiff tools can be persuaded to pipeline
together. This allows you to load latest planet.osm into osm2pgsql using
an old dump + multiple diffs as follows:
$ planetpatch planet-070718.osm.bz2 planet-070718-070725.diff.xml.bz2 | \
planetpatch /dev/stdin planet-070725-070801.diff.xml.bz2 | \
planetpatch /dev/stdin planet-070801-070808.diff.xml.bz2 | \
osm2pgsql -
Jon
More information about the dev
mailing list