Skip to content

Commit 8accf71

Browse files
committed
Revert to geopandas 0.9.0 for snappy dependent scripts. Fix #44
1 parent 7e49325 commit 8accf71

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

Dockerfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@ FROM mundialis/esa-snap:ubuntu
44
# set locale
55
ENV LC_ALL=C
66

7-
## Move local packages to tmp file
8-
COPY setup/requirements.txt /tmp/base_requirements.txt
9-
10-
## Install requirements for python
11-
RUN python3.6 -m pip install --upgrade pip
12-
RUN python3.6 -m pip install --no-cache-dir --upgrade -r /tmp/base_requirements.txt
13-
147
# Install stsa
158
RUN git clone https://github.com/pbrotoisworo/s1-tops-split-analyzer.git
169
## After certain updates, support for python 3.6 was taken away, but I still need it!
1710
## So I go back to a previous version (December 2021)
1811
WORKDIR ./s1-tops-split-analyzer
1912
RUN git reset --hard 12ea576989cce7cbff5569ece6d17df52a17b0a9
13+
RUN python3.6 -m pip install --upgrade pip
2014
RUN python3.6 -m pip install -e .
2115
WORKDIR ..
2216

17+
## Move local packages to tmp file
18+
COPY setup/requirements.txt /tmp/base_requirements.txt
19+
20+
## Install requirements for python
21+
RUN python3.6 -m pip install --upgrade pip
22+
RUN python3.6 -m pip install --no-cache-dir --upgrade -r /tmp/base_requirements.txt
23+
2324
# Install snaphu
2425
RUN wget --no-check-certificate \
2526
https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/snaphu-v2.0.5.tar.gz \

setup/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sentinelsat
22
python-dotenv
33
asf_search
4+
geopandas==0.9.0

0 commit comments

Comments
 (0)