semantique.extent.SpatialExtent.from_geojson#
- classmethod SpatialExtent.from_geojson(obj, **kwargs)[source]#
Alternative initialization from any GeoJSON dictionary.
- Parameters:
obj (
dict
) – Dictionary formatted according to GeoJSON standards.**kwargs – Additional keyword arguments forwarded to
geopandas.GeoDataFrame.from_features()
.