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
Copy file name to clipboardExpand all lines: README.rst
+3-29Lines changed: 3 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,34 +30,8 @@
30
30
cf-xarray
31
31
=========
32
32
33
-
A lightweight convenience wrapper for using CF attributes on xarray objects. Right now all of this works:
33
+
A lightweight convenience wrapper for using CF attributes on xarray objects.
34
34
35
-
.. code-block:: python
35
+
For example you can use `.cf.mean("latitude")` instead of `.mean("lat")` if appropriate attributes are set! This allows you to write code that does not require knowledge of specific dimension or coordinate names particular to a dataset.
0 commit comments