pypsa-meets-earth / pypsa-earth

PyPSA-Earth: A flexible Python-based open optimisation model to study energy system futures around the world.
https://pypsa-earth.readthedocs.io/en/latest/
219 stars 173 forks source link

Open issues Data WorkFlow #115

Closed davide-f closed 1 year ago

davide-f commented 2 years ago

This issue is meant to represent the major list of open issues across the dataworkflow, to present a summary and provide guidance. This thread is meant to discuss data workflow structures and architecture, not solving the specific issues, whose discussion will be tackled by different independent issues.

Core-related issues by script

retrieve_databundle_light

Script to download data from google drive

build_shapes

Script to create country shapes and populate them with GDP and Population data

osm_pbf_power_data_extractor

Script to download OpenStreetMap data from openfabrik

osm_data_cleaning

Script to filter the raw data downloaded from openfabrik

osm_built_network

Script to create the network description

base_network

Sctipt to create the first PyPSA network

build_bus_regions

Script to create the bus regions based with voronoi technique, based on the network structure

build_cutout

Create cutouts with atlite

The script works file; it needs Copernicus registration, thus in the retrive data bundle we should have preprocessed data to let the user choose whether to go through this or not.

build_natura_raster

Converts vector data to rasters

The script works fine, not major comments to report

build_renewable_profiles

Script to produce hourly profiles of resources (pv, wind,...)

build_powerplants

Script to integrate the power plants in the PyPSA model.

add_electricity

Script to add the generation sources and load to the PyPSA model

simplify_network

Script to simplify the modelling of the network: remove dead-ends, create the 380-kW equivalent model

cluster_network

Script to cluster the network and reduce the size of the problem

solve_network

Script to solve the network

add_extra_components

utilities

No comments

Non-code elements

Github

Documentation

davide-f commented 1 year ago

I think we can close this issue; it is now kind of outdated and useless