File tree 4 files changed +17
-1
lines changed
4 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.5.9] - 2025-04-09
8
+
9
+ ### Added
10
+
11
+ - ` iw-vv ` and ` iw-vh ` short asset name for ` sentinel-1-grd ` .
12
+ - ` ew-vv ` and ` ew-vh ` short asset name for ` sentinel-1-grd ` .
13
+
14
+ ### Fixed
15
+
16
+ - ` cloud_mask ` asset name in auto masking.
17
+
7
18
## [ 0.5.8] - 2025-04-08
8
19
9
20
### Added
Original file line number Diff line number Diff line change 11
11
12
12
__all__ = ["options" ]
13
13
14
- __version__ = "0.5.8 "
14
+ __version__ = "0.5.9 "
15
15
16
16
17
17
def EarthDataStore (
Original file line number Diff line number Diff line change @@ -1125,6 +1125,7 @@ def datacube(
1125
1125
)
1126
1126
1127
1127
mask_with = "cloud_mask"
1128
+ sensor_mask = mask_with
1128
1129
1129
1130
else :
1130
1131
mask_with = mask ._native_mask_def_mapping .get (collections [0 ], None )
Original file line number Diff line number Diff line change 638
638
"annotation/iw-vh.xml" : " annotation/iw-vh.xml" ,
639
639
"annotation/iw-vv.xml" : " annotation/iw-vv.xml" ,
640
640
"preview/thumbnail.png" : " preview/thumbnail.png" ,
641
+ "iw-vh" : " measurement/iw-vh.tiff" ,
642
+ "iw-vv" : " measurement/iw-vv.tiff" ,
643
+ "ew-hh" : " measurement/ew-hh.tiff" ,
644
+ "ew-hv" : " measurement/ew-hv.tiff" ,
641
645
"measurement/iw-vh.tiff" : " measurement/iw-vh.tiff" ,
642
646
"measurement/iw-vv.tiff" : " measurement/iw-vv.tiff" ,
643
647
"preview/icons/logo.png" : " preview/icons/logo.png" ,
You can’t perform that action at this time.
0 commit comments