Skip to content

Commit

Permalink
Try to fix windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Jul 26, 2024
1 parent 1fe26d0 commit b0908b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zampy/datasets/fapar_lai.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def ingest_ncfile(ncfile: Path, ingest_folder: Path) -> None:
path=ingest_folder / ncfile.name,
encoding={"leaf_area_index": {"zlib": True, "complevel": 3}},
)
ds.close() # explicitly close to release file to system (for Windows)


def extract_fapar_zip(
Expand Down

0 comments on commit b0908b2

Please sign in to comment.