stilt.Mesh.from_windows# classmethod Mesh.from_windows(coords, size, *, ids=None, crs='+proj=longlat')[source]# Rectangular windows centred on points, e.g. named point sources. size is the window width, or (width, height), in crs units. Return type: Mesh Parameters: coords (Sequence[tuple[float, float]]) size (float | tuple[float, float]) ids (Sequence[str] | None) crs (str)