Following the discussion in #39 , the from_csv function should extract time coordinates by assuming a time string pattern in the header of space-time columns. The following default behavior should be applied:
Assume the string pattern yyyymmdd for time information
Assume the same pattern is shared by all space-time columns
The time coordinates should be stored in np.datetime64 format which is adapted by Xarray.
Following the discussion in #39 , the
from_csv
function should extract time coordinates by assuming a time string pattern in the header of space-time columns. The following default behavior should be applied:yyyymmdd
for time informationnp.datetime64
format which is adapted by Xarray.