You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Add data gap filler utility to fill missing data using focal mean and linear interpolation algorithms. Additionally add option to insert missing time steps using linear interpolation.
Feature: Add message panel to wizards. In all the Vortex wizards, add a message panel to communicate status in addition to progress. This allows note/error/warning messages to be passed during processing.
Bugfix: Remove "special" file designation for MRMS precipitation-rate files. There is now way to differentiate 2-min from 5-min datasets from filename alone. The new workflow is to import the dataset (start/end times will be the same), then use the time-shifter utility to shift the start and/or end time.
Bugfix: Add handling for julian calendar dates. This issue was noted with GPM IMERG precipitation data. With julian dates unaccounted for, gregorian was assumed and start/end times were +14 days off.