pywasp.wasp.TopographyMap.get_site_effects_rose
- TopographyMap.get_site_effects_rose(elev_rose, rou_rose, hgts, conf=None)[source]
Calculate speed ups, and reweight the significant land fraction
Warning
This function is experimental and its signature may change.
- Parameters:
elev_rose, rou_rose (
xarray.Dataset
) – PyWAsP Datasets containing roses of elevation and roughness at the pointshgts (
list
or1d array
) – Heights above ground level to calculate valuesconf (
Config
) – Configuration information from WAsP
- Returns:
xarray.Dataset
– Dataset containg orographic and roughness speedups, turnings and other topographic parameters at location
Notes
This calls htrnsf_nt from the WAsP core to calculate the speedups at a given height above ground level using the elevation and roughness roses.