aws.osml.photogrammetry.normalized_elevation_model module

class aws.osml.photogrammetry.normalized_elevation_model.NormalizedElevationModel(inner_elevation_model: ElevationModel)[source]

Bases: ElevationModel

An elevation model that auto normalizes input.

set_elevation(world_coordinate: GeodeticWorldCoordinate) bool[source]

Set elevation using a normalized coordinate for the inner model.

Parameters:

world_coordinate – the coordinate to update

Returns:

True if the elevation was updated, else False

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

Get a summary of the region near the provided world coordinate

Parameters:

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

Returns:

the summary information