aivazis / qed

A web based visualizer of large datasets
BSD 2-Clause "Simplified" License
4 stars 6 forks source link

the gdal reader doesn't support profile and peek #48

Open aivazis opened 5 months ago

aivazis commented 5 months ago

the current implementations of profile and peek on datasets opened with the gdal reader delegate to the native reader, but the native reader doesn't know what to do with the GDALRasterBandShadow that is passed in as the data source.