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 Duckdb spatial extension is only able to work with WKB geometries so the returned queries need to be converted to geoarrow before they can passed to @geoarrow/deck.gl-layers. The application should support the conversion of WKB (Well-Known Binary) geometries to GeoArrow format using the geoarrow-js library. This will allow for more efficient data handling and compatibility with tools that utilize the GeoArrow format.
Description
The Duckdb spatial extension is only able to work with WKB geometries so the returned queries need to be converted to geoarrow before they can passed to
@geoarrow/deck.gl-layers
. The application should support the conversion of WKB (Well-Known Binary) geometries to GeoArrow format using thegeoarrow-js
library. This will allow for more efficient data handling and compatibility with tools that utilize the GeoArrow format.geoarrow-js
has a PR that supports parsing WKB as geoarrow: geoarrow/geoarrow-js#29.Acceptance Criteria
The text was updated successfully, but these errors were encountered: