Re: [OSM-dev] 'Planet Manager' for osmosis?

2009-07-26 Thread John Smith
> I'll dump the code somewhere, it's very quick and dirty but > does work. http://maps.bigtincan.com/tagwatch/code.tar.bz2 ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] 'Planet Manager' for osmosis?

2009-07-26 Thread John Smith
--- On Sun, 26/7/09, Ævar Arnfjörð Bjarmason wrote: > Is it in SVN somewhere? No, I couldn't find anything so I had to code my own, its a php shell script. > Is there really no tool that does all the mundane error > checking / > recovering after network outage / etc to update the Planet > fi

Re: [OSM-dev] 'Planet Manager' for osmosis?

2009-07-26 Thread Ævar Arnfjörð Bjarmason
On Sun, Jul 26, 2009 at 9:06 AM, John Smith wrote: > --- On Sun, 26/7/09, Ævar Arnfjörð Bjarmason wrote: > >> If you just supply -a it'll automatically get the >> applicable diff from >> planet.openstreetmap.org and apply it? > > No, I have a simple script checking for updates and applying them ev

Re: [OSM-dev] 'Planet Manager' for osmosis?

2009-07-26 Thread Graham Jones
Thanks everyone - I thought osmosis only applied diffs that you gave it - I didn't know it was that clever! 2009/7/26 John Smith > > > > --- On Sun, 26/7/09, Ævar Arnfjörð Bjarmason wrote: > > > If you just supply -a it'll automatically get the > > applicable diff from > > planet.openstreetmap.

Re: [OSM-dev] 'Planet Manager' for osmosis?

2009-07-26 Thread John Smith
--- On Sun, 26/7/09, Ævar Arnfjörð Bjarmason wrote: > If you just supply -a it'll automatically get the > applicable diff from > planet.openstreetmap.org and apply it? No, I have a simple script checking for updates and applying them every 15 minutes or so from minutely ocs files.

Re: [OSM-dev] 'Planet Manager' for osmosis?

2009-07-26 Thread Ævar Arnfjörð Bjarmason
On Sun, Jul 26, 2009 at 8:40 AM, John Smith wrote: > > > --- On Sun, 26/7/09, Graham Jones wrote: > > >> I am setting up a little local database to contain OSM data >> from a planet dump. > > I just use osm2pgsql to handle updates, although it breaks occasionally when > the system has been given

Re: [OSM-dev] 'Planet Manager' for osmosis?

2009-07-26 Thread John Smith
--- On Sun, 26/7/09, Graham Jones wrote: > I am setting up a little local database to contain OSM data > from a planet dump.  I just use osm2pgsql to handle updates, although it breaks occasionally when the system has been given bad input that wasn't handled properly, although you can put

Re: [OSM-dev] 'Planet Manager' for osmosis?

2009-07-26 Thread Lennard
Graham Jones wrote: > I know that osmosis can update this from diff files, but want to set [...] > Is there a 'standard' version of this script that anyone has published > that I could use instead please? Check out osmosis --read-change-interval. -- Lennard __

[OSM-dev] 'Planet Manager' for osmosis?

2009-07-26 Thread Graham Jones
Hi, I am setting up a little local database to contain OSM data from a planet dump. I know that osmosis can update this from diff files, but want to set something up to do this automatically - look for diff files older than the last update, download them and apply then to the database etc. This w