Coder Social home page Coder Social logo

uarenforecasting / advi Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 6.0 87 KB

Interactive weather forecast visualization using Bokeh

Home Page: https://forecasting.energy.arizona.edu/advi

License: MIT License

Python 74.04% HTML 15.15% TypeScript 8.16% Dockerfile 2.65%

advi's People

Contributors

alorenzo175 avatar ifmcnichols avatar lboeman avatar patrickbunn avatar wholmgren avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

advi's Issues

Reduce data sent on each update

About 1Mb of RGBA values (4 bytes per pixel) are sent for each map update. This translates to slow updating when off campus on slower internet. Consider only setting the alpha value initially and only sending RGB values for 3 bytes per pixel. Or try sending only the color bin for 1 byte per pixel.

add probability plots

Following the HRRRE methodology:

https://rapidrefresh.noaa.gov/hrrr/HRRRE/

“HRRRE probabilities are the fraction of members that exceed a given threshold, or predict a given precipitation type, at a point. The final probability field (100*(n/total)) is smoothed using a Gaussian filter of width 25 km.”

let's start with composite reflectivity > 50 dbz, then move on to hourly precip, then 24 hour precip. Might want to do precip in a separate pull request due to the time complication.

@lboeman I will sketch out the algorithm for this and then leave it to you to move to production.

Add wind rays

Need to add wind direction to variables. Right now that would require a WSPD and WDIR file and for the bokeh app to open both files. Seems more reasonable to put spd and dir in the same file. It is nice that each variable has it's own file so that not all models/initializations need all variables. A reasonable approach might be to make a WIND file with /wspd/time and /wdir/time arrays and make other variable files in consistent way.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.