convert geographic data like address coordinates or other points of interest and lines like road networks or utility trenches into a graph data model for routing and analytics purposes.
-
Get Data
- Download
- Filter for road network
- Filter for POI
- Load to Postgres
- Vertex Data Model
- Linestring staging table
-
Create Graph
- Create connections between vertices and lines
- Segmentize linestrings into "true" edges
- Dissolve edges over nodes with degree 2
-
Create ancillary functions
- selector structures for parallel processing
- routing scenarios modeled as materialized views
- tbd
- a proximity sorted inventory of point data
- a logical network that allows for graph data operations like routing or nearest neighbour searches
- a geometrical network that allows cartographic visualization and ad hoc spatial analysis with access to the graph data model