Skip to content

Commit

Permalink
enable setting the country for a station by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Griesfeller committed Nov 8, 2024
1 parent 2c7a86c commit 1465a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# The computed variables have to be named after the read ones, otherwise the calculation will fail!
DATA_VARS.extend(COMPUTED_VARS)

FILL_COUNTRY_FLAG = False
FILL_COUNTRY_FLAG = True

TS_TYPE_DIFFS = {
"daily": np.timedelta64(12, "h"),
Expand Down

0 comments on commit 1465a3a

Please sign in to comment.