Kyle Barron
Kyle Barron
Perhaps best to wait until https://github.com/georust/wkt/pull/119 is in a wkt release
I don't think consensus is forthcoming in https://github.com/georust/wkt/pull/120 so I would release sooner rather than later.
https://github.com/geoarrow/geoarrow-rs/pull/803 removed i64 support. So we're making progress towards simplification
I think we can close this now! There are no generic parameters anymore!
Note that these images include proj but not gdal
@Vectorrent I'm unable to reproduce this: - Node v20.9.0 - arrow-js-ffi latest main (which is the same effectively as latest released) - parquet-wasm 0.6.1 With this test case: ```ts //...
Are you able to slice that data (i.e. take the first 5 rows) and save it as a Parquet file that also fails for you? Then we could check that...
Ok, cool, thanks for making that file. For reference, I find it much easier to zip a Parquet file and share that via github in the issue itself.
It looks like that is a mistake. Timestamp and Duration types should always be int64, while Time types can be int32 or int64. So it looks like the byteWidth for...
> * Is [Use arrow-csv for CSV operations #613](https://github.com/geoarrow/geoarrow-rs/issues/613) still useful? Don't want to work something that's OBE Yes! I think in general it's better to use _arrow_ tools where...