2020-05-29 07:50:55 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors
|
|
|
|
#
|
2021-09-14 14:37:41 +00:00
|
|
|
# SPDX-License-Identifier: MIT
|
2020-05-29 07:50:55 +00:00
|
|
|
|
2018-07-10 15:42:15 +00:00
|
|
|
name: pypsa-eur
|
|
|
|
channels:
|
|
|
|
- conda-forge
|
|
|
|
- bioconda
|
|
|
|
dependencies:
|
Atlite availability (#224)
* adjust buil_cutout.py and Snakefile
* try adjusting build_renewable_profiles, currently crashing due to weird pyproj error
* build_renewable_profiles: -remove printing gid
* build_renewable_profiles: use dask for paralellization, use dense functions
* build_renewable_profiles:
- revise imports
- add logging for long calculation
- revise explaining comment
- revise distance calculation
* build profiles: adjust to cutout.grid
* * fix area to square km
* rename potmatrix -> capacity_potential
* rename available to availibility
* config.default update cutout params
build_renewable_potentials: major refactoring and simplification
hydro_profiles: update code
* build profiles: fix weight output dimensions
* build profiles: fix typo, fix selection of buses
* build profiles: reinsert paths variable
* follow up
* build profiles: move to dask calculation only
* CI: set build cutout to true (add CDSAPI)
* build profiles: use pyproj, test with gleas and geokit upstream
* environment.yaml fix atlite version
* build profiles: use dask 'processes' for more than 25 regions
* build profiles: specify dask scheduler according to number of regions
* backpedal a bit, only allow scheduler='processes'
* follow up, code style and fixup
* build profiles: add logger info for underwater fraction calc
* config adjust cutout parameters
Snakefile fixup
* config.default.yaml: adjust resolution
* config: use one cutout in total
build_cutout: automatic detetection of geographical boundaries
* env: add python>=3.8 requirement
build_cutout: fixup for region bound
* config: allow base cutout
* folllow up, fix up
* follow up II
* clean up
* clean up II
* build profiles: move back to multiprocessing due to performance issues
* small code style corrections
* move in pool context
* swqitch to ratsterio
* switch to rasterio for availibility calculation
* tiny fixup
* * build continental raster for offshore distance calculation
* adjust Snakefile to new script build_raster
* rename continental raster to onshore raster
add projected_mask function (not yet tested)
add docstrings, modularize
* Snakefile: remove build_onhore_raster rule, build mask directly from geometry instead
build_natura_raster: adjust code, add function for exporting
build_profiles:
* add buffer to shore distance to init_globals function
* update docstrings
* improve handling of nodata grid codes
* add geometry mask if natura raster not activated
(the 255 value is an 'eligible' value for the corine data base,
do this for excluding data outside the shape)
* build_profiles: adjust docstrings
* update environment
* build profiles: fixup reproject woth padding
* follow up, small fixups
* fix resampling method
checkpoint: reproduces solar profile in tut data
* reintegrate plot map
code style
* config: rename cutout into "base"
* build profiles: adjust to new atlite code
* natura raster: small fixup
* build natura raster: compress tiff file
* config: adjust cutout names
* build profiles: cover case if no or partial overlap between natura raster and cutout
* config-tutorial: adjust cutout params
* buid-profifiles: fixup in gebco filter
* follow up
* update config files
* build profiles: select layoutmatrix != 0
* build profiles: speed up average_distance and underwaterfraction
* build profiles: fix typo
* update release notes
build_cutout: only build needed features
* update envs
* config: add temperature to sarah features
* temporary fix for atlite v0.2.1 and new xarray version release
* env: remove xarray specification
* * remove rule build_country_flh
* build profiles: remove sneaked in line
* doc: update configuration.rst (section atlite) and corresponding csv table
* release notes: fix quotes
* build profiles: use 3035 for area calculation
* Update envs/environment.docs.yaml
* Update scripts/build_cutout.py
* Update doc/release_notes.rst
Co-authored-by: euronion <42553970+euronion@users.noreply.github.com>
* Update doc/configuration.rst
Co-authored-by: euronion <42553970+euronion@users.noreply.github.com>
* Update scripts/build_cutout.py
Co-authored-by: euronion <42553970+euronion@users.noreply.github.com>
* update release notes
* release notes: add deprecation of 'keep_all_available_areas'
build profiles: remove warning for 'keep_all_available_areas'
* build cutout: rearrage code, set buffer correctly
* Rename tutorial cutout to remove name clash with real cutout.
* Update release_notes.rst: Rename tutorial cutout.
* retrieve: update cutouts and downloads (alternative) (#237)
* retrieve: update cutouts and downloads
* retrieve: remove unnecessary import
* use snakemake remote file functionality
* Snakefile: update zenodo link
* update natura remote link (closes #234)
* env: update atlite version to 0.2.2
* env: fix dask version due to memory issues
* test: retrieve cutout instead of build
* test: use tutorial cutout for CI
Co-authored-by: euronion <42553970+euronion@users.noreply.github.com>
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
2021-04-27 15:58:31 +00:00
|
|
|
- python>=3.8
|
2019-05-26 08:24:42 +00:00
|
|
|
- pip
|
|
|
|
|
2022-03-07 16:44:20 +00:00
|
|
|
- pypsa>=0.19.2
|
2021-09-14 12:14:31 +00:00
|
|
|
- atlite>=0.2.5
|
2022-01-14 07:43:21 +00:00
|
|
|
- dask
|
2022-03-17 17:34:27 +00:00
|
|
|
- jupyter
|
|
|
|
- nbconvert
|
2019-05-26 08:24:42 +00:00
|
|
|
|
|
|
|
# Dependencies of the workflow itself
|
2018-07-10 15:42:15 +00:00
|
|
|
- xlrd
|
2021-01-13 16:24:42 +00:00
|
|
|
- openpyxl
|
2018-12-10 17:34:22 +00:00
|
|
|
- pycountry
|
2019-05-26 08:24:42 +00:00
|
|
|
- seaborn
|
2020-11-12 15:27:52 +00:00
|
|
|
- snakemake-minimal
|
2019-06-05 12:14:37 +00:00
|
|
|
- memory_profiler
|
2019-10-14 19:19:41 +00:00
|
|
|
- yaml
|
2019-10-28 11:02:33 +00:00
|
|
|
- pytables
|
2020-02-25 10:28:38 +00:00
|
|
|
- lxml
|
2020-12-03 22:13:41 +00:00
|
|
|
- powerplantmatching>=0.4.8
|
2021-09-14 12:14:31 +00:00
|
|
|
- numpy
|
2022-02-18 09:09:58 +00:00
|
|
|
- pandas
|
2021-06-29 06:45:09 +00:00
|
|
|
- geopandas
|
|
|
|
- xarray
|
|
|
|
- netcdf4
|
|
|
|
- networkx
|
|
|
|
- scipy
|
|
|
|
- shapely
|
|
|
|
- progressbar2
|
|
|
|
- pyomo
|
|
|
|
- matplotlib
|
2022-01-14 07:43:21 +00:00
|
|
|
- proj
|
2019-02-01 17:09:55 +00:00
|
|
|
|
2020-12-03 18:50:53 +00:00
|
|
|
# Keep in conda environment when calling ipython
|
2018-07-10 15:42:15 +00:00
|
|
|
- ipython
|
2018-08-17 08:42:56 +00:00
|
|
|
|
2020-02-10 11:06:43 +00:00
|
|
|
# GIS dependencies:
|
|
|
|
- cartopy
|
2020-12-02 16:48:47 +00:00
|
|
|
- descartes
|
2021-06-29 06:45:09 +00:00
|
|
|
- rasterio
|
|
|
|
|
|
|
|
# PyPSA-Eur-Sec Dependencies
|
|
|
|
- geopy
|
|
|
|
- tqdm
|
|
|
|
- pytz
|
|
|
|
- country_converter
|
2021-08-09 12:37:51 +00:00
|
|
|
- tabula-py
|
2018-08-17 08:42:56 +00:00
|
|
|
|
2018-07-10 15:42:15 +00:00
|
|
|
- pip:
|
2022-01-14 07:43:21 +00:00
|
|
|
- vresutils>=0.3.1
|
2020-12-03 15:02:21 +00:00
|
|
|
- tsam>=1.1.0
|