ArchiveOrangemail archive

OpenStreetMap developer discusssion


dev.openstreetmap.org
(List home) (Recent threads) (77 other OpenStreetMap lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
  • Moderate traffic list: up to 30 messages per day
  • This list contains about 27,066 messages, beginning Feb 2006
  • 17 messages added yesterday
Report the Spam
This button sends a spam report to the moderator. Please use it sparingly. For other removal requests, read this.
Are you sure? yes no

Changesets API call (date interval)

Ad
Fernando Ribeiro 1340354428Fri, 22 Jun 2012 08:40:28 +0000 (UTC)
Hey list,

I'm new to OSM API and I'm trying to implement a static OSM server, with
random update interval times. I would like to know if it is possible to get
changesets xml file from OSM API, by bbox and by date interval.

Something like this (only bbox):
http://api.openstreetmap.org/api/0.6/changese...

Reading thru API documentation, I did not check any mention to get
changesets by date interval.

Tanks a lot!

Cheers,
Jonathan Bennett 1340361760Fri, 22 Jun 2012 10:42:40 +0000 (UTC)
On 22/06/2012 09:39, Fernando Ribeiro wrote:

> Reading thru API documentation, I did not check any mention to get
> changesets by date interval.You need to look at the diffs -- the changeset XML only contains 
metadata, not the actual changes to the map data. See:

http://wiki.openstreetmap.org/wiki/Planet.osm...

However, diff production is suspended at present, so you won't see any 
new ones appearing.

J.
Fernando Ribeiro 1340371062Fri, 22 Jun 2012 13:17:42 +0000 (UTC)
Hi Jonathan,

I think I will not able to use the diffs setup mentioned @wiki. Currently I
am generating diffs from different (time) pbfs files and with some Python
scripts, updating a commercial db.
I was looking for the bbox metadata on changesets xml in order to get my
tiling app do generate new tiles for these changesets areas.

Is there a way to generate bbox from changefiles (osc)? I think changesets
bbox should derive from these changefiles...am I right?

Thanks,2012/6/22 Jonathan Bennett 

> On 22/06/2012 09:39, Fernando Ribeiro wrote:
>
>  Reading thru API documentation, I did not check any mention to get
>> changesets by date interval.
>>
>
> You need to look at the diffs -- the changeset XML only contains metadata,
> not the actual changes to the map data. See:
>
> http://wiki.openstreetmap.org/**wiki/Planet.o...<http://wiki.openstreetmap.org/wiki/Planet.osm...>
>
> However, diff production is suspended at present, so you won't see any new
> ones appearing.
>
> J.
>
> ______________________________**_________________
> dev mailing list
> 
> http://lists.openstreetmap.**org/listinfo/dev<http://lists.openstreetmap.org/listinfo/dev>
>
Home | About | Privacy