data_sources.topographic.topographic_model

Model for Topogrpahic features

TopographicML Objects

class TopographicML(DataSourceOutputML)

Topographic/elevation map features.

height

@property
def height()

The height of the topographic image

width

@property
def width()

The width of the topographic image

x_coordinates_shape

@validator("topo_x_coords")
def x_coordinates_shape(cls, v, values)

Validate 'topo_x_coords'

y_coordinates_shape

@validator("topo_y_coords")
def y_coordinates_shape(cls, v, values)

Validate 'topo_y_coords'

from_xr_dataset

@staticmethod
def from_xr_dataset(xr_dataset)

Change xr dataset to model. If data does not exist, then return None

normalize

def normalize()

Normalize the topological data

data_sources.topographic

Topographic data sources and functions