Kyle Barron

Results 1646 comments of Kyle Barron

I'm unable to reproduce your original issue. With node `v20.4.0` ```json { "dependencies": { "parquet-wasm": "^0.6.0-beta.1" } } ``` and a `tmp.mjs` of ```js import * as Parquet from "parquet-wasm";...

Could you test with https://github.com/kylebarron/parquet-wasm/pull/414?

I published 0.6.0 just now, and believe this to be resolved. Reopen or add a new comment if you find a bug.

See #613 in which @vgeorge started a PR to add your additions to lonboard. > * An alternative `viz` that returns a layer rather than a map In terms of...

> In a world where I already have a map with some layers, and I want to add another layer based on the output of `viz` (ie I have a...

Well, as I understand it, traitlets can observe when a new Python object is provided, but not if the object has mutated. That is, it checks for equality using `is`....

#620 now stores internal sequences as lists and added a `add_layer` method to the map object.

Thanks for the repro. I'm hoping to get a new version of geoarrow-rust-* released soon, which might fix some of these issues. At the end of the day you need...

Hmm.. it would be nice to see a traceback of exactly where this happens. Do you have a fuller example out of the box?

It looks like this is because FlatGeobuf, or at least the Rust FlatGeobuf crate, doesn't support writing empty points. When you try writing null data or empty points you get...