File tree 1 file changed +5
-6
lines changed
doc/getting-started-guide
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -140,12 +140,11 @@ conventions`_. (An exception is serialization to and from netCDF files.)
140
140
141
141
An implication of this choice is that we do not propagate ``attrs `` through
142
142
most operations unless explicitly flagged (some methods have a ``keep_attrs ``
143
- option, and there is a global flag for setting this to be always True or
144
- False). Similarly, xarray does not check for conflicts between ``attrs `` when
145
- combining arrays and datasets, unless explicitly requested with the option
146
- ``compat='identical' ``. The guiding principle is that metadata should not be
147
- allowed to get in the way.
148
-
143
+ option, and there is a global flag, accessible with :py:func: `xarray.set_options `,
144
+ for setting this to be always True or False). Similarly, xarray does not check
145
+ for conflicts between ``attrs `` when combining arrays and datasets, unless
146
+ explicitly requested with the option ``compat='identical' ``. The guiding
147
+ principle is that metadata should not be allowed to get in the way.
149
148
150
149
What other netCDF related Python libraries should I know about?
151
150
---------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments