stilt.Zones#
- class stilt.Zones(*, base: stilt.config.spatial.Grid | stilt.geometry.Mesh, labels: tuple[str, ...]) None[source]#
Super-cells: labels that merge the cells of a
GridorMesh.
Parameters
baseGrid | MeshThe geometry being merged.
labelssequence of strOne label per base cell, in
base.indexorder. Cells sharing a label form one super-cell; the state index lists labels in order of first appearance.
Methods#
|
Build from any label sequence (values are stringified). |
Attributes#
|
Envelope of the base geometry. |
|
CRS of the base geometry. |
|
10-char SHA-256 of the base geometry and the labels. |
|
Unique labels in order of first appearance, named |
|
|
|
|
|
Smallest base cell width (super-cells are never smaller). |
|
|
|