Skip to content

Commit

Permalink
Update query.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ondave authored Jan 11, 2025
1 parent b10f3e9 commit cb64921
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 cb64921

Please sign in to comment.