Michael Sumner
Michael Sumner
seems to work ok, except for we auto-get raw values from imagery ... so have forced use of Float64 for now. ``` r target
what does this offer compared to ff? (or maybe matter) https://github.com/dipterix/lazyarray
- [x] default to all bands, make `band = NULL` - [ ] allow `as_raster()` to modify the bands, so it's irrelevant what was asked for upfront (ugh this means...
* crop if the limits are already set * decimate to useable size
``` r library(lazyraster) #> #> Attaching package: 'lazyraster' #> The following object is masked from 'package:graphics': #> #> plot library(raster) #> Loading required package: sp e
From vapour ```R library(ggplot2) library(shiny) library(Cairo) # For nicer ggplot2 output when deployed on Linux tfile
This was surprisingly effective (`x$info$projection` must be valid, and often is not). ```R lazyproject
for e.g. with IBCSO, there are missing values (-3.40e+38) that need to be masked out.