Skip to content

Prepare for xarray 0.11 #230

@PeterDSteinberg

Description

@PeterDSteinberg

Just saw this warning come up:

FutureWarning: iteration over an xarray.Dataset will change in xarray v0.11 to only include data variables, not coordinates. Iterate over the Dataset.variables property instead to preserve existing behavior in a forwards compatible manner.

Currently I'm on the latest xarray (0.10 - https://github.com/pydata/xarray/releases).

We'll need to change the iteration over xarray.Dataset-like objects. This relates to:

Metadata

Metadata

Assignees

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