Open Jdgilby opened 1 month ago
1) I think some of what is going on is that this calculation has a proportional component in it to avoid double counting features, (i.e. if the length clipped to the sample frame is greatest in that frame, then it gets the count). This is clearly not what we want for this metric, so we will need to set up property or create a separate count calculation for this. 2) We might get by with having a 'dissolve by' attribute for this metric. If we dissolve by primary and non-primary features, then in theory the primary features should create one geometry (as long as they are connected through proper digitization.) and non-primary features should separate into several geometries. Multithreaded systems might complicate this - we will need to test with several different scenarios.
This will not make the 1.0 release, but we should jump on this soon.
Theres a few issues with this one