glue-viz / glue-geospatial

Experimental plugin to support satellite imagery
BSD 3-Clause "New" or "Revised" License
13 stars 3 forks source link

Deal better with large files #4

Open astrofrog opened 8 years ago

astrofrog commented 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.