[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:
|
input:
|
||||||
HTTP.remote(
|
HTTP.remote(
|
||||||
"jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/LUISA/EUROPE/Basemaps/LandUse/2018/LATEST/LUISA_basemap_020321_50m.tif",
|
"jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/LUISA/EUROPE/Basemaps/LandUse/2018/LATEST/LUISA_basemap_020321_50m.tif",
|
||||||
static=True
|
static=True,
|
||||||
)
|
),
|
||||||
output:
|
output:
|
||||||
"data/LUISA_basemap_020321_50m.tif"
|
"data/LUISA_basemap_020321_50m.tif",
|
||||||
run:
|
run:
|
||||||
move(input[0], output[0])
|
move(input[0], output[0])
|
||||||
|
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
"""
|
"""
|
||||||
Calculates for each network node the (i) installable capacity (based on land-
|
Calculates for each network node the (i) installable capacity (based on land-
|
||||||
use), (ii) the available generation time series (based on weather data), and
|
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
|
(iii) the average distance from the node for onshore wind, AC-connected
|
||||||
wind, DC-connected offshore wind and solar PV generators. In addition for
|
offshore wind, DC-connected offshore wind and solar PV generators. In addition
|
||||||
offshore wind it calculates the fraction of the grid connection which is under
|
for offshore wind it calculates the fraction of the grid connection which is
|
||||||
water.
|
under water.
|
||||||
|
|
||||||
.. note:: Hydroelectric profiles are built in script :mod:`build_hydro_profiles`.
|
.. note:: Hydroelectric profiles are built in script :mod:`build_hydro_profiles`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user