aws.osml.photogrammetry.conditional_elevation_model module
- class aws.osml.photogrammetry.conditional_elevation_model.ConditionalElevationModel(inner_elevation_model: ElevationModel, em_condition: ElevationModelCondition)[source]
Bases:
ElevationModelAn elevation model that sets elevation using an inner elevation model only if it first passes a condition on the given coordinate.
- set_elevation(world_coordinate: GeodeticWorldCoordinate) bool[source]
Set elevation conditionally using 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]
Unimplemented summary of region near the provided world coordinate
- Parameters:
world_coordinate – the coordinate at the center of the region of interest
- Returns:
None