-
Notifications
You must be signed in to change notification settings - Fork 12
2018.12.11: Emissions (x,y,t) visualization
Billy Charlton edited this page Dec 16, 2018
·
2 revisions
@billyc, @janekdererste, @kainagel
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.
- Change fetching of projects in the backend to return personal AND public projects for the start page
- Remove Zürich Sample Project from public projects page
- Move all visible samples to account vsp-all
- @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