ecoscope.base.ecodataframe ========================== .. py:module:: ecoscope.base.ecodataframe Module Contents --------------- .. py:class:: EcoDataFrame(gdf) `EcoDataFrame` wraps `geopandas.GeoDataFrame` to provide customizations and allow for simpler extension. .. py:attribute:: gdf .. py:method:: from_file(filename, **kwargs) :classmethod: .. py:method:: from_features(features, **kwargs) :classmethod: .. py:method:: reset_filter(inplace=False) .. py:method:: remove_filtered(inplace=False)