Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-15 Thread Richard Fairhurst
Craig Loftus wrote:
 Richard can you give the following URLs a go?

Thanks for setting that up - really encouraging. But good news and bad, I'm
afraid.

The good news is that P2 can get the files from the server no problem. The
bad news is that Ordnance Survey appear to have broken it.

When I was originally testing the feature I was using some VectorMap
District files I had sitting around from the original release. These were
supplied in files of 10km x 10km each (e.g. SO99).

However, I now see that OS (as of March, it seems) have started to supply
VMD in 100km x 100km chunks. As a result, P2 will load TQ_Airport fine, but
not (say) SK_AdministrativeBoundary, which is a whopping 14Mb: Flash Player
tries to process it and times out with a pitiful please spare me this
torture message. SK_Road is about 175Mb. I think my computer would catch
fire if I tried to load that.

My first thought is that it might be possible to use ogr2ogr's -clipsrc
option to make 10km x 10km tiles out of the 100km x 100km ones pretty
easily. What do you reckon?

cheers
Richard



--
View this message in context: 
http://gis.638310.n2.nabble.com/OSM-Analysis-New-Data-and-bot-tp6455312p6478844.html
Sent from the Great Britain mailing list archive at Nabble.com.

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-14 Thread Graham Jones
I think it would be simpler to do the reprojection before uploading it.
Only needs doing once that way.

Graham

from my phone

On 14 Jun 2011 04:11, Ed Loach e...@loach.me.uk wrote:

Richard wrote:



 The current Potlatch 2 codebase (not deployed yet) can pull vectors

 directly...

OK, I'm having a sleepless night and my mind was wandering. It passed
briefly over crowd-sourced uploading of the data if whoever sets up the
account can share login or create multiple logins (I have the May 2011 TM
Vectormap stuff here). But then I remembered what was involved with using
the original release and wondered if things have changed. I refer mainly to
reprojecting from OSGB to WGS84, which required manual tweaks to every .prj
file [1]. Would this need doing before upload, or is it something that is
now (but not deployed yet) automated within Potlatch 2?



Ed



[1]
http://wiki.openstreetmap.org/wiki/Using_OS_Shapefiles#Re-projecting_the_shape_file

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb
___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-14 Thread Ed Loach
It depends how you look at it. There is a lot of work involved in
correcting the .prj files (there are 11 for TM12 alone) and
reprojecting each set of shapes, though perhaps someone can script
something to automate the task. I can’t remember the update
frequency for the data from OS either, so it may be this could do
with repeating regularly. There is probably (I don’t know what the
existing code does) also a lot of work involved in getting Potlatch2
to understand the .prj files and reproject on the fly (especially if
the .prj files need tweaking automatically too) but it would only
need doing once (until the next set of shape files, at least).

 

Ed

 

 

From: Graham Jones [mailto:grahamjones...@gmail.com] 
Sent: 14 June 2011 07:05
To: Ed Loach
Cc: talk-gb@openstreetmap.org; Richard Fairhurst
Subject: Re: [Talk-GB] OSM Analysis New Data and bot

 

I think it would be simpler to do the reprojection before uploading
it.  Only needs doing once that way.

Graham

from my phone

On 14 Jun 2011 04:11, Ed Loach e...@loach.me.uk wrote:

Richard wrote:

 

 The current Potlatch 2 codebase (not deployed yet) can pull
vectors

 directly...

OK, I'm having a sleepless night and my mind was wandering. It
passed briefly over crowd-sourced uploading of the data if whoever
sets up the account can share login or create multiple logins (I
have the May 2011 TM Vectormap stuff here). But then I remembered
what was involved with using the original release and wondered if
things have changed. I refer mainly to reprojecting from OSGB to
WGS84, which required manual tweaks to every .prj file [1]. Would
this need doing before upload, or is it something that is now (but
not deployed yet) automated within Potlatch 2?

 

Ed

 

[1]
http://wiki.openstreetmap.org/wiki/Using_OS_Shapefiles#Re-projecting
_the_shape_file 


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-14 Thread Richard Fairhurst
Ed Loach wrote:
 I refer mainly to reprojecting from OSGB to WGS84, which 
 required manual tweaks to every .prj file [1]. Would
 this need doing before upload, or is it something that is now 
 (but not deployed yet) automated within Potlatch 2?

Potlatch 2's improved (not deployed yet) shapefile background layers asks
you for the projection before loading, rather than relying on the .prj file.
For OSGB it uses:

'EPSG:27700': +proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=40
+y_0=-10 +ellps=airy +datum=OSGB36 +units=m +no_defs
OSGB36: {towgs84:
446.448,-125.157,542.060,0.1502,0.2470,0.8421,-20.4894, ellipse: airy,
datumName: Airy 1830}

cheers
Richard



--
View this message in context: 
http://gis.638310.n2.nabble.com/OSM-Analysis-New-Data-and-bot-tp6455312p6473355.html
Sent from the Great Britain mailing list archive at Nabble.com.

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-14 Thread Jerry Clough : SK53 on OSM

On 14/06/2011 10:41, Craig Loftus wrote:

On 14 June 2011 10:26, Richard Fairhurstrich...@systemed.net  wrote:

Potlatch 2's improved (not deployed yet) shapefile background layers asks
you for the projection before loading, rather than relying on the .prj file.

Thanks for clarifying.

I'm not very familiar with projections so a little more clarity would
be useful for me. As potlatch 'understands' OSGB, is loading an OSBG
shp file any more expensive than loading a WGS84 shp file?

If it is, it may be worthwhile reprojecting all the files. This would
also have the advantage of making the mirror useful for those of us
who simply refuse to stop using JOSM, despite all the awesome you keep
piling into potlatch.

Craig

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb
JOSM is perfectly capable of dealing with different projections: it's 
how the French cadastre plugin works.


Adding an OSGB36 capability to JOSM would seem to the way to go.

There is a basic rule about shapefiles and OSM imports: learn about 
projections first!


RichardF's mail shows why: if you dont add all the funny numbers at the 
end of the projection (the Helmert Transform) things end-up 100m away 
from where they should be! There's a good intro on the OS site, also 
Chris Hill wrote a blog post about this last April or May.


Jerry

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-14 Thread Richard Fairhurst
Craig Loftus wrote:
 I'm not very familiar with projections so a little more clarity would
 be useful for me. As potlatch 'understands' OSGB, is loading an OSBG
 shp file any more expensive than loading a WGS84 shp file?

A little. P2 has to reproject each point on first load. But we're using an
ActionScript port of proj4 and that's pretty efficient. Certainly, for the
VMD shapefiles I've been testing, I don't notice any particular overhead
on loading; and obviously once it's in, it's in for the rest of your
session.

 If it is, it may be worthwhile reprojecting all the files. This would
 also have the advantage of making the mirror useful for those of us
 who simply refuse to stop using JOSM, despite all the awesome you keep
 piling into potlatch.

:)

JOSM speaks multiple projections and there's at least one shapefile
plugin, but I don't know how they'd interact. Frederik, are you there?

cheers
Richard



___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-14 Thread Craig Loftus
Right... I'm perhaps half done, depending on how badly I've cocked up
the first half.

Richard can you give the following URLs a go?

http://craigloftus.vmd.s3-website-eu-west-1.amazonaws.com/TA/TA_Airport.shp
http://craigloftus.vmd.s3-website-eu-west-1.amazonaws.com/NC/NC_AdministrativeBoundary.shp

All the content is up but there aren't directory lists because S3
doesn't support them in 'website' mode, so I'll be producing static
lists.

To clarify my first sentence; I've apparently chosen a 'bucket' name
that I now can't use within a CNAME alias. You can't rename buckets,
so all the content has to be reuploaded to a new bucket... hopefully
Phil is going to help me do that quickly via EC2. This means that the
2 links provided will stop working, eventually being replaced with
something like http://vmd.craigloftus.net/*/*

Cheers,
Craig

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-14 Thread Craig Loftus
Will Phil's guidance the mirror is now set up in its basic form.

http://vmd.craigloftus.net/*/*

For example:
http://vmd.craigloftus.net/TQ/TQ_Airport.shp
http://vmd.craigloftus.net/NC/NC_AdministrativeBoundary.shp

There still aren't directory listings, so atm you will have to already
know about the file you want to use.

I'll probably be able to sort out the listings and a search tool tomorrow.

Cheers,
Craig

On 14 June 2011 17:39, Craig Loftus craigloftus+...@googlemail.com wrote:
 Right... I'm perhaps half done, depending on how badly I've cocked up
 the first half.

 Richard can you give the following URLs a go?

 http://craigloftus.vmd.s3-website-eu-west-1.amazonaws.com/TA/TA_Airport.shp
 http://craigloftus.vmd.s3-website-eu-west-1.amazonaws.com/NC/NC_AdministrativeBoundary.shp

 All the content is up but there aren't directory lists because S3
 doesn't support them in 'website' mode, so I'll be producing static
 lists.

 To clarify my first sentence; I've apparently chosen a 'bucket' name
 that I now can't use within a CNAME alias. You can't rename buckets,
 so all the content has to be reuploaded to a new bucket... hopefully
 Phil is going to help me do that quickly via EC2. This means that the
 2 links provided will stop working, eventually being replaced with
 something like http://vmd.craigloftus.net/*/*

 Cheers,
 Craig


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-13 Thread Graham Jones
I may be showing my ignorance, but isn't S3 a virtual server that you can
run code on etc?

I thought that all this needs is a web (or does it have to be ftp) server?

Cloudnext (http://cloudnext.co.uk) do a web hosting package with 'unlimited'
storage space and bandwidth for £70 pa (+vat I suspect), which does not
sound bad.   They seem to be ok - they host my http://maps3.org.uk server,
which seems reliable enough (but it does not get hammered).

The biggest issue I see is getting the data onto the server.   The nice
people at OS sent me all of VMD on DVDs, so I have them on my home server,
but ftp'ing them up to another server using my domestic broadband would take
forever..would need someone with a nice fast upload connection.

Regards


Graham.

On 13 June 2011 11:00, Craig Loftus craigloftus+...@googlemail.com wrote:

 On 13 June 2011 10:06, Richard Fairhurst rich...@systemed.net wrote:
  I've got one National Grid square (SO) here and it's 202Mb zipped, 709Mb
  unzipped. There are 56 such squares. 56x709Mb is 39.7Gb _but_ I'd
 estimate
  that SO is one of the busiest squares, so we're maybe talking 20Gb or so
 for
  the whole of Britain. As for bandwidth - hooee, who knows how many times
  eager OSMers might want to download bits of it...

 Rather than caning my current server, I'm looking into using S3 (or
 another provider) so I can get an idea of just how download happy
 users will be. Then I can figure out what the cheapest solution will
 be.

 If anyone knows about using cloud-hosting as a mirror, particularly if
 you think it is a terrible idea, please speak up now.

 Craig

 ___
 Talk-GB mailing list
 Talk-GB@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-gb




-- 
Graham Jones
Hartlepool, UK.
___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-13 Thread Craig Loftus
On Jun 13, 2011 8:32 PM, Graham Jones grahamjones...@gmail.com wrote:
 I may be showing my ignorance, but isn't S3 a virtual server that you can
 run code on etc?

 I thought that all this needs is a web (or does it have to be ftp) server?

Not quite. S3 is a web storage 'solution'. It can't run code, it is
basically just a place to stick data, typically media, which is then
available via Amazon's CDN. The most you can do with it is run simple static
websites, or host mirrors :).

The reason I suggested that approach is that it is charged on a pay as you
go basis, meaning we can use it for a month or 2 and it will allow us a view
of how much storage and bandwidth we need when shopping for something more
permanent.

 The biggest issue I see is getting the data onto the server. The nice
 people at OS sent me all of VMD on DVDs, so I have them on my home server,
 but ftp'ing them up to another server using my domestic broadband would
take
 forever..would need someone with a nice fast upload connection.

Yes, I was wondering about that. I work for the University of Bath so I can
access a relatively fast upload connection.

Cheers,
Craig
___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-13 Thread Phil Endecott

Hi Craig,

Craig Loftus wrote:

If anyone knows about using cloud-hosting as a mirror, particularly if
you think it is a terrible idea, please speak up now.


I use S3 extensively.  It does exactly what it says on the tin.

Be sure to create your buckets in the right geographic zone (i.e. EU, 
which means Dublin).  Fixing that later is a bit painful.


I'm a command-line sort of person and I use something called s3cmd to 
upload.  There are lots of other tools including a FireFox extension.


To get bulk data in, I generally use an EC2 instance.  For example, I 
can slurp date from wherever into the EC2 instance, process it a bit, 
and then slurp it into the S3 bucket all via very fast links.  EC2 has 
a steeper learning-curve than S3, but for those of us for whom the 
alternative is the upstream bandwidth of our domestic broadband, it's 
the only sane way to use it.


Feel free to ask on or off-list if you have any questions.


Regards,  Phil.





___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-13 Thread Ed Loach
Richard wrote:

 

 The current Potlatch 2 codebase (not deployed yet) can pull
vectors

 directly out of VectorMap District shapefiles. Just load the
shapefile

 in the background, alt-click, and the road comes through.

 

 If you wanted to do something helpful towards this, a mirror of
the

 unzipped shapefiles, perhaps with a nice index, would be really

 useful.

 

OK, I'm having a sleepless night and my mind was wandering. It
passed briefly over crowd-sourced uploading of the data if whoever
sets up the account can share login or create multiple logins (I
have the May 2011 TM Vectormap stuff here). But then I remembered
what was involved with using the original release and wondered if
things have changed. I refer mainly to reprojecting from OSGB to
WGS84, which required manual tweaks to every .prj file [1]. Would
this need doing before upload, or is it something that is now (but
not deployed yet) automated within Potlatch 2?

 

Ed

 

[1]
http://wiki.openstreetmap.org/wiki/Using_OS_Shapefiles#Re-projecting
_the_shape_file 

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-12 Thread Brian Prangle
So the result of all the discussion about a proposal to develop and deploy a
bot which failed to get near  to a  consensus, let alone agreement is
 to develop and deploy a bot.   The discussion has ignored the basic
problem of not having enough mappers on the ground collecting data - so we
are back to having a quick technical fix, using other people's data, which
threatens to perpetuate us as a closed group of geeks. Rather than write a
bot could the technically adept do some analysis of user behaviour in the UK
 ( e.g users who were prolific and gave up  mapping, by length of time ago
they ceased mapping) so we can start targetting them with email contact to
try and find out why they started, why they gave up, what they liked, what
they didn't like, how we can encourage them to start again and so on.
Also, we have an image of the week on the main map - why can't we have
mapper of the week ( or month)  for the UK to recognise great mapping
endeavour - or indeed a whole host of awards. Currently there's no way of
recognising someone's efforts and I guess it can get pretty difficult to
keep motivated if there's no active OSM social scene nearby.  Let's start
getting creative about solving the basic problem!

Regards

Brian
___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-12 Thread Peter Miller
On 11 June 2011 14:22, Richard Fairhurst rich...@systemed.net wrote:
 Peter Miller wrote:

 Fyi we are doing some investigation in ITO into adding OS
 VectorDistrict 'road missing' data on the OS Locator tiles or possibly
 onto an alternative map layer. The aim being to make tracing of roads
 easier

 [...]
 At a later stage one might consider extending the bot to also add road
 geometry but this is significantly more difficult.

 No need to bother with either. :)

 The current Potlatch 2 codebase (not deployed yet) can pull vectors directly
 out of VectorMap District shapefiles. Just load the shapefile in the
 background, alt-click, and the road comes through.

Sounds great. So the only significant job for the bot is to snap road
names onto these vectors (together with suitable 'surveyed' tagging).

I assume that the person doing this will have to be careful to stitch
these new ways into the existing road network correctly?

 If you wanted to do something helpful towards this, a mirror of the unzipped
 shapefiles, perhaps with a nice index, would be really useful.

ITO are probably not the best people to set up maintain simple mirrors
of existing content. Are there not 100 sites where a mirror could be
set up and maintained? Why is the OS site not sufficient anyway?

 Regarding documentation, my contribution is to put a lot of effort
 into the wiki to improve some of the tag pages in particular to
 marine/harbours and electricity supply. Hopefully someone will do work
 on the Potlatch documentation.

 It's not Potlatch documentation we're lacking, it's OSM documentation for
 the new user who doesn't even know what Potlatch is. Playing with
 marine/harbour tag pages, or indeed anything on the wiki, is a bit
 deckchairs-on-the-Titanic to be honest.

Possibly we should ban all marine edits (and indeed any other
additions of frivolous content) until we have recruited enough new
editors to complete a ground survey of all UK roads and paths ;)


Regards,


Peter


 cheers
 Richard


 ___
 Talk-GB mailing list
 Talk-GB@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-gb


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-12 Thread Richard Fairhurst

Peter Miller wrote:

ITO are probably not the best people to set up maintain simple mirrors
of existing content. Are there not 100 sites where a mirror could be
set up and maintained? Why is the OS site not sufficient anyway?


The OS site
a) offers download-only access behind an e-mail confirmation wall
b) stores the data as really chuffing great big .zips which would seize 
up any browser that tried to load them (even if it could unzip them in 
the first place)
c) doesn't have the requisite (six-line) crossdomain.xml file to allow 
Flash to load from it


As ever with OSM, there are indeed 100 sites where such a mirror could 
be set up and maintained, and it only needs 1 of these 100 to be set up, 
but somehow getting from the let's all talk about it for weeks stage 
to the 1 person doing it stage is extraordinarily painful. :(


cheers
Richard


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-12 Thread Peter Miller
On 12 June 2011 20:36, Richard Fairhurst rich...@systemed.net wrote:
 Peter Miller wrote:

 ITO are probably not the best people to set up maintain simple mirrors
 of existing content. Are there not 100 sites where a mirror could be
 set up and maintained? Why is the OS site not sufficient anyway?

 The OS site
 a) offers download-only access behind an e-mail confirmation wall
 b) stores the data as really chuffing great big .zips which would seize up
 any browser that tried to load them (even if it could unzip them in the
 first place)
 c) doesn't have the requisite (six-line) crossdomain.xml file to allow Flash
 to load from it

 As ever with OSM, there are indeed 100 sites where such a mirror could be
 set up and maintained, and it only needs 1 of these 100 to be set up, but
 somehow getting from the let's all talk about it for weeks stage to the 1
 person doing it stage is extraordinarily painful. :(

Thanks for the explantion.

So.. in an ideal world would you like to be able to select the content
required (ie 'woods' or 'roads') and the bounding box and then get the
relevant ways back as shape files or some other similar format... A
bit like the API for OSM which must pretty much do that.

If this is what you want then it clearly isn't a simple FTP mirror and
it is something we may be able to provide. Lets bottom out the
requirement and we can then respond.

Regards,


Peter

 cheers
 Richard



___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-12 Thread Richard Fairhurst
Peter Miller wrote:
 If this is what you want then it clearly isn't a simple FTP mirror

Let's not overcomplicate things. :)

All that is needed is that someone
a) downloads all the OS VectorMap District files
b) unzips them
c) places the unzipped shapefiles on an FTP server somewhere
d) copies api.flickr.com/crossdomain.xml and puts it at the root of their
webserver
e) job done :)

For bonus points, you can create a trivial find what National Grid tile
somewhere is in index, so you can punch in Kidderminster and be told that
it's SO87 (and hence that the URL is
www.yourdomain.com/SO87/NaturalFeature_Line.shp, or whichever layer you want
to load). But that's one call to Nominatim and about 20 lines of Perl so any
fule can do that. Steps (a) to (e) require someone with FTP space and
bandwidth to spare and I don't have either, or I'd have done it by now.

cheers
Richard



--
View this message in context: 
http://gis.638310.n2.nabble.com/OSM-Analysis-New-Data-and-bot-tp6455312p6468007.html
Sent from the Great Britain mailing list archive at Nabble.com.

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-12 Thread Craig Loftus
 Steps (a) to (e) require someone
 with FTP space and bandwidth to
 spare

Roughly how much bandwidth do you think would make a worth while
contribution?

I'm happy to donate what ever I have remaining on my current package and
upgrade within reason (with ITOs help or not).

Craig
___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-12 Thread Craig Loftus
On 12 June 2011 20:53, Richard Fairhurst rich...@systemed.net wrote:
 Steps (a) to (e) require someone with FTP space and
 bandwidth to spare and I don't have either, or I'd have done it by now.

Can you give a rough estimate for how much bandwidth would make a
worthwhile contribution?

I'm happy to contribute what I have spare, and upgrade if needed, within reason.

Cheers,
Craig

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-11 Thread Bob Kerr
So the question is, who is going to come forward and write the bot, and who is 
going to come forward to write documentation.

Any takers

Cheers

Bob



From: Richard Fairhurst rich...@systemed.net
To: talk-gb@openstreetmap.org
Sent: Friday, 10 June 2011, 20:09
Subject: Re: [Talk-GB] OSM Analysis New Data and bot

Ed Avis wrote:
 Richard Fairhurst writes:
But if we were to put as much effort into marketing OSM and
improving our tools as we do into writing and indeed discussing bots, 
the 40% areas would be fixed.

 If that were true, then it would be no contest.  Given the choice between
 spending some effort doing an import and the same effort to recruit a huge 
 army of mappers who can cover the whole country, any sane person would 
 go for the mappers.

Lemme give you an example.

There are some really eloquent people on these lists. Granted, some of them
are eloquently arguing nonsense, but nonetheless, some really eloquent
people who can explain things lucidly, entertainingly, and convincingly.

So why does our documentation suck so hard?

Writing good docs is not easy, but given the right people, it is certainly
no more difficult than writing a competent bot. Certainly I know which I'd
find easier (which makes it a bit ironic that I do programming for OSM
rather than writing, but hey). 

There is approximately one person in the entire world who has made an effort
on documentation - stand up and take a bow, Richard Weait - but he can't do
it all by himself. And here we are all merrily talking about bots, while
every day dozens of people are signing up for OSM, staring at the screen,
and thinking um, what the fuck do I do *now*?.

So how do we start to convert some of those sign-up-but-never-edit people
into real mappers? Get a group together. Have a mailing list (private if
needs be) to discuss what you're doing. Find an install of Dokuwiki or
Wordpress or whatever turns you on. Write some really good,
beginner-friendly docs. Start small: an English-language guide to
contributing basic mapping to OSM. (Bells and whistles and
internationalisation can come later.)

This little step would do a whole lot more for OSM globally than some street
names in Dumfries  Galloway ever will. And you can start it today.

cheers
Richard



--
View this message in context: 
http://gis.638310.n2.nabble.com/OSM-Analysis-New-Data-and-bot-tp6455312p6463486.html
Sent from the Great Britain mailing list archive at Nabble.com.

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-11 Thread Peter Miller
On 11 June 2011 09:09, Bob Kerr openstreetmapcraigmil...@yahoo.co.uk wrote:
 So the question is, who is going to come forward and write the bot, and who
 is going to come forward to write documentation.

Any takers?

Yup! I agree that we are now at a point where we agree that not
everyone likes imports but also that not everyone likes bare sections
of the map and it does seem like the right moment for those who want
to create a bot to get on an do it.

Fyi we are doing some investigation in ITO into adding OS
VectorDistrict 'road missing' data on the OS Locator tiles or possibly
onto an alternative map layer. The aim being to make tracing of roads
easier and to highlight those road vectors which we don't have in OSM
yet. We also hope to have something to show on the 'reverse OS Locator
missing names' analysis and show up all the additional names in OSM
over the OS.

Re bots, the first 'easy win' would be to create a 'OS name bot' which
will match up unnamed roads that have a good bounding-box match with a
single OS Locator entry within the area in which the bot has been
requested to work. The bot would then make those changes and attribute
them to the user who is operation the bot (this is slightly different
from XY Bot where the bot 'is' the user). The changeset would then say
edits by OS Bot (build xxx) and the user who be the person operating
it at the time. The bot should only intervene in situations where
there is only one road and only one OS Locator entry with a similar
bounding box entry. Other situations will need to be deal with by
hand.

Needless to say the bot should add a 'surveyed:name=no' to the entry.
Also, the bot would go through 'type approval' where we try it on
small areas to start with. Users of the bot should be aware of
requests for 'OS bot exclusion zone' where contributors have requested
that it is not used in patches that they are working on.

At a later stage one might consider extending the bot to also add road
geometry but this is significantly more difficult.

Regarding documentation, my contribution is to put a lot of effort
into the wiki to improve some of the tag pages in particular to
marine/harbours and electricity supply. Hopefully someone will do work
on the Potlatch documentation.

 Regards,


Peter


 Any takers
 Cheers
 Bob
 
 From: Richard Fairhurst rich...@systemed.net
 To: talk-gb@openstreetmap.org
 Sent: Friday, 10 June 2011, 20:09
 Subject: Re: [Talk-GB] OSM Analysis New Data and bot

 Ed Avis wrote:
 Richard Fairhurst writes:
But if we were to put as much effort into marketing OSM and
improving our tools as we do into writing and indeed discussing bots,
the 40% areas would be fixed.

 If that were true, then it would be no contest.  Given the choice between
 spending some effort doing an import and the same effort to recruit a huge
 army of mappers who can cover the whole country, any sane person would
 go for the mappers.

 Lemme give you an example.

 There are some really eloquent people on these lists. Granted, some of them
 are eloquently arguing nonsense, but nonetheless, some really eloquent
 people who can explain things lucidly, entertainingly, and convincingly.

 So why does our documentation suck so hard?

 Writing good docs is not easy, but given the right people, it is certainly
 no more difficult than writing a competent bot. Certainly I know which I'd
 find easier (which makes it a bit ironic that I do programming for OSM
 rather than writing, but hey).

 There is approximately one person in the entire world who has made an effort
 on documentation - stand up and take a bow, Richard Weait - but he can't do
 it all by himself. And here we are all merrily talking about bots, while
 every day dozens of people are signing up for OSM, staring at the screen,
 and thinking um, what the fuck do I do *now*?.

 So how do we start to convert some of those sign-up-but-never-edit people
 into real mappers? Get a group together. Have a mailing list (private if
 needs be) to discuss what you're doing. Find an install of Dokuwiki or
 Wordpress or whatever turns you on. Write some really good,
 beginner-friendly docs. Start small: an English-language guide to
 contributing basic mapping to OSM. (Bells and whistles and
 internationalisation can come later.)

 This little step would do a whole lot more for OSM globally than some street
 names in Dumfries  Galloway ever will. And you can start it today.

 cheers
 Richard



 --
 View this message in context:
 http://gis.638310.n2.nabble.com/OSM-Analysis-New-Data-and-bot-tp6455312p6463486.html
 Sent from the Great Britain mailing list archive at Nabble.com.

 ___
 Talk-GB mailing list
 Talk-GB@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-gb



 ___
 Talk-GB mailing list
 Talk-GB@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-gb

Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-11 Thread Richard Fairhurst

Peter Miller wrote:

Fyi we are doing some investigation in ITO into adding OS
VectorDistrict 'road missing' data on the OS Locator tiles or possibly
onto an alternative map layer. The aim being to make tracing of roads
easier

 [...]
 At a later stage one might consider extending the bot to also add road
 geometry but this is significantly more difficult.

No need to bother with either. :)

The current Potlatch 2 codebase (not deployed yet) can pull vectors 
directly out of VectorMap District shapefiles. Just load the shapefile 
in the background, alt-click, and the road comes through.


If you wanted to do something helpful towards this, a mirror of the 
unzipped shapefiles, perhaps with a nice index, would be really useful.



Regarding documentation, my contribution is to put a lot of effort
into the wiki to improve some of the tag pages in particular to
marine/harbours and electricity supply. Hopefully someone will do work
on the Potlatch documentation.


It's not Potlatch documentation we're lacking, it's OSM documentation 
for the new user who doesn't even know what Potlatch is. Playing with 
marine/harbour tag pages, or indeed anything on the wiki, is a bit 
deckchairs-on-the-Titanic to be honest.


cheers
Richard


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Bob Kerr
I agree with Andy about increasing the number of mappers is essential. With 
Cycle map he has increased the interest in the cycling communities. Getting 
interest and publicity is very difficult. I can see many other communities that 
we could encourage to start helping us, from NHS to golfers but we have no 
organised way of doing this at the moment. Using a bot to replace large 
sections of data in the UK is going to be counterproductive or destructive, 
especially as the UK is now 80% (road name)complete.  However restricting a bot 
by area to the size of small villages may help. I believe we can both encourage 
people to join us and use the a bot on small areas at the same time.

Cheers

bob


From: Andy Allan gravityst...@gmail.com
To: sk53_...@yahoo.co.uk
Cc: talk-gb@openstreetmap.org
Sent: Thursday, 9 June 2011, 16:45
Subject: Re: [Talk-GB] OSM Analysis New Data and bot

On Thu, Jun 9, 2011 at 3:42 PM, Jerry Clough : SK53 on OSM
sk53_...@yahoo.co.uk wrote:

 In order to get  a better level of completeness in the UK what we need are
 more mappers.

Absolutely.

Everything we do should be focussed on helping get more mappers, or
helping the mappers we have get their jobs done more easily.
Everything that is a direct substitute for having more mappers is, at
best, a distraction from (what I see as) the desired goal. If we have
mappers, and lots of them, then - as we've now demonstrated - we can
get a glorious dataset.

Note that not everyone here shares the same goals - some people are
focussed on the data, others on the community. It might be worth
examining why we (collectively) have a tendency to discuss the data
all the time and I see very few discussions on community matters.

I find in most conversations, if the answer is because we don't have
enough mappers yet then the solution is not to bypass them with some
form of automation but to get more of them. Unfortunately to most
OSMers, community building seems hard (which it is), and writing bots
or doing imports seems easy (which it's not).

 A bot is putting short-term gain ahead of our long-term interests.

Indeed. What's more, all the effort that goes into writing bots,
discussing them, justifying them etc is time that hasn't gone into the
primary goal of recruiting and helping more people to OSM.

Cheers,
Andy

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Andy Robinson (blackadder-lists)
Frederik, 
I am subspecies from the universe P281/304-II. I am a bit like a wasp, often
referred to as a Yellow (High-Viz) Jacket. I annoy streets, post boxes,
garden fences and hedges and anything else I can find that is floating I the
ether and root it into OSM. I know nothing of imports except for bumping
into bus_stops that are in the wrong place from some alien  import. They
hurt but I move them into their rightful locations when I find them.
Thankfully there aren't too many similar features in my area to concern me.

Alas I fear I am not the best person to write the paper of which you speak,
since I am most likely to just chew it up and make a nest out of it. I'll
stick to mapping.

Cheers
OSM_wasp_clone#462297 (with spatial extension upgrade 'OCOSMD')


-Original Message-
From: Frederik Ramm [mailto:frede...@remote.org]
Sent: 10 June 2011 7:06 AM
To: talk-gb@openstreetmap.org
Subject: Re: [Talk-GB] OSM Analysis New Data and bot

Hi,

On 06/09/11 18:01, SteveC wrote:
 I know it's fashionable to claim imports are bad, what I seek is actual
data.

As in, A comparative study of the development of the OSM community in
X in the standard universe where data has been imported, and in parallel
universe P281/304-II where all other factors are unchanged but no data has
been imported?

Bye
Frederik

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Graham Stewart
 Richard Fairhurst said:
 The problem with these fast-moving mailing lists is that I get
halfway through a reply to Graham's e-mail, go to the pub..

My emails often have that effect :)
That raises the question of why on earth we're still using
cliquey semi-private email lists when we could be using nice open
public forums with categories, threaded discussions, formatting
and voting - but that is a discussion for another day. ;)

 Worcester is nominally complete; yet despite the assurances
of people in this thread that completeness will bring more
mappers, Worcester has just one mapper, Steve, who was active
anyway before OSSV came along. Does that not make you stop and
think?

So again you are basically arguing that we should avoid
completing the map because having a patchy incomplete map is what
brings in contributors?
Even if that were true, it is not exactly a sustainable approach.

Personally I'd rather people were drawn in by saying Wow, what a
great map! I want to join in and add my local
library/school/house than This map is terrible. It doesn't have
half the roads in my village.

 Bob Kerr said:
 Using a bot to replace large sections of data in the UK is
going to be counterproductive or destructive

Just to be clear: no one is suggesting using the OS bot we are
discussing to replace or destroy any existing data.
I think we all agree that would be a very bad idea and as already
stated the wiki is very clear about the circumstances under which
it would add a name tag to a road.

 the UK is now 80% (road name)complete.

Terrible news, as apparently the community will grind to a
stuttering halt if we make it to 100%  :)

Seriously though, by the OS Locator comparison we still have
179,568 missing road names (many of which will also be missing
roads) and we're plodding through them at around 11,176 a month
(and falling). So even a generous guesstimate suggests we won't
be nearing 100% for well over a year.  Anything that helps with
this task, especially in areas with no active mapping, is welcome
by me.

 I believe we can both encourage people to join us and use the a
bot on small areas at the same time.

Agreed. It's just another tool we can use - nothing more.
___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Richard Fairhurst
Graham Stewart wrote:
 So again you are basically arguing that we should avoid
 completing the map because having a patchy incomplete map is 
 what brings in contributors?

No, I'm not.

I'm arguing that completing the map by survey creates a community who will
go on to improve and maintain the map.

Completing the map by import doesn't create a community.

Again, contrast UK/Germany and US. Surveying, not importing, is the
sustainable approach.

cheers
Richard



--
View this message in context: 
http://gis.638310.n2.nabble.com/OSM-Analysis-New-Data-and-bot-tp6455312p6461471.html
Sent from the Great Britain mailing list archive at Nabble.com.

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Adam Hoyle
Sorry in advance - after writing this I've realised I'm possibly heading off on 
a tangent (I do that).

Speaking of the awesomeness of Cycle Map and how that encourages people - I 
really want an openwalkingtothepubmap, which would basically be a clone of the 
gorgeous cycle map, but with the coloured cycle routes removed in favour of 
coloured paths and also pubs visible when quite zoomed out (and prolly post 
boxes too, but that is probably particularly niche).

I'm starting to realise that I might need to roll up my sleeves and do this 
myself.

Every now and then I try to install Mapnik on my Mac, and mostly fail, but I 
tried t'other day and it worked, so I'm wondering where the various styles that 
are used on OSM are kept (or even if they are actually available for derivative 
use) - I'm most keen on cyclemap or something that has gradients, cos as a 
walker I'm quite interested in whether I am about to walk over a massive hill 
or not.

Can anyone point me in the right direction?

All the best,

Adam

On 10 Jun 2011, at 09:35, Bob Kerr wrote:

 I agree with Andy about increasing the number of mappers is essential. With 
 Cycle map he has increased the interest in the cycling communities. Getting 
 interest and publicity is very difficult. I can see many other communities 
 that we could encourage to start helping us, from NHS to golfers but we have 
 no organised way of doing this at the moment. Using a bot to replace large 
 sections of data in the UK is going to be counterproductive or destructive, 
 especially as the UK is now 80% (road name)complete.  However restricting a 
 bot by area to the size of small villages may help. I believe we can both 
 encourage people to join us and use the a bot on small areas at the same time.
 
 Cheers
 
 bob
 
 
 From: Andy Allan gravityst...@gmail.com
 To: sk53_...@yahoo.co.uk
 Cc: talk-gb@openstreetmap.org
 Sent: Thursday, 9 June 2011, 16:45
 Subject: Re: [Talk-GB] OSM Analysis New Data and bot
 
 On Thu, Jun 9, 2011 at 3:42 PM, Jerry Clough : SK53 on OSM
 sk53_...@yahoo.co.uk wrote:
 
  In order to get  a better level of completeness in the UK what we need are
  more mappers.
 
 Absolutely.
 
 Everything we do should be focussed on helping get more mappers, or
 helping the mappers we have get their jobs done more easily.
 Everything that is a direct substitute for having more mappers is, at
 best, a distraction from (what I see as) the desired goal. If we have
 mappers, and lots of them, then - as we've now demonstrated - we can
 get a glorious dataset.
 
 Note that not everyone here shares the same goals - some people are
 focussed on the data, others on the community. It might be worth
 examining why we (collectively) have a tendency to discuss the data
 all the time and I see very few discussions on community matters.
 
 I find in most conversations, if the answer is because we don't have
 enough mappers yet then the solution is not to bypass them with some
 form of automation but to get more of them. Unfortunately to most
 OSMers, community building seems hard (which it is), and writing bots
 or doing imports seems easy (which it's not).
 
  A bot is putting short-term gain ahead of our long-term interests.
 
 Indeed. What's more, all the effort that goes into writing bots,
 discussing them, justifying them etc is time that hasn't gone into the
 primary goal of recruiting and helping more people to OSM.
 
 Cheers,
 Andy
 
 ___
 Talk-GB mailing list
 Talk-GB@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-gb
 
 
 ___
 Talk-GB mailing list
 Talk-GB@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-gb

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Graham Stewart

 I'm arguing that completing the map by survey creates a community who
 will go on to improve and maintain the map.

This is no doubt true. 
But surely having an area that has been *surveyed* to 100% road name
completion is just as likely to put off any new contributors as one that
was *traced* to 100%?
(i.e. not very in my opinion)

Also I think we're looking at this from two different perspectives. If
you're near Birmingham where you have a nearly one million residents who
might join in on a local community. Doing it the hard way to build a
community spirit might work there.

I'm in a rural Northumberland with a local population of 3000. Many of
the back roads have hardly any traffic and I've barely seen a handful of
edits in my local area since I joined OSM a year ago. If we insist on
doing it the hard way round here then don't expect road completion for a
decade or two.

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Richard Fairhurst

Graham Stewart wrote:

This is no doubt true.
But surely having an area that has been *surveyed* to 100% road name
completion is just as likely to put off any new contributors as one that
was *traced* to 100%?
(i.e. not very in my opinion)


I don't think so. Again, the difference is that you're reaching 100% 
with the involvement of numerous people, rather than 100% with the 
involvement of one importer. And when you have that vibrant community, 
it's self-sustaining. People leave and people come. OSM at national 
level is a good example of this.



Also I think we're looking at this from two different perspectives. If
you're near Birmingham where you have a nearly one million residents who
might join in on a local community. Doing it the hard way to build a
community spirit might work there.

I'm in a rural Northumberland with a local population of 3000.


Yet I'm nowhere near Birmingham. I'm in the rural Cotswolds with a local 
population of 3000. I used to live in rural Rutland with a local 
population of 150. Both areas are mapped, excellently, by survey - and 
largely not by me either!


 Many of the back roads have hardly any traffic and I've barely seen a
 handful of edits in my local area since I joined OSM a year ago.

Great shame. So - recruit some more mappers. Write better tools to help 
the people who show up nearby on your user page, yet who haven't edited yet.


cheers
Richard


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Graham Stewart

 Great shame. So - recruit some more mappers. Write better tools to help 
 the people who show up nearby on your user page, yet who haven't edited
 yet.

You've got me there. 
Of the 30 nearby people on my user page, 20 have never made any edit.
Only 3 have edited in the past 6 months and few of those were local.

Sadly recruiting people and writing tools comes down to available spare
time and I have precious little.

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread SteveC
Or as close to it as possible, yes. I don't care what the result is, it's just 
too fashionable to automatically believe the imports are bad thing.

Steve

stevecoast.com

On Jun 10, 2011, at 7:05, Frederik Ramm frede...@remote.org wrote:

 Hi,
 
 On 06/09/11 18:01, SteveC wrote:
 I know it's fashionable to claim imports are bad, what I seek is actual data.
 
 As in, A comparative study of the development of the OSM community in X in 
 the standard universe where data has been imported, and in parallel universe 
 P281/304-II where all other factors are unchanged but no data has been 
 imported?
 
 Bye
 Frederik
 
 ___
 Talk-GB mailing list
 Talk-GB@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-gb
 

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread SteveC
There are tons of things. People drive in the US so pubs are difficult to 
arrange things around. Mapping in the US is boring because of the big gridded 
cities. I map much less in the US than the UK. It's not just that there are 
roads there already, which by the way is a good thing because I have sat for 
hours correcting them against aerial.

It's just not that simple to say imports killed it.

Steve

stevecoast.com

On Jun 10, 2011, at 8:15, Richard Fairhurst rich...@systemed.net wrote:

 Frederik Ramm wrote:
 As in, A comparative study of the development of the OSM community 
 in  X in the standard universe where data has been imported, 
 and in parallel universe P281/304-II where all other factors are 
 unchanged but no data has been imported?
 
 I'm sure Muki's working on it. ;)
 
 My contention is that the US community is still struggling with such basic
 issues because it didn't have the shared experience of creating a map from
 scratch, whereas the UK and Germany, largely import-free, have strong
 communities built out of this experience.
 
 This might be wrong, and if the US's problems spring from something other
 than the big import, I'd be very interested to know what. The old canard of
 but the US is so _big_ doesn't count :)
 (http://en.wikipedia.org/wiki/List_of_sovereign_states_and_dependent_territories_by_population_density).
 
 cheers
 Richard
 
 
 
 --
 View this message in context: 
 http://gis.638310.n2.nabble.com/OSM-Analysis-New-Data-and-bot-tp6455312p6461116.html
 Sent from the Great Britain mailing list archive at Nabble.com.
 
 ___
 Talk-GB mailing list
 Talk-GB@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-gb
 

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Ed Avis
Richard Fairhurst richard@... writes:

Worcester is nominally complete; yet despite the assurances of
people in this thread that completeness will bring more mappers,
Worcester has just one mapper, Steve, who was active anyway before
OSSV came along.

I would not claim that completing one particular town will have a
significant effect on the number of OSM users and hence the number of
contributors.  It is positive, but what really matters is improving
the 'worst-case performance' of OSM nationally.  If you pick some
metric such as ITO's OS Locator comparison (for want of a better
metric), then I contend that what matters for OSM adoption is not the
places at the top of the list but the one at the very bottom.  If we
can improve the worst place in the country from 35% completion to 90%,
OSM use will greatly increase and so will the pool of contributors.

I appreciate that this is not directly testable except by doing it.
As SteveC noted, most claims about imports require a parallel universe
to check.

When the area near my house in East London became complete (from
survey and Yahoo; this was before the days of OS) then the number of
local mappers *decreased*.  Of course, because the area was pretty
much done, I concentrated my mapping trips on places further afield.
If having an area complete means that a contributor can spend his or
her time on other parts of the map which also need attention, that
must be a good thing.

--
Ed Avis e...@waniasset.com


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Ed Avis
Richard Fairhurst richard@... writes:

This is no doubt true.
But surely having an area that has been *surveyed* to 100% road name
completion is just as likely to put off any new contributors as one that
was *traced* to 100%?

I don't think so. Again, the difference is that you're reaching 100% 
with the involvement of numerous people, rather than 100% with the 
involvement of one importer. And when you have that vibrant community, 
it's self-sustaining.

I think we all agree that reaching 100% completeness with a collection of people
doing diverse surveying methods (and even aerial tracing) is much better than
reaching 90% completeness by importing.  (The OS data is not 100% complete so it
can never take us all the way to 100%, except by the limited metric of comparing
ourselves to OS.)

But you are leaving out the third possibility which is an area stuck at 40%
completion, which doesn't have a vibrant community either.

-- 
Ed Avis e...@waniasset.com


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread SomeoneElse

On 10/06/2011 13:17, Ed Avis wrote:

Richard Fairhurstrichard@...  writes:


This is no doubt true.
But surely having an area that has been *surveyed* to 100% road name
completion is just as likely to put off any new contributors as one that
was *traced* to 100%?

...
I think we all agree that reaching 100% completeness with a collection 
of people

doing diverse surveying methods (and even aerial tracing) is much better than
reaching 90% completeness by importing.

...

Grr.  100% road name completion has become in this thread 100% 
completeness.  There already exists one source of 100% OS-compatible 
maps - the OS itself.  Why we need another one is unclear to me.


BTW sorry Ed - I'm not attacking you directly - it's just that the 
general thrust in some of the mails here seems to be that mapping the 
names of roads is all that matters.  I'm sure that that's not what you 
meant (but I suspect that it is true for some of the people tracing 
blindly from OSSV) - it's just that your posting was the most obvious 
one to reply to.


Cheers,
Andy


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Ed Loach
Someone else wrote:

 Grr.  100% road name completion has become in this thread 100%
 completeness.  

Which of course is completely different. Taking just one metric
(.osm file size), I extracted the highways from the current Tendring
district (road and name complete) .osm extract file I have here and
the highways account for just 7.5% of the full extract. And there
are still lots of landuse areas and houses to add.

(I only thought to try this as I found myself surprised that the
Tendring.osm extract has grown 5% since April with only about 3
newly built roads added in that time, so most of it is down to
address information and houses being added).

There are issues with traced roads, perhaps more so from StreetView
than from Bing (depending on image quality) - I've seen a number of
Skobbler/MapDust bugs from outside this area (where some tracing had
been done - I forget where now, but somewhere I was visiting so I
had it open in Potlatch 2) where the report is wrong way down a one
way street. In some cases you can make out road markings in bing
which might confirm such a report, but unless people are monitoring
every area where they trace for such reports they won't get picked
up, and might still need a visit to verify if they are picked up.
Turn restrictions are another report where you are unlikely to be
able to make out the no right turns from above, and need a visit to
confirm (one that annoys me is missing roundabout - I usually have
to visit to check only to find it is a false report).

I have traced some roads, but always add a source tag so I can see
they still need visiting, much as I did when I started mapping when
source was NPE. As far as I know I've restricted that to areas where
I used to live, work, or regularly visit though, so have some local
knowledge. Similarly OS Locator names, and am trying again to visit
any such roads over time to remove those tags (which I notice I'm
not perfect at doing thanks to an ITO overlay mentioned here
recently - e.g. one road I've collected all the house numbers and
other details during a survey, but forgot to remove the source tag;
another road was where I later spent a day on a training course, and
again the name is right but I've not removed the source now I've
verified it).

Ed (Loach, not Avis)


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Richard Fairhurst
Ed Avis wrote:
 But you are leaving out the third possibility which is an area stuck at 
 40% completion, which doesn't have a vibrant community either.

Oh, indeed. But if we were to put as much effort into marketing OSM and
improving our tools as we do into writing and indeed discussing bots, the
40% areas would be fixed.

I shall exempt myself from that in an irritatingly sanctimonious fashion
because I am doing some Potlatch stuff at the moment. :) :) :)

cheers
Richard



--
View this message in context: 
http://gis.638310.n2.nabble.com/OSM-Analysis-New-Data-and-bot-tp6455312p6462407.html
Sent from the Great Britain mailing list archive at Nabble.com.

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Frederik Ramm

Hi,

SteveC wrote:

Or as close to it as possible, yes. I don't care what the result is,
it's just too fashionable to automatically believe the imports are
bad thing.


Funny that you should use the word fashionable, as if to discount 
those who say it as merely following a fashion instead of possibly 
having a mind of their own.


If I remember correctly, it used to be the other way round; when TIGER 
was imported, everyone went aaah and oooh - myself included -, and even 
when AND became available there were very few, if any, complaints. It is 
only in the recent past that a more critical view of imports has 
established itself in the community. One should ask: What has happened 
(or has not happened) in the mean time? - That would perhaps go some way 
to explain the fashion.


I have a feeling that no imports is fashionable in the same way as no 
smoking. It's a fairly recent development, that's true, but it is based 
on experience and observation; it's not just a fad. And it is unlikely 
to turn around again any time soon.


Bye
Frederik

--
Frederik Ramm  ##  eMail frede...@remote.org  ##  N49°00'09 E008°23'33

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Kev js1982
On Fri, Jun 10, 2011 at 11:51, Graham Stewart gra...@dalmuti.net wrote:


  Great shame. So - recruit some more mappers. Write better tools to help
  the people who show up nearby on your user page, yet who haven't edited
  yet.

 You've got me there.
 Of the 30 nearby people on my user page, 20 have never made any edit.
 Only 3 have edited in the past 6 months and few of those were local.


Very similar for me just outside of Nottingham (i.e. within an hours walking
distance to far side of the city centre) it can see that of the 30 near by
14 have made no edits, 12 haven't edited in over a year, and only one person
aside from myself in the last month - the remainging three are all mapping
outside the area!  Admittedly these are all within 3 km so it's not picked
up those that have been attending the meet ups who tend to map the other
side of the city centre and further afield.

On Fri, Jun 10, 2011 at 10:27, Adam Hoyle adam.li...@dotankstudios.com
wrote:

*Sorry in advance - after writing this I've realised I'm possibly
heading off on a tangent (I do that).
Speaking of the awesomeness of Cycle Map and how that encourages people
- I really want an openwalkingtothepubmap, which would basically be a clone
of the gorgeous cycle map, but with the coloured cycle routes removed in
favour of coloured paths and also pubs visible when quite zoomed out (and
prolly post boxes too, but that is probably particularly niche).*


It would be really useful if such maps highlighted roads with sidewalks
too - one of the trunk routes round here has a decent footpath along side of
it but any walking directions avoid it like the plague - mind you the
slowless of OpenCycleMap updates recently has made me look at JXAPI for
getting roads tagged with LCN so I guess I can now play with that working
out how to add roads with sidewalks.


Going back to the original argument - the reason I started Open Street Map
was because my road had been missed dispite the whole estate being mapped to
Google Maps Completeness apart from that (actually better than Google Maps
as it didn't try and route you down a mud track) - but if the estate hadn't
even been there at all I probably wouldn't have even done that minor fix!

Kev
___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Ed Avis
Graham Stewart graham@... writes:

That raises the question of why on earth we're still using cliquey
semi-private email lists when we could be using nice open public forums with
categories, threaded discussions, formatting and voting - but that is a
discussion for another day. ;)

I use Gmane: http://news.gmane.org/gmane.comp.gis.openstreetmap.region.gb

-- 
Ed Avis e...@waniasset.com


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Tom Hughes

On 10/06/11 10:17, Graham Stewart wrote:


That raises the question of why on earth we're still using cliquey
semi-private email lists when we could be using nice open public forums
with categories, threaded discussions, formatting and voting - but that
is a discussion for another day. ;)


How is a mailing list with multiple public archives any more or less 
cliquey than a web forum?


By the way lists have categories - they are called lists.

They also have threaded discussions, at least unless your mail client 
was written in about 1985 or something.


If you really want you can send HTML mail for formatting - we don't 
actual stop such things. Though of course people who don't need to see 
all the colour and blinking can read as plain text instead.


Far and away the biggest advantage of mailing lists is that they deliver 
messages right to my desktop where I can skip through dozens of messages 
in a matter of seconds.


By comparison the UI of web forums is just horrendous and time sapping 
to an extraordinary degree. First you have to remember to visit the 
forum to see if there are new messages, then you have to click through 
each message, twiddling your thumbs while you wait for each page to load 
as you move from message to message.


I know which model I prefer thanks.

Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Matt Amos
On Fri, Jun 10, 2011 at 12:36 PM, SteveC st...@asklater.com wrote:
 There are tons of things. People drive in the US so pubs are difficult to 
 arrange things around. Mapping in the US is boring because of the big gridded 
 cities. I map much less in the US than the UK. It's not just that there are 
 roads there already, which by the way is a good thing because I have sat for 
 hours correcting them against aerial.

 It's just not that simple to say imports killed it.

some interesting facts:

http://matt.dev.openstreetmap.org/editors_urban_per_month.png
http://matt.dev.openstreetmap.org/editor_growth_comparison.png

when the AND import ran (around sep '07), it seems the NL community
was already about an order of magnitude larger than the US community
when the TIGER import ran (roughly sep '07 - feb '08). in the
comparison, with fewer countries but the time base adjusted so that
they all hit 1 user per month per million urban population at the same
time, it's pretty clear to see that the UK, NL and RU communities seem
to be carving roughly the same path. the germans grew much faster over
their first 3 years than other communities.

the US is difficult to interpret. one view is that it grew at
approximately the same rate as UK, NL and RU until about 1.5 years in,
where it plateaus. that's late 2009, when there was lots of TIGER
fixup activity and some big mapping parties (e.g: Atlanta). the
alternative view is that the growth rate is actually smaller, but that
there's a temporary peak mid-late 2009 which masks that.

given that these numbers are normalised to the *urban* population,
population density issues don't come into it - we're basically looking
at cities. and given that AT and RU have a much lower proportion of
their populations in urban areas than the US. Canada has about the
same urbanisation as the US, and similar gridded cities, and similar
attitudes to driving [1], but a growth curve the same as France or
Spain.

this doesn't tell us what the cause of slow community growth in the US
is, but it does tell us that it isn't population density, it isn't
driving attitudes and it isn't the interestingness (or not) of the
road layout.

cheers,

matt

[1] 77% of Canadians use public transport a few times a year or
less, compared with 88% of those in the US, 48% in the UK and 13% in
Russia, according to
http://switchboard.nrdc.org/blogs/kbenfield/natgeo_surveys_countries_trans.html

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Andy Robinson (blackadder-lists)


-Original Message-
From: Frederik Ramm [mailto:frede...@remote.org]
Sent: 10 June 2011 3:39 PM
To: SteveC
Cc: talk-gb@openstreetmap.org
Subject: Re: [Talk-GB] OSM Analysis New Data and bot

Hi,

SteveC wrote:
 Or as close to it as possible, yes. I don't care what the result is,
 it's just too fashionable to automatically believe the imports are bad
 thing.

Funny that you should use the word fashionable, as if to discount those
who
say it as merely following a fashion instead of possibly having a mind of
their
own.

If I remember correctly, it used to be the other way round; when TIGER was
imported, everyone went aaah and oooh - myself included -, and even when
AND became available there were very few, if any, complaints. It is only in
the
recent past that a more critical view of imports has established itself in
the
community. One should ask: What has happened (or has not happened) in
the mean time? - That would perhaps go some way to explain the fashion.

I have a feeling that no imports is fashionable in the same way as no
smoking. It's a fairly recent development, that's true, but it is based on
experience and observation; it's not just a fad. And it is unlikely to turn
around
again any time soon.

+1

My feeling is that we did most of the early (and perhaps current) imports
fairly blindly. TIGER needed two attempts and we still ended up with a bag
of marbles despite much valuable work by Dave Hansen and others. The AND
data was discussed and pulled apart by the NL community for quite a while
but still it raised some questions afterwards. All this should be telling us
something that’s actually quite obvious. Other peoples data is exactly that,
other peoples data. If we want it in OSM then as long as we accept it
doesn't fit our expectations (and most of it never will) then perhaps we can
live it (or not). I recall when AND data was imported we also had some data
from them for China, which when a bit of checking was done by someone with
some knowledge of reality on the ground turned out to be more fiction and
fantasy than useful geographical information. Hence we ignored it.

It's always going to be a difficult call to agree that an import is good or
bad for OSM, even if many folks spend many hours working the mapping of tags
etc etc. And it's not so easy to do anything about a poor import once it's
in OSM. So in reality we are dammed if we do and dammed if we don't.

Cheers
Andy



Bye
Frederik

--
Frederik Ramm  ##  eMail frede...@remote.org  ##  N49°00'09 E008°23'33

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-10 Thread Andy Robinson (blackadder-lists)
Nice work Matt

Cheers
Andy

-Original Message-
From: Matt Amos [mailto:zerebub...@gmail.com]
Sent: 10 June 2011 4:20 PM
To: SteveC
Cc: talk-gb@openstreetmap.org; Richard Fairhurst
Subject: Re: [Talk-GB] OSM Analysis New Data and bot

On Fri, Jun 10, 2011 at 12:36 PM, SteveC st...@asklater.com wrote:
 There are tons of things. People drive in the US so pubs are difficult to
arrange things around. Mapping in the US is boring because of the big
gridded
cities. I map much less in the US than the UK. It's not just that there are
roads
there already, which by the way is a good thing because I have sat for
hours
correcting them against aerial.

 It's just not that simple to say imports killed it.

some interesting facts:

http://matt.dev.openstreetmap.org/editors_urban_per_month.png
http://matt.dev.openstreetmap.org/editor_growth_comparison.png

when the AND import ran (around sep '07), it seems the NL community was
already about an order of magnitude larger than the US community when the
TIGER import ran (roughly sep '07 - feb '08). in the comparison, with fewer
countries but the time base adjusted so that they all hit 1 user per month
per
million urban population at the same time, it's pretty clear to see that
the UK,
NL and RU communities seem to be carving roughly the same path. the
germans grew much faster over their first 3 years than other communities.

the US is difficult to interpret. one view is that it grew at approximately
the
same rate as UK, NL and RU until about 1.5 years in, where it plateaus.
that's
late 2009, when there was lots of TIGER fixup activity and some big mapping
parties (e.g: Atlanta). the alternative view is that the growth rate is
actually
smaller, but that there's a temporary peak mid-late 2009 which masks that.

given that these numbers are normalised to the *urban* population,
population density issues don't come into it - we're basically looking at
cities.
and given that AT and RU have a much lower proportion of their populations
in urban areas than the US. Canada has about the same urbanisation as the
US, and similar gridded cities, and similar attitudes to driving [1], but a
growth
curve the same as France or Spain.

this doesn't tell us what the cause of slow community growth in the US is,
but
it does tell us that it isn't population density, it isn't driving
attitudes and it isn't
the interestingness (or not) of the road layout.

cheers,

matt

[1] 77% of Canadians use public transport a few times a year or less,
compared with 88% of those in the US, 48% in the UK and 13% in Russia,
according to
http://switchboard.nrdc.org/blogs/kbenfield/natgeo_surveys_countries_tran
s.html

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Richard Mann
It would be better if ITO put long-roads-without-names in a separate
layer, because at the moment they dominate the completeness map.

On the whole I prefer to leave it a bit still. Ideally, everything
would be checked by a local, but in reality it won't be. Quite a lot
will be filled in by armchair mappers. At least there's a hope that
those armchair mappers will have some conscience about what they do
(like next year maybe they'll start drawing maps - with Maperitive
it's easy - and expose the db to new scrutiny).

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Peter Miller
On 9 June 2011 09:33, Richard Mann richard.mann.westoxf...@gmail.com wrote:
 It would be better if ITO put long-roads-without-names in a separate
 layer, because at the moment they dominate the completeness map.

My strategy has been to deal with the long roads first and then go
back and deal with the small ones. We are not planning to create a new
map layer at present due to other priorities on our time (some of
which will be of interest to OSM people!)

 On the whole I prefer to leave it a bit still. Ideally, everything
 would be checked by a local, but in reality it won't be. Quite a lot
 will be filled in by armchair mappers. At least there's a hope that
 those armchair mappers will have some conscience about what they do
 (like next year maybe they'll start drawing maps - with Maperitive
 it's easy - and expose the db to new scrutiny).

I don't image that many people are including verified=no manually - it
is just too much trouble!

Indeed, here is a map showing verified/surveyed+souce:name in dark
red, source:name without verified/surveyed in orange and any instances
of verified/surveyed without source:name as blue (there aren't any at
present!)
http://www.itoworld.com/product/data/ito_map/main?view=117

You will see that Source:name is more frequently used in some
districts such as Suffolk, Nottingham Kent that i others. Instances of
source:name do not of course mean that it was from OS Locator or that
it was not also surveyed. For that verified/surveyed is needed.

The only instances of 'surveyed' or 'verified' + source:name are in
Corby as far as I can see which was me testing the bot algorithm
manually on a place which was at 23% completeness and which I go to
95% completeness. It took long enough for me to conclude that it was
an inefficient way to do it. With the verified tagging in Corby
someone can now go and check it if they so wish and ping off the
verified=no tags as they do so.

As I said, there are no other instances of verified/surveyed.
surveyed=2010-10-08 would be neat, saying I checked all of the tagging
on that date and made any corrections necessary!

As such I think it is clear that without a bot we are indeed not going
to be able to tell what has been manually surveyed and what has been
grabbed from OS Locator. With a bot we would be able to.

Regards,


Peter


 ___
 Talk-GB mailing list
 Talk-GB@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-gb


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Steve Doerr

On 09/06/2011 10:09, Peter Miller wrote:

Indeed, here is a map showing verified/surveyed+souce:name in dark
red, source:name without verified/surveyed in orange and any instances
of verified/surveyed without source:name as blue (there aren't any at
present!)
http://www.itoworld.com/product/data/ito_map/main?view=117

You will see that Source:name is more frequently used in some
districts such as Suffolk, Nottingham Kent that i others. Instances of
source:name do not of course mean that it was from OS Locator or that
it was not also surveyed. For that verified/surveyed is needed.



I've been putting source:name=survey, so a lot of my edits are in 
orange on this map. I don't know whether that's good or bad.


--
Steve

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Peter Miller
On 9 June 2011 10:44, Steve Doerr doerr.step...@gmail.com wrote:
 On 09/06/2011 10:09, Peter Miller wrote:

 Indeed, here is a map showing verified/surveyed+souce:name in dark
 red, source:name without verified/surveyed in orange and any instances
 of verified/surveyed without source:name as blue (there aren't any at
 present!)
 http://www.itoworld.com/product/data/ito_map/main?view=117

 You will see that Source:name is more frequently used in some
 districts such as Suffolk, Nottingham Kent that i others. Instances of
 source:name do not of course mean that it was from OS Locator or that
 it was not also surveyed. For that verified/surveyed is needed.


 I've been putting source:name=survey, so a lot of my edits are in orange
 on this map. I don't know whether that's good or bad.

Sounds good to me!

OK, so I have adjusted the algorithm. The map now shows:

blue: for indication of ground survey (either 'local knowledge',
'survey', 'dictaphone' and 'voice')
red: indication that the name is from OS streetview or locator
(roughly in order of occurrence in East of England): OS Locator,
OS_OpenData_Locator, OS OpenData Locator, OS_OpenData_StreetView,
OS_opendata_streetview, OS_OpenData_OS_Locator, OS OpenData
StreetView,  OS_Openstreetview, OS Opendata StreetView, OS Streetview,
os locator, OS_OpenData_Streetview, os open data, OS
grey: Other value in source:name or other combination
green: way tagged with surveyed=no or verified=no

Fyi, here is the full list of content in the source:name field for
Suffolk and bits of Cambs,Norfolk and Essex (ordered by frequency of
occurrence)!

All  »  Tags  »  Tag = source:name
Value   Way NodeTotal
dictaphone  29400   2940
local knowledge 25940   2594
OS Locator  21480   2148
OS_OpenData_Locator 10050   1005
OS OpenData Locator 444 0   444
OS_OpenData_StreetView  427 0   427
local_knowledge 328 0   328
voice   201 0   201
survey  130 0   130
OS_opendata_streetview  76  0   76
OS_OpenData_OS_Locator  52  0   52
OS OpenData StreetView  37  0   37
photograph  34  0   34
OS_Openstreetview   32  0   32
npe 26  0   26
OS Opendata StreetView  25  0   25
landsat 20  0   20
OS Streetview   19  0   19
80n:dsc06129.mpg16  0   16
os locator  16  0   16
NPE 11  0   11
OS_OpenData_Streetview  10  0   10
publication 7   0   7
os open data7   0   7
signage 6   0   6
The Rushmere Commoners Committee5   0   5
OS_Locator  5   0   5
NAPTAN  5   0   5
npe/landsat 5   0   5
Local knowledge 5   0   5
Local Knowledge 5   0   5
(hospital address)  5   0   5
sign4   0   4
OS_Opendata_Streetview  4   0   4
street sign 4   0   4
OS Open data4   0   4
80n:dsc06133.mpg4   0   4
Survey  4   0   4
signage (October 2010)  4   0   4
memory  3   0   3
80n:dsc06107.mpg3   0   3
signage (Oct 2010)  3   0   3
http://www.creditgate.com/companysearch/credit_QU_9.aspx3   0   
3
OS  3   0   3
Rushmere Commoners website  3   0   3
disctaphone 3   0   3
observation 3   0   3
OS Locator + NaPTAN 3   0   3
GPS 3   0   3
http://www.ukhotelnet.com/cambridge/hotels.htm  3   0   3
www.ukpubfinder.com/pub/32185   3   0   3
definitive_statement3   0   3
estate agent web site   3   0   3
OS Locator; GPS trace   2   0   2
Long Wood Path  2   0   2
OS Locator; bing2   0   2
knowledge   2   0   2
OS_Streetview   2   0   2
previous_node   2   0   2
web 2   0   2
Sales Office2   0   2
http://www.claveringonline.org.uk/Clubs%20amp;%20Societies/Bellringers.htm
2   0   2
roadsign2   0   2
communication with Commoners' Committee 1   0   1
Streetsign and OS Locator   1   0   1
Sign at W end of this portion   1   0   1
survey (no apostrophe on sign)  1   0   1
OS Openview Streetview  1   0   1
OS_OpenOS_OpenData_OS_Locator   1   0   1
http://www.cottenhampc.org.uk/pdfs/Cottenham_Moat.pdf   1   0   1
RSPB trail guide1   0   1
dictafone   1   0   1
naptan bus stop 1   0   1
Map displayed along the path1   0   1
os streetview   1   0   1
Streesign   1   0   1
local research  1   0   1
bing1   0   1
OS Opendata S.V.1   0   1
sign (Nov 2010) 1   0   1
newspaper   1   0   1
publications;news;internet  1  

Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Graham Stewart

 Fyi, here is the full list of content in the source:name field for
 Suffolk and bits of Cambs,Norfolk and Essex (ordered by frequency of
 occurrence)!

Well that nicely demonstrates what a complete mess the source tags are!
I particularly like source:name=Mrs Sylvia Secker :)

If I can put in my 2p-worth: I've done a fair bit of armchair-mapping*
(yeah yeah, boo-hiss, I know)

Generally I use the OS StreetView or Locator backgrounds in Potlatch to
spot missing roads, then I trace the roads from the Bing imagery and
name them from the Locator.
I attribute it as source=Bing source:name=OS_OpenData_Locator (as
recommended at
http://wiki.openstreetmap.org/wiki/Ordnance_Survey_Opendata#Attributing_OS
and provided by the 'B' shortcut in Potlatch). I've never used a
verified/surveyed tag.

So I've got no objection to the proposed bot. If it can be used on a
restricted area and sets the appropriate source tags then it would
simply be automating something I'm doing already and I'd be delighted to
use it.

Cheers,
Graham 
http://www.openstreetmap.org/user/GrahamS

* While it would be nice if every single road was properly surveyed (and
I do survey when I can), but I just don't think that is a practical way
to make progress with the map.
My local areas (Tynedale, Newcastle, Gateshead, South Shields, Alnwick)
were all pretty blank and there didn't seem to be a much editing going
on at all.
So I take a more pragmatic approach of surveying where I can, recording
GPS routes when I'm out in the car, but also armchair mapping to fill in
big blanks. Judging by Peter's breakdown of source tags I'm not alone.
 Apologies if this goes against the spirit of OSM, but I'd rather get
the basic road geometry and names out of the way. All maps have those
and they are nothing special. Once they are done with we can concentrate
on the finer details that seem to be the real unique strength of OSM.


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Jason Cunningham
I'd also like to give my support to using a bot to add names to existing
roads.

My views on this have moved one way then the other over the last few months.
My main issues were based around
1 -  It would reduce foot surveys which would mean missing out on POI's
(etc). Now feel this argument is short sighted and we would still have to
deal with how we map POI when all streets are surveyed, so that should not
stop us using the OS data. We need to consider a future where roads are
considered complete and how we keep on top of mapping ever changing POI's.
I'd suggest 'POI Mapping Parties' using the Walking Papers tool.
2. - I was worried about the quality of data provided by OS due to reading
thoughts of others. But although we often put a lot of focus on an OS error
it appears that OS is far more accurate than the average OSM street
walker. Looks like less than 3% errors, and many of these errors may turn
out not to be errors (eg we've got it wrong, not OS). So this weekend I
could go out and get names for remaining streets in my area, or we could use
the bot. I believe the bot would result in less errors (but see point
1)

So I'd support the bot. Adding a clear source tag is obvious and I don't
think needs much discussion.

Cheers,

Jason (user:jamicu)
___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Peter Miller
On 9 June 2011 13:30, Graham Stewart gra...@dalmuti.net wrote:

 Fyi, here is the full list of content in the source:name field for
 Suffolk and bits of Cambs,Norfolk and Essex (ordered by frequency of
 occurrence)!

 Well that nicely demonstrates what a complete mess the source tags are!

I have updated the highway source map view to also colour code ways
with source=[OS streetvew/locator...] in purplel. Any that also have
source:name are shown in the previously described colours.

 I particularly like source:name=Mrs Sylvia Secker :)

I thought that was great. Is that not what crowd-sources is all about?

 If I can put in my 2p-worth: I've done a fair bit of armchair-mapping*
 (yeah yeah, boo-hiss, I know)

 Generally I use the OS StreetView or Locator backgrounds in Potlatch to
 spot missing roads, then I trace the roads from the Bing imagery and
 name them from the Locator.
 I attribute it as source=Bing source:name=OS_OpenData_Locator (as
 recommended at
 http://wiki.openstreetmap.org/wiki/Ordnance_Survey_Opendata#Attributing_OS
 and provided by the 'B' shortcut in Potlatch). I've never used a
 verified/surveyed tag.

 So I've got no objection to the proposed bot. If it can be used on a
 restricted area and sets the appropriate source tags then it would
 simply be automating something I'm doing already and I'd be delighted to
 use it.

 Cheers,
 Graham
 http://www.openstreetmap.org/user/GrahamS

 * While it would be nice if every single road was properly surveyed (and
 I do survey when I can), but I just don't think that is a practical way
 to make progress with the map.
 My local areas (Tynedale, Newcastle, Gateshead, South Shields, Alnwick)
 were all pretty blank and there didn't seem to be a much editing going
 on at all.
 So I take a more pragmatic approach of surveying where I can, recording
 GPS routes when I'm out in the car, but also armchair mapping to fill in
 big blanks. Judging by Peter's breakdown of source tags I'm not alone.
  Apologies if this goes against the spirit of OSM, but I'd rather get
 the basic road geometry and names out of the way. All maps have those
 and they are nothing special. Once they are done with we can concentrate
 on the finer details that seem to be the real unique strength of OSM.


Agreed.


Peter



___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Ed Avis
Jason Cunningham jamicuosm@... writes:

I'd also like to give my support to using a bot to add names to existing roads.

1 -  It would reduce foot surveys which would mean missing out on POI's
(etc).  Now feel this argument is short sighted and we would still have to
deal with how we map POI when all streets are surveyed, so that should not
stop us using the OS data.

I would like to note that for me, using the OS data has been a great way to
increase foot surveys.  There are many areas which looked complete on the map,
until OS showed that lots of roads (or public buildings) were missing.  Adding
those roads has spurred me to visit the areas on foot to mop up unnamed streets
and to hunt down places of worship among other things.

Different sources are complementary to each other and should not be viewed
as alternatives.  Even with 'classic OSM' we had Yahoo tracing combined with
foot surveys.

So this weekend I could go out and get names for remaining streets in my area,
or we could use the bot...

Please remember that you can do both - you can still visit to map by hand
before or after adding information from OS or any other source.  You might
instead decide to concentrate your mapping time on those things that we can't
get from OS as a first priority.  But at least you are able to make an informed
choice.

However, to make sure that people have all the information when deciding what
to go out and map, and to accommodate those who have quite reasonable concerns
about ending up duplicating mistakes in the OS data, we need tools which show
which parts of the map come from OS.  ITO's map layer
http://www.itoworld.com/product/data/ito_map/main?view=117 is an example.

-- 
Ed Avis e...@waniasset.com


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Richard Fairhurst
Graham Stewart wrote:
 So I've got no objection to the proposed bot. If it can be used 
 on a restricted area

There is a section of the relevant wiki page where people can request areas:
http://wiki.openstreetmap.org/wiki/OS_bot#List_of_requested_places

Note the column for Links to consultation and agreement with local
mappers.

cheers
Richard



--
View this message in context: 
http://gis.638310.n2.nabble.com/OSM-Analysis-New-Data-and-bot-tp6455312p6457955.html
Sent from the Great Britain mailing list archive at Nabble.com.

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Chris Hill
Since it looks likely that a bot is going to be run to add OS Locator 
names to unnamed British roads - something I strongly disagree with, but 
I can't stop - I demand that it is tagged with a common-sense, clear tag 
to show where this has happened. This should not be the bonkers cock-up 
that was described in the speed limit nonsense, and not a source tag, 
since many existing roads will have a source tag, e.g. source=survey. 
Verified=no does not say what is to be verified.


I despair that the lazy, armchair mappers are taking over, but as I say, 
there's little I can do to stop it.


If people want an carbon copy of OS datasets, why not just use OS 
datasets and let OSM mature into the best map of the world rather than a 
pastiche of imports.


--
Cheers, Chris
user: chillly


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Peter Miller
Sorry to be posting again, however...

I think the map view is now getting more useful and more stable. I
have reworked the key to allow for more values and to make it more
logical and it is now worth another look.

Royal blue: source:name=survey or similar
Red: source:name= OS or similar
Purple: source:name=some other value

Light blue: source=survey or similar
Orange: source= OS or similar
Light purple: source=something other value
grey: no source:name or source provided



Regards,


Peter



On 9 June 2011 14:39, Peter Miller peter.mil...@itoworld.com wrote:
 On 9 June 2011 13:30, Graham Stewart gra...@dalmuti.net wrote:

 Fyi, here is the full list of content in the source:name field for
 Suffolk and bits of Cambs,Norfolk and Essex (ordered by frequency of
 occurrence)!

 Well that nicely demonstrates what a complete mess the source tags are!

 I have updated the highway source map view to also colour code ways
 with source=[OS streetvew/locator...] in purplel. Any that also have
 source:name are shown in the previously described colours.

 I particularly like source:name=Mrs Sylvia Secker :)

 I thought that was great. Is that not what crowd-sources is all about?

 If I can put in my 2p-worth: I've done a fair bit of armchair-mapping*
 (yeah yeah, boo-hiss, I know)

 Generally I use the OS StreetView or Locator backgrounds in Potlatch to
 spot missing roads, then I trace the roads from the Bing imagery and
 name them from the Locator.
 I attribute it as source=Bing source:name=OS_OpenData_Locator (as
 recommended at
 http://wiki.openstreetmap.org/wiki/Ordnance_Survey_Opendata#Attributing_OS
 and provided by the 'B' shortcut in Potlatch). I've never used a
 verified/surveyed tag.

 So I've got no objection to the proposed bot. If it can be used on a
 restricted area and sets the appropriate source tags then it would
 simply be automating something I'm doing already and I'd be delighted to
 use it.

 Cheers,
 Graham
 http://www.openstreetmap.org/user/GrahamS

 * While it would be nice if every single road was properly surveyed (and
 I do survey when I can), but I just don't think that is a practical way
 to make progress with the map.
 My local areas (Tynedale, Newcastle, Gateshead, South Shields, Alnwick)
 were all pretty blank and there didn't seem to be a much editing going
 on at all.
 So I take a more pragmatic approach of surveying where I can, recording
 GPS routes when I'm out in the car, but also armchair mapping to fill in
 big blanks. Judging by Peter's breakdown of source tags I'm not alone.
  Apologies if this goes against the spirit of OSM, but I'd rather get
 the basic road geometry and names out of the way. All maps have those
 and they are nothing special. Once they are done with we can concentrate
 on the finer details that seem to be the real unique strength of OSM.


 Agreed.


 Peter




___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Ed Avis
Chris Hill osm@... writes:

Since it looks likely that a bot is going to be run to add OS Locator 
names to unnamed British roads - something I strongly disagree with, but 
I can't stop - I demand that it is tagged with a common-sense, clear tag 
to show where this has happened. This should not be the bonkers cock-up 
that was described in the speed limit nonsense, and not a source tag, 
since many existing roads will have a source tag, e.g. source=survey. 

Would a tag source:name=OS be specific enough?

Perhaps - and I'm just suggesting this as a possibility - the name could be
added as unverified_name=X or name:OS=X or some other scheme.  Then users of the
OSM data could decide for themselves whether they strictly insist on ground
survey (at the expense of coverage completeness) or whether they'd like to have
the most complete set of names, even if some of them have only been surveyed by
Ordnance Survey employees rather than OSM volunteers.

I don't think that's a great idea, because the name is the name, and if we have
good evidence that the name is X then we should just tag name=X.  But it could 
be
a way to keep everyone reasonably happy.

When going on mapping trips I would then concentrate mostly on roads with no 
name
at all, but also take a moment to verify the OS-sourced names as I passed those
roads.  I think this would be more efficient and produce a better map faster 
than
if we ignore the OS names entirely.

-- 
Ed Avis e...@waniasset.com


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Jerry Clough : SK53 on OSM
Generally, I am still opposed to a bot. There is a substantial body of 
evidence that automated imports damage the ability to recruit and nuture 
new mappers. Recent posts about Latvia, Austria and The Netherlands on 
talk all substantiate this: in many cases the people recognising the 
issue were those who either carried out the import or agreed to it.


I think a completion bot is a distraction from a much more important issue.

In order to get  a better level of completeness in the UK what we need 
are more mappers. There are several ways to recruit mappers: they 
require a decent amount of hard work, and probably a broader range of 
skills than writing a bot. We need a more organised way of generating 
publicity on a regular basis both for national and local media. We need 
a better press kit. We need to move the emphasis of mapping from getting 
GPS tracks: dont get me wrong this is still valuable, but a local mapper 
without a GPS can do a fine job with Bing, OS OpenData, Walking Papers, 
a camera, and ground surveys. We need more outreach techniques: not just 
mapping parties, or pub meets or mini-mapping, but workshops for people 
interested in consuming data, workshops to review the data from 
particular usage perspectives (cyclists, walkers, sustainable living, 
wheelchair users, etc.). We could do with more supporting materials for 
such things: slideshows, posters,  how to organise  I'm finding this 
ain't that easy, but at least I'm trying.


We also need to recognise that the more detailed each area becomes the 
harder it becomes for a new mapper to feel that they can contribute, not 
forgetting the I might break something. If we are to devote effort to 
code its better directed at tools which can make the life of new mappers 
easier: this obviously includes contributing to existing editors, but it 
may mean creating new ones. It almost certainly means working to get a 
much more sophisticated OpenStreetBugs integrated into the rails port: 
many new mappers will initially be happy to point out bugs (see recent 
examples on OSM Help where the first thing someone wants to fix is a 
turn restriction).


I strongly dislike the meme OS data is always more accurate than OSM, 
because it implies there's no point in doing surveys anyway. Yes, errors 
occur, although mainly in transcription rather than in surveying as can 
be seen by errors in using OSSV  OSL, but tools like ITO OSM Analysis 
and OSL Musical Chairs really help to pick up these errors: I've been 
able to go back to pictures and audio recordings and indeed verify that 
I'd not changed Street to Road when I copied the tag over from another 
way. There is also the spurious accuracy problem: people filling in a 
road name from OS Locator when there is *NO *evidence on the ground that 
the road has that name (pace RichardF in W Oxon): see my blog post on 
Kenyon Road 
http://sk53-osm.blogspot.com/2011/02/mysterious-case-of-kenyon-road.html. 
Many of the unnamed roads in the immediate vicinity of where I'm writing 
this are of that type: sometimes dogged persistence can nail down that 
the road is still called that, for instance from address information.


Take a look at Corby http://osm.org/go/eu7EEN9: its OSL road complete: 
a small part on the N edge was surveyed, the rest is largely from OSSV. 
There is a huge amount of information missing: footways, paths in parks, 
information about Places of Worship, other POIs. Corby is the classic 
sort of place which is less likely to receive attention from OSMers 
according to Muki's studies: its out of the way, it lacks a strong 
middle-class demographic. There are plenty of people living in places 
like this who are using Skobbler's apps, but we're never going to reach 
out to them if we do the easy bits from our armchairs and leave the 
harder less rewarding mapping activities for others.


Why not build a separate database  render which merges the missing 
names ( roads) from OSSV/OSL and OSM data, but is external to the OSM 
planet database. This could use many of the same techniques as a bot.


A bot is putting short-term gain ahead of our long-term interests.

Regards,

Jerry

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread SteveC
On Jun 9, 2011, at 7:42, Jerry Clough : SK53 on OSM sk53_...@yahoo.co.uk 
wrote:

 Generally, I am still opposed to a bot. There is a substantial body of 
 evidence that automated imports damage the ability to recruit and nuture new 
 mappers.

Could you cite the evidence? Is it just hand waving about AND or something more 
specific?


 Recent posts about Latvia, Austria and The Netherlands on talk all 
 substantiate this: in many cases the people recognising the issue were those 
 who either carried out the import or agreed to it.
 
 I think a completion bot is a distraction from a much more important issue.
 
 In order to get  a better level of completeness in the UK what we need are 
 more mappers. There are several ways to recruit mappers: they require a 
 decent amount of hard work, and probably a broader range of skills than 
 writing a bot. We need a more organised way of generating publicity on a 
 regular basis both for national and local media. We need a better press kit. 
 We need to move the emphasis of mapping from getting GPS tracks: dont get me 
 wrong this is still valuable, but a local mapper without a GPS can do a fine 
 job with Bing, OS OpenData, Walking Papers, a camera, and ground surveys. We 
 need more outreach techniques: not just mapping parties, or pub meets or 
 mini-mapping, but workshops for people interested in consuming data, 
 workshops to review the data from particular usage perspectives (cyclists, 
 walkers, sustainable living, wheelchair users, etc.). We could do with more 
 supporting materials for such things: slideshows, posters,  how to organise 
  I'm finding this ain't that easy, but at least I'm trying.
 
 We also need to recognise that the more detailed each area becomes the harder 
 it becomes for a new mapper to feel that they can contribute, not forgetting 
 the I might break something. If we are to devote effort to code its better 
 directed at tools which can make the life of new mappers easier: this 
 obviously includes contributing to existing editors, but it may mean creating 
 new ones. It almost certainly means working to get a much more sophisticated 
 OpenStreetBugs integrated into the rails port: many new mappers will 
 initially be happy to point out bugs (see recent examples on OSM Help where 
 the first thing someone wants to fix is a turn restriction). 
 
 I strongly dislike the meme OS data is always more accurate than OSM, 
 because it implies there's no point in doing surveys anyway. Yes, errors 
 occur, although mainly in transcription rather than in surveying as can be 
 seen by errors in using OSSV  OSL, but tools like ITO OSM Analysis and OSL 
 Musical Chairs really help to pick up these errors: I've been able to go back 
 to pictures and audio recordings and indeed verify that I'd not changed 
 Street to Road when I copied the tag over from another way. There is also the 
 spurious accuracy problem: people filling in a road name from OS Locator when 
 there is NO evidence on the ground that the road has that name (pace RichardF 
 in W Oxon): see my blog post on Kenyon Road. Many of the unnamed roads in the 
 immediate vicinity of where I'm writing this are of that type: sometimes 
 dogged persistence can nail down that the road is still called that, for 
 instance from address information.
 
 Take a look at Corby: its OSL road complete: a small part on the N edge was 
 surveyed, the rest is largely from OSSV. There is a huge amount of 
 information missing: footways, paths in parks, information about Places of 
 Worship, other POIs. Corby is the classic sort of place which is less likely 
 to receive attention from OSMers according to Muki's studies: its out of the 
 way, it lacks a strong middle-class demographic. There are plenty of people 
 living in places like this who are using Skobbler's apps, but we're never 
 going to reach out to them if we do the easy bits from our armchairs and 
 leave the harder less rewarding mapping activities for others.
 
 Why not build a separate database  render which merges the missing names ( 
 roads) from OSSV/OSL and OSM data, but is external to the OSM planet 
 database. This could use many of the same techniques as a bot.
 
 A bot is putting short-term gain ahead of our long-term interests.
 
 Regards,
 
 Jerry
 
 ___
 Talk-GB mailing list
 Talk-GB@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-gb
___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Richard Fairhurst
Steve Coast wrote:
 Could you cite the evidence?

Have you Merkins sorted out how you're classifying roads and tagging their
numbers yet?

(if that's just general incompetence rather than import-related malaise feel
free to correct me ;) )

cheers
Richard



--
View this message in context: 
http://gis.638310.n2.nabble.com/OSM-Analysis-New-Data-and-bot-tp6455312p6458188.html
Sent from the Great Britain mailing list archive at Nabble.com.

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Derick Rethans
On Thu, 9 Jun 2011, SteveC wrote:

 On Jun 9, 2011, at 7:42, Jerry Clough : SK53 on OSM sk53_...@yahoo.co.uk 
 wrote:
 
  Generally, I am still opposed to a bot. There is a substantial body 
  of evidence that automated imports damage the ability to recruit and 
  nuture new mappers.
 
 Could you cite the evidence? Is it just hand waving about AND or 
 something more specific?

I can. I've a friend in the Netherlands that I'd say is the typical 
person that we want as mapper. He had mapped a lot of town Which then 
got wiped out by the AND import, and he didn't bother with OSM for a 
looong time. Luckily, he now finally started contributing again.
Let's hope he keeps it up.

Derick

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Ed Avis
Derick Rethans osm@... writes:

When there are no names on a street, it gives a good incentive to go 
survey them, and it shows which things *need* to be surveyed.

Quite right.  How can we improve OSM coverage for end users (who would like to
find their destination address when navigating, for example, and would not be
impressed by their sat-nav device loading up Potlatch and telling them to edit)
and yet keep the traditional setup for mappers where 'no name = go and visit'?

-- 
Ed Avis e...@waniasset.com


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Graham Stewart

 I despair that the lazy, armchair mappers are taking over, but as I say, 
 there's little I can do to stop it.

Personally I think this project needs all the help it can get. The more
data sources and contributors the better.  
We're trying to build a map from scratch. It's not a simple task. If an
armchair-tracing takes it from a blank page to a few roads then that is
a step forward towards that goal. If you then go survey it, correct the
road geometry a bit, fix a road name or add in some POI then that is
another step forward. It's all good. Despair less, enjoy more!


 If people want an carbon copy of OS datasets, why not just use OS 
 datasets and let OSM mature into the best map of the world rather than a 
 pastiche of imports.

I described my approach: I trace roads from Bing and name them from OS
Locator.
It's not a carbon-copy. The names I add may be the same as OS (and are
properly attributed as such) but my traces often differ from the OS
version as I can typically see details on the Bing imagery that are not
apparent on StreetView (road shape, alleyways, junctions, driveways,
traffic lights, etc). 

Incidentally my Bing traces also seem better than most of the source=gps
or source=survey traces I see, which often slavishly follow a GPS track
as it zig-zags back-and-forth along a perfectly straight road.

You'll no doubt point out that the Bing imagery may not be perfectly
aligned and could be warped by lens distortion, atmosphere etc. And I
agree. But it is great for getting a pretty accurate representation of
the overall shape of the road where there was nothing before. If it then
needs tweaked slightly following a ground survey with highly-accurate
professional DGPS units then that's fine - but at least in the meantime
it is on the map and end-users relying on OSM for their satnavs etc get
immediate benefit.

Cheers,
GrahamS

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Ed Avis
Derick Rethans osm@... writes:

There is a substantial body 
of evidence that automated imports damage the ability to recruit and 
nuture new mappers.
 
Could you cite the evidence?

I can. I've a friend in the Netherlands that I'd say is the typical 
person that we want as mapper. He had mapped a lot of town Which then 
got wiped out by the AND import, and he didn't bother with OSM for a 
looong time.

That's a good piece of evidence but if you look carefully I think what it says
is that you should not wipe out existing mapping when doing an import.  They 
must
be knitted in with manual attention where necessary and not just dumped from a
great height onto the map.

In this context I don't believe anyone is advocating the replacement of any
bits of the existing OSM map with OS data.

-- 
Ed Avis e...@waniasset.com


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Jason Cunningham
On 9 June 2011 15:59, Derick Rethans o...@derickrethans.nl wrote:

 I can. I've a friend in the Netherlands that I'd say is the typical
 person that we want as mapper. He had mapped a lot of town Which then
 got wiped out by the AND import, and he didn't bother with OSM for a
 looong time. Luckily, he now finally started contributing again.
 Let's hope he keeps it up.


There has been no suggestion that there are plans to wipe out data. The wiki
suggests road names should only be added under the following conditions

   - The bounding box for the road matches the bounding box for the OS
   Locator entry within 10%
   - There is only one OS Locator entry that overlaps the road.
   - Only if the 'name' field is empty or missing
   - The bounding box is completely within the permitted area of operation.
   - Only if no road has ever existed in OpenStreetMap history for the area
   with the same name (to avoid adding back out-of-date names)

There is definite room for arguing that it will reduce active mapping in
some situations.

Jason
___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Graham Stewart
 There is definite room for arguing that it will reduce active
mapping in some situations.

This keeps getting raised and I'm not sure how true it is.

Go and look at some of the areas that are 95-100% complete
according to the ITO analysis:
http://www.itoworld.com/product/data/osm_analysis/main

Did all mapping and surveys in these areas really stop as soon as
all the roads were done?
Or did people move onto to adding houses, shops, footpaths,
traffic lights, post boxes, powerlines and an infinite array of
other minutiae?

I look at somewhere like Edinburgh and see a very detailed map
with individual buildings and house numbers.
Around my way I see entire towns that are completely absent from
the map.

If I lived in Edinburgh I'd be looking for fine-grained details
that I could add or correct.
Living where I do I just want to get a skeleton of road coverage
sorted out.

Both are valid activities and benefit the map as a whole.
___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Jerry Clough : SK53 on OSM

On 09/06/2011 15:47, SteveC wrote:
On Jun 9, 2011, at 7:42, Jerry Clough : SK53 on OSM 
sk53_...@yahoo.co.uk mailto:sk53_...@yahoo.co.uk wrote:


Generally, I am still opposed to a bot. There is a substantial body 
of evidence that automated imports damage the ability to recruit and 
nuture new mappers.


Could you cite the evidence? Is it just hand waving about AND or 
something more specific?



Generally Google (or perhaps Bing) is your friend, but::

Latvia, ex.Jaak Lainste 
http://lists.openstreetmap.org/pipermail/talk/2011-February/056786.html
Austria ex Felix Hartmann 
http://lists.openstreetmap.org/pipermail/talk/2011-February/056801.html


I may be thinking of Derick Rethan's example when I mentioned AND.

For completeness I should cite Chile, where they have a good experience:

Chile ex Julio Costa 
http://lists.openstreetmap.org/pipermail/talk/2011-February/056770.html


There are other disasters like the French Cadastre 
http://osm.org/go/0BOhfIg4F- or the Danish 
http://osm.org/go/0SpJwUg74- address import where data was imported 
but no-one ever put the roads in. The Danes seem to be quite happy and 
seem to have rectified quite a bit of the data recently thanks to Bing 
imagery; I certainly wasnt when buildings I'd added in Briancon were 
just zapped for an import, nor did the number of import clean-ups I did 
on the cadastre because there were huge number of duplicates overwhelm 
me with joy.


I used to be sceptical about the anti-import lobby (e.g., The Pottery 
Club 
http://www.gravitystorm.co.uk/shine/archives/2009/11/10/the-pottery-club/), 
seeing it as the 'old-hands' resenting things not been done the hard 
way; and like others here I believed if I traced roads in then people 
would come along and stick the names on. They didn't names only appeared 
when either a) I surveyed them, or b) I added them from OSSV data. So I 
now no longer buy into the build and they will come theory: it rarely 
works in other domains which is why firms spend money on advertising and 
marketing.


One last thing: I believe the onus is on import advocates to demonstrate 
how the import will deliver value  strengthen OSM.


Imports will never get the A46 changes 
http://sk53-osm.blogspot.com/2011/05/along-fosse-way-mapping-new-road.html 
mapped within a day or so of them happening: and this is the real story 
to sell OSM rather than We're almost as good as the free data set from 
the Ordnance Survey. Also imports, and even mapping parties by 
non-locals will never get the data good enough to be able to just focus 
on what has changed. It's really frustrating going round a place which 
looks well mapped and ending up adding 20 new streets because the 
obvious cues aren't there. I doubt if anyone else has done anything like 
Dair Grant http://www.refnum.com/projects/osm/edinburgh/'s Edinburgh 
survey.


J

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Andy Allan
On Thu, Jun 9, 2011 at 3:42 PM, Jerry Clough : SK53 on OSM
sk53_...@yahoo.co.uk wrote:

 In order to get  a better level of completeness in the UK what we need are
 more mappers.

Absolutely.

Everything we do should be focussed on helping get more mappers, or
helping the mappers we have get their jobs done more easily.
Everything that is a direct substitute for having more mappers is, at
best, a distraction from (what I see as) the desired goal. If we have
mappers, and lots of them, then - as we've now demonstrated - we can
get a glorious dataset.

Note that not everyone here shares the same goals - some people are
focussed on the data, others on the community. It might be worth
examining why we (collectively) have a tendency to discuss the data
all the time and I see very few discussions on community matters.

I find in most conversations, if the answer is because we don't have
enough mappers yet then the solution is not to bypass them with some
form of automation but to get more of them. Unfortunately to most
OSMers, community building seems hard (which it is), and writing bots
or doing imports seems easy (which it's not).

 A bot is putting short-term gain ahead of our long-term interests.

Indeed. What's more, all the effort that goes into writing bots,
discussing them, justifying them etc is time that hasn't gone into the
primary goal of recruiting and helping more people to OSM.

Cheers,
Andy

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Andy Allan
On Thu, Jun 9, 2011 at 2:55 PM, Ed Avis e...@waniasset.com wrote:

 Different sources are complementary to each other and should not be viewed
 as alternatives.  Even with 'classic OSM' we had Yahoo tracing combined with
 foot surveys.

Yahoo!? Classic? Get off my lawn!

:-)

Cheers,
Andy

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Tim François
Just a simple message to say that I support this idea of a bot, for all the 
reasons stated by previous posters. Whilst I understand the reservations of 
those against the bot, I personally don't believe they are relevant to this 
particular bot as it is described on the wiki.

Tim
___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Richard Fairhurst
Graham Stewart wrote:
 This keeps getting raised and I'm not sure how true it is.

If you import data into an area that already has an active community, you
likely won't damage the community (though you may piss them off). OTOH, you
probably don't _need_ to import data because there's already an active
community.

If you import data into an area that doesn't already have an active
community, the community will spring up more slowly or not at all. Example:
USA.

Even when a community does eventually coalesce, it will be dysfunctional
because it hasn't gone through the collective learning experience. This is
why, I think, the USA is still having really basic problems like which
roads are trunk and which are primary? and how do we write refs?. We
sorted that out in the UK ages ago, because as we all went out there and
mapped, we learned from each others' experiences. (I remember, for example,
the time we used to tag NCN refs as ncn_ref=NR42 or somesuch.) 

If you want an example closer to home, I'd suggest the South-West Midlands,
where Droitwich has been done almost entirely from OSSV, yet continues to
languish bereft both of mappers and rich detail. Worcester was growing
nicely until the OSSV fairies arrived: there's still a little activity, but
the rich map is no longer growing at the rate it was. Yet as soon as you
reach the nearby Birmingham conurbation, you have a much richer, actively
maintained, more useful map. 

cheers
Richard



--
View this message in context: 
http://gis.638310.n2.nabble.com/OSM-Analysis-New-Data-and-bot-tp6455312p6458519.html
Sent from the Great Britain mailing list archive at Nabble.com.

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread David Earl

On 09/06/2011 17:36, Ed Avis wrote:

What stops more people using OSM?


While I agree with your other points, even before you get to the data, I 
think the first reason is people don't know about it.


And for most people, why would you not just use Google maps even if you did?

David


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Graham Stewart

 If you import data into an area that doesn't already have an active
 community, the community will spring up more slowly or not at all.

But that logic suggests that we should actively *discourage* people from
doing any mapping, as an overly complete map discourages community.

In reality there is still plenty to do in areas that have achieved 100%
road coverage. I strongly doubt that the UK community will disintegrate
if we ever get the whole country close to 100% roads. And I don't think
that fear should hinder us from trying to get to that point.


 ..Worcester was growing
 nicely until the OSSV fairies arrived: there's still a little activity,
 but the rich map is no longer growing at the rate it was. 

I took a look out of interest. Worcester is a mass of grey roads:
http://www.itoworld.com/product/data/ito_map/main?view=117lat=52.19568481654745lon=-2.2034480483935286zoom=13

So there doesn't seem much evidence of OSSV fairies there. (Or at
least not with proper source tag).
But Worcester does seem to have a nice detailed map. Plenty of foot and
cycle paths, parks etc most of which won't have come from any OS
product.
Have the local mappers actually stopped mapping or have they just moved
onto nearby areas that are more in need of attention?


Ed said:
 It can help us to boost our map from 'excellent in parts,
 almost blank in others' to 'usable everywhere, excellent in many places'.  
 Then
 as OSM becomes widely adopted, mapping parties and other contribution become a
 much easier proposition: rather than 'help out with this geeky new hobby' it
 becomes 'hey! you can contribute to the map you are already using!'.

Complete agree.
For every 1000 users getting taken on a 20 mile wild goose chase by
their satnav I'd be willing to bet that 999 are left cursing the name of
OpenStreetMap and maybe one decides to become a contributor and do
something about it. That's not how you win people over!


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Peter Miller
On 9 June 2011 17:53, Graham Stewart gra...@dalmuti.net wrote:

 If you import data into an area that doesn't already have an active
 community, the community will spring up more slowly or not at all.

 But that logic suggests that we should actively *discourage* people from
 doing any mapping, as an overly complete map discourages community.

 In reality there is still plenty to do in areas that have achieved 100%
 road coverage. I strongly doubt that the UK community will disintegrate
 if we ever get the whole country close to 100% roads. And I don't think
 that fear should hinder us from trying to get to that point.


 ..Worcester was growing
 nicely until the OSSV fairies arrived: there's still a little activity,
 but the rich map is no longer growing at the rate it was.

 I took a look out of interest. Worcester is a mass of grey roads:
 http://www.itoworld.com/product/data/ito_map/main?view=117lat=52.19568481654745lon=-2.2034480483935286zoom=13

According to OSM Mapper Worcester has been developing nicely over a
couple of years.

Fyi, the most active mapper is this srbrook. Mapper since: 14 October
2009 at 20:30 (over 1 year ago). Description: I'm Steve and have been
mapping in the south Worcester, UK area since October 2009. For more
details of what I've been up to see
http://wiki.openstreetmap.org/wiki/User:Srbrook

The second most active in Jenuk1985 who joined in 2008 and stopped
editing in the area over a year ago but is now busy to the west of
B'ham.

The third most active mapper who again stopped editing in the area
over a year ago is called Richard and seems to be closely involved in
Potlatch!

Here are the stats for the top 10 contributors in the town:
srbrook 15650   1565
Jenuk1985   661 0   661
Richard 397 0   397
iccaldwell  164 0   164
Ted Pottage 151 0   151
LivingWithDragons   58  0   58
Steve Chilton   56  0   56
Higgy   55  0   55
i4one   41  0   41
Phil M  38  0   38

These Don't look like an 'OSSV fairy' to me. Or possibly there
something is being kept from us :)


Regards,


Peter


 So there doesn't seem much evidence of OSSV fairies there. (Or at
 least not with proper source tag).
 But Worcester does seem to have a nice detailed map. Plenty of foot and
 cycle paths, parks etc most of which won't have come from any OS
 product.
 Have the local mappers actually stopped mapping or have they just moved
 onto nearby areas that are more in need of attention?


 Ed said:
 It can help us to boost our map from 'excellent in parts,
 almost blank in others' to 'usable everywhere, excellent in many places'.  
 Then
 as OSM becomes widely adopted, mapping parties and other contribution become 
 a
 much easier proposition: rather than 'help out with this geeky new hobby' it
 becomes 'hey! you can contribute to the map you are already using!'.

 Complete agree.
 For every 1000 users getting taken on a 20 mile wild goose chase by
 their satnav I'd be willing to bet that 999 are left cursing the name of
 OpenStreetMap and maybe one decides to become a contributor and do
 something about it. That's not how you win people over!


 ___
 Talk-GB mailing list
 Talk-GB@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-gb


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Andrew
Tim François sk1ppy14@... writes:

 
 Just a simple message to say that I support this idea of a bot, for all the
reasons stated by previous posters. Whilst I understand the reservations of
those against the bot, I personally don't believe they are relevant to this
particular bot as it is described on the wiki.Tim

One other point: there may be parts of the UK where mapping is lost because
someone doesn’t relicense and there are other contributors whose work has had
the rug pulled under it but are willing to rebuild if there’s a way to make it
as easy as possible. 

--
Andrew


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Adam Hoyle

On 9 Jun 2011, at 17:47, David Earl wrote:

 On 09/06/2011 17:36, Ed Avis wrote:
 What stops more people using OSM?
 
 While I agree with your other points, even before you get to the data, I 
 think the first reason is people don't know about it.
 
 And for most people, why would you not just use Google maps even if you did?


google maps doesn't feature any footpaths!

that's what got me into OSM a few years ago. Sorry to prolly be off-message but 
I'm happy with Google Maps for all things road related (aside from the small 
errors it has), but I do like OSM for it's footpaths as I'm not aware of 
anything else that does that, and I've noticed tons of footpaths missing from 
Ordnance Survey (maybe not official ones, but traversable ones nonetheless) .

What *I* would quite like is something to import woods and water, and ideally a 
tool that would allow me to do it on as small an area as I like (eg 1 mile 
square), with some-kind of preview and option to back out.

If it could be done on local scales, then surely that would empower people 
(provided they could get their heads around what the tool is and how it works).

ttfn,

Adam



___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Ed Avis
Andrew andrewhainosm@... writes:

One other point: there may be parts of the UK where mapping is lost because
someone doesn’t relicense and there are other contributors whose work has had
the rug pulled under it but are willing to rebuild if there’s a way to make it
as easy as possible. 

That assumes that the OS licence is compatible with the new contributor terms,
which (as discussed at recent LWG meeting) is still not settled!

-- 
Ed Avis e...@waniasset.com


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-09 Thread Richard Fairhurst

Peter Miller wrote:

According to OSM Mapper Worcester has been developing nicely over a
couple of years.

Fyi, the most active mapper is this srbrook. Mapper since: 14 October
2009 at 20:30 (over 1 year ago). Description: I'm Steve and have been
mapping in the south Worcester, UK area since October 2009. For more
details of what I've been up to see
http://wiki.openstreetmap.org/wiki/User:Srbrook

The second most active in Jenuk1985 who joined in 2008 and stopped
editing in the area over a year ago but is now busy to the west of
B'ham.

The third most active mapper who again stopped editing in the area
over a year ago is called Richard and seems to be closely involved in
Potlatch!


The problem with these fast-moving mailing lists is that I get halfway 
through a reply to Graham's e-mail, go to the pub, come back and then 
there's another one on the same subject to reply to. :)


But... you've kind of illustrated what a mountain we have to climb; and 
that OSSV-aided completeness _doesn't_ help.


Steve Brook is amazing. Steve is amazing in the same way as ChrisH and 
AndyR and JerryC and AndyA and EdL and HarryW and DerickR and the 
Cambridge guys and the Oxford guys and a hundred others. These are the 
people who have built OSM. These are the people who have made it the 
unique, rich, ground-truthed dataset that it is.


Jeni is an OSSV tracer from Bromsgrove. She appears not to have used the 
source= tag so (as per Graham's observations) it won't show up in any 
visualisation of such. I'm sure she believes what she did is useful. As 
it is she's refused ODbL+CT so it's immaterial in a week or two anyway.


And then: the third most active mapper in Worcester, a complete city, 
is me. That is ridiculous. I live in Charlbury, Oxfordshire. Even by 
InterCity train I'm an hour away. I organised a small mapping afternoon 
there once and have done some tiny other bits on the occasions that I 
visit because it has an awesome cathedral, an awesome pub, and a branch 
of Waterstones.


Worcester is nominally complete; yet despite the assurances of people 
in this thread that completeness will bring more mappers, Worcester 
has just one mapper, Steve, who was active anyway before OSSV came along.


Does that not make you stop and think?

cheers
Richard

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


[Talk-GB] OSM Analysis New Data and bot

2011-06-08 Thread Brian Prangle
The Warwick additions are all  names in  the defunct Stoneleigh Agricultural
Show site. Must get over there and do a survey to see what's happening to
any redevelopment there - unless anyone else wants to volunteer!

I'm firmly of the opinion that this is not work for a bot unless a tag is
added such as verified=no so we humans can search for what hasn't been
surveyed. In Birmingham and Solihull I've personally surveyed every
OS-Locator error  before editing it and we have a pretty impressive list of
OS errors (210 not-names from 8966 road names)and they're not all
apostrophes either! ( Going out to survey far-flung street name errors also
has the added bonus of an incentive to do some other basic surveying and
improvement to the map) That's why we're stuck at 99.5% - the ones left are
just too far away and scattered to motivate me or the Local Authority hasn't
replied to my requests to inspect the definitive record.

 A bot will just replicate the OS errors and then we'll never find them! I'm
also dubious that a lot of the progress to date has just been armchair stuff
and we've just replicated any errors  that the OS might have. That might be
OK with most people but I've always seen OSM as proving that by local
crowdsourcing, given enough mappers, we can produce more accurate data. Our
problem in the UK is we don't have enough people on the ground and there's
no consistent planned promotional effort to attract more people or -
 even easier just re-attract some of the early pioneers back to active
mapping - at least they've shown they're willing and able and some of them
would be pretty impressed both with progress and the capability of the tools
at our disposal now. How about some analysis of inactive users who have a
significant number of edits ( 50?) and doing an email shot? I'm willing to
draft a text for discussion

Regards

Brian

On 8 June 2011 07:58, Peter Miller peter.mil...@itoworld.com wrote:

 Following on swiftly from Musical Chairs OSM Analaysis is now also
 running with the new OS Locator data.

 Warwickshire is the biggest gainer/looser with 33 new names; over half
 of the districts have got at least one new road and there are now only
 8 places still at 100%. We do  have 51 at over 99% and only 32 at
 under 50%. There is serious work in Wales, parts of Scotland, the West
 Midlands and Norfolk at present and in other places as well.

 Progress is however slowing down. We were at 20K roads per month and
 are now down to some 11K which is pushing completion back to Autumn
 2013.

 Any more takers for the OS Bot? I still think we are using a lot of
 expert time to do very mundane work less well than a computer would
 manage. Anyone who says that bulk imports will damage the community
 should take a look at the Netherlands where they did a bulk road
 import some years ago and have a hugely strong community now. For the
 avoidance of doubt I will not bulldoze this proposal through against
 the majority wishes, but there are people asking why we are doing all
 this manually and I think they have a point and don't want the
 proposal to be forgotten. The bot will still make is clear that a
 manual survey has not been completed of the area and invite people to
 take a look. It will free up human effort to do work that can't be
 done by a computer.
 http://wiki.openstreetmap.org/wiki/OS_bot

 Regards,


 Peter Miller
 (user:PeterIto)

 ___
 Talk-GB mailing list
 Talk-GB@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-gb

___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-08 Thread Chris Hill

On 08/06/11 21:20, Brian Prangle wrote:
I'm firmly of the opinion that this is not work for a bot unless a tag 
is added such as verified=no so we humans can search for what hasn't 
been surveyed.

Wholly agree.


 A bot will just replicate the OS errors and then we'll never find them!

Also agreed.

I too have checked everything I have modified. A bot is just a lazy way 
of reaching some arbitrary target of completeness and completely misses 
the benefit of a survey. It will provide a phoney status that can be 
used in meetings to show how wonderful OSM is, when actually all of the 
OS errors will be incorporated into our DB when we can avoid them by 
simply checking on the ground.


OS Locator is a great way of using OS surveyors to warn OSM surveyors 
that there are new places to check :-)


--
Cheers, Chris
user: chillly


___
Talk-GB mailing list
Talk-GB@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-gb


Re: [Talk-GB] OSM Analysis New Data and bot

2011-06-08 Thread Peter Miller
On 8 June 2011 21:20, Brian Prangle bpran...@gmail.com wrote:
 The Warwick additions are all  names in  the defunct Stoneleigh Agricultural
 Show site. Must get over there and do a survey to see what's happening to
 any redevelopment there - unless anyone else wants to volunteer!
 I'm firmly of the opinion that this is not work for a bot unless a tag is
 added such as verified=no so we humans can search for what hasn't been
 surveyed. In Birmingham and Solihull I've personally surveyed every
 OS-Locator error  before editing it and we have a pretty impressive list of
 OS errors (210 not-names from 8966 road names)and they're not all
 apostrophes either! ( Going out to survey far-flung street name errors also
 has the added bonus of an incentive to do some other basic surveying and
 improvement to the map) That's why we're stuck at 99.5% - the ones left are
 just too far away and scattered to motivate me or the Local Authority hasn't
 replied to my requests to inspect the definitive record.
  A bot will just replicate the OS errors and then we'll never find them! I'm
 also dubious that a lot of the progress to date has just been armchair stuff
 and we've just replicated any errors  that the OS might have.

I agree entirely, which is why the proposal includes a verified=no
field (it used to say 'surveryed=no' but I have just changed it on the
wiki given that verified is a more common name). It might be better to
clarify further as 'geometry:verified' or 'name:verified'. My concern
with the current arm-chair mapping approach is that it may not include
this verification tag and source:name. The bot would at least be able
to do it right and allow for a subsequent ground survey.

That might be
 OK with most people but I've always seen OSM as proving that by local
 crowdsourcing, given enough mappers, we can produce more accurate data. Our
 problem in the UK is we don't have enough people on the ground and there's
 no consistent planned promotional effort to attract more people or -
  even easier just re-attract some of the early pioneers back to active
 mapping - at least they've shown they're willing and able and some of them
 would be pretty impressed both with progress and the capability of the tools
 at our disposal now. How about some analysis of inactive users who have a
 significant number of edits ( 50?) and doing an email shot? I'm willing to
 draft a text for discussion

There are lots of reasons why we don't have more contributors and how
we could get more and lets all aim to build the community. What I
disagree with it the theory that OSM in the UK would be damaged as a
result of such an import. Netherlands is a good example that this does
not happen. For sure there would no longer be any 'dragons' left in
the form of blank spots on the map in GB but there is still plenty to
do including verification. I do however know that this is an 'over my
dead body' issue for some people in the community; my concern is that
other voices are being drowned out whenever the subject of imports in
general is raised and in particular this import.

There are many more levels to OSM. I am enjoying doing speed limit
hunting at present when travelling - plenty of blank spots on the map
and reminiscent of the days when we had no aerial photography and no
OS Open data when tracking down new roads! Why not see what is missing
in your area :)
http://www.itoworld.com/product/data/ito_map/main?view=5lat=52.310633029288894lon=-0.5165746127230731zoom=8


Regards,


Peter

 Regards
 Brian

 On 8 June 2011 07:58, Peter Miller peter.mil...@itoworld.com wrote:

 Following on swiftly from Musical Chairs OSM Analaysis is now also
 running with the new OS Locator data.

 Warwickshire is the biggest gainer/looser with 33 new names; over half
 of the districts have got at least one new road and there are now only
 8 places still at 100%. We do  have 51 at over 99% and only 32 at
 under 50%. There is serious work in Wales, parts of Scotland, the West
 Midlands and Norfolk at present and in other places as well.

 Progress is however slowing down. We were at 20K roads per month and
 are now down to some 11K which is pushing completion back to Autumn
 2013.

 Any more takers for the OS Bot? I still think we are using a lot of
 expert time to do very mundane work less well than a computer would
 manage. Anyone who says that bulk imports will damage the community
 should take a look at the Netherlands where they did a bulk road
 import some years ago and have a hugely strong community now. For the
 avoidance of doubt I will not bulldoze this proposal through against
 the majority wishes, but there are people asking why we are doing all
 this manually and I think they have a point and don't want the
 proposal to be forgotten. The bot will still make is clear that a
 manual survey has not been completed of the area and invite people to
 take a look. It will free up human effort to do work that can't be
 done by a computer.