[OSM-talk] Data filter
Glenn Plas
glenn at byte-consult.be
Mon Jan 12 18:08:53 UTC 2015
The last touched is quite an easy query on overpass, see the examples
here:
http://wiki.openstreetmap.org/wiki/Overpass_API#Advanced_usage_examples
If you want to return the nodes only:
http://overpass-turbo.eu/
<query type="node">
<user name="Steve Chilton"/>
<bbox-query {{bbox}}/>
</query>
<print mode="meta"/>
That would return tons of data if you're a heavy mapper. You might
meet some overpass limits if you go too large.
Glenn
On 12-01-15 10:30, Steve Chilton wrote:
> Can anyone help me with filtering OSM data please?
>
> For a project I am working on I need data on my contributions to the
> project.
>
> How can I select ‘my contributions in UK’ and output as XML (or JSON?).
>
> Need a file that can be imported in to standard GIS packages.
>
> Any help gratefully received.
>
More information about the talk
mailing list