xarray is deprecating the Dataset.drop() method in favour of Dataset.drop_vars(). However, Dataset.drop_vars() was only introduced in xarray-0.14.0, so if we change it now we have to increase the minimum supported version of xarray. Suggest leaving as-is for now, until our oldest supported version of xarray has to increase to 0.14.0 for some other reason, or until the newest xarray does not support Dataset.drop().
xarray
is deprecating theDataset.drop()
method in favour ofDataset.drop_vars()
. However,Dataset.drop_vars()
was only introduced in xarray-0.14.0, so if we change it now we have to increase the minimum supported version ofxarray
. Suggest leaving as-is for now, until our oldest supported version ofxarray
has to increase to 0.14.0 for some other reason, or until the newestxarray
does not supportDataset.drop()
.