iaa_od.models.geometry

Classes

Geometry(*, type, coords)

Represents the geometry of an image in a geographical context.

class iaa_od.models.geometry.Geometry(*, type, coords)[source]

Bases: object

Represents the geometry of an image in a geographical context.

type

The type of geometry.

Type:

str

coords

The coordinates defining the geometry.

Type:

str

coords: str
type: str