All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Item IDs no longer contain the production datetime (#88)
- Added missing
eo:cloud_cover
values to Item properties and Assets (#91) - Use tile index and projection parameters for tighter Item geometries (#92)
raster_footprint
argument to generate Item geometry from the raster data footprint (#95)
- Insert "data" role at the front of the roles list (#75)
- Keywords (#77)
- Metadata is now a dataclass (#80)
- Refactor item creation to use the builder model (#79)
--create-cogs
(instead of--cogify
) forstac modis create-catalog
(#81)- Method to create expected files for unit tests, it's now
python -m tests.create_expected
(#81)
- Return paths and subdatasest names from
stactools.modis.cogs.add_cogs
(#44) - Keywords and summaries to collections (#48)
- More Item and Collection metadata (#51)
- Keywords for Collections (#54)
- Antimeridian corrections (#62, #67)
- Cloud cover (#66)
sci:publications
(#66)eo:bands
to reflectance products (#69, #71)- License links (#72)
- Classification extension (#73)
- Use
null
instead of "unitless` (#55) - Don't use unicode for units, PySTAC doesn't like it (#57)
- Use fewer collections (e.g. all 17A2HGF products are in the same collection) (#61)
- Example collections and items (#65)
- Formatting in V006 fragments (#45)
- Extents for V061 collections (#52)
- Spaces are disallowed in COG filenames (#53)
- Use keywords when creating Collections (#56)
- Use
raster
'sspatial_resolution
instead ofgsd
(#60) - Metadata (#65)
- Raster bands (#68)
0.1.0 - 2022-02-17
Initial release.