paint.preprocessing.tower_stac
Functions
|
Generate a STAC item for the tower metadata JSON. |
Module Contents
- paint.preprocessing.tower_stac.make_tower_item(extreme_coordinates: dict[str, numpy.ndarray]) dict[str, Any]
Generate a STAC item for the tower metadata JSON.
Parameters
- extreme_coordinatesdict[str, np.ndarray]
The max and min for each of the latitude, longitude, and elevation coordinates from the tower.
Returns
- dict[str, Any]
The STAC item data as dictionary.