Kyle Barron
Kyle Barron
Thanks! I should read the docs closer 😉 If it will always be `"wkb_geometry"` if not otherwise stated, I think it would be helpful for clarity to include that in...
For my own purposes, I'll plan to rely on the GeoArrow metadata, but I'm +1 on adding the string to the meta
https://github.com/developmentseed/lonboard/blob/fa65b87b1594bf3ea2ad134f17cdff981558133e/lonboard/experimental/_layer.py#L516-L572 is an initial implementation of converting from a MovingPandas `TrajectoryCollection` to an Arrow table.
In case it's useful at all, in my (non-GDAL) [FlatGeobuf to Arrow reader](https://geoarrow.org/geoarrow-rs/python/latest/api/io/functions/#geoarrow.rust.io.read_flatgeobuf) I intend to take option 1, to assign UTC time zone on the timestamp column and convert...
https://github.com/geoarrow/deck.gl-layers/pull/150 refactors the point example to be simpler to use by relying on `uv` for generating data
I'd be happy to review a PR on this! In conjunction I'm fixing some Arrow-related bugs like #872 that I came across while making a demo yesterday. I think we...
Well, for one, that page is outdated and `geoarrow.rust.io.read_geojson` doesn't even exist 🙈 Perhaps we need to have a "user guide" or something like that. I think of the "ecosystem"...
If you feel like writing anything, feel free to make a PR and then I'll rework it into a user guide
What version of deck.gl-layers are you using? This should be fixed in https://github.com/geoarrow/deck.gl-layers/pull/139. You might want to put a console.log before and after here https://github.com/geoarrow/deck.gl-layers/blob/343eacfffb66ff631d93d7fac99fc8a7d1f868c8/src/layers/point-cloud-layer.ts#L162-L164 to see if this function...
This should work using the Arrow API, right?