Skip to content

Unable to decode time axis on rasm file #1111

Closed
@fmaussion

Description

@fmaussion
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions