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
AmpLabs provides access to Battery Data via an Open API defined here There can be a neat/streamlined mechanism to make data available in BEEP from the AmpLabs API.
To support read behavior I anticipate the following:
Create new file beep.structure.amplabs.py
Define new BEEPDataPath subclass called AmpLabsDataPath in beep.structure.amplabs.py
Leverage BatteryArchiveDataPath as an example though can integrate directly to API here
Define fetch_cell_from_api() within beep.structure.amplabs.py that can fetch individual cell data from AmpLabs API and load into BEEPDataPath.
Leverage fetch single cell endpoint on AmpLabs API
AmpLabs provides access to Battery Data via an Open API defined here There can be a neat/streamlined mechanism to make data available in BEEP from the AmpLabs API.
To support read behavior I anticipate the following:
The text was updated successfully, but these errors were encountered: