edisgo.tools.geopandas_helper.GeoPandasGridContainer
- class edisgo.tools.geopandas_helper.GeoPandasGridContainer(crs, grid_id, grid, buses_gdf, generators_gdf, loads_gdf, storage_units_gdf, transformers_gdf, lines_gdf)
Grids geo data for all components with information about their geolocation.
- Parameters:
crs (str) – Coordinate Reference System of the geometry objects.
grid (
Grid) – Matching grid objectbuses_gdf (geopandas.GeoDataFrame) – GeoDataframe with all buses in the Grid. See
buses_dffor more information.generators_gdf (geopandas.GeoDataFrame) – GeoDataframe with all generators in the Grid. See
generators_dffor more information.loads_gdf (geopandas.GeoDataFrame) – GeoDataframe with all loads in the Grid. See
loads_dffor more information.storage_units_gdf (geopandas.GeoDataFrame) – GeoDataframe with all storage units in the Grid. See
storage_units_dffor more information.transformers_gdf (geopandas.GeoDataFrame) – GeoDataframe with all transformers in the Grid. See
transformers_dffor more information.lines_gdf (geopandas.GeoDataFrame) – GeoDataframe with all lines in the Grid. See
loads_dffor more information.
- crs
- grid_id
- grid
- buses_gdf
- generators_gdf
- loads_gdf
- storage_units_gdf
- transformers_gdf
- lines_gdf