geococo.window_schema

Classes

WindowSchema

Module Contents

class geococo.window_schema.WindowSchema[source]

Bases: pydantic.BaseModel

width_window: int
height_window: int
width_overlap: int
height_overlap: int
width_step: int | None
height_step: int | None
_calculate_steps(values)[source]
Parameters:

values (Dict[str, Any])

Return type:

Dict[str, Any]