UXARRAY / uxarray

Xarray-styled package for reading and directly operating on unstructured grid datasets following UGRID conventions
https://uxarray.readthedocs.io/
Apache License 2.0
142 stars 31 forks source link

FutureWarning in `Grid.sizes` #749

Closed philipc2 closed 3 months ago

philipc2 commented 3 months ago

/home/docs/checkouts/readthedocs.org/user_builds/uxarray/conda/472/lib/python3.11/site-packages/uxarray/grid/grid.py:452: FutureWarning: The return type of Dataset.dims will be changed to return a set of dimension names in future, in order to be more consistent with DataArray.dims. To access a mapping from dimension names to lengths, please use Dataset.sizes. return {dim: self._ds.dims[dim] for dim in self.dims}