Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Changes in 0.2.4 (under development)

* Added support for **common band names** from the [STAC EO extension](https://github.com/stac-extensions/eo?tab=readme-ov-file#common-band-names)
in **Sentinel-2 analysis mode**. The `variables` parameter now accepts standard
spectral names such as `blue`, `green`, `red`, `nir`, and others.


## Changes in 0.2.3 (from 2025-10-23)

- **Sentinel-3 SLSTR Level-1 RBT products** are now supported in analysis mode. This
Expand Down
2 changes: 2 additions & 0 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ bands from multiple resolutions onto the same grid using [affine transformation

**Specific Sentinel-2 parameters `**kwargs`:**

- `variables`: The common spectral band names specified in the [STAC EO extension](https://github.com/stac-extensions/eo?tab=readme-ov-file#common-band-names)
are supported for the Sentinel-2 analysis mode.
- `resolution`: Target resolution for all spatial data variables / bands.
Must be one of `10`, `20`, or `60`.

Expand Down
Loading