Coder Social home page Coder Social logo

Comments (7)

lucas-abbate avatar lucas-abbate commented on June 30, 2024 1

I've seen the parity thing. Is there a way to find out on whick side the linestring starts and then define left or right?
Maybe the linestrings could be arbitrarily defaulted to start always on the same side (i.e, the southern dot of the linestring is always the start). Then, all left or right side could be normalized (but I don't know if it is possible to arbitrarily define the starting point of the linestring).
Anyways. Thanks for the help!

from api.

missinglink avatar missinglink commented on June 30, 2024

Have a look at https://github.com/pelias/interpolation

from api.

lucas-abbate avatar lucas-abbate commented on June 30, 2024

Isn't that what I've done when installing Pelias??

from api.

missinglink avatar missinglink commented on June 30, 2024

Pelias is composed of several smaller components, the interpolation service is a SQLite database which is built independently of the elasticsearch index.

So while the interpolation database preserves the side of the street (what is called 'parity' in the SQLite database) it's not exposed to other services as this requirement has never been requested before.

If you have installed Pelias using the pelias/docker utility then you will find the address.db and street.db SQLite databases in your configured DATA_DIR.

I recommend you have a look in the address.db as it likely has the information you require.

from api.

missinglink avatar missinglink commented on June 30, 2024

Out of curiosity; how do you define 'left' and 'right'?
We base it on the bearing from the start point to the end point of the linestring, but this can obviously be reversed and therefore return the opposite classification, do you have a suggestion of how best to normalize this?

from api.

missinglink avatar missinglink commented on June 30, 2024

No problem, please close this issue if you found a solution.

from api.

missinglink avatar missinglink commented on June 30, 2024

Like you mentioned, you could (for instance) select the most southerly point as the starting point, it would make the calculation deterministic but I don't think that would guarantee that Argentine addresses are given the correct parity.

I was wondering if the Argentinian authority has some sort of official policy in this regard about which is the start and the end of a street?

from api.

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.