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 <[email protected]>
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: [email protected]
>
> 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
> [email protected]
> https://lists.openstreetmap.org/listinfo/talk
>
>
_______________________________________________
talk mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/talk

Reply via email to