Skip to content

Commit 1061d93

Browse files
committed
More links
1 parent 12ddc65 commit 1061d93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/selecting.md

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ xr.set_options(display_expand_data=False)
2323
# Selecting DataArrays
2424

2525
```{seealso}
26+
CF conventions on
27+
1. [coordinate variables](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#coordinate-types)
28+
1. [cell bounds and measures](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#_data_representative_of_cells)
29+
1. [standard name](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#standard-name)
30+
1. [ancillary data](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#ancillary-data)
2631
```
2732

2833
A powerful feature of `cf_xarray` is the ability select DataArrays using special "CF names" like the "latitude", or "longitude" coordinate names, "X" or "Y" axes names, oreven using the `standard_name` attribute if present.

0 commit comments

Comments
 (0)