[OSM-Devserver] Planet

Nic Roets nroets at gmail.com
Mo Mär 8 15:58:59 CET 2010


2010/3/8 Tobias Wendorff <tobias.wendorff at uni-dortmund.de>:
> Am Mo, 8.03.2010, 10:26 schrieb Stefan Dettenhofer (StefanDausR):
>
>> Wie würde es damit aussehen?
>
> Mmh, kannst du vielleicht noch überprüfen, ob der neue Planet entpackbar
> ist, bevor Du den alten löscht?
>
> So hätten wir immer ein Backup, falls die Datei defekt oder unkomplett
> übertragen wurde.
>

Hello Tobias,

I intend to split the planet every week as soon as it is downloaded.
The splitting can also serve as unpacking & checking. I don't mind
running it manually every week, but we can add it to fetchplanet if
you like.
/home/nic/bboxSplit.sh

If anyone wants to give me bboxes they are interested in, I can add
them to my script. The format is
minlat minlon maxlat maxlon compressor filename \

bzcat /osm/planet-10*.osm.bz2 | /home/nic/gosmore/gosmore sortRelations |
  /home/nic/gosmore/bboxSplit \
   -85.05113   73.12500    9.44906  180.00000 gzip 0720048510241024.osm.gz \
   -25.48295  120.58594   72.91964  180.00000 gzip 0855020310240587.osm.gz \
   -85.05113   98.43750   13.23995  172.61719 gzip 0792047410031024.osm.gz \
...

Note that 'gosmore sortRelations' works like a passthrough, i.e. 'cat'.

Regards,
Nic