Giter Club home page Giter Club logo

Comments (4)

ftrebien avatar ftrebien commented on May 10, 2024

Some of the search strings I'm using for testing:
9396 avenida guaíba
9996 avenida guaíba
10000 avenida guaíba

from nominatim.

lonvia avatar lonvia commented on May 10, 2024

Nominatim has a sanity check built into the interpolation code and cowardly refuses to interpolate more than 1000 house numbers at a time. That seems to be the right behaviour in the example above. You are trying to put 700 house numbers on an 80m stretch of road (1000 even if you take the second interpolation into account). That can't possibly be right. You shouldn't be using interpolations in this case but individually add each house number that actually exists.

from nominatim.

ftrebien avatar ftrebien commented on May 10, 2024

Thanks. I think this should be on the FAQ along with other sanity checks.

You are right, there are not 700 houses in such a short length of the road. Unfortunately, mapping individual houses would be too much work for a single person to do. Interpolation can also provide a "reasonable approximation" and be resilient to unnoticed changes. The range of numbers is large in this particular case due to poor administration; fortunately it doesn't happen in other areas.

from nominatim.

lonvia avatar lonvia commented on May 10, 2024

The computation of house number interpolations has changed. Example seems to be working now.

from nominatim.

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.