issues
search
duckdb
/
duckdb_spatial
MIT License
492
stars
41
forks
source link
Use direct IO when reading remote files through GDAL, Fix Big-Endian WKB reading
#296
Closed
Maxxen
closed
8 months ago
Maxxen
commented
8 months ago
This makes reading some formats through
ST_Read
remotely significantly faster, e.g. FlatGeoBuf.
Fixes reading linestrings/polygons in big-endian encoded WKB, closes #288
Also reenable explicit usage of /vsi/ prefixes that circumvent DuckDB's filesystem.
Also format code (which is why this diff is so huge)
ST_Read
remotely significantly faster, e.g. FlatGeoBuf.