fill_missing_points.py#

Fill missing points#

Fills missing points on a UGrid NetCDF file using the KDtree algorithm. Also supports user provided target masks.

Command Line Interface#

usage: fill_missing_points.py [-h] [--target-mask TARGET_MASK] source output

Positional Arguments#

source

Path to source.

output

Path to output the results from FillMissingPoints.

Named Arguments#

--target-mask

Path to target_mask.Default is None.