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