Created
May 30, 2024 14:39
-
-
Save sustr4/12ab2746cf978d22d894e1e882b685c2 to your computer and use it in GitHub Desktop.
stactolls-env.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update; sudo apt-get -y dist-upgrade | |
sudo apt-get -y install git python3 python3-pip python3-venv | |
git clone https://github.com/CESNET/DHuSTools.git | |
python3 -m venv ~/s1 | |
~/s1/bin/pip3 install stactools-sentinel1 | |
~/s1/bin/pip3 install requests | |
python3 -m venv ~/s2 | |
~/s2/bin/pip3 install stactools-sentinel2 | |
~/s2/bin/pip3 install requests | |
python3 -m venv ~/s3 | |
~/s3/bin/pip3 install stactools-sentinel3 | |
~/s3/bin/pip3 install requests | |
python3 -m venv ~/s5p | |
~/s5p/bin/pip3 install stactools-sentinel5p | |
~/s5p/bin/pip3 install netCDF4 | |
#stac-check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment