hest.io.seg_readers.GDFReader
- class hest.io.seg_readers.GDFReader
Lazily read shapes such that read_gdf is called at compute time
Methods table
|
Read shapes |
Methods
- abstract GDFReader.read_gdf(path: str) gpd.GeoDataFrame | dgpd.GeoDataFrame
Read shapes
- Parameters:
path (str) – path to shapes
- Returns:
shapes
- Return type:
Union[gpd.GeoDataFrame, dgpd.GeoDataFrame]