Releases: stactools-packages/sentinel2
Releases · stactools-packages/sentinel2
v0.6.5
v0.6.4
Added
- Added a
raster:bands
field to thevisual
asset (TCI).
v0.6.3
Changed
- Scenes that produce a geometry that has an unreasonably large area now raise and exception
rather than producing an item with that incorrect geometry.
v0.6.2
Fixed
- ViewExtension handles NaN values for viewing_angles correctly.
v0.6.1
[0.6.1] - 2024-01-04
Fixed
- if tileinfo metadata is missing tileDataGeometry field, throw a ValueError with a meaningful
message instead of an unintentional KeyError
Changed
- use reproject_shape instead of reproject_geom (deprecated)
v0.6.0
[0.6.0] - 2023-12-13
Fixed
- Antimeridian-crossing scene bboxes
Removed
create_item
method parametercreate_item
removed, as it was no longer used
v0.5.0
[0.5.0] - 2023-12-01
Added
- Add
https://stac-extensions.github.io/sentinel-2/v1.0.0/schema.json
conformance class - Add
s2:tile_id
field product_metadata
asset (#117)- Examples (#124)
cloud
andsnow
assets (#129)- gsd for ancillary assets (e.g., aot, wvp, etc) (#139)
- Mean values for sensor azimuth and incidence angle in Item properties (#137)
- Add PVI asset as "preview" for Sentinel-2 L2A (#143)
Fixed
- Antimeridian handling (again) (#122)
- Populate
created
property with a valid RFC 3339 datetime (#125) - stactools required version should be >=0.5.2 instead of >= 0.4.8 (#125)
- Roles fixed, 'reflectance' removed from auxiliary assets (e.g., wvp, aot)
Changed
- The convention for naming the STAC Items has changed. (#131). A full explanation given in Issue #130
- pystac >= 1.9.0 is now required
- Names in eo:bands structure are now S2 band names, not common name (#139)
- PVI asset role changed from "thumbnail" or "visual" to "overview" (#143)
- Removed asset "thumbnail" pointing to preview.jpg asset, as this file frequently
does not exit. (#144)
Removed
v0.5.0a3
Merge pull request #145 from stactools-packages/pv/pre-release-0.5.0a3 update to 0.5.0a3
v0.5.0a2
version 0.5.0a2
v0.5.0a1
release prep for 0.5.0-pre1 release (#138) * change version to 0.5.0a1