Skip to content

2018.12.11: Emissions (x,y,t) visualization

Billy Charlton edited this page Dec 16, 2018 · 2 revisions

Attendees

@billyc, @janekdererste, @kainagel


Summary

Straighten out some minor issues of the client UI. Discussion about the still about to becreated emissions visualization. It is going to be a (x,y,t,value) plot, of pre generated JSON. Code for generating spatial x,y,t-Data from Events is already present in amits playground. This needs to be pulled into the analysis contrib. The emission-specific analysis code will be moved into the emissions contrib.


Actions

  1. Change fetching of projects in the backend to return personal AND public projects for the start page
  2. Remove Zürich Sample Project from public projects page
  3. Move all visible samples to account vsp-all
  4. @janekderste should refactor the generation code for the (x,y,t)-Data
    • Move Classes from spatial package in Amit's playgound to analysis contrib
    • Move Classes from emissoins package in Amits's playground to emissions contrib
    • Come up with a format for (x,y,t,value)-Data (probably just that)
    • Implement a writer for CSV and JSON representation of that data