You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EcoDataFrame wraps GeoDataFrame, and assumes that when we call Geopandas/Pandas methods on EcoDataFrame objects that an EcoDataFrame is returned.
0.14.3 breaks that assumption in a few places, with internal methods that are marked @final meaning we can't wrap them on our side.
Because of that, 'supporting' 0.14.3 will probably mean updating our notebooks/documentation and tests to capture scenarios where a user will have convert back to an EcoDataFrame after certain operations
The text was updated successfully, but these errors were encountered:
EcoDataFrame
wrapsGeoDataFrame
, and assumes that when we call Geopandas/Pandas methods onEcoDataFrame
objects that anEcoDataFrame
is returned.0.14.3 breaks that assumption in a few places, with internal methods that are marked
@final
meaning we can't wrap them on our side.Because of that, 'supporting' 0.14.3 will probably mean updating our notebooks/documentation and tests to capture scenarios where a user will have convert back to an EcoDataFrame after certain operations
The text was updated successfully, but these errors were encountered: