Skip to content

Commit 68ac81c

Browse files
committed
quantisation
1 parent e7b0421 commit 68ac81c

16 files changed

+200
-6
lines changed

cf/quantization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Quantization(cfdm.Quantization):
1919
take the form ``software-name version version-string
2020
[(optional-information)]``.
2121
22-
The retained precision of the algorthm is defined with either the
22+
The retained precision of the algorithm is defined with either the
2323
``quantization_nsb`` or ``quantization_nsd`` parameter.
2424
2525
For instance, the following parameters describe quantization via

docs/source/class/cf.AuxiliaryCoordinate.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,19 @@ Cyclicity
342342
~cf.AuxiliaryCoordinate.get_original_filenames
343343
~cf.AuxiliaryCoordinate.persist
344344

345+
Quantization
346+
^^^^^^^^^^^^
347+
348+
.. rubric:: Methods
349+
350+
.. autosummary::
351+
:nosignatures:
352+
:toctree: ../method/
353+
:template: method.rst
354+
355+
~cf.AuxiliaryCoordinate.get_quantization
356+
~cf.AuxiliaryCoordinate.get_quantize_on_write
357+
345358
Miscellaneous
346359
-------------
347360

docs/source/class/cf.Bounds.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,19 @@ Data
239239
~cf.Bounds.has_bounds
240240
~cf.Bounds.persist
241241

242+
Quantization
243+
^^^^^^^^^^^^
244+
245+
.. rubric:: Methods
246+
247+
.. autosummary::
248+
:nosignatures:
249+
:toctree: ../method/
250+
:template: method.rst
251+
252+
~cf.Bounds.get_quantization
253+
~cf.Bounds.get_quantize_on_write
254+
242255
Miscellaneous
243256
-------------
244257

docs/source/class/cf.CellConnectivity.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,19 @@ Data
261261
~cf.CellConnectivity.has_bounds
262262
~cf.CellConnectivity.persist
263263

264+
Quantization
265+
^^^^^^^^^^^^
266+
267+
.. rubric:: Methods
268+
269+
.. autosummary::
270+
:nosignatures:
271+
:toctree: ../method/
272+
:template: method.rst
273+
274+
~cf.CellConnectivity.get_quantization
275+
~cf.CellConnectivity.get_quantize_on_write
276+
264277
Miscellaneous
265278
-------------
266279

docs/source/class/cf.CellMeasure.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,19 @@ Data
262262
~cf.CellMeasure.has_bounds
263263
~cf.CellMeasure.persist
264264

265+
Quantization
266+
^^^^^^^^^^^^
267+
268+
.. rubric:: Methods
269+
270+
.. autosummary::
271+
:nosignatures:
272+
:toctree: ../method/
273+
:template: method.rst
274+
275+
~cf.CellMeasure.get_quantization
276+
~cf.CellMeasure.get_quantize_on_write
277+
265278
Miscellaneous
266279
-------------
267280

docs/source/class/cf.CoordinateConversion.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ cf.CoordinateConversion
1010
:no-members:
1111
:no-inherited-members:
1212

13+
Inspection
14+
----------
15+
16+
.. rubric:: Methods
17+
18+
.. autosummary::
19+
:nosignatures:
20+
:toctree: ../method/
21+
:template: method.rst
22+
23+
~cf.CoordinateConversion.dump
24+
1325
Parameter terms
1426
---------------
1527

@@ -58,6 +70,7 @@ Miscellaneous
5870

5971
~cf.CoordinateConversion.copy
6072
~cf.CoordinateConversion.equals
73+
~cf.CoordinateConversion.creation_commands
6174

6275
Special
6376
-------

docs/source/class/cf.Count.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,19 @@ Data
233233
~cf.Count.has_bounds
234234
~cf.Count.persist
235235

236+
Quantization
237+
^^^^^^^^^^^^
238+
239+
.. rubric:: Methods
240+
241+
.. autosummary::
242+
:nosignatures:
243+
:toctree: ../method/
244+
:template: method.rst
245+
246+
~cf.Count.get_quantization
247+
~cf.Count.get_quantize_on_write
248+
236249
Miscellaneous
237250
-------------
238251

docs/source/class/cf.Datum.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ cf.Datum
1010
:no-members:
1111
:no-inherited-members:
1212

13+
Inspection
14+
----------
15+
16+
.. rubric:: Methods
17+
18+
.. autosummary::
19+
:nosignatures:
20+
:toctree: ../method/
21+
:template: method.rst
22+
23+
~cf.Datum.dump
24+
1325
Parameters
1426
----------
1527

@@ -57,6 +69,7 @@ Miscellaneous
5769
~cf.Datum.copy
5870
~cf.Datum.get_original_filenames
5971
~cf.Datum.equals
72+
~cf.Datum.creation_commands
6073

6174
Groups
6275
^^^^^^

docs/source/class/cf.DimensionCoordinate.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,19 @@ Cyclicity
349349
~cf.DimensionCoordinate.anchor
350350
~cf.DimensionCoordinate.persist
351351

352+
Quantization
353+
^^^^^^^^^^^^
354+
355+
.. rubric:: Methods
356+
357+
.. autosummary::
358+
:nosignatures:
359+
:toctree: ../method/
360+
:template: method.rst
361+
362+
~cf.DimensionCoordinate.get_quantization
363+
~cf.DimensionCoordinate.get_quantize_on_write
364+
352365
Miscellaneous
353366
-------------
354367

docs/source/class/cf.DomainAncillary.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,19 @@ Data
306306
~cf.DomainAncillary.get_original_filenames
307307
~cf.DomainAncillary.persist
308308

309+
Quantization
310+
^^^^^^^^^^^^
311+
312+
.. rubric:: Methods
313+
314+
.. autosummary::
315+
:nosignatures:
316+
:toctree: ../method/
317+
:template: method.rst
318+
319+
~cf.DomainAncillary.get_quantization
320+
~cf.DomainAncillary.get_quantize_on_write
321+
309322
Miscellaneous
310323
-------------
311324

0 commit comments

Comments
 (0)