Skip to content

Commit

Permalink
prevent xarray from changing variable types on open_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
ank1m committed Nov 27, 2024
1 parent 2e2dba0 commit 53ca35e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concatenator/stitchee.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def stitchee(
decode_times=False,
decode_coords=False,
drop_variables=coord_vars,
mask_and_scale=False
)

# Determine value for later dataset sorting.
Expand Down

0 comments on commit 53ca35e

Please sign in to comment.