[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
3f74b6bec7
commit
3a80ac2027
@ -94,6 +94,6 @@ rule doc:
|
|||||||
message:
|
message:
|
||||||
"Build documentation."
|
"Build documentation."
|
||||||
output:
|
output:
|
||||||
directory("doc/_build")
|
directory("doc/_build"),
|
||||||
shell:
|
shell:
|
||||||
"make -C doc html"
|
"make -C doc html"
|
||||||
|
@ -26,4 +26,3 @@ Rule ``plot_network``
|
|||||||
========================
|
========================
|
||||||
|
|
||||||
.. automodule:: plot_network
|
.. automodule:: plot_network
|
||||||
|
|
||||||
|
@ -161,9 +161,3 @@ Rule ``prepare_sector_network``
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
.. automodule:: prepare_sector_network
|
.. automodule:: prepare_sector_network
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,7 +66,6 @@ The script has the following structure:
|
|||||||
(3) calculate costs for corresponding additional insulation material
|
(3) calculate costs for corresponding additional insulation material
|
||||||
(4) get cost savings per retrofitting measures for each sector by weighting
|
(4) get cost savings per retrofitting measures for each sector by weighting
|
||||||
with heated floor area
|
with heated floor area
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import xarray as xr
|
import xarray as xr
|
||||||
|
@ -4,8 +4,9 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Creates GIS shape files of the countries, exclusive economic zones and
|
Creates GIS shape files of the countries, exclusive economic zones and `NUTS3 <
|
||||||
`NUTS3 <https://en.wikipedia.org/wiki/Nomenclature_of_Territorial_Units_for_Statistics>`_ areas.
|
https://en.wikipedia.org/wiki/Nomenclature_of_Territorial_Units_for_Statistics>
|
||||||
|
`_ areas.
|
||||||
|
|
||||||
Relevant Settings
|
Relevant Settings
|
||||||
-----------------
|
-----------------
|
||||||
|
Loading…
Reference in New Issue
Block a user