Description:
This is a major reorganization that splits the package into two sub-packages:
netcdf: Collection and Items describing the source NetCDF data files.
cog: Creates tiled COGs from the source NetCDF data files and Items describing each tile of COG data. The Items can optionally contain a derived_from link that points to a STAC Item describing the source NetCDF (e.g., an Item created by the netcdf sub-package).
PR checklist:
[x] Code is formatted (run scripts/format).
[x] Code lints properly (run scripts/lint).
[x] Tests pass (run scripts/test).
[x] Documentation has been updated to reflect changes, if applicable.
[x] Examples have been updated to reflect changes, if applicable
Related Issue(s):
2
Description: This is a major reorganization that splits the package into two sub-packages:
netcdf
: Collection and Items describing the source NetCDF data files.cog
: Creates tiled COGs from the source NetCDF data files and Items describing each tile of COG data. The Items can optionally contain aderived_from
link that points to a STAC Item describing the source NetCDF (e.g., an Item created by thenetcdf
sub-package).PR checklist:
scripts/format
).scripts/lint
).scripts/test
).