https://github.com/GeoscienceAustralia/PyRate
Tip revision: e3e83f3971dc89c9fe08a666c907a48b28ca3c64 authored by Sudipta Basak on 18 May 2021, 02:27:07 UTC
include cropA dataset into largetif vs numpy based prepifg tests
include cropA dataset into largetif vs numpy based prepifg tests
Tip revision: e3e83f3
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