aws.osml.photogrammetry.generic_dem_tile_set module

class aws.osml.photogrammetry.generic_dem_tile_set.GenericDEMTileSet(format_spec: str = '%od%oh/%ld%lh.dt2', min_latitude_degrees: float = -90.0, max_latitude_degrees: float = 90.0, min_longitude_degrees: float = -180.0, max_longitude_degrees: float = 180.0)[source]

Bases: DigitalElevationModelTileSet

A generalizable tile set with a naming convention that can be described as a format string.

find_tile_id(geodetic_world_coordinate: GeodeticWorldCoordinate) str | None[source]

This method creates tile IDs that based on the format string provided.

Parameters:

geodetic_world_coordinate – the world coordinate of interest

Returns:

the tile path or None if the DEM does not have coverage for this location