- Add NcML backend for
header
processor, allowing global metadata to be parsed from the THREDDS NCML service, or thencdump -xh
command. - Add intake-esm output plugging. Creates a
json
catalog description andcsv.gz
metadata table. - Add
stac_generator.plugins.outputs.stacapi_backend:StacApiOutputBackend
. - Remove
decode_times=False
from xarray backend dataset initialization.
- Correct naming of
stac_generator.plugins.extraction_methods.header_extract
tostac_generator.plugins.extraction_methods.header
to fit path structure. - Add generator properties to
item["body"]["properties"]
instead ofitem["body"]
. - Make sure that
collection_description.id
anditem_description.id
exist before accessing these fields. - Fix hashing function referring to standard library instead of
hashlib
. - Fix entrypoints access in the
header
extractor. - Fix
stac_generator.plugins.extraction_methods.json_file
undefined field access error.