Skip to content

Commit

Permalink
removed wmo 84378 & 04282
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingeek committed Feb 19, 2024
1 parent 3802a5f commit d97e5aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flyingeek/lidojs",
"version": "1.6.57",
"version": "1.6.58",
"description": "convert Lido OFP text files",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down
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', 'LFPC', '04418', '81003', 'LIMT'];
const excludedStations = ['71822', '41298', '72232', '41284', '71944', '41248', '41274', '71872', '83032', '83075', '83249', '83581', '83742', '40280', 'LFPC', '04418', '81003', 'LIMT', '84378', '04282'];

/**
* Promise to vola importer
Expand Down

0 comments on commit d97e5aa

Please sign in to comment.