geojson_to_geoms#

geojson_to_geoms(geojson: dict) Iterator[BaseGeometry][source]#

Return the shapely geometry for each feature in the GeoJSON.

Parameters:

geojson (dict) –

Return type:

Iterator[BaseGeometry]