NASA-LIS / LISF

Land Information System Framework
Apache License 2.0
117 stars 155 forks source link

Updates to LVT AGRMET reader. #1505

Closed emkemp closed 5 months ago

emkemp commented 6 months ago

Description

Minute is now added to the logic for creating a filename. This is necessary when LVT is comparing AGRMET to another dataset with time interval of 30 minutes (e.g., IMERG). Before, LVT would use '00' as the minute and would erroneously read in AGRMET files valid at the top of the hour at 0030, 0330, etc. Now, LVT will search for files at the bottom of the hour, fail to find them, and gracefully mark the data values as "missing" for that time.