-
foxes.input.states.PointCloudData(*args, states_coord=
'Time', point_coord='point', x_ncvar='x', y_ncvar='y', h_ncvar=None, weight_ncvar=None, **kwargs)[source] Constructor.
ParametersΒΆ
- args: tuple, optional
Arguments for the base class
- states_coord: str
The states coordinate name in the data
- point_coord: str
The point coordinate name in the data
- x_ncvar: str
The x variable name in the data
- y_ncvar: str
The y variable name in the data
- h_ncvar: str, optional
The height variable name in the data
- weight_ncvar: str, optional
The name of the weights variable in the data
- kwargs: dict, optional
Additional parameters for the base class