You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be cool to add in the csv data from the Irwin Study plot to be used from metloom.
There doesn't sound like a publicly available API or link but we could still make a class to read the csv that is often emailed around when updated. We could also add a variables class to map variables. Here is what I am picturing.
While this effort wouldnt solve much in the way of getting the data, it would help standardize the use of individual energy balance sites that all seem to do things a scosh different.
The text was updated successfully, but these errors were encountered:
Just checked what I remember being the 'raw' file and it was an Excel sheet, which I then exported as CSV. The site has Temperature and the four component data in this format:
Creating this to continue a convo with Joe.
Would be cool to add in the csv data from the Irwin Study plot to be used from metloom.
There doesn't sound like a publicly available API or link but we could still make a class to read the csv that is often emailed around when updated. We could also add a variables class to map variables. Here is what I am picturing.
The variables are a straightforward mapping of their names to a more useful or readable name. e.g.
in variables.py
While this effort wouldnt solve much in the way of getting the data, it would help standardize the use of individual energy balance sites that all seem to do things a scosh different.
The text was updated successfully, but these errors were encountered: