Tags: stactools-packages/modis
Tags
v0.3.0a0 Added: - Create items from COGs ([#81](#81)) - `s3` extra_requires ([#81](#81)) - The `--s3-requester-pays` pytest option ([#81](#81)) Changed: - Insert "data" role at the front of the roles list ([#75](#75)) - Keywords ([#77](#77)) - Metadata is now a dataclass ([#80](#80)) - Refactor item creation to use the builder model ([#79](#79)) - `--create-cogs` (instead of `--cogify`) for `stac modis create-catalog` ([#81](#81)) - Method to create expected files for unit tests, it's now `python -m tests.create_expected` ([#81](#81)) Fixed: - Removed spurious coverage reporting ([#81](#81)) - Asset ordering is now deterministic ([#81](#81)) Removed: - `file:values` ([#76](#76)) - Some unnecessary custom attributes for some 006 products ([#81](#81))
v0.2.0 Added: - Return paths and subdatasest names from `stactools.modis.cogs.add_cogs` ([#44](#44)) - Keywords and summaries to collections ([#48](#48)) - More Item and Collection metadata ([#51](#51)) - Keywords for Collections ([#54](#54)) - Antimeridian corrections ([#62](#62), [#67](#67)) - Cloud cover ([#66](#66)) - `sci:publications` ([#66](#66)) - `eo:bands` to reflectance products ([#69](#69), [#71](#71)) - License links ([#72](#72)) - Classification extension ([#73](#73)) Changed: - Use `null` instead of "unitless` ([#55](#55)) - Don't use unicode for units, PySTAC doesn't like it ([#57](#57)) - Use fewer collections (e.g. all 17A2HGF products are in the same collection) ([#61](#61)) - Example collections and items ([#65](#65)) Fixed: - Formatting in V006 fragments ([#45](#45)) - Extents for V061 collections ([#52](#52)) - Spaces are disallowed in COG filenames ([#53](#53)) - Use keywords when creating Collections ([#56](#56)) - Use `raster`'s `spatial_resolution` instead of `gsd` ([#60](#60)) - Metadata ([#65](#65)) - Raster bands ([#68](#68))