[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
ecd85d23d3
commit
045eeba4cf
@ -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])
|
||||
|
||||
|
@ -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`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user