stilt.config.WindowsGeometrySpec#
- class stilt.config.WindowsGeometrySpec(*, kind: Literal['windows'] = 'windows', coords: list[tuple[float, float]], size: float | tuple[float, float], ids: list[str] | None = None, crs: str = '+proj=longlat') None[source]#
Rectangular windows centred on points, e.g. named point sources.
Parameters#
Parameter |
Description |
Default |
|---|---|---|
|
|
|
|
Window centres as (x, y) pairs. |
Required |
|
Window width, or (width, height), in CRS units. |
Required |
|
Optional label per point. |
|
|
CRS of the coordinates. |
|
Methods#
|
Build the windows as a |