geoarrow-rs icon indicating copy to clipboard operation
geoarrow-rs copied to clipboard

Documentation on how to use `geoarrow-wasm` from a standalone rust crate

Open kylebarron opened this issue 2 years ago • 1 comments

I.e. it should be possible for me to publish geoarrow-wasm to crates.io and give an example of using that with a custom operation.

pub use geoarrow_wasm::*;

  • Use no-default-features on the geoarrow_wasm dependency... only bring in the core geoarrow data structures and bindings, without geo algorithms.
  • Example of some custom operation on the data arrays

kylebarron avatar Jul 07 '23 16:07 kylebarron

Maybe it would be best to mimic the geoarrow crate layout?

kylebarron avatar Jul 07 '23 16:07 kylebarron