Introduction & Method
We can control the flow of execution of shell commands/scripts with Python. If we want to use gdalwarp, mrf2isis (USGS/ISIS software), etc. in the shell script, the related conda environment should be activated first. The subprocess module of Python and the following codes can be used …