Skip to content

Commit ea637fe

Browse files
authored
Merge pull request #232 from EOPF-Sample-Service/feat/add-s1-slc-burst-selection-notebook
Add Sentinel-1 SLC Burst Selection notebook (EOPFZARR driver)
2 parents 9dcfae8 + b32065c commit ea637fe

3 files changed

Lines changed: 612 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: ruff
3434
types_or: [python, jupyter]
35-
args: ["--show-fixes"]
35+
args: ["--fix", "--show-fixes"]
3636
- id: ruff-format
3737
types_or: [python] # Exclude jupyter
3838
exclude: \.ipynb$

myst.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ project:
6666
- file: notebooks/performance/sentinel_performance_zarr_safe_xcube.ipynb
6767
- file: notebooks/Sentinel-1/Sentinel-1_Soil_moisture.ipynb
6868
- file: notebooks/Sentinel-3/GDAL_Sentinel-3_Multi-Product-Demo.ipynb
69+
- file: notebooks/Sentinel-1/GDAL_Sentinel-1_SLC_Burst_Selection.ipynb
6970
- file: notebooks/Sentinel-1/GDAL_Sentinel-1_GCP_Geolocation.ipynb
7071

7172
# Gallery categories (visible in navigation)

0 commit comments

Comments
 (0)