Skip to content

Commit

Permalink
removed 36984
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingeek committed Mar 1, 2024
1 parent e50e3cb commit c284227
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.61",
"version": "1.6.62",
"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 @@ -13,7 +13,7 @@ const wmoURL = "https://gist.github.com/flyingeek/54caad59410a1f4641d480473ec824
//const volaURL = "https://oscar.wmo.int/oscar/vola/vola_legacy_report.txt";
const volaJSONURL = "https://gist.githubusercontent.com/flyingeek/54caad59410a1f4641d480473ec824c3/raw/oscar_wmo_stations.json"
//const volaJSONURL = "https://oscar.wmo.int/surface/rest/api/search/station?facilityType=landFixed&programAffiliation=GOSGeneral,RBON,GBON,RBSN,RBSNp,RBSNs,RBSNsp,RBSNst,RBSNt,ANTON,ANTONt&variable=216&variable=224&variable=227&variable=256&variable=310&variable=12000";
const excludedStations = ['36874']; //['71822', '41298', '72232', '41284', '71944', '41248', '41274', '71872', '83032', '83075', '83249', '83581', '83742', '40280', 'LFPC', '04418', '81003', 'LIMT', '84378', '04282', '11336'];
const excludedStations = ['36874', '36894']; //['71822', '41298', '72232', '41284', '71944', '41248', '41274', '71872', '83032', '83075', '83249', '83581', '83742', '40280', 'LFPC', '04418', '81003', 'LIMT', '84378', '04282', '11336'];
//['71822', '72232', '71944', '83032', '83075', '83249', '83581', '83742', '40280', 'LFPC', '04418', '81003', 'LIMT', '84378', '04282', '11336']
/**
* Promise to oscar json importer
Expand Down

0 comments on commit c284227

Please sign in to comment.