Skip to content

Commit

Permalink
Merge pull request #175 from inbo/remove-swiss-albis
Browse files Browse the repository at this point in the history
Remove Albis radar from config
  • Loading branch information
stijnvanhoey authored Nov 28, 2022
2 parents d2f96e1 + 8cb182c commit 49d483c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,6 @@ export default {
{ odimCode: "nldhl", text: "Den Helder", latitude: 52.9533, longitude: 4.7899, timezone: "Europe/Amsterdam", endpoint: meteoBeUrlTemplate, heights: availableHeights, vptsFileFormat: 'VOL2BIRD' },
{ odimCode: "nlhrw", text: "Herwijnen", latitude: 51.83708, longitude: 5.13797, timezone: "Europe/Amsterdam", endpoint: meteoBeUrlTemplate, heights: availableHeights, vptsFileFormat: 'VOL2BIRD' },
]
},
{
label: "Switzerland",
options: [
{
odimCode: "chalb",
text: "Albis",
latitude: 47.2843, longitude: 8.512,
timezone: "Europe/Zurich",
endpoint: 'https://opendata.vogelwarte.ch/ftp/observations/radar/wr/bird.vpts/{odimCode}/{yyyy}/{odimCode}_vpts_{yyyymmdd}.csv',
//endpoint: 'http://localhost:8000/{odimCode}/{yyyy}/{odimCode}_vpts_{yyyymmdd}.csv',
heights: [0, 200, 400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 2200, 2400, 2600, 2800, 3000, 3200, 3400, 3600, 3800, 4000, 4200, 4400, 4600, 4800, 5000, 5200, 5400, 5600, 5800],
vptsFileFormat: 'CSV'
}
]
}
] as GroupedRadarInterface[],

Expand Down

0 comments on commit 49d483c

Please sign in to comment.