Skip to content

pphaal/sc15-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

2015 SCinet Weathermap

Combines elements from the following projects:

https://github.com/sflow-rt/svg-weather
https://github.com/sflow-rt/dashboard-example

Copy files to the sFlow-RT app directory.

Restart sFlow-RT to load weathermap.

SCinet PDF converted to SVG using:
https://www.idrsolutions.com/online-pdf-to-svg-converter/

Modify for your own map:

1. Convert PDF and replace html/1.svg html/1/

2. Edit 1.svg header to autoscale, e.g.
<svg x="0" y="0" width="4945" height="3494" version="1.1" ..
changed to:
<svg width="100%" height="100%" viewBox="0 0 4945 3494"  version="1.1" ..

3. Open browser console and click on links to get identifiers.

4. Edit scripts/status.js associate metrics with identifiers.

For more information, visit:
http://www.sFlow-RT.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published