GithubHelp home page GithubHelp logo

Comments (1)

joostschouppe avatar joostschouppe commented on May 24, 2024

Copied over from issue 19

Current output is for every single segment. In the current REF data, a new segment begins at every junction (and only at junctions). In the case of a new development, that means the area is split into many tasks. A mapper will be tempted to do the entire area, so the other tasks need manual or automatic closing. In the case of a Maproulette Challenge, there would be no problem if it is updated very often.

In the case of false positives, the current single segment approach is a bit problematic. One mapper could mark the segment as false positive (or problematic in a different way). But it is a lot of work to map all the segmentes in the area as false positive. Then the next mapper might be less critical and still copy the data.
This might be solved by grouping segments together.

The disadvantage of any grouping, is that mapper feedback (false positive, too difficult, a comment) is then forced on the entire group. This makes the feedback harder to give (I could map some of this area, but a little part was wrong) and harder to process at the data source (I can't now simply match the feedback to my original data object, but just get some info about a wider area).

Suggested solution:

group output that is adjecent and has the same name under one object
join the main unique identifiers (several WS_GIDN or one streetname ID) to the task

from road-completion-old.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.