Package-level declarations

Grid generation functions for creating spatial grids (e.g., square grid).

Functions

Link copied to clipboard
fun squareGrid(bbox: BoundingBox, cellWidth: Length, cellHeight: Length = cellWidth): MultiPolygon

Creates a square grid within a BoundingBox.