[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-01-03 14:02:24 +00:00
parent ecd85d23d3
commit 045eeba4cf
2 changed files with 7 additions and 7 deletions

View File

@ -257,10 +257,10 @@ if config["enable"]["retrieve"]:
input:
HTTP.remote(
"jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/LUISA/EUROPE/Basemaps/LandUse/2018/LATEST/LUISA_basemap_020321_50m.tif",
static=True
)
static=True,
),
output:
"data/LUISA_basemap_020321_50m.tif"
"data/LUISA_basemap_020321_50m.tif",
run:
move(input[0], output[0])

View File

@ -7,10 +7,10 @@
"""
Calculates for each network node the (i) installable capacity (based on land-
use), (ii) the available generation time series (based on weather data), and
(iii) the average distance from the node for onshore wind, AC-connected offshore
wind, DC-connected offshore wind and solar PV generators. In addition for
offshore wind it calculates the fraction of the grid connection which is under
water.
(iii) the average distance from the node for onshore wind, AC-connected
offshore wind, DC-connected offshore wind and solar PV generators. In addition
for offshore wind it calculates the fraction of the grid connection which is
under water.
.. note:: Hydroelectric profiles are built in script :mod:`build_hydro_profiles`.