Skip to content

Commit

Permalink
fix(era5): missing rasterio submodule import
Browse files Browse the repository at this point in the history
  • Loading branch information
yannforget committed Nov 5, 2024
1 parent aa134a9 commit 0e47337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openhexa/toolbox/era5/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import numpy as np
import polars as pl
import rasterio
import rasterio.features
import rasterio.transform
import xarray as xr
from epiweeks import Week
Expand Down

0 comments on commit 0e47337

Please sign in to comment.