All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. This project attempts to match the major and minor versions of stactools and increments the patch number as needed.
0.8.1 - 2025-05-13
- Expanded regular expression to include Sentinel-1C and 1D. (#62)
- Fixed conda CI action, where
conda-forgewas not specified as primary channel for installation, which was causing conflicts between library versions.
- mypy uses local hook instead of repo (repo was pulling type stubs for pystac 1.12) h/t @tylanderson.
- moved from setup.cfg to pyproject.toml
0.8.0 - 2023-02-16
- SLCs (#57)
0.7.1 - 2023-05-11
- Relaxed polarization regex to work with all files in a scene (#53)
0.7.0 - 2023-05-10
- GRD:
platformproperty is now lowercase to conform with STAC spec recommendations. This also makes it consistent with the values defined in the Collection Summaries. (#50)
- Fixed polarization detection used when determining the asset title (#49)
0.6.0 - 2023-05-09
- GRD: Use consistent Item
idfield for reprocessed items. This changes the ID value to no longer have the processing ID on the end (#42)
- Add Projection Extension fields to GRD Items (#34)
- GRD: Add
s1:product_identifierands1:processing_datetimefields (#42)
0.5.3 - 2023-04-07
- Update to stactools v.0.4.5 (#39)
0.5.2 - 2023-04-06
- Added polarization to item-asset titles for schemas and data (#35)
- Fixed updated item-asset titles to work with COG format granules. (#37)
0.5.1 - 2023-03-15
- GRD Item Properties field start_datetime and end_datetime values were not valid
RFC 3339 datetimes, as they were missing the
Tseparating the date and time (#30)
0.5.0 - 2023-02-06
- Added
create-collectioncommand forsentinel1 grd(#24)
- Some variable names in
constants.py(#24)
0.4.0 - 2023-01-31
kwargsfor IO operations (#21)
- Upgraded core linting and testing to latest from stactools-template (#23)
- Python 3.7 support (#23)
0.3.0 - 2022-12-01
- Add support for remote links and URL signing in GRD package
- Make GRD input format selectable via parameter - SAFE (default) or COG
- Rename GRD schema keys to better reflect their contents
- Ensure RTC Items list RasterExtension (#16)
- Temporal extent for the RTC Collection, and some typing (#17)
0.2.0 - 2021-09-09
- Added
stac sentinel1 grdsubcommand stac sentinel1 create-itemnow required subcommandgrdorrtc- Support for Microsoft Azure storage: similar format to SAFE,
without.SAFEending to the folders and slightly different file names.
0.1.0 - 2021-09-04
- Initial release!
- Support for Sentinel1 AWS RTC public dataset