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
Copy file name to clipboardExpand all lines: NEWS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
# crownsegmentr 1.1.0
2
+
* Fixed a mathematical error in watershed_diameter_raster and li_diameter_raster: diameter is now calculated as 2*sqrt(area/pi), and no longer as sqrt(area).
3
+
This causes resulting raster values to be slightly higher in most cases.
4
+
* In the light of new research results, the default value for the parameter smoothing_radius in the above functons was changed from 5 to 10.
5
+
* These two changes now mean that watershed_diameter_raster and li_diameter_raster produce different results compared to prior versions
2
6
3
7
# crownsegmentr 1.0.2
8
+
* Fixed malfunctioning in diameter_raster functions that stemmed from terra behavior differing on different machines of parallelization regimes
0 commit comments