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
You will need to pass in the start time for the first observation and the start time for the last observation.
It seems to return all the data in 5 min increments, need to figure out how to map this to your series of observations which might not on the same 5 min time series. Investigate and propose an idea to the team for us to discuss before you implement.
Assumptions
What are the core assumptions this model makes?
The watttime API needs authentication, the GSF has a license, pls don't checkin.
Make the authentication work using environment variables.
Their API works for free in the CAISO region (California) so for integration tests might be best to use that.
The data they return is in lbs/kWh need to convert into gCO2e/kWh!
Limitations
In what situations is this model limited in it's function, behaviour, accuracy etc...
The API is rate limited, so try to make as few API calls as possible (so not once per observation, once per observation series).
You can make the assumption that he location in the first observation is the same as all the other observations.
Example
Provide at least one example of some input config and observations. This is in pimpl format not rimpl format, so the config is the global config and all parameters must be present on the observation.
Config
variable
: If this variable is present in the top level config what behaviour does it trigger? What is the default value if none is provided?Observation
List the variables this model expects in an input observation
location
: A location values, for now it can be a lat/lon but in the future we will think about this differently.timestamp
: The time of the observation.duration
: The duration of the observation.Impacts
List the variables this model exports out as an impact
grid-ci
: The carbon intensity of the grid in this region for this time.Behavior
Assumptions
What are the core assumptions this model makes?
Limitations
In what situations is this model limited in it's function, behaviour, accuracy etc...
Example
Provide at least one example of some input config and observations. This is in pimpl format not rimpl format, so the config is the global config and all parameters must be present on the observation.
Input
Output
The text was updated successfully, but these errors were encountered: