Kyle Barron

Results 1626 comments of Kyle Barron

What exactly are you looking for more information about?

If you have a geometry column with geoarrow metadata, it will work out of the box with [`GeoDataFrame.from_arrow(ctx)`](https://geopandas.org/en/latest/docs/reference/api/geopandas.GeoDataFrame.from_arrow.html)

If you register datafusion-geo, then datafusion will be able to operate on geometry columns stored as GeoArrow

I don't think there's an existing stable drawing tool for deck.gl. https://github.com/uber/nebula.gl was the gold standard. It was forked into https://github.com/visgl/deck.gl-community/tree/master/modules/editable-layers but it's really [not maintained](https://visgl.github.io/deck.gl-community/docs/modules/editable-layers).

With the refactor in #921, there will be two modes in lonboard: a "deck.gl-driven" mode and a "maplibre-driven" mode. In the latter, we would be able to integrate the existing...

Another option would be to implement a native deck.gl adapter for https://github.com/JamesLMilner/terra-draw

This would cause the numpy crate to no longer compile for pyodide (target `wasm32-unknown-emscripten`). https://github.com/PyO3/pyo3/issues/2517 I don't think it should be necessary for numpy to enable this feature for you...

Well... I understand if other developers are reticent, but you could just switch to mkdocs-material. It doesn't look like there's _that much_ prose documentation that you'd need to convert, and...

> Looks like the Dataframe API standard is not being actively developed: [data-apis/dataframe-api](https://github.com/data-apis/dataframe-api) I think the [Arrow PyCapsule Interface](https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html) more or less superseded the DataFrame API because it's much easier...

Partially closed by #791 , though the full parsing mechanism is not yet piped through