Build_csv_files¶
Module: Build_csv_files¶
A module for building the csv-files for GEOSeMOSYS https://github.com/KTH-dESA/GEOSeMOSYS to run that code In this module the logic around electrified and un-electrified cells are implemented for the 378 cells
Module author: Nandi Moksnes <nandi@kth.se>
Functions
|
Creates the GIS location file which determins the spatial resolution :param dest: :return: |
|
|
|
Reads the transmission lines shape file, creates empty files for inputactivity, outputactivity, capitalcost for transmission lines, ditribution lines and distributed supply options |
|
Reads the transmission lines shape file, creates empty files for inputactivity, outputactivity, capitalcost for transmission lines, ditribution lines and distributed supply options This function does not include diesel generators. |
|
|
|
|
|
This function organize the data to the required format of a matrix with the location name on the x axis and hourly data on the y axis so that it can be fed into https://github.com/KTH-dESA/GEOSeMOSYS code the data is saved as capacityfactor_wind.csv and capacityfactor_solar.csv :param path: :param dest: :return: |