1
0
Fork 0
flightgear/src/WeatherCM
curt 20f50d349f CM:
I've updated the WeatherDatabase to be able to use only the n closest
stations. This can speed up the initalization dramatically.

To take a benefit from that you need:

- http://129.13.102.67/out/flight/current.txt.gz in
  FG_ROOT/weather/current.txt.gz
- --prop:/environment/weather/working-type=internet
- --prop:/environment/weather/max-stations=what_ever_you_want

The WeatherCM stuff now publishes its data in the property system.

    /environment/weather/wind-north-mps
    /environment/weather/wind-east-mps
    /environment/weather/wind-up-mps
    /environment/weather/temperature-K
    /environment/weather/air-pressure-Pa
    /environment/weather/vapor-pressure-Pa
    /environment/weather/air-density

are the new properties.
2001-07-19 22:10:14 +00:00
..
air-pressure-explanation.txt The WeatherDatabase doesn't need the voronoi code anymore but uses 1999-12-23 16:54:54 +00:00
FGAirPressureItem.cpp Updates by Christian Mayer. 1999-10-20 22:19:07 +00:00
FGAirPressureItem.h The WeatherDatabase doesn't need the voronoi code anymore but uses 1999-12-23 16:54:54 +00:00
FGCloud.h Tweaks to build with newest gcc under Irix contributed by Erik Hofman. 2000-07-14 16:08:46 +00:00
FGCloudItem.cpp Updates by Christian Mayer. 1999-10-20 22:19:07 +00:00
FGCloudItem.h Tweaks to build with newest gcc under Irix contributed by Erik Hofman. 2000-07-14 16:08:46 +00:00
FGLocalWeatherDatabase.cpp CM: 2001-07-19 22:10:14 +00:00
FGLocalWeatherDatabase.h CM: 2001-07-19 22:10:14 +00:00
FGPhysicalProperties.cpp Fixed abs() vs. fabs() typo. 1999-12-23 17:35:10 +00:00
FGPhysicalProperties.h FG_ to SG_ namespace changes. 2001-03-23 22:59:18 +00:00
FGPhysicalProperty.cpp Updates by Christian Mayer. 1999-10-20 22:19:07 +00:00
FGPhysicalProperty.h FG_ to SG_ namespace changes. 2001-03-23 22:59:18 +00:00
FGSnowRain.h Tweaks to build with newest gcc under Irix contributed by Erik Hofman. 2000-07-14 16:08:46 +00:00
FGTemperatureItem.cpp Upgraded to latest weather data base code from Christian Mayer's and make 1999-10-14 20:30:54 +00:00
FGTemperatureItem.h Code reorganization. 2000-02-15 03:30:01 +00:00
FGThunderstorm.cpp Code reorganization. 2000-02-15 03:30:01 +00:00
FGThunderstorm.h Updates by Christian Mayer. 1999-11-03 18:06:52 +00:00
FGTurbulenceItem.cpp Updates by Christian Mayer. 1999-10-20 22:19:07 +00:00
FGTurbulenceItem.h Code reorganization. 2000-02-15 03:30:01 +00:00
FGVaporPressureItem.cpp Upgraded to latest weather data base code from Christian Mayer's and make 1999-10-14 20:30:54 +00:00
FGVaporPressureItem.h Code reorganization. 2000-02-15 03:30:01 +00:00
FGWeatherDefs.h Updates to go along with SGTime tweaks in SimGear. 2000-07-07 17:27:37 +00:00
FGWeatherFeature.h Code reorganization. 2000-02-15 03:30:01 +00:00
FGWeatherParse.cpp More fg -> sg namespace changes in simgear. 2001-03-25 14:20:12 +00:00
FGWeatherParse.h Modifications to coordinate with recent changes in simgear. 2001-05-15 22:30:39 +00:00
FGWeatherUtils.h Updates from Christian Mayer to put some of the weather data "on the bus." 2000-09-30 03:55:57 +00:00
FGWeatherVectorWrap.h 21.12.1999 Christian Mayer: Added a fix for compatibility to gcc 2.8 which 1999-12-23 17:17:48 +00:00
FGWindItem.cpp Updates by Christian Mayer. 1999-10-20 22:19:07 +00:00
FGWindItem.h Code reorganization. 2000-02-15 03:30:01 +00:00
linintp2.h Moved here at least for now. 2000-02-15 17:13:45 +00:00
linintp2.inl Change A* and B* variables to lowercase to avoid conflicting defines with 2000-09-20 16:17:42 +00:00
Makefile.am builddir -> srcdir so builds can be done outside the master source directory. 2000-09-20 23:27:25 +00:00
sphrintp.h MACOS -> macintosh 2000-09-10 00:04:50 +00:00
sphrintp.inl Moved here at least for now. 2000-02-15 17:13:45 +00:00