aws.osml.photogrammetry.offset_elevation_model module

class aws.osml.photogrammetry.offset_elevation_model.OffsetElevationModel(inner_elevation_model: ElevationModel, offset_provider: ElevationOffsetProvider)[source]

Bases: ElevationModel

An elevation model that adds an offset to the result of an inner elevation model when the elevation is set.

set_elevation(world_coordinate: GeodeticWorldCoordinate) bool[source]

Set elevation using the inner model + offset.

Parameters:

world_coordinate – the coordinate to update

Returns:

True if the elevation was updated, else False

describe_region(world_coordinate: GeodeticWorldCoordinate) ElevationRegionSummary | None[source]

Unimplemented summary of region near the provided world coordinate

Parameters:

world_coordinate – the coordinate at the center of the region of interest

Returns:

None