Metar URL in binary??!! What a rookie mistake!
Posted: Wed Jul 13, 2016 6:49 pm
How on earth can someone bake a metar URL in an exe? What if the site changes it's structure? Go and make a new fg release? This is such a beginners mistake!
There is now an issue with the used URL:
http://weather.noaa.gov/pub/data/observ ... s/LFLP.TXT
I can get at the same with:
ftp://tgftp.nws.noaa.gov/data/observati ... s/LFLP.TXT
But i can not change it in the exe. This URL should have been in a configuration file. Data belongs outside executable binaries. The latter should only contain logic. Should i really take people that do not know how to adhere to simple coding principles as serious programmers?
To the brilliant and ever superior core developers: Please make a new fg release with the working metar URL in it, within an hour or so. Or better: A release with executables cleared from data.
Kind regards, Vincent
There is now an issue with the used URL:
http://weather.noaa.gov/pub/data/observ ... s/LFLP.TXT
I can get at the same with:
ftp://tgftp.nws.noaa.gov/data/observati ... s/LFLP.TXT
But i can not change it in the exe. This URL should have been in a configuration file. Data belongs outside executable binaries. The latter should only contain logic. Should i really take people that do not know how to adhere to simple coding principles as serious programmers?
To the brilliant and ever superior core developers: Please make a new fg release with the working metar URL in it, within an hour or so. Or better: A release with executables cleared from data.
Kind regards, Vincent