Skip to content

Commit

Permalink
Merge pull request #1365 from metno/interpolation-docs-fix
Browse files Browse the repository at this point in the history
Clarify requirements for sample_points in interpolate()
  • Loading branch information
lewisblake authored Oct 8, 2024
2 parents bfef4c4 + f0acbf6 commit d4ed86f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyaerocom/griddeddata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,8 @@ def interpolate(self, sample_points=None, scheme="nearest", collapse_scalar=True
Parameters
----------
sample_points : list
sequence of coordinate pairs over which to interpolate
sequence of coordinate pairs over which to interpolate. Sample
coords should be sorted in ascending order without duplicates.
scheme : str or iris interpolator object
interpolation scheme, pyaerocom default is nearest. If input is
string, it is converted into the corresponding iris Interpolator
Expand Down

0 comments on commit d4ed86f

Please sign in to comment.