-
Notifications
You must be signed in to change notification settings - Fork 25
Description
This STAC blog (specifically the section under Additional Flexibility - proj:shape and proj:transform) gave me the idea that gdal vrt with vrt mosaicking could be leveraged in intake-STAC to stack and mosaic intake-stac item collections.
Here is a gist showing an example of temporally stacking a single band of Sentinel-2a COGS using this approach: https://gist.github.com/rmg55/1acf804ef1af0c7934b265b3a653a486
A similar approach could also be implemented to mosaic data as well (although I have yet to try it). To apply this feature, the STAC projection extension would need to be implemented in the STAC catalog. I could not find any existing work by the Open Data Cube folks on this effort (they were referenced in the blog post mentioned above).
A few questions:
- Is this the optimum way to stitch together these datasets that are organized in granules/tiled files?
- Does it seem likely that the projection extension will be incorporated in other catalogs?
- Is this a feature that would make sense to incorporate directly into intake-stac (if so I would be happy to work on this)?