Skip to content

Commit

Permalink
remove wmo 40280
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingeek committed Aug 8, 2023
1 parent 04b695c commit e79a237
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.51",
"version": "1.6.52",
"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'];
const excludedStations = ['71822', '41298', '72232', '41284', '71944', '41248', '41274', '71872', '83032', '83075', '83249', '83581', '83742', '40280'];

/**
* Promise to vola importer
Expand Down

0 comments on commit e79a237

Please sign in to comment.