File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import earthkit .data as ekd
2- from earthkit .hydro .readers import find_main_var
2+ from earthkit .hydro ._readers import find_main_var
33import numpy as np
44import xarray as xr
55from hat .compute_hydrostats import stats
Original file line number Diff line number Diff line change 22import xarray as xr
33import numpy as np
44import earthkit .data as ekd
5- from earthkit .hydro .readers import find_main_var
5+ from earthkit .hydro ._readers import find_main_var
66
77
88def process_grid_inputs (grid_config ):
Original file line number Diff line number Diff line change 44import numpy as np
55import plotly .express as px
66from plotly .colors import get_colorscale
7- from earthkit .hydro .readers import find_main_var
7+ from earthkit .hydro ._readers import find_main_var
88from .station_mapping import StationMapping
99
1010
You can’t perform that action at this time.
0 commit comments