Can someone help point me to a way where I can automate pulling and saving sounding data files from a spreadsheet?
I want to automatically save a bunch of sounding data files at once, using a spreadsheet to specify the model type, location, and timestamp for each sounding data file.
So, instead of manually selecting all of these values and manually saving the text files in the SHARPpy GUI, I would like to automate the whole process of selecting, pulling, and saving sound data files with a python script.
Can someone help me to do this?