hypertidy / lazyraster

raster data via GDAL on-demand
https://hypertidy.github.io/lazyraster/
27 stars 1 forks source link

native no good when window not specified #9

Closed mdsumner closed 5 years ago

mdsumner commented 5 years ago
sstfile <- system.file("extdata/sst.tif", package = "vapour")
as_raster(lazyraster(sstfile), native = TRUE)

So (probably) window should always be set, or just catch this case

mdsumner commented 5 years ago

fixed in branch https://github.com/hypertidy/lazyraster/tree/fix-native-window

mdsumner commented 5 years ago

merged in and included in CRAN (re) submission