-
Notifications
You must be signed in to change notification settings - Fork 4
Description
It would be really nice to know how to utilize other attributes within a particular metric. For example:
I need a metric which first filters based on points where the pixel includes at least one classification with a value of 5 (otherwise set value to zero). OK, now, with that filtered, then I want to do max minus min for the Z attribute.
I think this is possible just reading through some of these pre-defined metrics here:
https://github.com/hobuinc/silvimetric/tree/main/src/silvimetric/resources/metrics
Although to be honest I'm not entirely sure. Maybe this is only possible in the silvimetric core but not in user defined metrics?
If its possible some documentation on how to use it would be nice. Otherwise I guess this could be considered as a feature request.