Update scripts/build_gas_input_locations.py

Co-authored-by: Fabian Hofmann <hofmann@fias.uni-frankfurt.de>
This commit is contained in:
virio-andreyana 2023-01-11 10:08:10 +01:00 committed by GitHub
parent 0cb0ad528a
commit da6469b80c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,6 @@ from shapely import wkt
from cluster_gas_network import load_bus_regions
import warnings
warnings.filterwarnings('ignore')
def read_scigrid_gas(fn):
df = gpd.read_file(fn)