GeoDataFrame.
from_features
Alternate constructor to create GeoDataFrame from an iterable of features or a feature collection.
Iterable of features, where each element must be a feature dictionary or implement the __geo_interface__.
Feature collection, where the ‘features’ key contains an iterable of features.
Object holding a feature collection that implements the __geo_interface__.
__geo_interface__
Coordinate reference system to set on the resulting frame.
Optionally specify the column names to include in the output frame. This does not overwrite the property names of the input, but can ensure a consistent output format.
Notes
For more information about the __geo_interface__, see https://gist.github.com/sgillies/2217756