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
The Take trait seems to be implemented for all Native array types except GeometryArray and attempting to convert a GeometryArray to &dyn NativeArray to use the dynamic Take implementation results in an error.
The
Take
trait seems to be implemented for all Native array types exceptGeometryArray
and attempting to convert aGeometryArray
to&dyn NativeArray
to use the dynamicTake
implementation results in an error.https://github.com/geoarrow/geoarrow-rs/blob/main/rust/geoarrow/src/algorithm/native/take.rs#L228-L237
The text was updated successfully, but these errors were encountered: