Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Milestone] GEGIS replication #9

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ElectricMountains
Copy link
Collaborator

@ElectricMountains ElectricMountains commented Feb 21, 2025

This PR introduces the reproduced gegis functionality to the main branch.
For the description of the milestone refer to the roadmap #6
It incorporates the following PRs:
#3

ElectricMountains and others added 2 commits February 20, 2025 18:54
This PR pushes main to milestone/GEGIS_replication.
Updates included:
PR #5
…form (#3)

This pull request adds scripts to download electricity demand data from
the ENTSO-E platform via its API.

**Data Availability:**
- Electricity demand data is available from 2015 to the present for all
European countries, with exceptions:
  - United Kingdom: Available until 2021.
  - Bosnia and Herzegovina: Available from 2017.
  - Cyprus: Available from 2016 to 2022.
  - Iceland: Not available.
- For Cyprus, electricity generation data is sourced from the Cyprus
Transmission System Operator’s website, and a script handles its
download.

**Data Handling:**
- Missing data:
  - Large gaps in data are logged.
- Single missing time steps are interpolated based on surrounding
values.
- Time resolution:
  - Some demand time series are provided at sub-hourly resolution.
- A function upscales them to hourly resolution for consistency with
weather data.

---------

Co-authored-by: ElectricMountains <[email protected]>
ElectricMountains and others added 3 commits February 21, 2025 11:38
…ant temperature time series (#4)

This pull request adds scripts to:

- Download population density data from the Socioeconomic Data and
Applications Center (SEDAC).
- Download weather data from the Copernicus Climate Data Store (CDS) via
its API.
- Extract temperature time series and statistics based on population
density.

Data Processing:

- Population density data:
  - Global coverage with a 30-arc-second (~1 km) grid resolution.
  - Coarsened to 0.25-degree resolution to match weather data.
  - Extracted for a given country.

- Weather data:
- Downloaded for a rectangular area covering the country of interest
(excluding remote islands).

- Temperature extraction & statistics:
  - Time series are extracted based on either:
    - The largest population center in each region.
    - The three largest population centers in each region.
- Calculated statistics for the largest population center of each
region:
    - Annual average
    - 5th and 95th percentiles

---------

Co-authored-by: ElectricMountains <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants