opendrift.readers.interpolation
Submodules
Attributes
Classes
| Class to store and interpolate the output from a reader with data on a regular (structured) grid. | 
Functions
| 
 | |
| 
 | Extrapolate NaN-values (missing) towards seafloor | 
Package Contents
- opendrift.readers.interpolation.logger
- class opendrift.readers.interpolation.Nearest2DInterpolator(xgrid, ygrid, x, y)[source]
- x
 - y
 - xi
 - yi
 
- class opendrift.readers.interpolation.NDImage2DInterpolator(xgrid, ygrid, x, y)[source]
- x
 - y
 - xi
 - yi
 
- class opendrift.readers.interpolation.LinearND2DInterpolator(xgrid, ygrid, x, y)[source]
- block_x
 - block_y
 - x
 - y
 
- class opendrift.readers.interpolation.Linear2DInterpolator(xgrid, ygrid, x, y)[source]
- x
 - y
 - xi
 - yi
 
- opendrift.readers.interpolation.horizontal_interpolation_methods
- class opendrift.readers.interpolation.Linear1DInterpolator(zgrid, z)[source]
- index_above
 - index_below
 - weight_above
 - xi
 
- opendrift.readers.interpolation.vertical_interpolation_methods
- opendrift.readers.interpolation.fill_NaN_towards_seafloor(array)[source]
- Extrapolate NaN-values (missing) towards seafloor 
- class opendrift.readers.interpolation.ReaderBlock(data_dict, interpolation_horizontal='linearNDFast', interpolation_vertical='linear', wrap_x=False)[source]
- Class to store and interpolate the output from a reader with data on a regular (structured) grid. - x
 - y
 - time
 - data_dict
 - wrap_x = False