Skip to content

Commit

Permalink
fix(typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Feb 11, 2025
1 parent 3df6ade commit 26856ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions earthdaily/earthdatastore/cube_utils/_zonal.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ def zonal_stats(
)
lazy_load = not kwargs['smart_load']

# Start timing
start_time = time.time()

# Clip dataset to geometry bounds
dataset = dataset.rio.clip_box(*geometries.to_crs(dataset.rio.crs).total_bounds)
Expand Down

0 comments on commit 26856ae

Please sign in to comment.