You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite unit formatter for pint 0.24 and earlier (#523)
* Rewrite unit formatter for pint 0.24
* add pins in pyproject
* Dimensionless as 1 - skip long test on previous pint
* Skip all dimensionless
Add geometry encoding and decoding functions. (#517)
* Add geometry encoding and decoding functions.
These differ from `shapely_to_cf` and `cf_to_shapely` by returning
all variables. Those function, simply encode and decode geometry-related
variables.
* More geometry functionality
1. Associate geometry vars as coordinates when we can
2. Add `cf.geometries`
3. Geometries in repr
4. Allow indexing by `"geometry"` or any geometry type.