Mark Litwintschik

Results 48 comments of Mark Litwintschik

This is still an issue.

I'm using 1.0, yeah. I walk on eggshells to avoid getting data stuck inside one of these locked databases. DuckDB lets you do CRUD on OLAP data which is amazing...

There are also records that contain identical `geom` values to other records and LINESTRINGs with 2 or more points where all points are in the exact same spot. BigQuery rejects...

I reduced the precision of each point to six decimal places, made sure each point in each LINESTRING was unique, made sure every LINESTRING had at least two points and...

I don't know what Max's plans are but last month I saw a lot of activity around projects trying to add native geometry, spatial indices, more spatial-centric storage to Parquet,...

Attempt number 20 or so managed to finish without issue. I'm not sure if there is something wrong with my system or the OS.

If you have any CLI commands I could run to try and pinpoint where the problem is I can run them on my Steam Deck. I'll have a look into...

You probably saw this already but @RaczeQ built an [OSM reader](https://github.com/kraina-ai/quackosm) using PyArrow and it's working across multiple cores much faster than GDAL's OSM reader. He even found GDAL was...

Thanks for clarifying that. I hadn't had time to read your codebase in detail.

I had a look at performance with the current Spatial extension and DuckDB 0.10.1. I used the following PBF for testing. ```bash $ wget https://download.geofabrik.de/asia/japan/kanto-latest.osm.pbf ``` When not run via...