https://github.com/GeoscienceAustralia/PyRate
Tip revision: 8e752c3563eebfe216c354c584c8976292199767 authored by Sudipta Basak on 31 May 2021, 23:51:08 UTC
orbital independent correction] reuse network method correction for independent method
orbital independent correction] reuse network method correction for independent method
Tip revision: 8e752c3
create_html_documentation.sh
#!/bin/bash
module purge
module load python3/3.7.4
module load gdal/3.0.2
module load openmpi/4.0.2
export PYTHONPATH=/apps/gdal/3.0.2/lib64/python3.7/site-packages:$PYTHONPATH
source ~/PyRateVenv/bin/activate
cd ~/PyRate/docs
make html
echo "Use following cmd to copy file to local machine:"
cd ~
echo "scp -r `whoami`@gadi.nci.org.au:`pwd ~`/PyRate/docs/_build/html C:/preview"
