Skip to content

Commit

Permalink
Move processing of raw netCDF in separate module
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Nov 1, 2023
1 parent bf3f852 commit 0c5fc46
Show file tree
Hide file tree
Showing 12 changed files with 430 additions and 405 deletions.
5 changes: 3 additions & 2 deletions disdrodb/l0/l0_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ def _generate_l0b_from_nc(
parallel,
):
from disdrodb.l0.io import get_L0B_fpath
from disdrodb.l0.l0b_processing import process_raw_nc, write_l0b
from disdrodb.l0.l0b_nc_processing import process_raw_nc
from disdrodb.l0.l0b_processing import write_l0b

# -----------------------------------------------------------------.
# Create file logger
Expand Down Expand Up @@ -902,7 +903,7 @@ def run_disdrodb_l0_station(
The default is False.
"""
from disdrodb.api.io import _get_disdrodb_directory
from disdrodb.l0.l0b_concat import run_disdrodb_l0b_concat_station
from disdrodb.l0.l0b_nc_concat import run_disdrodb_l0b_concat_station

# ---------------------------------------------------------------------.
t_i = time.time()
Expand Down
File renamed without changes.
Loading

0 comments on commit 0c5fc46

Please sign in to comment.