-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add aggregation view for channel and georeferenced channel damages #531
base: main
Are you sure you want to change the base?
Conversation
I found having a read-only view vw_tww_channel practical, especially when planning maintenance events. The view aggregates all reach geometries linked to a channel.
for more information, see https://pre-commit.ci
Thank you for this new functionnality! @cymed do we have a way to control the attributes order of the created view? As it is an aggregation of compoundcurves should it be a multicompoundcurve geometry? |
Yes. LineMerge aggregates to singlepart if the aggregated lines touch, but in a database this is not always the case - better to use multipart |
They interfere with the aggregation
for more information, see https://pre-commit.ci
Added a view tww_app.vw_tww_damage_channel to georeference TV inspection damages |
New feature that could help in this : |
The feature does allow using a fixed interval, a z or an M value, or all vertices. None of these options work for channel damages. The feature is mainly good for hydrology |
for more information, see https://pre-commit.ci
I found having a view vw_tww_channel practical, especially when planning maintenance events. The view aggregates all reach geometries linked to a channel. For now, the view is read-only