Skip to content

Commit

Permalink
Merge pull request #68 from GeoscienceAustralia/update_base_image
Browse files Browse the repository at this point in the history
Update base image in Dockerfile
  • Loading branch information
vnewey authored Mar 5, 2024
2 parents afb94dd + ecafca1 commit 97d879a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FROM osgeo/gdal:ubuntu-small-3.4.1
# Base image with:
# - Ubuntu 22.04
# - Python 3.10.12
# - GDAL 3.7.3, released 2023/10/30
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.7.3

ENV DEBIAN_FRONTEND=noninteractive \
LC_ALL=C.UTF-8 \
Expand All @@ -15,7 +19,7 @@ RUN apt-get update && \
wget \
unzip \
python3-pip \
libpq-dev python-dev \
libpq-dev \
&& apt-get autoclean && \
apt-get autoremove && \
rm -rf /var/lib/{apt,dpkg,cache,log}
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Integration tests
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.

The latest integration test completed at **2024-03-04 15:35**. Compared to the previous run, it had an:
The latest integration test completed at **2024-03-05 14:05**. Compared to the previous run, it had an:
- RMSE accuracy of **0.14 m ( :heavy_minus_sign: no change)**
- MAE accuracy of **0.12 m ( :heavy_minus_sign: no change)**
- Bias of **0.12 m ( :heavy_minus_sign: no change)**
Expand Down
2 changes: 2 additions & 0 deletions tests/validation.csv
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ time,Correlation,RMSE,MAE,R-squared,Bias,Regression slope
2024-03-04 02:24:13.813543+00:00,0.976,0.141,0.121,0.952,0.117,1.109
2024-03-04 02:57:33.436682+00:00,0.976,0.141,0.121,0.952,0.117,1.109
2024-03-04 04:35:38.183061+00:00,0.976,0.141,0.121,0.952,0.117,1.109
2024-03-05 02:40:05.059383+00:00,0.976,0.141,0.121,0.952,0.117,1.109
2024-03-05 03:05:39.133155+00:00,0.976,0.141,0.121,0.952,0.117,1.109
Binary file modified tests/validation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97d879a

Please sign in to comment.