windkit.spatial.create_raster
- windkit.spatial.create_raster(west_east, south_north, crs)[source]
Create a WindKit raster dataset given a set of locations.
- Parameters:
west_east (array_like) – 1D array of west_east locations of interest
south_north (array_like) – 1D array of south_north locations of interest
crs (int, dict, str or pyproj.crs.CRS) – Value to initialize
pyproj.crs.CRS
- Returns:
WindKit formated zero-filled Dataset with one variable “output” and with the grid dimensions specified
- Return type:
Notes
This function will create a WindKit formatted dataset including all of the geospatial information that is desired.