Skip to content

Commit

Permalink
disable LFPC WMO
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingeek committed Aug 20, 2023
1 parent 51af0ef commit e8afe70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makeWmo.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const wmoVarPath = "./dist/wmo.var.js";
const wmoURL = "https://gist.github.com/flyingeek/54caad59410a1f4641d480473ec824c3/raw/nsd_bbsss.txt";
const volaURL = "https://gist.github.com/flyingeek/54caad59410a1f4641d480473ec824c3/raw/vola_legacy_report.txt";
//const volaURL = "https://oscar.wmo.int/oscar/vola/vola_legacy_report.txt";
const excludedStations = ['71822', '41298', '72232', '41284', '71944', '41248', '41274', '71872', '83032', '83075', '83249', '83581', '83742', '40280'];
const excludedStations = ['71822', '41298', '72232', '41284', '71944', '41248', '41274', '71872', '83032', '83075', '83249', '83581', '83742', '40280', 'LFPC'];

/**
* Promise to vola importer
Expand Down

0 comments on commit e8afe70

Please sign in to comment.