hest.io.seg_readers.GDFParquetCellReader

class hest.io.seg_readers.GDFParquetCellReader(use_dask=False, **kwargs)

Geopandas parquet shape reader

Methods table

read_gdf(path)

Read shapes

Methods

GDFParquetCellReader.read_gdf(path) gpd.GeoDataFrame | dgpd.GeoDataFrame

Read shapes

Parameters:

path (str) – path to shapes

Returns:

shapes

Return type:

Union[gpd.GeoDataFrame, dgpd.GeoDataFrame]