Open DaveCasson opened 3 years ago
Thanks, I'll take these under consideration.
Leaving this here for future reference (scripts only): https://gis.stackexchange.com/questions/177882/getting-script-file-name-as-object-in-python
Fixed the first one in #55.
I agree with Dave as I also planned to suggest this. I think you can also create some common functions for shell scripts and import them when you need to use them. For example, many files have a recent commit of "Updated bash scripts to ignore lines starting with "#".". It is tiring to update files one by one and you may miss some scripts sometimes. Future adjustments are also possible.
Create small utility functions to hold commonly used commands such as: -read_from_control( file, setting ) -make_default_path(suffix): -Create a log file, suggest using logger package
Use
ipynbname
to extract the name and path of Jupyter notebooks