geost.io.Geopackage.read_table#

Geopackage.read_table(table: str) DataFrame[source]#

Read all data in a specified table of the geopackage.

Parameters:

table (str) – Name of the table to read. Check the available tables with Geopackage.layers().

Returns:

Pandas DataFrame of the table.

Return type:

pd.DataFrame