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
"All core UDs identical. Possibly due to insufficient memory for raster calculations. Check rasterResolution"
703
+
"All core UDs identical. Maybe insufficient memory for raster calcs - check rasterResolution"
709
704
)
710
705
if (all(md$general.use==md$general.use[1]))
711
706
message(
712
-
"All general UDs identical. Possibly due to insufficient memory for raster calculations. Check rasterResolution"
707
+
"All general UDs identical. Maybe insufficient memory for raster calcs - check rasterResolution"
713
708
)
714
709
if (length(which(md$core.use== max(md$core.use, na.rm=TRUE))) >1)
715
710
message(
716
-
"More than 1 individual share exactly the same max value for core use, possibly due to insufficient memory for raster calculations. Check rasterResolution"
711
+
"More than 1 individual share exactly the same max value for core use, maybe insufficient memory for raster calcs - check rasterResolution"
717
712
)
718
713
if (length(which(md$general.use== max(md$general.use, na.rm=TRUE))) >1)
719
714
message(
720
-
"More than 1 individual share exactly the same max value for general use, possibly due to insufficient memory for raster calculations. Check rasterResolution"
715
+
"More than 1 individual share exactly the same max value for general use, maybe insufficient memory for raster calcs - check rasterResolution"
721
716
)
722
717
if (length(which((md$core.use-md$general.use) ==0)) >0)
723
718
message(
724
-
"1 or more individuals have exactly the same value for core and general use, possibly due to insufficient memory for raster calculations. Check rasterResolution"
719
+
"1 or more individuals have exactly the same value for core and general use, maybe insufficient memory for raster calcs - check rasterResolution"
md$core.use<- (rasterres*md$core.use.new) /1000000# convert from cells/pixels to metres squared area based on cell size, then to kilometres squared area
Copy file name to clipboardExpand all lines: README.Rmd
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,12 @@ However please appraise yourself of the meaning of the various parameters as the
109
109
110
110
***
111
111
112
+
### stitchraster
113
+
114
+
If over-large datasets cause RAM crashes for movegroup, one can run batches of individuals in movegroup then join the individual saved area.ct csv files.
115
+
116
+
***
117
+
112
118
### scaleraster
113
119
114
120
Scales Individual Utilization Distribution Rasters and Volume Area Estimates
0 commit comments