Skip to content

Instantly share code, notes, and snippets.

@sustr4
Created May 30, 2024 14:39
Show Gist options
  • Save sustr4/12ab2746cf978d22d894e1e882b685c2 to your computer and use it in GitHub Desktop.
Save sustr4/12ab2746cf978d22d894e1e882b685c2 to your computer and use it in GitHub Desktop.
stactolls-env.sh
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