[OSM-Devserver] wow!

Stefan Dettenhofer (StefanDausR) osm at dentro.info
Sa Mär 20 16:58:08 CET 2010


Christoph Wagner schrieb:
> Sven Geggus schrieb:
>   
>> Server has currently a load of 0.2!
>>
>> I did not think that you should shut down all processes. What we need
>> is to arrange them more serially.
>>
>> We are still lacking a batch job tool, but here is an order I would
>> sugest:
>>
>> * daily generation of all in one garmin map after geofabrik extract arrives
>> * generation of navipowm or gosmore maps one or the other a day
>>
>> Christoph should create a stamp file after his process finished
>> cronjobs from Nic and Stefan should start when this file apears
>> probably one of them on odd and the other one on even days.
>>
>>     
>
>
> What is needed to create the navipowm or gosmore maps? Maybe somebody could reuse some stuff from my garmin map generation process.
>
> I have europe decompressed and splitted in tiles for example.
> Or maybe I could use some stuff from somebody else.
>
> If I touch a stampfile, where should I do this? /osm/aio_finished ?
>
>
>   

I need this OSM data for NaviPOWM-maps:
- Tiles 1°x1° with overlap of 0.1° -> 10.9;12.1;48.9;50.1
- all data in each tile (redundant data in overlap)
- relations are needed also


I create this tiles with recursive calls of osmosis:
In the first step I create bigger tiles, wich are splitted in smaler 
tiles an so on.
Then OSM2POWM makes NaviPOWM map files, wich are compressed with 7zip.

While running my jobs, a lockfile is created.

I can check other lockfiles and wait until nothing else is running or I 
check a stampfile an delete it if my process starts.

Bye
Stefan