[OSM-dev] Removing Minutely and Hourly Changesets
Bernhard zwischenbrugger
bz at datenkueche.com
Wed Mar 24 04:56:26 GMT 2010
hi
I just noticed, that the minute diffs are not here anymore.
My tool http://datenkueche.com/osmlive did use this files.
Is there a possibility to find a file if I have only the time?
For the old system I used:
$delta=(int) $_GET['delta'];
$time1=time()-7200-360 -$delta;
$time2=time()-7200-300 -$delta;
$time3=time()-7200-420 -$delta;
$timestring1=date("YmdHi",$time1);
$timestring2=date("YmdHi",$time2);
$timestring3=date("YmdHi",$time3);
$filename= $timestring1."-".$timestring2.".osc.gz";
------
Any idea how to do that with the new system?
Bernhard
>
> Are there any objections to me disabling the old minute and hourly
> changesets and deleting their files from the planet server?
> http://planet.openstreetmap.org/minute/
> http://planet.openstreetmap.org/minute-slow/
> http://planet.openstreetmap.org/hourly/
>
> They are replaced by the (hopefully) reliable transaction based
> replication changesets.
> http://planet.openstreetmap.org/minute-replicate/
> http://planet.openstreetmap.org/hour-replicate/
>
> I haven't heard any complaints about the replication changesets so
> I'm assuming they're working well.
>
>
> I'll leave the daily changesets running for now because they are
> running with a much longer delay and shouldn't miss data.
>
>
> I'm not aware of anybody still using the minute diffs. I'll disable
> them early in the new year. I won't delete the files straight away so
> they can be re-enabled if somebody suddenly screams.
>
> I hope to disable the hour diffs around the same time but will wait
> until Florian has moved off them first.
>
> Brett
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> dev mailing list
> dev at openstreetmap.org
> http://lists.openstreetmap.org/listinfo/dev
>
More information about the dev
mailing list