mss_dataserver.postprocess.util.read_geojson

mss_dataserver.postprocess.util.read_geojson(filepath)[source]

Read data from a geojson file.

Parameters

filepath (str) – The filepath to the geojson file to load.

Returns

The data loaded from the geojson file.

Return type

geopandas.GeoDataFrame