Hi,
Does anyone know how to easily map dates like the ones shown below (contained as a variable in a csv file) onto a time axis in ferret? The file contains one date string and temperature value (plus other variables) per line. So far I have not found any ferret function that can interpret these strings - does one exist? Thanks.
-Al Hermann
yes? list/i=1:10 time
VARIABLE : TIME
FILENAME : 2021_SpringDeployed_BS_BioPUFFS_POPS0001_bottomdata.csv
SUBSET : 10 points (X)
1 / 1:"2021-05-13T00:10:00Z"
2 / 2:"2021-05-13T01:10:00Z"
3 / 3:"2021-05-13T02:10:00Z"
4 / 4:"2021-05-13T03:10:00Z"
5 / 5:"2021-05-13T04:10:00Z"
6 / 6:"2021-05-13T05:10:00Z"
7 / 7:"2021-05-13T06:10:00Z"
8 / 8:"2021-05-13T07:10:00Z"
9 / 9:"2021-05-13T08:10:00Z"
10 / 10:"2021-05-13T09:10:00Z"
--