Skip to content

Commit 5960791

Browse files
authored
Add srtm to the ancillary lineage in the metadata. (#152)
* Added srtm to the ancillary lineage in the metadata. Added the dataset id for ga_srtm_dem1sv1_0 to the ancillary lineage in the metadata. It is used in calculating connectivity. * Automatically update integration test validation results
1 parent a3a91f2 commit 5960791

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

intertidal/elevation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,9 +1226,9 @@ def intertidal_cli(
12261226
)
12271227

12281228
# Also load ancillary dataset IDs to use in metadata
1229-
# (both layers are continental continental products with only
1229+
# (the layers are continental products with only
12301230
# a single dataset, so no need for a spatial/temporal query)
1231-
dss_ancillary = dc.find_datasets(product=["ga_ausbathytopo250m_2023", "abares_clum_2020"])
1231+
dss_ancillary = dc.find_datasets(product=["ga_ausbathytopo250m_2023", "abares_clum_2020", "ga_srtm_dem1sv1_0"])
12321232

12331233
# Calculate elevation
12341234
log.info(f"{run_id}: Calculating Intertidal Elevation")

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-10-20 15:59**. Compared to the previous run, it had an:
13+
The latest integration test completed at **2026-03-10 15:10**. 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
@@ -137,3 +137,4 @@ time,Correlation,RMSE,MAE,R-squared,Bias,Regression slope
137137
2025-10-02 05:09:16.867642+00:00,0.975,0.145,0.122,0.95,0.116,1.121
138138
2025-10-08 01:27:10.499178+00:00,0.975,0.145,0.122,0.95,0.116,1.121
139139
2025-10-20 04:59:31.712795+00:00,0.975,0.145,0.122,0.95,0.116,1.121
140+
2026-03-10 04:10:35.949133+00:00,0.975,0.145,0.122,0.95,0.116,1.121

tests/validation.jpg

1.17 KB
Loading

0 commit comments

Comments
 (0)