Re: [OSM-talk] Tagwatch and osmxapi-links

2008-07-30 Thread Renaud Martinet
Stephan,

I'm actually working on such a tool. It uses OSMXAPI syntax and
supports extracting from a bounding box but can't handle really large
files yet. I'm in the process of rewriting it so it can be used on
national extracts such as those from Geofabrik. The first tests look
fairly good.
Just drop me an email if you're interested I'll keep you updated.


Renaud.




On Tue, Jul 29, 2008 at 4:38 PM, Stefan Neufeind
[EMAIL PROTECTED] wrote:
 Tom Hughes wrote:
 In message [EMAIL PROTECTED]
 Stefan Neufeind [EMAIL PROTECTED] wrote:

 Trying to wget the data from console

 $ wget http://tagwatch.stoecker.eu/*%5Badopted=*%5D;

 after some waiting actually results in

 Connecting to osmxapi.hypercube.telascience.org|137.110.119.130|:80...
 connected.
 HTTP request sent, awaiting response... 501 Internal Server Error
 2008-07-29 15:09:20 ERROR 501: Internal Server Error.

 Hmm ... I expect it's only just me and the API is working fine? :-)

 The API is working fine thanks, but that isn't the API, it's zappy and
 that is currently down as is well documented.

 Ah, I didn't recognize that. Is there a simple way to download a
 planet.osm (or germany.osm or so) and run an osmxapi locally? Or what
 would be the easiest way to extract all keys/values of a certain type or
 so to easily edit them in JOSM and upload those few after correction?


 Regards,
  Stefan

 ___
 talk mailing list
 talk@openstreetmap.org
 http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk


___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk


[OSM-talk] Tagwatch and osmxapi-links

2008-07-29 Thread Stefan Neufeind
Hi,

in tagwatch, e.g. at
http://tagwatch.stoecker.eu/Europe/En/tags.html
I see entries that link to adresses like
http://osmxapi.hypercube.telascience.org/api/0.5/*%5Bvalue=LIDL%5D

That page takes quite a while to load but then returns with an empty 
document. Is that a timeout in the api or so? How do people manage to 
use tagwatch to find specific tagged entries (e.g. which need fixing)?


Kind regards,
  Stefan

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk


Re: [OSM-talk] Tagwatch and osmxapi-links

2008-07-29 Thread Robert Vollmert
On Jul 29, 2008, at 14:25, Stefan Neufeind wrote:
 in tagwatch, e.g. at
 http://tagwatch.stoecker.eu/Europe/En/tags.html
 I see entries that link to adresses like
 http://osmxapi.hypercube.telascience.org/api/0.5/*%5Bvalue=LIDL%5D

 That page takes quite a while to load but then returns with an empty
 document. Is that a timeout in the api or so? How do people manage to
 use tagwatch to find specific tagged entries (e.g. which need fixing)?

Those links point to XML documents that your browser may (Firefox) or  
may not (Safari) display. Best to download link location and save to  
whatever.osm.

Would make sense to provide some kind of style information to make any  
browser that can handle XML display the data nicely?

Cheers
Robert


___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk


Re: [OSM-talk] Tagwatch and osmxapi-links

2008-07-29 Thread Stefan Neufeind
Robert Vollmert wrote:
 On Jul 29, 2008, at 14:25, Stefan Neufeind wrote:
 in tagwatch, e.g. at
 http://tagwatch.stoecker.eu/Europe/En/tags.html
 I see entries that link to adresses like
 http://osmxapi.hypercube.telascience.org/api/0.5/*%5Bvalue=LIDL%5D

 That page takes quite a while to load but then returns with an empty
 document. Is that a timeout in the api or so? How do people manage to
 use tagwatch to find specific tagged entries (e.g. which need fixing)?
 
 Those links point to XML documents that your browser may (Firefox) or 
 may not (Safari) display. Best to download link location and save to 
 whatever.osm.
 
 Would make sense to provide some kind of style information to make any 
 browser that can handle XML display the data nicely?

Hi,

my firefox (ff3) doesn't display anything here, but also no error or 
something. And there is nothing in the document it downloaded (view 
document source).

Trying to wget the data from console

$ wget http://tagwatch.stoecker.eu/*%5Badopted=*%5D;

after some waiting actually results in

Connecting to osmxapi.hypercube.telascience.org|137.110.119.130|:80... 
connected.
HTTP request sent, awaiting response... 501 Internal Server Error
2008-07-29 15:09:20 ERROR 501: Internal Server Error.

Hmm ... I expect it's only just me and the API is working fine? :-)

   Stefan

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk


Re: [OSM-talk] Tagwatch and osmxapi-links

2008-07-29 Thread Tom Hughes
In message [EMAIL PROTECTED]
Stefan Neufeind [EMAIL PROTECTED] wrote:

 Trying to wget the data from console

 $ wget http://tagwatch.stoecker.eu/*%5Badopted=*%5D;

 after some waiting actually results in

 Connecting to osmxapi.hypercube.telascience.org|137.110.119.130|:80... 
 connected.
 HTTP request sent, awaiting response... 501 Internal Server Error
 2008-07-29 15:09:20 ERROR 501: Internal Server Error.

 Hmm ... I expect it's only just me and the API is working fine? :-)

The API is working fine thanks, but that isn't the API, it's zappy and
that is currently down as is well documented.

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk


Re: [OSM-talk] Tagwatch and osmxapi-links

2008-07-29 Thread Stefan Neufeind
Tom Hughes wrote:
 In message [EMAIL PROTECTED]
 Stefan Neufeind [EMAIL PROTECTED] wrote:
 
 Trying to wget the data from console

 $ wget http://tagwatch.stoecker.eu/*%5Badopted=*%5D;

 after some waiting actually results in

 Connecting to osmxapi.hypercube.telascience.org|137.110.119.130|:80... 
 connected.
 HTTP request sent, awaiting response... 501 Internal Server Error
 2008-07-29 15:09:20 ERROR 501: Internal Server Error.

 Hmm ... I expect it's only just me and the API is working fine? :-)
 
 The API is working fine thanks, but that isn't the API, it's zappy and
 that is currently down as is well documented.

Ah, I didn't recognize that. Is there a simple way to download a 
planet.osm (or germany.osm or so) and run an osmxapi locally? Or what 
would be the easiest way to extract all keys/values of a certain type or 
so to easily edit them in JOSM and upload those few after correction?


Regards,
  Stefan

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk