-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from Margherita-Capitani/Demand_Update_Modeling_
Update Model Energy Demand and Fix Problem of Submodels
- Loading branch information
Showing
16 changed files
with
363 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
# SPDX-FileCopyrightText: PyPSA-Earth and PyPSA-Eur Authors | ||
# | ||
# SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
||
name: pypsa-earth | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
- gurobi | ||
dependencies: | ||
- python>=3.8 | ||
- pip | ||
- mamba # esp for windows build | ||
|
||
- pypsa>=0.24, <0.25 | ||
# - atlite>=0.2.4 # until https://github.com/PyPSA/atlite/issues/244 is not merged | ||
- dask | ||
- powerplantmatching | ||
- earth-osm>=2.1 | ||
- atlite | ||
|
||
# Dependencies of the workflow itself | ||
- xlrd | ||
- openpyxl | ||
- seaborn | ||
- snakemake-minimal<8 | ||
- memory_profiler | ||
- ruamel.yaml<=0.17.26 | ||
- pytables | ||
- lxml | ||
- numpy | ||
- pandas | ||
- geopandas>=0.11.0, <=0.14.3 | ||
- fiona<1.10.0 | ||
- xarray>=2023.11.0, <2023.12.0 | ||
- netcdf4 | ||
- networkx | ||
- scipy | ||
- pydoe2 | ||
- shapely!=2.0.4 | ||
- pre-commit | ||
- pyomo | ||
- matplotlib<=3.5.2 | ||
- reverse-geocode | ||
- country_converter | ||
- pyogrio | ||
- numba | ||
- py7zr | ||
|
||
# Keep in conda environment when calling ipython | ||
- ipython | ||
# Jupyter notebook requirement | ||
- ipykernel | ||
- jupyterlab | ||
|
||
# GIS dependencies: | ||
- cartopy | ||
- descartes | ||
- rasterio!=1.2.10, <=1.3.11 | ||
- rioxarray | ||
|
||
# Plotting | ||
- geoviews | ||
- hvplot | ||
- graphviz | ||
- contextily | ||
- graphviz | ||
|
||
# PyPSA-Eur-Sec Dependencies | ||
- geopy | ||
- tqdm | ||
- pytz | ||
- country_converter | ||
|
||
# Cloud download | ||
# - googledrivedownloader # Commented until https://github.com/ndrplz/google-drive-downloader/pull/28 is merged: PR installed using pip | ||
|
||
# Default solver for tests (required for CI) | ||
- glpk | ||
- ipopt | ||
- gurobi | ||
|
||
- pip: | ||
- earth-osm>=2.2 # until conda release it out | ||
- powerplantmatching>=0.5.19 # until conda release it out | ||
- rampdemand | ||
- git+https://github.com/davide-f/google-drive-downloader@master # google drive with fix for virus scan | ||
- git+https://github.com/FRESNA/vresutils@master # until new pip release > 0.3.1 (strictly) | ||
- tsam>=1.1.0 | ||
- chaospy # lastest version only available on pip | ||
- fake_useragent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
,Name,Fueltype,Technology,Set,Country,Capacity,Efficiency,Duration,Volume_Mm3,DamHeight_m,StorageCapacity_MWh,DateIn,DateRetrofit,DateOut,lat,lon,EIC,projectID,bus | ||
1,New_Diesel_Generator,Diesel,,PP,SL,14.0,,0.0,0.0,0.0,0.0,1986,1986.0,2031,-21.1667,27.5167,{nan},{'GPD': {'WRI1023018'}},bus_9 | ||
1,New_Diesel_Generator,Diesel,,PP,SL,0.0,,0.0,0.0,0.0,0.0,1986,1986.0,2031,-21.1667,27.5167,{nan},{'GPD': {'WRI1023018'}},bus_9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.