Krizz / fetch_overture

Fetch overture maps data
MIT License
4 stars 0 forks source link

Update duckdb version to 1.1.0 #1

Open mtravis opened 1 week ago

mtravis commented 1 week ago

@Krizz great work on this app. I've been having a go and I'm impressed how well it works with the cutting of boundaries, etc Really lightweight script too.

Version 1.1.0 of DuckDB has added support for geoparquet so if you update to that you can strip out the need for ST_GeomFromWKB(geometry) AS geometry

I can set up a PR tomorrow if you like.

Krizz commented 1 week ago

Thank you for the positive feedback @mtravis!

That's nice. I've wasted lot of time by constantly forgetting to convert the geometry column. Unfortunately the duckdb npm package is still @1.0.0.