Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Riverspace delineation #3

Open
1 task
cforgaci opened this issue Mar 21, 2024 · 2 comments · May be fixed by #27
Open
1 task

Riverspace delineation #3

cforgaci opened this issue Mar 21, 2024 · 2 comments · May be fixed by #27
Assignees

Comments

@cforgaci
Copy link
Contributor

  • what existing tools are there for riverspace delineation
@cforgaci
Copy link
Contributor Author

cforgaci commented Mar 21, 2024

The script described here is a good starting point: https://rpubs.com/richardneilbelcher/isovist
I tried it on the generic example from the article and it works, so we can adapt it to our data using river edges instead of the central line and buildings instead of the polygons used in the article.

@cforgaci
Copy link
Contributor Author

River space

  • Data:

    • OSM buildings

    • river edges

    • corridor boundary to adjust extent

  • Algorithm:

    • Using the first row of buildings next to the river and the river edge, determine the continuous space within a 500m buffer. This can be done with a viewshed from equally distanced points along the river edge. this might involve performance issues; optimisation of distance between points might be needed. Extent clipped by corridor boundary.

    • Optionally, the output can be segmented.

    • Can be optimised later to include obstacles other than buildings

  • Output:

    • One continuous polygon or segmented polygon

@cforgaci cforgaci linked a pull request Dec 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants