Open astrofrog opened 8 years ago
We should not read in the whole datasets in one go but instead use some kind of memory mapping. If rasterio does not support this, then we can implement our own Data/Component sub-classes that will fetch the data on-the-fly using GDAL.
We should not read in the whole datasets in one go but instead use some kind of memory mapping. If rasterio does not support this, then we can implement our own Data/Component sub-classes that will fetch the data on-the-fly using GDAL.