Giter Club home page Giter Club logo

Comments (2)

jorgegil avatar jorgegil commented on August 9, 2024 1

Directed = False simply because I'm not sure we have attributes for links with dual directions. If we set the graph as directed it will follow the direction of the links always, and increase distances where the representation does not have separate links for each lane (very common). In my previous work it was not important to have it directed, but we must investigate here.

Before running, we must test if the network is fully connected. The giant connected component is the one we keep, any small isolated clusters must be removed so that origins/destinations don't "snap" to an isolated link - unreachable.
But, if these smaller components are too many or too big, we might be missing links. We must do this connected component analysis, and add an attribute to the graph table with the id of the connected components, and map them to inspect.

from osm-pg-etl.

TheYuanLiao avatar TheYuanLiao commented on August 9, 2024

This captures the largest component: G.components().giant() For the case of Canada, the largest component has a share of nodes as 96%. By keeping the largest connected graph for routing, the issue is solved.

from osm-pg-etl.

Related Issues (4)

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.