Skip to content

Commit

Permalink
Adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seboceanum committed Jan 13, 2025
1 parent 1f86962 commit 43cca06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oceanum/datamesh/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ class LevelFilterInterp(str, Enum):
Interpolation method for levelfilter. Can be one of:
- 'nearest': Nearest neighbor
- 'linear': Linear interpolation
Linear interpolation does not extrapolate outside the bounds of the level coordinate.
"""

nearest = "nearest"
Expand Down

0 comments on commit 43cca06

Please sign in to comment.