Skip to content

A web app for viewing glider weather forecasts generated with RASP

Notifications You must be signed in to change notification settings

sfalmo/rasp-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RASP Viewer

A web app for visualizing RASP forecasts as seen on

aufwin.de logo

How do I get RASP forecasts?

This web app is a frontend for visualizing meteorological data obtained by running Dr. John W. "DrJack" Glendening's Regional Atmospheric Soaring Prediction (RASP) program. RASP is a set of numerical weather prediction tools which are specialized to produce detailed weather forecasts for glider pilots. To get started with RASP, check out the official website and the RASP forum.

Forecasts such as the ones on aufwin.de can be produced with assets contained in this repository.

Forecast Viewer

If you want to use this viewer for your own RASP forecasts, change the variables in config.js to your needs. Most importantly, adapt the server root to the location of your RASP results directory (containing the forecasts for different regions and days). Note that this can be a mere subfolder or symbolic link (e.g. results).

Development

Spin up a web server (e.g. with python -m http.server or php -S localhost:8000) and visit localhost:8000 (use the appropriate port) in your browser. Then, in another terminal, execute npm run watch. You can now do your programming and a javascript bundle will be built automatically on every change.

To bundle for production, run npm run build.

WSGI scripts

There are some python scripts in wsgi which generate useful analysis outputs such as cross sections or soundings dynamically from WRF output files. To use them, you have to configure your web server accordingly. Refer to the Readme in wsgi.

If you do not want to use this feature, comment out the corresponding buttons in the RASP control.

About

A web app for viewing glider weather forecasts generated with RASP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published