-
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, bounds_extra_space=1000, height_bounds=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)
- bounds_extra_space: float or str, optional
The extra space, either float in m, or str for units of D, e.g. ‘2.5D’
- height_bounds: tuple, optional
The (h_min, h_max) height bounds in m. Defaults to H +/- 0.5*D
- kwargs: dict, optional
Additional parameters for the base class