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