| ❗❗ With the release of vNAS and the new Consolidated Radar Client (CRC), this project has been archived. |
|---|
This is an Electron application that loads NEXRAD weather onto a transparent canvas. The window can be set on top of all other windows and made to not process mouse input, effectively making it an overlay. Originally created for vERAM, however it can be used with VRC, Euroscope, or any radar client. Only USA non-oceanic sectors are preloaded.
Currently uses Iowa State's q2-hsr-900913 tiles.
- Open your controller client and load your profile.
- Open this application. On first run, it will open over all of the CONUS, however subsequently it will open on your last saved position.
- If your controller client is not your main display, use Win+arrow to move to the appropriate display.
- Move your mouse to the upper right hand corner, and a dropdown of programmed sectors will appear. Select your sector.
- Pan/zoom the map to align the sectors with your controller client.
- Press
Ctrl+Alt+Yto make the window always on top and ignore mouse events - To make further adjustments, or get control of the window, press
Ctrl+Alt+Yagain.
- Clone this repository
- Run
npm install - To run one time, use
npm start - To build a portable exe application, use
npm run make