- foxes.algorithms.Sequential.calc_points(farm_results, points, **kwargs)[source]
Calculate data at a given set of points.
Parameters¶
- farm_results: xarray.Dataset
The farm results. The calculated variables have dimensions (state, turbine)
- points: numpy.ndarray
The points of interest, shape: (n_states, n_points, 3)
- states_sel: list, optional
Reduce to selected states
- states_isel: list, optional
Reduce to the selected states indices
Returns¶
- point_results: xarray.Dataset
The point results. The calculated variables have dimensions (state, point)