duckdb_spatial
duckdb_spatial copied to clipboard
Kernel crash when ingesting multiple shapefiles in a for loop
What's the recommended way to ingest all shapefiles under a directory into the database, creating a new table for each shapefile. The Jupyter notebook kernel crashes when trying to ingest multiple files in a for loop, but it works fine if ingesting them one by one.
Sample dataset: nyc_data.zip
It works fine after converting all shapefiles to GeoJSON format. Not sure if there is bug with the shapefile reader.
Hello! Thanks for raising this issue (and providing the data!). I suspect this is a problem with our filesystem layer but I'm going to look into it.