Skip to content

Commit b675816

Browse files
authored
Merge pull request #108 from GeoscienceAustralia/upgrade_eotides
Upgrade `eo-tides` to fix memory issues
2 parents 5769c05 + aae0f82 commit b675816

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dask==2024.3.1
77
datacube[s3,performance]==1.8.19
88
dea-tools>=0.3.4
99
eodatasets3==0.30.6
10-
eo-tides==0.6.0
10+
eo-tides==0.6.3
1111
geopandas==0.14.4
1212
matplotlib==3.9.2
1313
mdutils

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"click",
1515
"datacube",
1616
"dea_tools",
17-
"eo-tides==0.6.0",
17+
"eo-tides>=0.6.3",
1818
"eodatasets3",
1919
"fiona",
2020
"geopandas",

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-17 15:59**. Compared to the previous run, it had an:
13+
The latest integration test completed at **2025-03-20 12:04**. 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
@@ -76,3 +76,4 @@ time,Correlation,RMSE,MAE,R-squared,Bias,Regression slope
7676
2025-02-17 03:17:15.481317+00:00,0.975,0.145,0.123,0.95,0.117,1.119
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
79+
2025-03-20 01:04:33.561740+00:00,0.975,0.145,0.123,0.95,0.117,1.119

tests/validation.jpg

-202 Bytes
Loading

0 commit comments

Comments
 (0)