Skip to content

Commit 8d87925

Browse files
authored
Merge pull request #109 from GeoscienceAustralia/s2c
Add Sentinel-2C
2 parents b675816 + 2623881 commit 8d87925

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

intertidal/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def load_data(
320320
if include_s2:
321321
# Find datasets to load
322322
dss_s2 = dc.find_datasets(
323-
product=["ga_s2am_ard_3", "ga_s2bm_ard_3"],
323+
product=["ga_s2am_ard_3", "ga_s2bm_ard_3", "ga_s2cm_ard_3"],
324324
s2cloudless_cloud=(0, max_cloudcover),
325325
**query_params,
326326
)

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Integration tests
1010
1111
This directory contains tests that are run to verify that DEA Intertidal code runs correctly. The ``test_intertidal.py`` file runs a small-scale full workflow analysis over an intertidal flat in the Gulf of Carpentaria using the DEA Intertidal [Command Line Interface (CLI) tools](../notebooks/Intertidal_CLI.ipynb), and compares these results against a LiDAR validation DEM to produce some simple accuracy metrics.
1212

13-
The latest integration test completed at **2025-03-20 12:04**. Compared to the previous run, it had an:
13+
The latest integration test completed at **2025-03-21 10:46**. Compared to the previous run, it had an:
1414
- RMSE accuracy of **0.14 m ( :heavy_minus_sign: no change)**
1515
- MAE accuracy of **0.12 m ( :heavy_minus_sign: no change)**
1616
- Bias of **0.12 m ( :heavy_minus_sign: no change)**

tests/validation.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@ time,Correlation,RMSE,MAE,R-squared,Bias,Regression slope
7777
2025-02-26 01:17:17.566788+00:00,0.975,0.145,0.123,0.95,0.117,1.119
7878
2025-03-17 04:59:10.880279+00:00,0.975,0.145,0.123,0.95,0.117,1.119
7979
2025-03-20 01:04:33.561740+00:00,0.975,0.145,0.123,0.95,0.117,1.119
80+
2025-03-20 23:46:58.926582+00:00,0.975,0.145,0.123,0.95,0.117,1.119

tests/validation.jpg

87 Bytes
Loading

0 commit comments

Comments
 (0)