Currently Triplegs, Staypoints, Locations have the spatial_filter method.
But this should also be enabled on Positionfixes and TripsGeoDataFrame.
As there are no further requirements on the GeoDataFrames we can easily implement it in TrackintelGeoDataFrame and all subclasses will inherit it. Additionally @doc can be used to update the docstring of TrackintelGeoDataFrame.spatial_filter accordingly.
Currently
Triplegs,Staypoints,Locationshave thespatial_filtermethod.But this should also be enabled on
PositionfixesandTripsGeoDataFrame.As there are no further requirements on the GeoDataFrames we can easily implement it in
TrackintelGeoDataFrameand all subclasses will inherit it. Additionally@doccan be used to update the docstring ofTrackintelGeoDataFrame.spatial_filteraccordingly.