Skip to content

Commit 789bea9

Browse files
committed
log
1 parent 4a92351 commit 789bea9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ Fix lines falling between the cracks in extract (calling rasterzeLines): https:/
99
Better handling of NA values in 1 byte raster files
1010

1111
--- current version
12+
13+
--- 2-Nov-2018, version: 2.8-4
1214
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())
1315

1416
testthat unit tests introduced by Mike Sumner and Jakub Nowosad
1517
as.character() for Raster objects to create the R code to re-create the Raster skeleton in examples.
1618

19+
reading point values via GDAL has become slower in 2.7-15, reverted to previous function
20+
1721
Bug fixes:
1822
fixed the link for GADM countries download. Bug reported by Loic Dutrieux
1923
fixed corner-case bug in alignExtent (for a small extent, touching a grid cell), affecting crop; reported by

0 commit comments

Comments
 (0)