aws.osml.gdal.sensor_model_builder module

class aws.osml.gdal.sensor_model_builder.SensorModelBuilder[source]

Bases: ABC

This is an abstract base for all classes used to construct SensorModels from various types of metadata.

abstract build() SensorModel | None[source]

Constructs the sensor model from the available information. Note that in cases where not enough information is available to provide any solution this method will return None.

Returns:

the sensor model if available in the metadata provided