CityRiverSpaces / CRiSp

CRiSp (City River Spaces) provides tools to automate the morphological delineation of riverside urban areas.
https://cityriverspaces.github.io/CRiSp/
Apache License 2.0
0 stars 0 forks source link

Update corridor delineation procedure #36

Closed fnattino closed 1 week ago

fnattino commented 3 weeks ago

The implemented procedure is purely based on a shortest path algorithm, while we have currently updated it to also account for the initial guess of the corridor. In addition, we have improved the method to draw the initial corridor guess to account for the DEM (see also #35, which is related to building the DEM module).

We should update the corridor delineation module to reflect these updates: https://github.com/CityRiverSpaces/prototyping/blob/main/notebooks/corridor/corridor_bucharest_river-valley.qmd

fnattino commented 3 weeks ago

We should follow the vignette on corridor delineation (especially the last part) as a guide line: https://cityriverspaces.github.io/CRiSp/articles/corridor-delineation.html

fnattino commented 3 weeks ago

@cforgaci I have started to think how to best accommodate the new functionalities described above in CRiSp, and I thought we could maybe do some refactoring to structure things in a way that would make this task easier. I have thought about the following structure, what do you think?

cforgaci commented 2 weeks ago

@fnattino, I drafted the osmdata module. Please have a look.