make_summary_perfect: reinsert calclulate_<> functions
This commit is contained in:
parent
1ffb28b3fc
commit
d0cb57e9ab
@ -28,10 +28,10 @@ def build_gem_lng_data(fn):
|
||||
df = df.set_index("ComboID")
|
||||
|
||||
remove_country = ["Cyprus", "Turkey"] # noqa: F841
|
||||
remove_terminal = [
|
||||
remove_terminal = [ # noqa: F841
|
||||
"Puerto de la Luz LNG Terminal",
|
||||
"Gran Canaria LNG Terminal",
|
||||
] # noqa: F841
|
||||
]
|
||||
|
||||
df = df.query(
|
||||
"Status != 'Cancelled' \
|
||||
|
@ -12,6 +12,9 @@ other metrics.
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
import pypsa
|
||||
from make_summary import calculate_cfs # noqa: F401
|
||||
from make_summary import calculate_nodal_cfs # noqa: F401
|
||||
from make_summary import calculate_nodal_costs # noqa: F401
|
||||
from make_summary import assign_carriers, assign_locations
|
||||
from prepare_sector_network import prepare_costs
|
||||
from pypsa.descriptors import get_active_assets
|
||||
|
Loading…
Reference in New Issue
Block a user