Skip to content

Commit

Permalink
Consistent naming for MetDatasetType (#288)
Browse files Browse the repository at this point in the history
Better keep it consistent while we still can.
  • Loading branch information
BertScholten authored Jun 21, 2024
1 parent 12258a1 commit 11543b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public enum MetDatasetType {

OBS_RAW_GT_90PCT(false),
OBS_I_GT_75P(false),
OBS_I_GT_75PCT(false),
OBS_WINDS_GT_90PCT(false),
NWP_3KM2(true);

Expand Down

0 comments on commit 11543b3

Please sign in to comment.