foxes.core.WindFarm(name='wind_farm', boundary=None, input_is_lonlat=False, utm_zone='from_farm')[source]

Constructor.

Parameters

name: str

The wind farm name

boundary: foxes.utils.geom2d.AreaGeometry, optional

The wind farm boundary

input_is_lonlat: bool, optional

Whether the input coordinates are given in lon, lat. If True, the coordinates are converted to UTM as specified by the utm_zone parameter.

utm_zone: str or tuple, optional

Method for setting UTM zone in config, if not already set. Options are: - “from_turbine_X”: use turbine X coordinates - “from_farm”: use farm center coordinates - “XA”: use given number X, letter A - (lon, lat): use given lon, lat values - None: do not set UTM zone, assume it is already set