aws.osml.photogrammetry.multi_elevation_model module
- class aws.osml.photogrammetry.multi_elevation_model.MultiElevationModel(elevation_models: List[ElevationModel])[source]
Bases:
ElevationModelCall multiple elevation models in order, using the result of the first to successfully update the elevation value.
- set_elevation(world_coordinate: GeodeticWorldCoordinate) bool[source]
Set elevation by using multiple inner models.
- Parameters:
geodetic_world_coordinate – the coordinate to update
- Returns:
True if the elevation was updated, else False
- describe_region(geodetic_world_coordinate: GeodeticWorldCoordinate) ElevationRegionSummary | None[source]
Unimplemented summary of region near the provided world coordinate
- Parameters:
geodetic_world_coordinate – the coordinate at the center of the region of interest
- Returns:
None