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: ChangeLog
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Fix lines falling between the cracks in extract (calling rasterzeLines): https:/
9
9
Better handling of NA values in 1 byte raster files
10
10
11
11
--- current version
12
-
Improved estimation of available RAM with contributions by Lorenzo Busetto. The current situation is that RAM available is computed on windows and linux; but not yet on mac. Not more that 60% of available RAM is used (if the estimated RAM needed is not too low). Not more than raster:::.maxmemory() is used; but it should now be safe to set this to Inf (windows and linux only). If canProcessInMemory returns FALSE, chunksize is set 25% of available RAM, or raster:::.chunksize(), whichever is lower. (set options via rasterOptions())
12
+
Improved estimation of available RAM with contributions by Lorenzo Busetto. RAM available is now computed on windows, linux and mac. No more that 60% of available RAM is used (if the estimated RAM needed is not too low). Not more than raster:::.maxmemory() is used; but it should now be safe to set this to Inf. If canProcessInMemory() returns FALSE, chunksize is set 25% of available RAM, or raster:::.chunksize(), whichever is lower. (set options via rasterOptions())
13
13
14
14
testthat unit tests introduced by Mike Sumner and Jakub Nowosad
15
15
as.character() for Raster objects to create the R code to re-create the Raster skeleton in examples.
0 commit comments