era5
Central module containing all code dealing with importing era5 weather data.
- class EgonEra5Cells(**kwargs)[source]
Bases:
BaseClass definition of table supply.egon_era5_weather_cells.
- geom
- geom_point
- w_id
- class EgonRenewableFeedIn(**kwargs)[source]
Bases:
BaseClass definition of table supply.egon_era5_renewable_feedin.
- carrier
- feedin
- w_id
- weather_year
- class WeatherData(dependencies)[source]
Bases:
DatasetDownload weather data from ERA5 using atlite
This dataset downloads weather data for the selected representative weather year. This is done by applying functions from the atlite-tool.The downloaded wetaher data is stored into files within the subfolder ‘cutouts’.
- Dependencies
- Resulting tables
supply.egon_era5_weather_cellsis created and filledsupply.egon_era5_renewable_feedinis created
- name: str = 'Era5'
- sources: DatasetSources = DatasetSources(tables={'vg250_bbox': 'boundaries.vg250_sta_bbox'}, files={}, urls={})
The sources used by the datasets. Could be tables, files and urls
- targets: DatasetTargets = DatasetTargets(tables={'weather_cells': 'supply.egon_era5_weather_cells', 'renewable_feedin': 'supply.egon_era5_renewable_feedin'}, files={'weather_data': {'path': 'cutouts'}})
The targets created by the datasets. Could be tables and files
- version: str = '0.0.8'