"Summarize Within" custom polygon request (i.e. Zonal Statistics) #43
-
@AldenShallcross asked for over here in WebRAVE (see also our responses): https://github.com/Riverscapes/riverscapes-website/discussions/32
We should think about adding this to the feature wish list for QRiS and if it is popular/useful upgrading it to RiS wishlist. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
@joewheaton, @MattReimer, @philipbaileynar, @KellyMWhitehead, I'd like to continue this discussion, and specifically ask the question of HOW we want to calculate zonal statistics. for a simple example, counting the number of structures within a valley bottom polygon segment. We need to consider specically how these statics will get used in summarizations, maps, metrics, reports, exports, etc...... Within Q there are probably a bunch of way to do this: QGIS Virtual Fields
Combination of Python packages, GDAL, and SQL
In actuality we will probably use some combination of the above, and there are probably a lot of other ways to go about this. Would be interested to hear ideas and pros and cons from if you all have implemented similar functionality within Arc tools and applications. |
Beta Was this translation helpful? Give feedback.
-
Hey, doing some more experimenting on this front. There is a lot we can do with the default value specification within the custom form settings. We have the entire qgis calculation language at our disposal, and the values update even when geometry is edited. The calculations are also stored, not just in memory, which is really what we needed. This will all be specified within the .qml, so it's difficult to version control, but it's really rapid in terms of development. |
Beta Was this translation helpful? Give feedback.
-
@philipbaileynar I am rekindling this request from Alden. This seems like a good command for both the |
Beta Was this translation helpful? Give feedback.
-
This feature @philipbaileynar forsaw was nicely implemented in 0.4.1 |
Beta Was this translation helpful? Give feedback.
This feature @philipbaileynar forsaw was nicely implemented in 0.4.1