Skip to content

Commit

Permalink
New UK met site data also contains new dataset types
Browse files Browse the repository at this point in the history
  • Loading branch information
BertScholten committed Jun 21, 2024
1 parent 611f9f0 commit 5524122
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
public enum MetDatasetType {

OBS_RAW_GT_90PCT(false),
// Expect another observed set, but what the term will be exactly is unsure so uncommented for now.
// OBS_RAW_GT_75PCT(false),
OBS_I_GT_75P(false),
OBS_WINDS_GT_90PCT(false),
NWP_3KM2(true);

private final boolean nwp;
Expand Down

0 comments on commit 5524122

Please sign in to comment.