[OSM-talk] Data filter

Marc Gemis marc.gemis at gmail.com
Mon Jan 12 13:06:22 UTC 2015


A totally different approach for a very small part you could use Overpass:


replace xxxx with your username.
The following query only returns the ways in the bbox of which xxxx was the
last modifier.

[out:json][timeout:25];
// gather results
(way({{bbox}});)->.a;
(
  // query part for: “user=xxxx”

  way.a(user: xxxx)->.e;
);
// print results
out body;
>;
out skel qt;

On Mon, Jan 12, 2015 at 10:30 AM, Steve Chilton <S.L.Chilton at mdx.ac.uk>
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.
>
>
>
> Cheers
>
> Steve
>
>
>
> Steve Chilton FSEDA, Teaching Fellow
>
> Lead Academic Developer
>
> Centre for Academic Practice Enhancement (CAPE)
>
> Middlesex University
>
> phone: 020 8411 5355
>
> email: steve8 at mdx.ac.uk
>
> Profile: http://www.middlesex.wikispaces.net/user/view/steve8
>
>
>
> Blog: http://itsahill.wordpress.com/
>
> Chair of the Society of Cartographers: http://www.soc.org.uk/
>
> Chair of ICA Neocartography Commission: http://neocartography.icaci.org/
>
>
>
> *[image: MDX LOGO]*
>
>
>
>
> *
> ---------------------------------------------------------------------------
> *
>
> *Please note that Middlesex University's preferred way of receiving all correspondence is via email in line with our Environmental Policy.   All incoming post to Middlesex University is opened and scanned by our digital document handler, CDS, and then emailed to the recipient.
>
> If you do not want your correspondence to Middlesex University processed in this way please email the recipient directly. Parcels, couriered items and recorded delivery items will not be opened or scanned by CDS.  There are items which are "exceptions" which will be opened by CDS but will not be scanned a full list of these can be obtained by contacting the University.
> *
>
>
> _______________________________________________
> talk mailing list
> talk at openstreetmap.org
> https://lists.openstreetmap.org/listinfo/talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/talk/attachments/20150112/03f2c4f4/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 3163 bytes
Desc: not available
URL: <http://lists.openstreetmap.org/pipermail/talk/attachments/20150112/03f2c4f4/attachment-0001.jpg>


More information about the talk mailing list