An open API service indexing awesome lists of open source software.

https://github.com/dingetje/raspviewer

RASPViewer for Dutch RASP BLIPMAPS soaring weather model predictions
https://github.com/dingetje/raspviewer

cgi-script javascript javascript-applications leaflet perl5

Last synced: 12 months ago
JSON representation

RASPViewer for Dutch RASP BLIPMAPS soaring weather model predictions

Awesome Lists containing this project

README

          

# RASPViewer
RASPViewer for Dutch RASP BLIPMAPS soaring weather model predictions. For more information about RASP BLIPMAPS look at http://www.drjack.info/

Demo at the production site https://blipmaps.nl/NETHERLANDS/

# Airspace
KML based airspace layers:
http://3dairspace.org.uk/

Use Google Earth to split the airspace into seperate classes. The Leaflet KML loader does not support .kmz (compressed KML) so make sure to extract (i.e. use 7-zip) and rename the doc.kml to airspace_class_x.kml (where x is de class type i.e. A,B,C, etc.) and place in the airspace folder.
Modify the icon style in the resulting .kml file as follows:

```

<IconStyle id="khIconStyle2">
<color>000000ff</color>
<Icon>
<href>img/transpixel.png</href>
<x>64</x>
<y>96</y>
<w>1</w>
<h>1</h>
<color>1f00008f</color>
</Icon>
</IconStyle>

```

To merge multiple countries into one airspace class, add another `` node in the KML file.

# New Airspace Solution
The KML based airspace solution has been replaced on the production site with an airspace layer, courtesey of openaip.net. Looks much better and is much, much faster.

Airspace source:
https://maps.openaip.net/

# RASP data files
Not included in this repository are the actual RASP data folders. They are expected in NL+0, NL+1, etc. in the root folder.

# CGI scripts
The CGI scripts require Perl to be available on the hosting web server (Apache prefered). The required perl CGI libraries are placed local in the perllib folder, but if they are already installed on your server you can comment out the inclusion of the local perllib folder.