Crates.io | sgip-signal |
lib.rs | sgip-signal |
version | 0.1.1 |
source | src |
created_at | 2021-03-11 01:34:39.301169 |
updated_at | 2021-03-12 01:35:38.688905 |
description | Unofficial Rust bindings for the SIGP Signal API, providing real-time and forecast GHG emissions data for California's electric grid |
homepage | |
repository | |
max_upload_size | |
id | 367048 |
size | 73,287 |
Unofficial Rust bindings to the SGIP Signal API, which provides access to real-time and forecasted marginal Greenhouse Gas (GHG) emissions data for participants in California's Self Generation Incentive Program (SGIP).
More information is available on the SGIP Signal website:
Further details about SGIP itself can be found on the SGIP website. The SGIP program is implementing new GHG requirements, which are explained in the SGIP Handbook. This website provides data which will assist energy storage developers, operators, and others in implementing those rules.
The API reports GHG emissions data in the form of Marginal Operating
Emissions Rates (MOERs), represented in this crate by the [Moer
] type.
Forecasted MOERs are represented by the [Forecast
] type, whose
[Forecast::at
] method allows querying forecasted data. API calls are
performed using the [SgipSignal
] type, which represents an authenticated
session with the API and automatically handles credential lifetimes and
periodic reauthentication.
This crate currently supports the following subset of the API:
curl
command for now);SgipSignal
] type;SgipSignal::moer
];SgipSignal::historic_moers
];SgipSignal::forecast
];SgipSignal::historic_forecasts
];This is an unofficial set of bindings, with no guarantees about maintenance or functional correctness.