Skip to content

Define MVC model for storage of weather data (for further visualisation) #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
schneegor opened this issue Jun 26, 2015 · 2 comments
Assignees

Comments

@schneegor
Copy link

No description provided.

@erget
Copy link
Member

erget commented Jun 26, 2015

Does this go above and beyond persisting them in the DB? I'm thinking of a CSV-like DB model. Since we're working with only a single station we know exactly what kinds of observation we'll be making and they'll be the same for every time step.

Something like this:

Date Temperature Feuchte Niederschlag Windspeed Wind direction Pressure Air quality
26 Jun 2015 21:10 280.35 70% 0 2 189 1086 Good
26 Jun 2015 21:20 280.05 70% 0 3 200 1092 Good

Not sure how much C from MVC factors into this. so probably I'm missing the point here :P

@erget
Copy link
Member

erget commented Jun 27, 2015

Primarily we need a model that we can extract and manipulate to different representations, it would be nice if this is committed by next week. @schneegor - I'm assigning you as discussed yesterday.

@erget erget assigned erget and schneegor and unassigned erget Jun 27, 2015
erget added a commit that referenced this issue Jul 5, 2015
This concludes most of the work for #2, except for the TODOs in the comments -
the models need nice string representations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants