A browser-based viewer for the NREL Gridded Wind Toolkit data in an HDF5 HSDS database.
A live demo is available through Github pages.
After cloning the repository, this demo can be loaded locally by opening index.html
in a browser directly from your filesystem. No server is necessary to load the demo.
WindViz is written in ES 2016 and built using babel, webpack, and npm.
- npm and Node.js (download link)
- git (download link)
- Clone this repository
cd windviz
npm install && npm start
The development server does not overwrite any of the javascript bundles in ./dist
. To build these bundles use npm run build
. This will overwrite all files in ./dist
.
This software was developed by Jordan Perr-Sauer ([email protected]) to support the NREL Research Data Initiative and WIND Toolkit at the National Rewnable Energy Laboratory in Golden, Colorado, USA. See LICENSE for additional information on the terms of download and use.