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
nci_load_modules.sh
#!bin/bash
module purge
module load python3/3.7.4
module load gdal/3.0.2
module load openmpi/4.0.2
# Remove the prebuilt GDAL Python bindings that get added by the NCI module.
export PYTHONPATH=/apps/gdal/3.0.2/lib64/python3.7/site-packages:$PYTHONPATH
# Required by Click
export LC_ALL=en_AU.UTF-8
export LANG=en_AU.UTF-8
source ${PYRATE_VENV:-${HOME}/PyRateVenv}/bin/activate
