JetStream96 / QSimPlanner

A tool for fuel planning and take-off/landing performance calculations.
Other
61 stars 24 forks source link

Unable to download wind aloft data #18

Closed andreashohl82 closed 4 years ago

andreashohl82 commented 5 years ago

QSimPlanner is failes to download wind aloft data. This used to work but for some reason it seems to be broken.

rklomp commented 5 years ago

A quick look at the code and the wind source makes me think it is caused by Line 14 in LastestDataSetFinder.

https://github.com/JetStream96/QSimPlanner/blob/develop/src/QSP/WindAloft/LastestDataSetFinder.cs#L14

https://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl gives me a list of urls, but none of the pages are >9000 chars. So I guess the format of this page has changes and LastestDataSetFinder needs to be rewritten.

rklomp commented 4 years ago

I finally had the time time to setup a development environment and fix this issue image

I will create a pull request so the original author can merge it. I have also not updated the version number and leave this to the author as well

New installer can be found here: https://github.com/rklomp/QSimPlanner/releases/tag/v0.4.6-windfix