Tips - geodesymiami/rsmas_insar GitHub Wiki
To check for disk space:
cd /data
sudo df -h ./postgreDBData
Pylint:
Make your code readable using:
pylint --max-line-length=240 *.py
To check for disk space:
cd /data
sudo df -h ./postgreDBData
Pylint:
Make your code readable using:
pylint --max-line-length=240 *.py