Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-12 Thread Pierre Béland
Thanks Jon,
Below is a link, your data brought me to look at. I see three buildings that 
should not be on the map. Two are not orthogonal. And just east of these, there 
is a building not traced.
https://www.openstreetmap.org/#map=19/27.996049/85.04349    
Pierre 

  De : kusala nine 
 À : Mhairi O'Hara ; hot  
 Envoyé le : Mardi 12 mai 2015 16h46
 Objet : Re: [HOT] Nepal data validation: overpass script to identify the 
recent mappers?
   
bit of a delay getting non-squared buildings to work in python/overpass but the 
day job intervened I'm afraid. Still, good to dive into learning overpass and 
the pytthon API. The link below has a python script which will report buildings 
within a bounding box with a skew greater than a certain tolerance. It's the 
kind of thing which could be integrated into JOSM ideally but not sure how to 
go about that... I'm happy to do the work (I speak java and python and would 
like to get involved in the JOSM developments). Have a go - email me if it 
doesn't work. Against the depressing backdrop of the 2nd earthquake this slips 
down the priority list so I'm going back to the TM to do some bread and butter 
mapping for a few days but happy to be diverted by this if it would help.
https://www.dropbox.com/s/xhlr6n1ia3kzqw6/buildings.zip?dl=0

all the best,
jon p.


On Tue, May 5, 2015 at 9:21 PM, Springfield Harrison  
wrote:

Wouldn't it be easier to just create a tool that draws abox/rectangle?  That is 
a common GIS drawing activity.

I'm new to this (but not to GIS/GPS mapping) but does this project reallyneed 
building footprints in every case?  Points might sufficeinitially in the 
interests of simplicity/expediency; building footprintscould be added later for 
specific cases.  The initial point couldhave attributes as to size, type of 
building, etc.

Cheers . . ..   Spring Harrison 

 


At 05-05-2015 13:04 Tuesday, kusala nine wrote:

I have a python script whichwill analyse all buildings in a bounding box and 
output those with alarge "skew" - where the diagonals don't match (within 
atolerance). It uses overpass API and will also output changeset/userinfo. I'll 
post a link to it tomorrow once I've finished user options.Might be useful to 
identify tiles where buildings aren't square. Needsoverpass and pygeo to get 
data and work out distances. jon.

On Tue, May 5, 2015 at 7:05 AM, kusala nine wrote:
   
  - I put the latest extract back into a database last night andextracted 
just the buildings and the number of sides in them - the listbelow shows total 
number of buildings and the number of sides in thepolygon.. Of the 190k 
buildings in the current Nepal extract the vastmajority have four sides - There 
are 58 triangular buildings though! andquite a lot with more sides. I am 
analysing the 4-sided buildings now andmeasuring the difference in metres 
between the diagonals - this isprobably the best method of determing the skew. 
If you want a shapefileof the triangular buildings let me know and I can 
dropbox it. I'll tryand get this working in python/overpass wrapper so it can 
be run as avalidation process... jon.   
   

  - total  | #sides   

  - Â 160852 | Â 4   

  - Â 10940 | Â 6   

  - Â Â 6259 | Â 5   

  - Â Â 5075 | Â 8   

  - Â Â 2404 | Â 7   

  - Â Â 1240 | 10   

  - Â Â 875 | Â 9   

  - Â Â 718 | 12   

  - Â Â 496 | 11   

  - Â Â 231 | 14   

  - Â Â 208 | 13   

  - Â Â 179 | 16   

  - Â Â 128 | 15   

  - Â Â Â 82 | 18   

  - Â Â Â 72 | 19   

  - Â Â Â 58 | Â 3   
   
   

  - On Mon, May 4, 2015 at 10:23 PM, kusala nine 
wrote:   
  
 - hi - will do. back to the day job tomorrow but will keep on 
it.geometrically it's easy to figure out if something's got right angles -it's 
just the extract from the database. I'll see what I can do andreport back. jon. 
 
  

 - On Mon, May 4, 2015 at 9:36 PM, Mhairi 
O'Hara wrote:  
 
- This is great. We are really looking at somehow incorporating 
atiered user system (beginner/intermediate/advanced) into the TaskingManager, 
so that we can hopefully do the following: 
 

- Mapper status: Provide various levels of mapper 
status(beginner/intermediate/advanced), so that only advanced can validatetiles 
and perhaps a buddy system can be introduced to guidebeginners. 
 

- Chat room: Provide a channel where users (beginners) can speak 
toother users (experienced) live to get help on how to do mapping.Something 
similar to MapCraft(http://mapcraft.nanodesu.ru/) 
 

- Beginner guidance: Once new mappers are identified, 
perhapsexperienced users can give them view access to watch them map live. 
Thiswould be the quickest way to teach and learn during an activation, as 
itwoul

Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-12 Thread kusala nine
bit of a delay getting non-squared buildings to work in python/overpass but
the day job intervened I'm afraid. Still, good to dive into learning
overpass and the pytthon API. The link below has a python script which will
report buildings within a bounding box with a skew greater than a certain
tolerance. It's the kind of thing which could be integrated into JOSM
ideally but not sure how to go about that... I'm happy to do the work (I
speak java and python and would like to get involved in the JOSM
developments). Have a go - email me if it doesn't work. Against the
depressing backdrop of the 2nd earthquake this slips down the priority list
so I'm going back to the TM to do some bread and butter mapping for a few
days but happy to be diverted by this if it would help.

https://www.dropbox.com/s/xhlr6n1ia3kzqw6/buildings.zip?dl=0

all the best,

jon p.

On Tue, May 5, 2015 at 9:21 PM, Springfield Harrison 
wrote:

>  Wouldn't it be easier to just create a tool that draws a box/rectangle?
> That is a common GIS drawing activity.
>
> I'm new to this (but not to GIS/GPS mapping) but does this project really
> need building footprints in every case?  Points might suffice initially in
> the interests of simplicity/expediency; building footprints could be added
> later for specific cases.  The initial point could have attributes as to
> size, type of building, etc.
>
>  Cheers . . . .   Spring Harrison
>
>
>
>
> At 05-05-2015 13:04 Tuesday, kusala nine wrote:
>
> I have a python script which will analyse all buildings in a bounding box
> and output those with a large "skew" - where the diagonals don't match
> (within a tolerance). It uses overpass API and will also output
> changeset/user info. I'll post a link to it tomorrow once I've finished
> user options. Might be useful to identify tiles where buildings aren't
> square. Needs overpass and pygeo to get data and work out distances. jon.
>
> On Tue, May 5, 2015 at 7:05 AM, kusala nine 
> wrote:
>  I put the latest extract back into a database last night and extracted
> just the buildings and the number of sides in them - the list below shows
> total number of buildings and the number of sides in the polygon.. Of the
> 190k buildings in the current Nepal extract the vast majority have four
> sides - There are 58 triangular buildings though! and quite a lot with more
> sides. I am analysing the 4-sided buildings now and measuring the
> difference in metres between the diagonals - this is probably the best
> method of determing the skew. If you want a shapefile of the triangular
> buildings let me know and I can dropbox it. I'll try and get this working
> in python/overpass wrapper so it can be run as a validation process... jon.
>
> total  | #sides
> Â 160852 | Â 4
> Â 10940 | Â 6
> Â Â 6259 | Â 5
> Â Â 5075 | Â 8
> Â Â 2404 | Â 7
> Â Â 1240 | 10
> Â Â 875 | Â 9
> Â Â 718 | 12
> Â Â 496 | 11
> Â Â 231 | 14
> Â Â 208 | 13
> Â Â 179 | 16
> Â Â 128 | 15
> Â Â Â 82 | 18
> Â Â Â 72 | 19
> Â Â Â 58 | Â 3
>
>
> On Mon, May 4, 2015 at 10:23 PM, kusala nine 
> wrote:
>  hi - will do. back to the day job tomorrow but will keep on it.
> geometrically it's easy to figure out if something's got right angles -
> it's just the extract from the database. I'll see what I can do and report
> back. jon.
>
> On Mon, May 4, 2015 at 9:36 PM, Mhairi O'Hara 
> wrote:
>  This is great. We are really looking at somehow incorporating a tiered
> user system (beginner/intermediate/advanced) into the Tasking Manager, so
> that we can hopefully do the following:
>
> Mapper status: Provide various levels of mapper status
> (beginner/intermediate/advanced), so that only advanced can validate tiles
> and perhaps a buddy system can be introduced to guide beginners.
>
> Chat room: Provide a channel where users (beginners) can speak to other
> users (experienced) live to get help on how to do mapping. Something
> similar to MapCraft (http://mapcraft.nanodesu.ru/ )
>
> Beginner guidance: Once new mappers are identified, perhaps experienced
> users can give them view access to watch them map live. This would be the
> quickest way to teach and learn during an activation, as it would be
> specific to the project they are working on and enable them to become
> familiar with identifying features in the satellite imagery.
>
> Again, duly noted! Please keep me in the loop if you make any head way on
> the python wrapper Kusala.
>
> Kind regards,
>
> Mhairi
>
>
>
> On Mon, May 4, 2015 at 9:41 AM, Pierre Béland  wrote:
>  Working better :)
> Thanks
> Â
> Â
> Pierre
>
>
> De : Julian Haag 
> À : 

Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-05 Thread Springfield Harrison


Wouldn't it be easier to just create a tool that draws a
box/rectangle?  That is a common GIS drawing activity.
I'm new to this (but not to GIS/GPS mapping) but does this project really
need building footprints in every case?  Points might suffice
initially in the interests of simplicity/expediency; building footprints
could be added later for specific cases.  The initial point could
have attributes as to size, type of building, etc.

Cheers . . .
.   Spring Harrison 
 

At 05-05-2015 13:04 Tuesday, kusala nine wrote:
I have a python script which
will analyse all buildings in a bounding box and output those with a
large "skew" - where the diagonals don't match (within a
tolerance). It uses overpass API and will also output changeset/user
info. I'll post a link to it tomorrow once I've finished user options.
Might be useful to identify tiles where buildings aren't square. Needs
overpass and pygeo to get data and work out distances. jon.
On Tue, May 5, 2015 at 7:05 AM, kusala nine
<kusa...@googlemail.com
> wrote:


I put the latest extract back into a database last night and
extracted just the buildings and the number of sides in them - the list
below shows total number of buildings and the number of sides in the
polygon.. Of the 190k buildings in the current Nepal extract the vast
majority have four sides - There are 58 triangular buildings though! and
quite a lot with more sides. I am analysing the 4-sided buildings now and
measuring the difference in metres between the diagonals - this is
probably the best method of determing the skew. If you want a shapefile
of the triangular buildings let me know and I can dropbox it. I'll try
and get this working in python/overpass wrapper so it can be run as a
validation process... jon.

total   | #sides

 160852 |  4

  10940 |  6

   6259 |  5

   5075 |  8

   2404 |  7

   1240 | 10

    875 |  9

    718 | 12

    496 | 11

    231 | 14

    208 | 13

    179 | 16

    128 | 15

     82 | 18

     72 | 19

     58 |  3


On Mon, May 4, 2015 at 10:23 PM, kusala nine
<kusa...@googlemail.com
> wrote:


hi - will do. back to the day job tomorrow but will keep on it.
geometrically it's easy to figure out if something's got right angles -
it's just the extract from the database. I'll see what I can do and
report back. jon.

On Mon, May 4, 2015 at 9:36 PM, Mhairi O'Hara
<mhairi.oh...@hotosm.org
> wrote:


This is great. We are really looking at somehow incorporating a
tiered user system (beginner/intermediate/advanced) into the Tasking
Manager, so that we can hopefully do the following:

Mapper status: Provide various levels of mapper status
(beginner/intermediate/advanced), so that only advanced can validate
tiles and perhaps a buddy system can be introduced to guide
beginners.

Chat room: Provide a channel where users (beginners) can speak to
other users (experienced) live to get help on how to do mapping.
Something similar to MapCraft
(http://mapcraft.nanodesu.ru/
)

Beginner guidance: Once new mappers are identified, perhaps
experienced users can give them view access to watch them map live. This
would be the quickest way to teach and learn during an activation, as it
would be specific to the project they are working on and enable them to
become familiar with identifying features in the satellite imagery.


Again, duly noted! Please keep me in the loop if you make any head
way on the python wrapper Kusala.

Kind regards,

Mhairi


On Mon, May 4, 2015 at 9:41 AM, Pierre Béland
<pierz...@yahoo.fr>
wrote:


Working better :)

Thanks

 

 

Pierre 


De : Julian Haag
<o...@juhaag.de>

À :
hot@openstreetmap.org 

Envoyé le : Lundi 4 mai 2015 9h05

Objet : Re: [HOT] Nepal data validation: overpass script to
identify the recent mappers?


-BEGIN PGP SIGNED MESSAGE- 

Hash: SHA1 

 

Hi,

there is a . athe the ent of the URL. This is the correct one:


http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal

ngt

Am 04.05.2015 um 14:54 schrieb Pierre Béland:

> Thanks Pascal Neis for this again. This includes a RSS feed. No
user listed yet on my screen.

>Â  

>Â  

> Pierre

>

> -

> *De :* amrit karmacharya


> *À :* Kusala9



> *Cc :*

"hot@openstreetmap.org"



> *Envoyé le :* Lundi 4 mai 2015 8h41

> *Objet :* Re: [HOT] Nepal data validation: overpass script to
identify the recent mappers?

>

> This page shows Newest Active OpenStreetMap Contributors for
Nepal

http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal.

>

>

>

> On Mon, May 4, 2015 at 12:35 PM, Kusala9
<kusa...@googlemail.com
<
mailto:kusa...@googlemail.com>> wrote:

>

>Â Â Â Â  I'm new to overpass but there s a nice python wrapper
which will make user counts and geometry calculations easier. I can look

Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-05 Thread kusala nine
I have a python script which will analyse all buildings in a bounding box
and output those with a large "skew" - where the diagonals don't match
(within a tolerance). It uses overpass API and will also output
changeset/user info. I'll post a link to it tomorrow once I've finished
user options. Might be useful to identify tiles where buildings aren't
square. Needs overpass and pygeo to get data and work out distances. jon.

On Tue, May 5, 2015 at 7:05 AM, kusala nine  wrote:

> I put the latest extract back into a database last night and extracted
> just the buildings and the number of sides in them - the list below shows
> total number of buildings and the number of sides in the polygon.. Of the
> 190k buildings in the current Nepal extract the vast majority have four
> sides - There are 58 triangular buildings though! and quite a lot with more
> sides. I am analysing the 4-sided buildings now and measuring the
> difference in metres between the diagonals - this is probably the best
> method of determing the skew. If you want a shapefile of the triangular
> buildings let me know and I can dropbox it. I'll try and get this working
> in python/overpass wrapper so it can be run as a validation process... jon.
>
> total   | #sides
>  160852 |  4
>   10940 |  6
>6259 |  5
>5075 |  8
>2404 |  7
>1240 | 10
> 875 |  9
> 718 | 12
> 496 | 11
> 231 | 14
> 208 | 13
> 179 | 16
> 128 | 15
>  82 | 18
>  72 | 19
> * 58 |  3*
>
>
> On Mon, May 4, 2015 at 10:23 PM, kusala nine 
> wrote:
>
>> hi - will do. back to the day job tomorrow but will keep on it.
>> geometrically it's easy to figure out if something's got right angles -
>> it's just the extract from the database. I'll see what I can do and report
>> back. jon.
>>
>> On Mon, May 4, 2015 at 9:36 PM, Mhairi O'Hara 
>> wrote:
>>
>>> This is great. We are really looking at somehow incorporating a tiered
>>> user system (beginner/intermediate/advanced) into the Tasking Manager, so
>>> that we can hopefully do the following:
>>>
>>> Mapper status: Provide various levels of mapper status
>>> (beginner/intermediate/advanced), so that only advanced can validate tiles
>>> and perhaps a buddy system can be introduced to guide beginners.
>>>
>>> Chat room: Provide a channel where users (beginners) can speak to other
>>> users (experienced) live to get help on how to do mapping. Something
>>> similar to MapCraft (http://mapcraft.nanodesu.ru/)
>>>
>>> *Beginner guidance:* Once new mappers are identified, perhaps
>>> experienced users can give them view access to watch them map live. This
>>> would be the quickest way to teach and learn during an activation, as it
>>> would be specific to the project they are working on and enable them to
>>> become familiar with identifying features in the satellite imagery.
>>>
>>> Again, duly noted! Please keep me in the loop if you make any head way
>>> on the python wrapper Kusala.
>>>
>>> Kind regards,
>>>
>>> Mhairi
>>>
>>>
>>>
>>> On Mon, May 4, 2015 at 9:41 AM, Pierre Béland  wrote:
>>>
>>>> Working better :)
>>>> Thanks
>>>>
>>>>
>>>> Pierre
>>>>
>>>>   --
>>>>  *De :* Julian Haag 
>>>> *À :* hot@openstreetmap.org
>>>> *Envoyé le :* Lundi 4 mai 2015 9h05
>>>> *Objet :* Re: [HOT] Nepal data validation: overpass script to identify
>>>> the recent mappers?
>>>>
>>>>
>>>> -BEGIN PGP SIGNED MESSAGE-
>>>> Hash: SHA1
>>>>
>>>> Hi,
>>>> there is a . athe the ent of the URL. This is the correct one:
>>>> http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal
>>>>
>>>> ngt
>>>>
>>>> Am 04.05.2015 um 14:54 schrieb Pierre Béland:
>>>> > Thanks Pascal Neis for this again. This includes a RSS feed. No user
>>>> listed yet on my screen.
>>>> >
>>>> >
>>>> > Pierre
>>>> >
>>>> > -
>>>> > *De :* amrit karmacharya  
>>>> > *À :* Kusala9  
>>>> > *Cc :* "hot@openstreetmap.org" 
>>>>  
>>>> > *Envoyé le :* Lundi 4 mai 2015 8h41
>>>> > *Objet :* Re: [HOT] Nepal data validation: overpass script to

Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-04 Thread kusala nine
I put the latest extract back into a database last night and extracted just
the buildings and the number of sides in them - the list below shows total
number of buildings and the number of sides in the polygon.. Of the 190k
buildings in the current Nepal extract the vast majority have four sides -
There are 58 triangular buildings though! and quite a lot with more sides.
I am analysing the 4-sided buildings now and measuring the difference in
metres between the diagonals - this is probably the best method of
determing the skew. If you want a shapefile of the triangular buildings let
me know and I can dropbox it. I'll try and get this working in
python/overpass wrapper so it can be run as a validation process... jon.

total   | #sides
 160852 |  4
  10940 |  6
   6259 |  5
   5075 |  8
   2404 |  7
   1240 | 10
875 |  9
718 | 12
496 | 11
231 | 14
208 | 13
179 | 16
128 | 15
 82 | 18
 72 | 19
* 58 |  3*


On Mon, May 4, 2015 at 10:23 PM, kusala nine  wrote:

> hi - will do. back to the day job tomorrow but will keep on it.
> geometrically it's easy to figure out if something's got right angles -
> it's just the extract from the database. I'll see what I can do and report
> back. jon.
>
> On Mon, May 4, 2015 at 9:36 PM, Mhairi O'Hara 
> wrote:
>
>> This is great. We are really looking at somehow incorporating a tiered
>> user system (beginner/intermediate/advanced) into the Tasking Manager, so
>> that we can hopefully do the following:
>>
>> Mapper status: Provide various levels of mapper status
>> (beginner/intermediate/advanced), so that only advanced can validate tiles
>> and perhaps a buddy system can be introduced to guide beginners.
>>
>> Chat room: Provide a channel where users (beginners) can speak to other
>> users (experienced) live to get help on how to do mapping. Something
>> similar to MapCraft (http://mapcraft.nanodesu.ru/)
>>
>> *Beginner guidance:* Once new mappers are identified, perhaps
>> experienced users can give them view access to watch them map live. This
>> would be the quickest way to teach and learn during an activation, as it
>> would be specific to the project they are working on and enable them to
>> become familiar with identifying features in the satellite imagery.
>>
>> Again, duly noted! Please keep me in the loop if you make any head way on
>> the python wrapper Kusala.
>>
>> Kind regards,
>>
>> Mhairi
>>
>>
>>
>> On Mon, May 4, 2015 at 9:41 AM, Pierre Béland  wrote:
>>
>>> Working better :)
>>> Thanks
>>>
>>>
>>> Pierre
>>>
>>>   --
>>>  *De :* Julian Haag 
>>> *À :* hot@openstreetmap.org
>>> *Envoyé le :* Lundi 4 mai 2015 9h05
>>> *Objet :* Re: [HOT] Nepal data validation: overpass script to identify
>>> the recent mappers?
>>>
>>>
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA1
>>>
>>> Hi,
>>> there is a . athe the ent of the URL. This is the correct one:
>>> http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal
>>>
>>> ngt
>>>
>>> Am 04.05.2015 um 14:54 schrieb Pierre Béland:
>>> > Thanks Pascal Neis for this again. This includes a RSS feed. No user
>>> listed yet on my screen.
>>> >
>>> >
>>> > Pierre
>>> >
>>> > -
>>> > *De :* amrit karmacharya  
>>> > *À :* Kusala9  
>>> > *Cc :* "hot@openstreetmap.org" 
>>>  
>>> > *Envoyé le :* Lundi 4 mai 2015 8h41
>>> > *Objet :* Re: [HOT] Nepal data validation: overpass script to identify
>>> the recent mappers?
>>> >
>>> > This page shows Newest Active OpenStreetMap Contributors for Nepal
>>> http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal.
>>> >
>>> >
>>> >
>>> > On Mon, May 4, 2015 at 12:35 PM, Kusala9 >> <mailto:kusa...@googlemail.com> > wrote:
>>> >
>>> > I'm new to overpass but there s a nice python wrapper which will
>>> make user counts and geometry calculations easier. I can look at this
>>> tonight and will report back. Jon
>>> >
>>> > 58683-23001#47
>>> >
>>> > On 4 May 2015, at 02:45, Severin Menard >> <mailto:severin.men...@gmail.com> > wrote:
>>> >
>>> > > Hi,
>>> > >
>>> > > Is there a overpass skilled person 

Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-04 Thread Mhairi O'Hara
This is great. We are really looking at somehow incorporating a tiered user
system (beginner/intermediate/advanced) into the Tasking Manager, so that
we can hopefully do the following:

Mapper status: Provide various levels of mapper status
(beginner/intermediate/advanced), so that only advanced can validate tiles
and perhaps a buddy system can be introduced to guide beginners.

Chat room: Provide a channel where users (beginners) can speak to other
users (experienced) live to get help on how to do mapping. Something
similar to MapCraft (http://mapcraft.nanodesu.ru/)

*Beginner guidance:* Once new mappers are identified, perhaps experienced
users can give them view access to watch them map live. This would be the
quickest way to teach and learn during an activation, as it would be
specific to the project they are working on and enable them to become
familiar with identifying features in the satellite imagery.

Again, duly noted! Please keep me in the loop if you make any head way on
the python wrapper Kusala.

Kind regards,

Mhairi



On Mon, May 4, 2015 at 9:41 AM, Pierre Béland  wrote:

> Working better :)
> Thanks
>
>
> Pierre
>
>   --
>  *De :* Julian Haag 
> *À :* hot@openstreetmap.org
> *Envoyé le :* Lundi 4 mai 2015 9h05
> *Objet :* Re: [HOT] Nepal data validation: overpass script to identify
> the recent mappers?
>
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
> there is a . athe the ent of the URL. This is the correct one:
> http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal
>
> ngt
>
> Am 04.05.2015 um 14:54 schrieb Pierre Béland:
> > Thanks Pascal Neis for this again. This includes a RSS feed. No user
> listed yet on my screen.
> >
> >
> > Pierre
> >
> > -
> > *De :* amrit karmacharya  
> > *À :* Kusala9  
> > *Cc :* "hot@openstreetmap.org" 
>  
> > *Envoyé le :* Lundi 4 mai 2015 8h41
> > *Objet :* Re: [HOT] Nepal data validation: overpass script to identify
> the recent mappers?
> >
> > This page shows Newest Active OpenStreetMap Contributors for Nepal
> http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal.
> >
> >
> >
> > On Mon, May 4, 2015 at 12:35 PM, Kusala9  <mailto:kusa...@googlemail.com> > wrote:
> >
> > I'm new to overpass but there s a nice python wrapper which will
> make user counts and geometry calculations easier. I can look at this
> tonight and will report back. Jon
> >
> > 58683-23001#47
> >
> > On 4 May 2015, at 02:45, Severin Menard  <mailto:severin.men...@gmail.com> > wrote:
> >
> > > Hi,
> > >
> > > Is there a overpass skilled person to write the script that can
> identify mappers with limited experience (recent mapper ID or number of
> contributions less than let us say 5,000) over Nepal, so that we can check
> their contributions and give advice about how to improve them.
> > >
> > > Another hero would be the person able to include a detection of
> non squared buildings within the Validator steps.
> > >
> > > Sincerely,
> > >
> > > Severin
> > > ___
> > > HOT mailing list
> > > HOT@openstreetmap.org <mailto:HOT@openstreetmap.org>
> 
> > > https://lists.openstreetmap.org/listinfo/hot
> >
> > ___
> > HOT mailing list
> > HOT@openstreetmap.org <mailto:HOT@openstreetmap.org>
> 
> > https://lists.openstreetmap.org/listinfo/hot
> >
> >
> >
> >
> > --
> > Best Regards
> > Amrit Karmacharya
> > Instructor, Survey Officer
> > Land Management Training Center
> >
> > ___
> > HOT mailing list
> > HOT@openstreetmap.org <mailto:HOT@openstreetmap.org>
> 
>
>
>
> > https://lists.openstreetmap.org/listinfo/hot
> >
> >
> >
> >
> > ___
> > HOT mailing list
> > HOT@openstreetmap.org
> > https://lists.openstreetmap.org/listinfo/hot
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2
>
> iQIcBAEBAgAGBQJVR26KAAoJEMUCiYazPkhKZjcQAM7zlBJW6huq2ikO1iB55oIj
> VTqMd3HW2hdIGNQYywbbSqV31dXSDu1HCpPRZZMTfCDHwHjYeEm6ChMFVo3MEJ6C
> GCRHyr7XtzsDueCytQdXyWoSRVPNcigNQczMKfURYdPyiWzRdTqLHrasfMZdUPfW
> Ue8Gy1iITksRF17zh/URJydGjD+9fsWPiNBYyjvI2oTXXPEAPZH69G7wG7N8Me43
> /cNuIMIv2m81MBhD5egGzIHw7buJ/aUbjl3LSDzX64GOuOp/N

Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-04 Thread Pierre Béland
Working better :)Thanks
  
Pierre 

  De : Julian Haag 
 À : hot@openstreetmap.org 
 Envoyé le : Lundi 4 mai 2015 9h05
 Objet : Re: [HOT] Nepal data validation: overpass script to identify the 
recent mappers?
   
 
 -BEGIN PGP SIGNED MESSAGE- 
 Hash: SHA1 
  
 Hi,
 there is a . athe the ent of the URL. This is the correct one:
 http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal
 
 ngt
 
 Am 04.05.2015 um 14:54 schrieb Pierre Béland:
 > Thanks Pascal Neis for this again. This includes a RSS feed. No user listed 
 > yet on my screen.
 >  
 >  
 > Pierre
 >
 > -
 > *De :* amrit karmacharya 
 > *À :* Kusala9 
 > *Cc :* "hot@openstreetmap.org" 
 > *Envoyé le :* Lundi 4 mai 2015 8h41
 > *Objet :* Re: [HOT] Nepal data validation: overpass script to identify the 
 > recent mappers?
 >
 > This page shows Newest Active OpenStreetMap Contributors for Nepal 
 > http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal.
 >
 >
 >
 > On Mon, May 4, 2015 at 12:35 PM, Kusala9  <mailto:kusa...@googlemail.com>> wrote:
 >
 > I'm new to overpass but there s a nice python wrapper which will make 
 >user counts and geometry calculations easier. I can look at this tonight and 
 >will report back. Jon
 >
 > 58683-23001#47
 >
 > On 4 May 2015, at 02:45, Severin Menard <mailto:severin.men...@gmail.com>> wrote:
 >
 > > Hi,
 > >
 > > Is there a overpass skilled person to write the script that can 
 >identify mappers with limited experience (recent mapper ID or number of 
 >contributions less than let us say 5,000) over Nepal, so that we can check 
 >their contributions and give advice about how to improve them.
 > >
 > > Another hero would be the person able to include a detection of non 
 >squared buildings within the Validator steps.
 > >
 > > Sincerely,
 > >
 > > Severin
 > > ___
 > > HOT mailing list
 > > HOT@openstreetmap.org <mailto:HOT@openstreetmap.org>
 > > https://lists.openstreetmap.org/listinfo/hot
 >
 > ___
 > HOT mailing list
 > HOT@openstreetmap.org <mailto:HOT@openstreetmap.org>
 > https://lists.openstreetmap.org/listinfo/hot
 >
 >
 >
 >
 > -- 
 > Best Regards
 > Amrit Karmacharya
 > Instructor, Survey Officer
 > Land Management Training Center
 >
 > ___
 > HOT mailing list
 > HOT@openstreetmap.org <mailto:HOT@openstreetmap.org>


 > https://lists.openstreetmap.org/listinfo/hot
 >
 >
 >
 >
 > ___
 > HOT mailing list
 > HOT@openstreetmap.org
 > https://lists.openstreetmap.org/listinfo/hot
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
  
 iQIcBAEBAgAGBQJVR26KAAoJEMUCiYazPkhKZjcQAM7zlBJW6huq2ikO1iB55oIj
 VTqMd3HW2hdIGNQYywbbSqV31dXSDu1HCpPRZZMTfCDHwHjYeEm6ChMFVo3MEJ6C
 GCRHyr7XtzsDueCytQdXyWoSRVPNcigNQczMKfURYdPyiWzRdTqLHrasfMZdUPfW
 Ue8Gy1iITksRF17zh/URJydGjD+9fsWPiNBYyjvI2oTXXPEAPZH69G7wG7N8Me43
 /cNuIMIv2m81MBhD5egGzIHw7buJ/aUbjl3LSDzX64GOuOp/NC5Xgotg1HL2PvmE
 FfNaZIhpiyLwk31odMOcwUglnLfHepIekNulc4qi7BpXx139pT0KrRsmXgpS+Y7Q
 0LR3inEf0fHWS0PrrzVK9UxF03xcMNJLZDOMnpeoZ3PIXQ5HWSsF0H7N6nF6dXIk
 wHfo+cxm1ype6A08vHw+TVK/gSoR/0DlxgNTyQyq3ZQDaP2mUE9ZtPuHtz3Yq3n/
 oIPRp3vlwYHpeskk54pE3jb1pJwVq75JC0Akt/Au7K0v3JAmmkW7QHpiU9NCJbkM
 cFm7PWISyuEK7RWYm+lEUU1aJInGeVsN94OtJPJ7XxTCBZE9glDsEEooFVYaNYov
 BpaIuHem2GZniin+Yg0Ow3ZVGj3kOYhJ1gGZSkwGHeN6P1JePD/ZwyO2scYZLvmQ
 kfytyRgvPtpKm1oEFb/5
 =NLxE
 -END PGP SIGNATURE-
 
 
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


  ___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-04 Thread Julian Haag

  
  

-BEGIN PGP SIGNED MESSAGE- 
Hash: SHA1 
 
Hi,
there is a . athe the ent of the URL. This is the correct one:
http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal

ngt

Am 04.05.2015 um 14:54 schrieb Pierre Béland:
> Thanks Pascal Neis for this
  again. This includes a RSS feed. No user listed yet on my screen.
  >  
  >  
  > Pierre
  >
  > -
  > *De :* amrit karmacharya 
  > *À :* Kusala9 
  > *Cc :* "hot@openstreetmap.org" 
  > *Envoyé le :* Lundi 4 mai 2015 8h41
  > *Objet :* Re: [HOT] Nepal data validation: overpass script to
  identify the recent mappers?
  >
  > This page shows Newest Active OpenStreetMap Contributors for
  Nepal http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal.
  >
  >
  >
  > On Mon, May 4, 2015 at 12:35 PM, Kusala9
  <kusa...@googlemail.com
  > wrote:
  >
  > I'm new to overpass but there s a nice python wrapper
  which will make user counts and geometry calculations easier. I
  can look at this tonight and will report back. Jon
  >
  > 58683-23001#47
  >
  > On 4 May 2015, at 02:45, Severin Menard
  <severin.men...@gmail.com
  > wrote:
  >
  > > Hi,
  > >
  > > Is there a overpass skilled person to write the
  script that can identify mappers with limited experience (recent
  mapper ID or number of contributions less than let us say 5,000)
  over Nepal, so that we can check their contributions and give
  advice about how to improve them.
  > >
  > > Another hero would be the person able to include a
  detection of non squared buildings within the Validator steps.
  > >
  > > Sincerely,
  > >
  > > Severin
  > > ___
  > > HOT mailing list
  > > HOT@openstreetmap.org
  
  > > https://lists.openstreetmap.org/listinfo/hot
  >
  > ___
  > HOT mailing list
  > HOT@openstreetmap.org
  
  > https://lists.openstreetmap.org/listinfo/hot
  >
  >
  >
  >
  > -- 
  > Best Regards
  > Amrit Karmacharya
  > Instructor, Survey Officer
  > Land Management Training Center
  >
  > ___
  > HOT mailing list
  > HOT@openstreetmap.org 
  > https://lists.openstreetmap.org/listinfo/hot
  >
  >
  >
  >
  > ___
  > HOT mailing list
  > HOT@openstreetmap.org
  > https://lists.openstreetmap.org/listinfo/hot

-BEGIN PGP SIGNATURE-

Version: GnuPG v2

 
iQIcBAEBAgAGBQJVR26KAAoJEMUCiYazPkhKZjcQAM7zlBJW6huq2ikO1iB55oIj

VTqMd3HW2hdIGNQYywbbSqV31dXSDu1HCpPRZZMTfCDHwHjYeEm6ChMFVo3MEJ6C

GCRHyr7XtzsDueCytQdXyWoSRVPNcigNQczMKfURYdPyiWzRdTqLHrasfMZdUPfW

Ue8Gy1iITksRF17zh/URJydGjD+9fsWPiNBYyjvI2oTXXPEAPZH69G7wG7N8Me43

/cNuIMIv2m81MBhD5egGzIHw7buJ/aUbjl3LSDzX64GOuOp/NC5Xgotg1HL2PvmE

FfNaZIhpiyLwk31odMOcwUglnLfHepIekNulc4qi7BpXx139pT0KrRsmXgpS+Y7Q

0LR3inEf0fHWS0PrrzVK9UxF03xcMNJLZDOMnpeoZ3PIXQ5HWSsF0H7N6nF6dXIk

wHfo+cxm1ype6A08vHw+TVK/gSoR/0DlxgNTyQyq3ZQDaP2mUE9ZtPuHtz3Yq3n/

oIPRp3vlwYHpeskk54pE3jb1pJwVq75JC0Akt/Au7K0v3JAmmkW7QHpiU9NCJbkM

cFm7PWISyuEK7RWYm+lEUU1aJInGeVsN94OtJPJ7XxTCBZE9glDsEEooFVYaNYov

BpaIuHem2GZniin+Yg0Ow3ZVGj3kOYhJ1gGZSkwGHeN6P1JePD/ZwyO2scYZLvmQ

kfytyRgvPtpKm1oEFb/5

=NLxE

-END PGP SIGNATURE-


  


___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-04 Thread Pierre Béland
Thanks Pascal Neis for this again. This includes a RSS feed. No user listed yet 
on my screen.  
Pierre 

  De : amrit karmacharya 
 À : Kusala9  
Cc : "hot@openstreetmap.org"  
 Envoyé le : Lundi 4 mai 2015 8h41
 Objet : Re: [HOT] Nepal data validation: overpass script to identify the 
recent mappers?
   
This page shows Newest Active OpenStreetMap Contributors for Nepal 
http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal.



On Mon, May 4, 2015 at 12:35 PM, Kusala9  wrote:

I'm new to overpass but there s a nice python wrapper which will make user 
counts and geometry calculations easier. I can look at this tonight and will 
report back. Jon

58683-23001#47

On 4 May 2015, at 02:45, Severin Menard  wrote:

> Hi,
>
> Is there a overpass skilled person to write the script that can identify 
> mappers with limited experience (recent mapper ID or number of contributions 
> less than let us say 5,000) over Nepal, so that we can check their 
> contributions and give advice about how to improve them.
>
> Another hero would be the person able to include a detection of non squared 
> buildings within the Validator steps.
>
> Sincerely,
>
> Severin
> ___
> HOT mailing list
> HOT@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/hot

___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot




-- 
Best RegardsAmrit KarmacharyaInstructor, Survey OfficerLand Management Training 
Center
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


  ___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-04 Thread amrit karmacharya
Oh, it just updated/ reset.

On Mon, May 4, 2015 at 6:34 PM, Severin Menard 
wrote:

> Interesting, but it does not show any contributor.
>
> On Mon, May 4, 2015 at 12:41 PM, amrit karmacharya 
> wrote:
>
>> This page shows Newest Active OpenStreetMap Contributors for Nepal
>> http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal.
>>
>> On Mon, May 4, 2015 at 12:35 PM, Kusala9  wrote:
>>
>>> I'm new to overpass but there s a nice python wrapper which will make
>>> user counts and geometry calculations easier. I can look at this tonight
>>> and will report back. Jon
>>>
>>> 58683-23001#47
>>>
>>> On 4 May 2015, at 02:45, Severin Menard 
>>> wrote:
>>>
>>> > Hi,
>>> >
>>> > Is there a overpass skilled person to write the script that can
>>> identify mappers with limited experience (recent mapper ID or number of
>>> contributions less than let us say 5,000) over Nepal, so that we can check
>>> their contributions and give advice about how to improve them.
>>> >
>>> > Another hero would be the person able to include a detection of non
>>> squared buildings within the Validator steps.
>>> >
>>> > Sincerely,
>>> >
>>> > Severin
>>> > ___
>>> > HOT mailing list
>>> > HOT@openstreetmap.org
>>> > https://lists.openstreetmap.org/listinfo/hot
>>>
>>> ___
>>> HOT mailing list
>>> HOT@openstreetmap.org
>>> https://lists.openstreetmap.org/listinfo/hot
>>>
>>
>>
>>
>> --
>> Best Regards
>> Amrit Karmacharya
>> Instructor, Survey Officer
>> Land Management Training Center
>>
>
>


-- 
Best Regards
Amrit Karmacharya
Instructor, Survey Officer
Land Management Training Center
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-04 Thread Severin Menard
Interesting, but it does not show any contributor.

On Mon, May 4, 2015 at 12:41 PM, amrit karmacharya 
wrote:

> This page shows Newest Active OpenStreetMap Contributors for Nepal
> http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal.
>
> On Mon, May 4, 2015 at 12:35 PM, Kusala9  wrote:
>
>> I'm new to overpass but there s a nice python wrapper which will make
>> user counts and geometry calculations easier. I can look at this tonight
>> and will report back. Jon
>>
>> 58683-23001#47
>>
>> On 4 May 2015, at 02:45, Severin Menard  wrote:
>>
>> > Hi,
>> >
>> > Is there a overpass skilled person to write the script that can
>> identify mappers with limited experience (recent mapper ID or number of
>> contributions less than let us say 5,000) over Nepal, so that we can check
>> their contributions and give advice about how to improve them.
>> >
>> > Another hero would be the person able to include a detection of non
>> squared buildings within the Validator steps.
>> >
>> > Sincerely,
>> >
>> > Severin
>> > ___
>> > HOT mailing list
>> > HOT@openstreetmap.org
>> > https://lists.openstreetmap.org/listinfo/hot
>>
>> ___
>> HOT mailing list
>> HOT@openstreetmap.org
>> https://lists.openstreetmap.org/listinfo/hot
>>
>
>
>
> --
> Best Regards
> Amrit Karmacharya
> Instructor, Survey Officer
> Land Management Training Center
>
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-04 Thread amrit karmacharya
This page shows Newest Active OpenStreetMap Contributors for Nepal
http://resultmaps.neis-one.org/newestosmcountry.php?c=Nepal.

On Mon, May 4, 2015 at 12:35 PM, Kusala9  wrote:

> I'm new to overpass but there s a nice python wrapper which will make user
> counts and geometry calculations easier. I can look at this tonight and
> will report back. Jon
>
> 58683-23001#47
>
> On 4 May 2015, at 02:45, Severin Menard  wrote:
>
> > Hi,
> >
> > Is there a overpass skilled person to write the script that can identify
> mappers with limited experience (recent mapper ID or number of
> contributions less than let us say 5,000) over Nepal, so that we can check
> their contributions and give advice about how to improve them.
> >
> > Another hero would be the person able to include a detection of non
> squared buildings within the Validator steps.
> >
> > Sincerely,
> >
> > Severin
> > ___
> > HOT mailing list
> > HOT@openstreetmap.org
> > https://lists.openstreetmap.org/listinfo/hot
>
> ___
> HOT mailing list
> HOT@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/hot
>



-- 
Best Regards
Amrit Karmacharya
Instructor, Survey Officer
Land Management Training Center
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


Re: [HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-03 Thread Kusala9
I'm new to overpass but there s a nice python wrapper which will make user 
counts and geometry calculations easier. I can look at this tonight and will 
report back. Jon 

58683-23001#47

On 4 May 2015, at 02:45, Severin Menard  wrote:

> Hi,
> 
> Is there a overpass skilled person to write the script that can identify 
> mappers with limited experience (recent mapper ID or number of contributions 
> less than let us say 5,000) over Nepal, so that we can check their 
> contributions and give advice about how to improve them. 
> 
> Another hero would be the person able to include a detection of non squared 
> buildings within the Validator steps. 
> 
> Sincerely,
> 
> Severin
> ___
> HOT mailing list
> HOT@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/hot

___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


[HOT] Nepal data validation: overpass script to identify the recent mappers?

2015-05-03 Thread Severin Menard
Hi,

Is there a overpass skilled person to write the script that can identify
mappers with limited experience (recent mapper ID or number of
contributions less than let us say 5,000) over Nepal, so that we can check
their contributions and give advice about how to improve them.

Another hero would be the person able to include a detection of non squared
buildings within the Validator steps.

Sincerely,

Severin
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot