https://github.com/rustyconover/microprediction-nyiso-pull
Retrieve electricity loads from NYISO and push them to microprediction.org
https://github.com/rustyconover/microprediction-nyiso-pull
Last synced: about 1 year ago
JSON representation
Retrieve electricity loads from NYISO and push them to microprediction.org
- Host: GitHub
- URL: https://github.com/rustyconover/microprediction-nyiso-pull
- Owner: rustyconover
- Created: 2020-08-24T21:51:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T16:01:24.000Z (over 5 years ago)
- Last Synced: 2025-03-28T18:11:41.222Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Import NYISO Electricity Loads to Microprediction
This module is an example use of the [microprediction](https://www.npmjs.com/package/microprediction) module
to import data from the NYISO into the microprediction.org prediction platform.
## Loaded Data
The data is currently loaded from the [NYISO](https://www.nyiso.com/) for
electrical load in megawatts for these zones.
- CAPITL
- CENTRL
- DUNWOD
- GENESE
- HUD VL
- LONGIL
- MHK VL
- MILLWD
- N.Y.C.
- NORTH
- WEST
Additionally there is a stream created for the overall load which is the sum
of all of the zones' loads.
## Implementation Details
There is a single Lambda function that is run as a scheduled
CloudWatch Event every five minutes to push new data. This function
is created using webpack to amalgamate the various imported modules.
It runs in about 2 seconds or less every five minutes.
The write keys are not included in this repo.