issues: 188831497
This data as json
| id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 188831497 | MDU6SXNzdWUxODg4MzE0OTc= | 1111 | Unable to decode time axis on rasm file | 10050469 | closed | 0 | 2 | 2016-11-11T19:23:53Z | 2016-11-13T18:04:00Z | 2016-11-13T18:04:00Z | MEMBER | ```python import xarray as xr import netCDF4 print(xr.version) # 0.8.2-50-g57facab print(netCDF4.version) # 1.2.4 ds = xr.tutorial.load_dataset('rasm') /home/mowglie/Documents/git/xarray/xarray/conventions.py:389: RuntimeWarning: Unable to decode time axis into full numpy.datetime64 objects, continuing using dummy netCDF4.datetime objects instead, reason: dates out of range result = decode_cf_datetime(example_value, units, calendar) ``` I'll have a closer look. |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/1111/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |