Re: [HOT] Live stats for mapathons / RedCross API / JOSM plugin (was: Mapathon stats analysis)

2017-06-27 Thread Erwin Olario
This tool from CartONG looks very interesting.  I just tried it on older
TMs we've worked in the past but it's throwing me download errors.

I'll give that script a run one of these days, Bjoern.

On Thu, Jun 22, 2017, 22:57 Rebecca Firth <rebecca.fi...@hotosm.org> wrote:

> Thanks so much for sharing that Violaine, really useful for mapathons
> especially if there is an issue with the overall leaderboard - thank you to
> the volunteer who made it too!
>
> On Thu, Jun 22, 2017 at 5:31 AM, Violaine Doutreleau <
> v_doutrel...@cartong.org> wrote:
>
>> Hi all,
>> Here is the tool we use, developed by one of our volunteers :
>> http://mapathon.cartong.org/
>>
>> It works pretty well in area where there is no much mappers external to
>> the TM project, directly editing in OSM, as we are trying to figure out how
>> to best take into account changeset comments (for now it works on
>> bbox+timestamps). Thanks Bjoern for the ref., we will have a deeper look
>> into this !
>>
>> Hope this can help !
>>
>> Bests,
>> Violaine for Missing Maps
>> CartONG
>>
>> Le 20/06/2017 à 21:09, Bjoern Hassler a écrit :
>>
>> Hi Erwin, dear friends,
>>
>> I have some nodejs code here:
>> https://github.com/OSM-Utilities/JOSM-Scripts-HOT/blob/master/lib/mmstats.js.
>> It shows users contributing under a hashtag (using the osmstats api) and
>> then shows edits by those users (buildings, roads, but also other objects),
>> as well as common issues (e.g. isolated untagged notes, untagged ways,
>> non-square 4-node buildings). E.g. you'll see that for some users the
>> non-square buildings are a few % of their edits, which means they are just
>> omissions. For other users, it's more like 50%, which means they are not
>> squaring systematically.
>>
>> On a technical note: In terms of changed and diff: That works for stats,
>> but obviously also interested in validation. What I'd really like is a
>> query that gives me the "current state of everything that changed between
>> these times". In the above code, you'll see some recursion, that should do
>> that (though I have to do some more testing, and there may be some more
>> recursion required). I was trying to keep it all within one query as well,
>> as the queries do take time.
>>
>> Let me know if you have any questions or comments!
>> Bjoern
>>
>> On 20 June 2017 at 07:48, Erwin Olario <gov...@gmail.com> wrote:
>>
>>>
>>> Instead of using changed, I run a query [0]: using diff and filter the
>>> edits made by only by users who are present in the mapathon:
>>>
>>> Caveat: there's an existing bug when querying dates with UTC offsets, so
>>> use the actual offset time instead.
>>>
>>> Also, instead of filtering by "uid:", you may use "user:" for usernames.
>>> However, some new users eventually change their names to something else, so
>>> I prefer to use the former.
>>>
>>> [0]: https://gist.github.com/govvin/8cc3cfff204314536d744fe82c52e6f3
>>>
>>>
>>> On Sat, Jun 17, 2017 at 7:45 PM Bjoern Hassler <bjohas...@gmail.com>
>>> wrote:
>>>
>>>> Dear friends,
>>>>
>>>> I looked into https://github.com/AmericanRedCross/osm-stats a little,
>>>> and while I can't quite get overpass results to match with what the API
>>>> outputs, it does have very useful features.
>>>>
>>>> Is anybody interested in (or already working on) getting (live) stats
>>>> for mapathons, via enhancements to osm-stats or otherwise?
>>>>
>>>> E.g. you could
>>>> 1. Use osm-stats to get users making changes with specific hastags
>>>> 2. Use overpass to load objects changed by those users since start of
>>>> mapathon
>>>>
>>>> You could then run some stats (similar to the /user endpoint in
>>>> osm-stats). These stats could also include results from running queries on
>>>> bounding boxes, or on user-lists. This could all be done in combination
>>>> with osm-stats and overpass, but there may be a case for integrating it
>>>> into osm-stats, see
>>>> https://github.com/AmericanRedCross/osm-stats/issues/45
>>>>
>>>> Either with the process above, or an extended osm-stats, you could also
>>>> systematically check for common issues, e.g. untagged single nodes, ways
>>>> with four nodes which are not squared, etc. I.e. you could automatically
>>>> check for su

Re: [HOT] Live stats for mapathons / RedCross API / JOSM plugin (was: Mapathon stats analysis)

2017-06-20 Thread Erwin Olario
elist=yes
>>>>> http://someservice/?=yes )
>>>>>
>>>>> If you had such an attendee list tool, maybe you could even put in
>>>>> your name and table number. Then we'd immediately know who is there, and
>>>>> could start looking at their edits, and support them. I sometimes wander
>>>>> round a mapathon trying to find a user who needs a bit of extra support.
>>>>>
>>>>> Having said all of this, I'd be very happy to help build such tools,
>>>>> but would prefer to do this as part of a small team!
>>>>> Bjoern
>>>>>
>>>>>
>>>>> On 16 June 2017 at 14:09, Jan Martinec <j...@martinec.name> wrote:
>>>>>
>>>>>> Dne 16.6.2017 v 14:13 Bjoern Hassler napsal(a):
>>>>>>
>>>>>>> Dear friends,
>>>>>>>
>>>>>>>
>>>>>>> What tools do we normally use to get statistics on a mapathon?
>>>>>>>
>>>>>>> Clearly the tasking manager provides contributors to the task in the
>>>>>>> 'stats'
>>>>>>> section, and also I can run overpass to look for changes made by
>>>>>>> those users.
>>>>>>>
>>>>>>> I don't think it's possible to get changesets by #hashtag? You'd
>>>>>>> have to use the
>>>>>>> main API to get all change sets for the period of the event, and
>>>>>>> then select the
>>>>>>> ones that have the right hashtag(s)?
>>>>>>>
>>>>>>> Does anybody have some tools they could point me to?
>>>>>>>
>>>>>>> (Something like this http://resultmaps.neis-one.org/osm-changesets
>>>>>>> would be
>>>>>>> great, if it listed the changesets and users...)
>>>>>>>
>>>>>>> Many thanks!
>>>>>>> Bjoern
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ___
>>>>>>> HOT mailing list
>>>>>>> HOT@openstreetmap.org
>>>>>>> https://lists.openstreetmap.org/listinfo/hot
>>>>>>>
>>>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> would this be useful? I think it provides a numerical output as well
>>>>>> as pretty pictures:
>>>>>> https://github.com/tgrippa/Mapathon_HOT_OSM_WhatWeMapped
>>>>>>
>>>>>> Cheers,
>>>>>>
>>>>>> Jan "Piskvor" Martinec
>>>>>>
>>>>>> ___
>>>>>> 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 mailing list
> HOT@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/hot
>
-- 

/Erwin Olario

e: er...@ngnuity.xyz | v/m: https://t.me/GOwin | s: https://mstdn.io/@GOwin
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


Re: [HOT] Missing Maps User Stats

2016-02-29 Thread Erwin Olario
Hello. I noticed the revamped website yesterday, and they look great! Kudos.

Just a question: how are projects tasks picked from the pool of tasks from
TM? For example, they've identified the North Cebu Risk Mapping Project
[0], but it doesn't use a #MissingMaps hashtag in their change set comments.

Regards,


On Tue, Mar 1, 2016 at 12:14 AM Mike Thompson  wrote:

> Blake, Dale,
>
> Thanks!  I have made a few more edits since receiving Blake's email using
> the corrected hashtag.  So far my user stats page isn't showing up, but I
> will give it some more time.  Is #missingmaps case sensitve? Will
> #MissingMaps be picked up as well?
>
> Mike
>
>
> On Mon, Feb 29, 2016 at 8:27 AM, Dale Kunce  wrote:
>
>> Mike,
>> For right now the Missing Maps site is only tracking users that make an
>> OSM commit using the #missingmaps hashtag. If you use other hashtags at the
>> same time those edits will be tracked as well.
>>
>> In the future we hope to allow tracking of all users and all hashtags.
>>
>> On Mon, Feb 29, 2016 at 9:12 AM, Mike Thompson 
>> wrote:
>>
>>> The missing maps website now has a function when you can see your
>>> contribution stats (or anyone else's)[1]. However, when I enter my OSM user
>>> name (tekim) nothing happens.  Does one somehow have to connect one's OSM
>>> user name to missing maps? I have made quite a few edits to the 
>>> #hotosm-project-1544
>>> over the past few days.
>>>
>>> Mike
>>>
>>> [1]http://www.missingmaps.org/users/#/
>>>
>>> ___
>>> HOT mailing list
>>> HOT@openstreetmap.org
>>> https://lists.openstreetmap.org/listinfo/hot
>>>
>>>
>>
>>
>> --
>> sent from my mobile device
>>
>> Dale Kunce
>> http://normalhabit.com
>>
>>
> ___
> HOT mailing list
> HOT@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/hot
>
-- 

-- Dispatched by mental telepathy via Ansible
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot