You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the “radii_ratio” name, since it expresses its structure as the ratio of two ideal shape radii. The two implementations are basically the same, though I find the one with more lines to be easier to understand.
Yeah, I also like the radii ratio better as shape index is too generic. All of them are shape indices. Agree that the multiline version is a bit more readable.
We can always alias one as the other?
Yeah but I don't think there's a ton of downstream usage of this so I would simply deprecate shape_index and add a note to radii_ratio docstring saying that it is also known as Schumm's shape index.
We have a duplication in shape indices.
shape_index
is the same asradii_ratio
.esda/esda/shape.py
Line 356 in 17c5f00
and
esda/esda/shape.py
Lines 193 to 195 in 17c5f00
are the same formulas.
We should probably deprecate one in favour of the other.
The text was updated successfully, but these errors were encountered: