MazamaScience / MazamaSatelliteUtils

Satellite Data Download and Utility Functions
http://mazamascience.github.io/MazamaSatelliteUtils
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Separate listScanFiles() from createScan*() #93

Closed tabrasel closed 3 years ago

tabrasel commented 3 years ago

While it's convenient that the goesaodc_createScan*()functions allow you to specify a scan by either sat+time info or filename, this is another place where it might be better to separate behavior rather than have one function handle everything and hope the user will remember the different input modes. I think this refactor should make the general GOES workflow a little less confusing: