Kamil Raczycki

Results 91 issues of Kamil Raczycki

To test if partitioning with `pyarrow` is faster than using `duckdb` `PARTITION BY` writer.

potential upgrade

Change filtering to start with relations since there are fewer relations than nodes. Currently, nodes are filtered by intersection first and tags second. It should be able to filter first...

potential upgrade

Create a zenodo entry

documentation

I'm doing some heavy operations on geometries and I thought that I might optimize the queries by using POINT_2D, LINESTRING_2D and POLYGON_2D objects for saving in parquet files and skip...

Hi, I'm wondering if it would be possible to have a `WkbType` column and filter out geometries based on a given type (Point, LineString, Polygon etc). There are some compute...

Hi, I'm adding this issue because Kyle kindly asked πŸ˜… I tried to use `geoarrow.rust.core` in combination with `lonboard` to display some data. It didn't work (geometry has mixed types),...

Currently dataloaders don't use any kwargs and work in single-threaded mode. Add option to use not only `**trainer_kwarg`s but also `**dataloader_kwargs`.

enhancement