xarray can't identify time units in HSDS dataset
Open
- Dominant language
- Python
- Stars
- 124
- Forks
- 46
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 6
Description
In this notebook
https://gist.github.com/rsignell-usgs/07143a5ab54afb8ad6eb1af255d025c9
we use `xarray` to open a local netcdf4 file and then the same dataset that was 'hsload'ed to `hsds`.
`xarray` automatically recognized the CF-compliant time units and converts the time coordinate to `datetime` so that the plot is correctly labeled in cell [6].
But time is not recognized for the the HSDS dataset plot in cell [5].
Any idea what the problem is?

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.