pywasp.wasp.get_climate_by_config#
- pywasp.wasp.get_climate_by_config(output_locs, config, interp_method='nearest')[source]#
Get climatological parameters for specified positions and a given config object.
- Parameters:
output_locs (
xarray.Dataset) – Spatial dataset (point, stacked_point, or cuboid) with the output locations to interpolate toconfig (
pywasp.wasp.Config) – WAsP Config object with the information about the profile m odel.interp_method (
str) – Interpolation method to use. See windkit.spatial.interp_unstructured_like for available methods. Defaults to ‘nearest’
- Returns:
barods (
xarray.Dataset) – DataSet with mean climatological parameters for the specified output_locs