get_shapefile_dataframe#

get_shapefile_dataframe(shapefile_path)[source]#

Get a DataFrame containing the shapefile data with DOTNAME and shape columns.

Parameters:

shapefile_path (str | Path) – The path to the shapefile.

Return type:

DataFrame

Returns:

A DataFrame with DOTNAME and shape columns.