datacube.utils.geometry.Coordinate#

namedtuple datacube.utils.geometry.Coordinate(values, units, resolution)[source]#

Coordinate(values, units, resolution)

Fields:
  1.  values (Any) – Alias for field number 0

  2.  units (Any) – Alias for field number 1

  3.  resolution (Any) – Alias for field number 2

count(value, /)#

Return number of occurrences of value.

index(value, start=0, stop=9223372036854775807, /)#

Return first index of value.

Raises ValueError if the value is not present.