appelmar / gdalcubes_cpp

Earth observation data cubes from GDAL image collections
MIT License
74 stars 7 forks source link

Support for GDAL subdatasets in collection creation #29

Closed appelmar closed 5 years ago

appelmar commented 5 years ago

Currently, e.g. for MODIS HDF files, users need to take care about listing relevant subdatasets. Similar to how e.g. ZIP archives are automatically scanned, opened datasets could be checked for having subdatasets and, if available, these can be used as input to create the image collection.

appelmar commented 5 years ago

Implemented in caa8467050e5f47c11a2f1e6e67a7e7ce815b0d9. MODIS collection formats updated fixed in ef530c7708894ec45ef7af75bef0f68d489fab8c.