foxes.input.states.FieldData(*args, states_coord='Time', x_coord='UTMX', y_coord='UTMY', h_coord='height', time_format='%Y-%m-%d_%H:%M:%S', weight_ncvar=None, grid_point_plot=None, **kwargs)[source]

Constructor.

ParametersΒΆ

args: tuple, optional

Arguments for the base class

states_coord: str

The states coordinate name in the data

x_coord: str

The x coordinate name in the data

y_coord: str

The y coordinate name in the data

h_coord: str, optional

The height coordinate name in the data

time_format: str

The datetime parsing format string

weight_ncvar: str, optional

Name of the weight data variable in the nc file(s)

grid_point_plot: str, optional

Path to a plot file, e.g. grid_points.png, to visualize the selected data grid points and the layout of the farm.

kwargs: dict, optional

Additional parameters for the base class