GeoDataFrameLoader

loader.GeoDataFrameLoader(
    id_property=None,
    _input=None,
    source=None,
    source_url=None,
    is_reference=False,
)

Loader for GeoPandas GeoDataFrame input.

Converts a GeoDataFrame into the internal dictionary representation used by brdr.

Methods

Name Description
load_data Parses the GeoDataFrame and loads into dict-structure.

load_data

loader.GeoDataFrameLoader.load_data()

Parses the GeoDataFrame and loads into dict-structure.