windkit.spatial
A collection of functions for working with geospatial object supported by WindKit.
Supported objects include:
Vector Maps in the form of geopandas objects: GeoDataFrame’s and GeoSeries’s
Array-like data in the form of xarray objects: DataArray’s and xarray.Dataset’s. Four structures of array-like objects are supported:
point (…, point) with x, y, and z-coordinates each of length point
stacked_point (…, stacked_point) with x, y-coordiantes each of length stacked_point
cuboid (…, height, south_north, west_east) this requires regular spacing in the south_north and west_east dimensions
raster (…, south_north, west_east) this is an internal structure that behaves like a 2D cuboid