https://github.com/GeoscienceAustralia/PyRate
Tip revision: 3fd3e706522d0f4675eb006a9e9a141931668675 authored by Sudipta Basak on 17 June 2021, 05:56:54 UTC
WIP orbital correction tests
WIP orbital correction tests
Tip revision: 3fd3e70
apt_install.sh
echo "This script will install packages required by PyRate. Continue?"
select yn in "Yes" "No"; do
case $yn in
Yes ) break;;
No ) exit;;
esac
done
# OS package requirements for Ubuntu 18.04
sudo apt-get update
sudo apt-get -y install \
gdal-bin \
libgdal-dev \
openmpi-bin \
libopenmpi-dev