-
foxes.input.states.LatLonFieldData(data_source, states_coord=
'Time', lat_coord='LAT', lon_coord='LON', h_coord=None, time_format=None, grid_point_plot=None, utm_zone=None, **kwargs)[source] Constructor.
Parameters¶
- data_source: str
The input netcdf file(s) containing, can contain wildcards, e.g. ‘2025.nc’
- states_coord: str
The states coordinate name in the data
- lat_coord: str
The latitude coordinate name in the data
- lon_coord: str
The longitude coordinate name in the data
- h_coord: str, optional
The height coordinate name in the data
- time_format: str
The datetime parsing format string
- grid_point_plot: str, optional
Path to a plot file, e.g. wrf_points.png, to visualize the selected grid points and the layout of the farm.
- utm_zone: str or tuple, optional
Method for setting UTM zone in config, if not already set. Options are: - “from_grid”: get UTM zone from the centre of the (lon, lat) grid - “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, typically during the wind farm creation.
- kwargs: dict, optional
Additional parameters for the base class