Skip to content

Commit

Permalink
rm Resampling unused
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Nov 21, 2023
1 parent 15abe33 commit 313812b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions earthdaily/earthdatastore/cube_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
from rasterio.mask import geometry_mask
import rioxarray as rxr
import xarray as xr
from rasterio.enums import Resampling


def _match_xy_dims(src, dst, resampling=Resampling.nearest):
if src.dims != dst.dims:
Expand Down

0 comments on commit 313812b

Please sign in to comment.