entralliance / entr_runtime

ENTR Alliance is an owner-operator led initiative to create open data stack within the clean energy sector. ENTR is a distribution of existing open-source tools, frameworks, and standards, packaged together to accelerate the transition to clean energy. Join us!
http://www.entralliance.com
MIT License
6 stars 3 forks source link

Define reanalysis table in ENTR warehouse #16

Closed ejsimley closed 2 years ago

ejsimley commented 2 years ago

The ENTR warehouse needs a reanalysis data table. These data consist of long-term wind resource variables from reanalysis products (e.g., ERA5, MERRA2) (hourly resolution). At least 20 years of data are required for the long-term correction process in OpenOA. Note that the reanalysis data can be downloaded using the PlanetOS API in OpenOA. However, so we don't have to download the data every time we run OpenOA, a table should be created to store the data in the warehouse.

Proposed columns:

To download the data for the first time, there are a couple options.

  1. When running OpenOA, we could check if reanalysis data exists in the warehouse. If not, OpenOA could download the data.
  2. We could require the reanalysis data to exist in the warehouse before running OpenOA, meaning ENTR would be responsible for downloading the data and populating the table.
ejsimley commented 2 years ago

Notes from 3/28/2022 meeting:

ejsimley commented 2 years ago

Notes from 4/4/2022

lewisarmistead commented 2 years ago

https://github.com/entralliance/entr_warehouse/pull/7