Skip to content

sfalmo/rasp-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RASP Viewer

A web app for visualizing RASP forecasts as seen on aufwin.de.

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

Bundle the javascript files with npm run watch, which will rebuild the bundle automatically when the source files are changed. Spin up a web server and visit localhost:8000 in your browser. For convenience, dev_server.sh can be used for this if you have uwsgi and its Python plugin installed on your machine. Alternatively, a simple python -m http.server or php -S localhost:8000 will do, but you cannot use the interactive WSGI scripts (see below) in this case.

For production, run npm run build, which will build an optimized javascript bundle in the directory bundle.

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 in production, you have to configure your web server accordingly. Refer to the Readme in wsgi.

About

A web app for viewing glider weather forecasts generated with RASP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors