Extract time information in `from_csv` function
rogerkuou opened this issue · 0 comments
rogerkuou commented
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.