simplify network: remove 'underground' column to avoid consense error

This commit is contained in:
Fabian Hofmann 2023-08-03 18:19:20 +02:00 committed by GitHub
parent 8ae568d852
commit 4a8af57a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -613,6 +613,7 @@ if __name__ == "__main__":
"substation_lv",
"substation_off",
"geometry",
"underground",
]
n.buses.drop(remove, axis=1, inplace=True, errors="ignore")
n.lines.drop(remove, axis=1, errors="ignore", inplace=True)