From 6967d544c83ff247b2f6e97497c13f1ddb7159d3 Mon Sep 17 00:00:00 2001 From: David Hassell Date: Tue, 31 Jan 2023 11:32:26 +0000 Subject: [PATCH] rm old html --- docs/method/cf.AuxiliaryCoordinate.T.html | 124 ------------- docs/method/cf.AuxiliaryCoordinate.X.html | 143 --------------- docs/method/cf.AuxiliaryCoordinate.Y.html | 138 --------------- docs/method/cf.AuxiliaryCoordinate.Z.html | 164 ------------------ .../method/cf.AuxiliaryCoordinate.bounds.html | 149 ---------------- .../cf.AuxiliaryCoordinate.cellsize.html | 130 -------------- docs/method/cf.AuxiliaryCoordinate.ctype.html | 131 -------------- .../cf.AuxiliaryCoordinate.history.html | 129 -------------- .../cf.AuxiliaryCoordinate.positive.html | 134 -------------- ...uxiliaryCoordinate.reference_datetime.html | 112 ------------ docs/method/cf.Bounds.positive.html | 147 ---------------- 11 files changed, 1501 deletions(-) delete mode 100644 docs/method/cf.AuxiliaryCoordinate.T.html delete mode 100644 docs/method/cf.AuxiliaryCoordinate.X.html delete mode 100644 docs/method/cf.AuxiliaryCoordinate.Y.html delete mode 100644 docs/method/cf.AuxiliaryCoordinate.Z.html delete mode 100644 docs/method/cf.AuxiliaryCoordinate.bounds.html delete mode 100644 docs/method/cf.AuxiliaryCoordinate.cellsize.html delete mode 100644 docs/method/cf.AuxiliaryCoordinate.ctype.html delete mode 100644 docs/method/cf.AuxiliaryCoordinate.history.html delete mode 100644 docs/method/cf.AuxiliaryCoordinate.positive.html delete mode 100644 docs/method/cf.AuxiliaryCoordinate.reference_datetime.html delete mode 100644 docs/method/cf.Bounds.positive.html diff --git a/docs/method/cf.AuxiliaryCoordinate.T.html b/docs/method/cf.AuxiliaryCoordinate.T.html deleted file mode 100644 index 57459b38d3..0000000000 --- a/docs/method/cf.AuxiliaryCoordinate.T.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - cf.AuxiliaryCoordinate.T — Documentation - - - - - - - - - - - - - - - - - - - -
- - -
-
- - -
- -
-

cf.AuxiliaryCoordinate.T

-
-
-AuxiliaryCoordinate.T()
-

True if and only if the data are coordinates for a CF ‘T’ axis.

-

CF ‘T’ axis coordinates are defined by having units of reference time.

-
-

See also

-

ctype, X, Y, Z

-
-

Examples:

-
>>> c.Units
-<CF Units: seconds since 1992-10-8>
->>> c.T
-True
-
-
-
- -
- - -
- -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/docs/method/cf.AuxiliaryCoordinate.X.html b/docs/method/cf.AuxiliaryCoordinate.X.html deleted file mode 100644 index 2012b8b5fd..0000000000 --- a/docs/method/cf.AuxiliaryCoordinate.X.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - cf.AuxiliaryCoordinate.X — Documentation - - - - - - - - - - - - - - - - - - - -
- - -
-
- - -
- -
-

cf.AuxiliaryCoordinate.X

-
-
-AuxiliaryCoordinate.X()
-

True if and only if the data are coordinates for a CF ‘X’ axis.

-

CF ‘X’ axis coordinates are defined by having one or more of the -following:

-
-
    -
  • The axis property has the value 'X'
  • -
  • Units of longitude
  • -
  • The standard_name property is one of 'longitude', -'projection_x_coordinate' or 'grid_longitude'
  • -
-
-
-

See also

-

ctype, T, Y, Z

-
-

Examples:

-
>>> c.Units
-<CF Units: degreeE>
->>> c.X
-True
-
-
-
>>> c.standard_name
-'longitude'
->>> c.X
-True
-
-
-
>>> c.axis == 'X' and c.X
-True
-
-
-
- -
- - -
- -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/docs/method/cf.AuxiliaryCoordinate.Y.html b/docs/method/cf.AuxiliaryCoordinate.Y.html deleted file mode 100644 index 857f5c3afa..0000000000 --- a/docs/method/cf.AuxiliaryCoordinate.Y.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - cf.AuxiliaryCoordinate.Y — Documentation - - - - - - - - - - - - - - - - - - - -
- - -
-
- - -
- -
-

cf.AuxiliaryCoordinate.Y

-
-
-AuxiliaryCoordinate.Y()
-

True if and only if the data are coordinates for a CF ‘Y’ axis.

-

CF ‘Y’ axis coordinates are defined by having one or more of the -following:

-
-
    -
  • The axis property has the value 'Y'
  • -
  • Units of latitude
  • -
  • The standard_name property is one of 'latitude', -'projection_y_coordinate' or 'grid_latitude'
  • -
-
-
-

See also

-

ctype, T, X, Z

-
-

Examples:

-
>>> c.Units
-<CF Units: degree_north>
->>> c.Y
-True
-
-
-
>>> c.standard_name == 'latitude'
->>> c.Y
-True
-
-
-
- -
- - -
- -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/docs/method/cf.AuxiliaryCoordinate.Z.html b/docs/method/cf.AuxiliaryCoordinate.Z.html deleted file mode 100644 index be8f904d0d..0000000000 --- a/docs/method/cf.AuxiliaryCoordinate.Z.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - cf.AuxiliaryCoordinate.Z — Documentation - - - - - - - - - - - - - - - - - - - -
- - -
-
- - -
- -
-

cf.AuxiliaryCoordinate.Z

-
-
-AuxiliaryCoordinate.Z()
-

True if and only if the data are coordinates for a CF ‘Z’ axis.

-

CF ‘Z’ axis coordinates are defined by having one or more of the -following:

-
-
    -
  • The axis property has the value 'Z'
  • -
  • Units of pressure, level, layer or sigma_level
  • -
  • The positive property has the value 'up' or 'down' -(case insensitive)
  • -
  • The standard_name property is one of -'atmosphere_ln_pressure_coordinate', -'atmosphere_sigma_coordinate', -'atmosphere_hybrid_sigma_pressure_coordinate', -'atmosphere_hybrid_height_coordinate', -'atmosphere_sleve_coordinate’, 'ocean_sigma_coordinate', -'ocean_s_coordinate', 'ocean_s_coordinate_g1', -'ocean_s_coordinate_g2', 'ocean_sigma_z_coordinate' or -'ocean_double_sigma_coordinate'
  • -
-
-
-

See also

-

ctype, T, X, Y

-
-

Examples:

-
>>> c.Units
-<CF Units: Pa>
->>> c.Z
-True
-
-
-
>>> c.Units.equivalent(cf.Units('K')) and c.positive == 'up'
-True
->>> c.Z
-True 
-
-
-
>>> c.axis == 'Z' and c.Z
-True
-
-
-
>>> c.Units
-<CF Units: sigma_level>
->>> c.Z
-True
-
-
-
>>> c.standard_name
-'ocean_sigma_coordinate'
->>> c.Z
-True
-
-
-
- -
- - -
- -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/docs/method/cf.AuxiliaryCoordinate.bounds.html b/docs/method/cf.AuxiliaryCoordinate.bounds.html deleted file mode 100644 index c60b45a838..0000000000 --- a/docs/method/cf.AuxiliaryCoordinate.bounds.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - cf.AuxiliaryCoordinate.bounds — Documentation - - - - - - - - - - - - - - - - - - - -
- - -
-
- - -
- -
-

cf.AuxiliaryCoordinate.bounds

-
-
-AuxiliaryCoordinate.bounds()
-

Return the bounds.

-

f.bounds is equivalent to f.get_bounds()

-
-

New in version 1.7.0.

-
- - --- - - - -
Returns:
-
Bounds
-

The bounds.

-
-
-
-

Examples:

-
>>> import numpy
->>> b = cfdm.Bounds(data=cfdm.Data(numpy.arange(10).reshape(5, 2)))
->>> c.set_bounds(b)
->>> c.has_bounds()
-True
->>> b = c.bounds
->>> b
-<Bounds: (5, 2) >
->>> b.data
-<Data(5, 2): [[0, ..., 9]]>
->>> b.data.shape
-(5, 2)
-
-
-
- -
- - -
- -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/docs/method/cf.AuxiliaryCoordinate.cellsize.html b/docs/method/cf.AuxiliaryCoordinate.cellsize.html deleted file mode 100644 index 19d6d473ab..0000000000 --- a/docs/method/cf.AuxiliaryCoordinate.cellsize.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - cf.AuxiliaryCoordinate.cellsize — Documentation - - - - - - - - - - - - - - - - - - - -
- - -
-
- - -
- -
-

cf.AuxiliaryCoordinate.cellsize

-
-
-AuxiliaryCoordinate.cellsize()
-

The cell sizes.

-

If there are no cell bounds then the cell sizes are all zero.

-
-

New in version 2.0.

-
-

Examples:

-
>>> print(c.bounds.array)
-[[-90. -87.]
- [-87. -80.]
- [-80. -67.]]
->>> c.cellsize
-<CF Data(3,): [3.0, 7.0, 13.0] degrees_north>
->>> print(d.cellsize.array)
-[  3.   7.  13.]
->>> b = c.del_bounds()
->>> c.cellsize
-<CF Data(3,): [0, 0, 0] degrees_north>
-
-
-
- -
- - -
- -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/docs/method/cf.AuxiliaryCoordinate.ctype.html b/docs/method/cf.AuxiliaryCoordinate.ctype.html deleted file mode 100644 index 264aee32e9..0000000000 --- a/docs/method/cf.AuxiliaryCoordinate.ctype.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - cf.AuxiliaryCoordinate.ctype — Documentation - - - - - - - - - - - - - - - - - - - -
- - -
-
- - -
- -
-

cf.AuxiliaryCoordinate.ctype

-
-
-AuxiliaryCoordinate.ctype()
-

The CF coordinate type.

-

One of 'T', 'X', 'Y' or 'Z' if the coordinate -construct is for the respective CF axis type, otherwise None.

-
-

See also

-

T, X, Y, Z

-
-

Examples:

-
>>> c.X
-True
->>> c.ctype
-'X'
-
-
-
>>> c.T
-True
->>> c.ctype
-'T'
-
-
-
- -
- - -
- -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/docs/method/cf.AuxiliaryCoordinate.history.html b/docs/method/cf.AuxiliaryCoordinate.history.html deleted file mode 100644 index 310ee0105a..0000000000 --- a/docs/method/cf.AuxiliaryCoordinate.history.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - cf.AuxiliaryCoordinate.history — Documentation - - - - - - - - - - - - - - - - - - - -
- - -
-
- - -
- -
-

cf.AuxiliaryCoordinate.history

-
-
-AuxiliaryCoordinate.history()
-

The history CF property.

-

A list of the applications that have modified the original -data. See http://cfconventions.org/latest.html for details.

-

Examples:

-
>>> f.history = 'created on 2012/10/01'
->>> f.history
-'created on 2012/10/01'
->>> del f.history
-
-
-
>>> f.set_property('history', 'created on 2012/10/01')
->>> f.has_property('history')
-True
->>> f.get_property('history')
-'created on 2012/10/01'
->>> f.del_property('history')
-
-
-
- -
- - -
- -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/docs/method/cf.AuxiliaryCoordinate.positive.html b/docs/method/cf.AuxiliaryCoordinate.positive.html deleted file mode 100644 index 4ce6431865..0000000000 --- a/docs/method/cf.AuxiliaryCoordinate.positive.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - cf.AuxiliaryCoordinate.positive — Documentation - - - - - - - - - - - - - - - - - - - -
- - -
-
- - -
- -
-

cf.AuxiliaryCoordinate.positive

-
-
-AuxiliaryCoordinate.positive()
-

The positive CF property.

-

The direction of positive (i.e., the direction in which the -coordinate values are increasing), whether up or down, cannot in -all cases be inferred from the units. The direction of positive -is useful for applications displaying the data. The positive -attribute may have the value 'up' or 'down' (case -insensitive).

-

For example, if ocean depth coordinates encode the depth of the -surface as 0 and the depth of 1000 meters as 1000 then the -postive property will have the value 'down'.

-

Examples:

-
>>> c.positive = 'up'
->>> c.positive
-'up'
->>> del c.positive
-
-
-
>>> c.set_property('positive', 'down')
->>> c.get_property('positive')
-'down' 
->>> c.del_property('positive')
-
-
-
- -
- - -
- -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/docs/method/cf.AuxiliaryCoordinate.reference_datetime.html b/docs/method/cf.AuxiliaryCoordinate.reference_datetime.html deleted file mode 100644 index 1805821669..0000000000 --- a/docs/method/cf.AuxiliaryCoordinate.reference_datetime.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - cf.AuxiliaryCoordinate.reference_datetime — Documentation - - - - - - - - - - - - - - - - - - - -
- - -
-
- - -
- -
-

cf.AuxiliaryCoordinate.reference_datetime

-
-
-AuxiliaryCoordinate.reference_datetime()
-

TODO

-
- -
- - -
- -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/docs/method/cf.Bounds.positive.html b/docs/method/cf.Bounds.positive.html deleted file mode 100644 index ae4a1c3565..0000000000 --- a/docs/method/cf.Bounds.positive.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - cf.Bounds.positive — Documentation - - - - - - - - - - - - - - - - - - - - - - - -
- - -
-
- - -
- -
-

cf.Bounds.positive

-
-
-Bounds.positive()
-

The positive CF property.

-

The direction of positive (i.e., the direction in which the -coordinate values are increasing), whether up or down, cannot in -all cases be inferred from the units. The direction of positive -is useful for applications displaying the data. The positive -attribute may have the value 'up' or 'down' (case -insensitive).

-

For example, if ocean depth coordinates encode the depth of the -surface as 0 and the depth of 1000 meters as 1000 then the -postive property will have the value 'down'.

-

Examples:

-
>>> c.positive = 'up'
->>> c.positive
-'up'
->>> del c.positive
-
-
-
>>> c.set_property('positive', 'down')
->>> c.get_property('positive')
-'down'
->>> c.del_property('positive')
-
-
-
- -
- - -
- -
-
-
-
- - - - - - - \ No newline at end of file