hypertidy / lazyraster

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

multiple bands #17

Open mdsumner opened 4 years ago

mdsumner commented 4 years ago

Is making as_raster independent a problem? We have 100 bands, users sets bands = 10:20, but then I as_raster(lr, band = 1:10) - I'll get the source's first ten, not the lazyraster's. ??