OpenWaterFoundation / cdss-app-snodas-tools

Colorado's Decision Support Systems (CDSS) Snow Data Assimilation System (SNODAS) Tools
8 stars 4 forks source link

Update PyCharm run script for Linux #19

Closed smalers closed 3 years ago

smalers commented 3 years ago

The dev-util/runPyCharmWithQgisEnv.bat file needs to be moved to build-util/run-pycharm-ce-for-qgis2.bat. Then remove dev-util. This will be consistent with other OWF development environments. This script is designed for Windows and will be an archived version since we are not going to develop on the old QGIS 2 environment.

Since working on Linux, create a linux Bash script with similar functionality but written for bash. Call the script build-util/run-pycharm-ce-for-qgis3.bash. Put in similar logic as before but perhaps look at the GeoProcessor run scripts in build-util and scripts to get the environment set up. Add checks to catch errors such as missing folders, missing software, etc.

Nightsphere commented 3 years ago

The old bat file has been changed as suggested, and the new run-pycharm-ce-for-qgis3.bash script has been used to start Pycharm during the development of SNODAS Tools. Closing the issue.