Skip to content

Commit

Permalink
supressing gdal.Dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
jankovicgd committed Jan 25, 2023
1 parent 281fad1 commit fc882a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eoxserver/render/browse/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def statistics_stddev(ds, default=0):


def interpolate(
ds:gdal.Dataset, x1:Numeric, x2:Numeric, y1:Numeric, y2:Numeric, clip:bool=False, nodata_range:List[Numeric]=None
ds:"gdal.Dataset", x1:Numeric, x2:Numeric, y1:Numeric, y2:Numeric, clip:bool=False, nodata_range:List[Numeric]=None
):
"""Perform linear interpolation for x between (x1,y1) and (x2,y2) with
optional clamp and additional masking out multiple no data value ranges
Expand Down

0 comments on commit fc882a8

Please sign in to comment.