User Guide
Reference
Wgrib2DatasetAccessor.
location
Remaps all variables to point locations.
points (Point) – Point geometry instance.
iptype (dict or str: {'bilinear', 'bicubic', 'neighbour'}) –
Interpolation method. Default is ‘neighbour’. Dictionary allows interpolation type specific to variable.
Example: iptype = {'CEIL': 'neighbour', 'default': 'bilinear'}.
iptype = {'CEIL': 'neighbour', 'default': 'bilinear'}
New dataset.
xarray.Dataset