-
foxes.core.WindFarm.get_xy_bounds(extra_space=
None
, algo=None
)[source] Returns min max points of the wind farm ground points
Parameters¶
- extra_space: float or str, optional
The extra space, either float in m, or str for units of D, e.g. ‘2.5D’
- algo: foxes.core.Algorithm, optional
The algorithm
Returns¶
- x_mima: numpy.ndarray
The (x_min, x_max) point
- y_mima: numpy.ndarray
The (y_min, y_max) point