edisgo.tools.geopandas_helper.GeoPandasGridContainer ==================================================== .. py: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. :param crs: Coordinate Reference System of the geometry objects. :type crs: str :param id: Grid identifier :type id: str or int :param grid: Matching grid object :type grid: :class:`~.network.grids.Grid` :param buses_gdf: GeoDataframe with all buses in the Grid. See :attr:`~.network.topology.Topology.buses_df` for more information. :type buses_gdf: :geopandas:`GeoDataFrame` :param generators_gdf: GeoDataframe with all generators in the Grid. See :attr:`~.network.topology.Topology.generators_df` for more information. :type generators_gdf: :geopandas:`GeoDataFrame` :param loads_gdf: GeoDataframe with all loads in the Grid. See :attr:`~.network.topology.Topology.loads_df` for more information. :type loads_gdf: :geopandas:`GeoDataFrame` :param storage_units_gdf: GeoDataframe with all storage units in the Grid. See :attr:`~.network.topology.Topology.storage_units_df` for more information. :type storage_units_gdf: :geopandas:`GeoDataFrame` :param transformers_gdf: GeoDataframe with all transformers in the Grid. See :attr:`~.network.topology.Topology.transformers_df` for more information. :type transformers_gdf: :geopandas:`GeoDataFrame` :param lines_gdf: GeoDataframe with all lines in the Grid. See :attr:`~.network.topology.Topology.loads_df` for more information. :type lines_gdf: :geopandas:`GeoDataFrame` .. py:attribute:: crs .. py:attribute:: grid_id .. py:attribute:: grid .. py:attribute:: buses_gdf .. py:attribute:: generators_gdf .. py:attribute:: loads_gdf .. py:attribute:: storage_units_gdf .. py:attribute:: transformers_gdf .. py:attribute:: lines_gdf