Skip to content

Commit

Permalink
Update FC to 1.3.6 and update Docker base (#130)
Browse files Browse the repository at this point in the history
* Update FC to 1.3.6 and update Docker base

* Don't install tini
  • Loading branch information
alexgleith authored Dec 16, 2021
1 parent 4d922cb commit 67f5b45
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM osgeo/gdal:ubuntu-small-3.3.1
FROM osgeo/gdal:ubuntu-small-3.3.3

ENV DEBIAN_FRONTEND=noninteractive \
LC_ALL=C.UTF-8 \
Expand All @@ -12,7 +12,6 @@ RUN apt-get update && \
git \
vim \
nano \
tini \
wget \
python3-pip \
# For FC
Expand Down Expand Up @@ -54,5 +53,4 @@ RUN pip freeze
# Check it works
RUN datacube-alchemist --version

ENTRYPOINT ["/bin/tini", "--"]
CMD ["datacube-alchemist", "--help"]
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ distributed==2021.8.0
docutils==0.15.2
eodatasets3==0.22.0
ephem==4.0.0.2
fc==1.3.5
fc==1.3.6
fsspec==2021.7.0
GDAL==3.3.1
greenlet==1.1.1
Expand Down
3 changes: 2 additions & 1 deletion examples/fc_ls.alchemist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ specification:
c2_scaling: True
ls8_sr:
c2_scaling: True
clip_after_regression: True
regression_coefficients:
blue:
- 4.1
Expand Down Expand Up @@ -62,7 +63,7 @@ output:
metadata:
product_family: fc
producer: digitalearthafrica.org
dataset_version: 0.0.1
dataset_version: 0.0.2
naming_conventions: deafrica

processing:
Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

datacube
aiobotocore[awscli]==1.3.3
fc==1.3.5
fc==1.3.6
fsspec
hdstats
nrt-predict==0.1.2
Expand All @@ -17,3 +17,7 @@ wofs==1.6.5
xarray==0.16.1
eodatasets3
h5py

--no-binary rasterio
--no-binary shapely
--no-binary fiona

0 comments on commit 67f5b45

Please sign in to comment.