Popis: |
Manages Time Axis and different operations related to time. Main focus is on Earth Science Data. The main goal of this package is to provide a unified mechanism to convert/transform date from time axis to another. For example, if your original data set is on a daily basis, and you want to convert it to weekly average, `TimeAxis` package would be handy. This package follows the same concept as in ESMF and SCRIPS. Although these two packages are for spatial coordinate interpolation, `TimeAxis`, obviously, deals with the time dimension of the data. It calculates a weight matrix stored as sparse matrix. Once you have the weights, any data field could be converted from the original time axis to the provided destination time axis. |