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

goesaodc_getStartTime(file) doesn't match other functions #55

Closed jonathancallahan closed 4 years ago

jonathancallahan commented 5 years ago

All other goesaod_get~() functions accept an nc argument. This one is different and confusing.

We should change the name of this to something that communicates what it does more clearly:

goesaodc_convertFilenameToDatetime()

or

goesaodc_datetimeFromFilename()

or something else.