jambyr

@jambyr

Joined on Jul 15, 2021

  • Repository: https://github.com/asw-v4/cw-24-hackday-violet Team Sadie Bartholemew / James Byrne - JSON data and metrics Adam Ward / Anne Barber - app and visualisation Basic Plan Create initial streamlit demo app Display noisy timeseries data of some kind
     Like  Bookmark
  • Plotting comments Forecast animations Make individual frame PNGs same orientation and colourmap as animation Don't use blues_r colourmap - impossible to distinguish different bins which may be very important operationally Reduce fps - March lasts 1 second! Maybe fps=1? Increase figsize so grid cells are more visible upon zooming (would also reveal forecast_date in title of the pngs) Replace contourf with standard NaN land mask (with set_bad to grey). Try adding ax.coastlines to plotsMight be finicky with the rotation we do - maybe cartopy.crs.LambertAzimuthalEqualArea(central_longitude=-90, central_latitude=90) would work?! Historical forecast animiation Don't use Reds colourmap - hard to compare - use same colourmap we settle on from above
     Like  Bookmark