Best Practices
odc.stac can operate on STAC items with only minimal information present,
however user experience is best when following information is included:
data_type and nodata from Raster Extension, proj:{shape,transform,epsg}
from Projection Extension.
For a full list of understood extension elements see table below.
|
used to determine output pixel type |
|
used when combining multiple items into one raster plane |
|
passed on as an attribute (can be useful for further processing) |
[planned] |
currently ignored, but will be supported in the future |
|
contains image size per asset |
|
contains geo-registration per asset |
|
contains native CRS |
|
can be used instead of |
|
used to assign an alias for a band
(use |
Assumptions
Items from the same collection are assumed to have the same number and names of
bands, and bands are assumed to use the same data_type across the
collection.
It is assumed that Assets within a single Item share common native projection.