rlt_migration.models.image module#

class rlt_migration.models.image.BaseImage(*, image_identifier: str, geom_wkt: str | None = None)#

Bases : object

__init__(*, image_identifier: str, geom_wkt: str | None = None) None#
geom_wkt: str | None = None#
image_identifier: str#
class rlt_migration.models.image.Image(dataset_idta: str, numero_image: int, orientation: float, support: rlt_migration.models.image.SupportEnum, resolution: int = 0, date_cliche: datetime.date | None = None, *, image_identifier: str, geom_wkt: str | None = None)#

Bases : BaseImage

__init__(dataset_idta: str, numero_image: int, orientation: float, support: SupportEnum, resolution: int = 0, date_cliche: date | None = None, *, image_identifier: str, geom_wkt: str | None = None) None#
dataset_idta: str#
date_cliche: date | None = None#
numero_image: int#
orientation: float#
resolution: int = 0#
support: SupportEnum#
class rlt_migration.models.image.OldImage(titre_feuille: str | None = None, echelle: int | None = None, *, image_identifier: str, geom_wkt: str | None = None)#

Bases : BaseImage

__init__(titre_feuille: str | None = None, echelle: int | None = None, *, image_identifier: str, geom_wkt: str | None = None) None#
echelle: int | None = None#
titre_feuille: str | None = None#
class rlt_migration.models.image.SupportEnum(value)#

Bases : Enum

An enumeration.

ARGENTIQUE = 'Ag'#
NON_DEFINI = 'NA'#
NUMERIQUE = 'Nu'#