acteng / overline

Aggregation of overlapping lines and values to build route networks
4 stars 0 forks source link

Tidy up and add new input dataset (#16) #17

Open robinlovelace-ate opened 1 year ago

robinlovelace-ate commented 1 year ago

Heads-up @stholder3 this PR aims to just add minimal example .GeoJSONs and slightly improve the visualisations. Not saying this is worth developing but note the Python code to read the inputs (and outputs from the overline() implementation in R) if you want to have a bash for learning/fun. If it's one day useful that would be a bonus!

Also heads-up @dabreegster I had a look at the R implementation and I do think it's a bit weird, can be substantially simplified and would love to help crack #15. I suspect that a Python implementation using polars could mimic what we do in the R code, worth a shot?