Re: [Talk-us] Using MapRoulette for imports

2012-12-19 Thread Richard Weait
On Tue, Dec 18, 2012 at 10:37 PM, Richard Welty rwe...@averillpark.netwrote:

 On 12/18/12 9:51 PM, Brian DeRocher wrote:

 Food for thought... Imagine we performed a large data import into a side
 table, then used MapRoulette to overlay that data on OSM, allow users to
 review additions, and import features one at a time.  Would that be better?

  this could work for some imports. there might be timeliness and QC issues
 for others, though.


Any use of an external source that fails to consider other sources is Just
Bad Mapping.  Using something like maproulette to consider the existing
state of the database before including data from an external source is one
positive step.  I would suggest, though, that this sort of mapping
far-from-home is generally lower quality and should be avoided.  Local
knowledge is King.
___
Talk-us mailing list
Talk-us@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-us


Re: [Talk-us] Using MapRoulette for imports

2012-12-19 Thread Aaron Lidman
I've been working on something like this, while learning python, which I'm 
hoping to have done by the end of the year. Right now I'm refactoring and 
generally cleaning up my messy code and still testing things out. Here's what 
it looks like right now: http://i.imgur.com/H4srX.jpg It's just basic leaflet 
and geojson backed by sqlite from ogr2ogr from a shapefile that was cleaned up 
before hand. When a feature is loaded it pulls down osm from xapi and checks 
for existing features that will intersect based on predefined tags, in this 
case [leisure=park], [leisure=garden] and a few others. If it intersects it's 
skipped and the next one is fetched. Hopefully I'll have more to post here 
about it soon.
Aaron Lidman


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


[Talk-us] Using MapRoulette for imports

2012-12-18 Thread Brian DeRocher
Food for thought... Imagine we performed a large data import into a side 
table, then used MapRoulette to overlay that data on OSM, allow users to 
review additions, and import features one at a time.  Would that be better?


--
Brian DeRocher
http://brian.derocher.org
http://mappingdc.org
http://about.me/brian.derocher


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


Re: [Talk-us] Using MapRoulette for imports

2012-12-18 Thread Richard Welty

On 12/18/12 9:51 PM, Brian DeRocher wrote:
Food for thought... Imagine we performed a large data import into a 
side table, then used MapRoulette to overlay that data on OSM, allow 
users to review additions, and import features one at a time.  Would 
that be better?



this could work for some imports. there might be timeliness and QC issues
for others, though.

richard


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