Skip to content

Commit 201d3ef

Browse files
authored
Merge pull request #76 from GeoscienceAustralia/dataset_maturity
Add dataset maturity filter
2 parents ede9202 + f6faf04 commit 201d3ef

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

intertidal/elevation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,7 @@ def intertidal_cli(
11441144
filter_gqa=True,
11451145
max_cloudcover=90,
11461146
skip_broken_datasets=True,
1147+
dataset_maturity="final",
11471148
)
11481149
satellite_ds.load()
11491150

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aiohttp
33
botocore
44
click==8.1.3
55
datacube[s3,performance]==1.8.13
6-
dea-tools==0.3.2.dev49
6+
dea-tools==0.3.2.dev54
77
eodatasets3==0.30.2
88
geopandas==0.13.2
99
matplotlib==3.7.1

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 **2024-03-13 11:54**. Compared to the previous run, it had an:
13+
The latest integration test completed at **2024-03-14 12:50**. 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ time,Correlation,RMSE,MAE,R-squared,Bias,Regression slope
4545
2024-03-08 04:13:32.992746+00:00,0.975,0.141,0.121,0.95,0.116,1.11
4646
2024-03-12 05:16:34.997844+00:00,0.975,0.141,0.121,0.95,0.116,1.11
4747
2024-03-13 00:54:01.731099+00:00,0.975,0.141,0.121,0.95,0.116,1.11
48+
2024-03-13 23:17:46.582372+00:00,0.975,0.141,0.121,0.95,0.116,1.11
49+
2024-03-14 01:50:20.512235+00:00,0.975,0.141,0.121,0.95,0.116,1.11

tests/validation.jpg

426 Bytes
Loading

0 commit comments

Comments
 (0)