parquet-dotnet icon indicating copy to clipboard operation
parquet-dotnet copied to clipboard

[Feature Request] Add GeoParquet support and ability to read a file over HTTP

Open donnyv opened this issue 1 year ago • 0 comments

Issue description

GeoParquet is built on top of Parquet. Currently there is no way to access this using C# with Spatial Filters. This would be huge in the GIS community. https://geoparquet.org/

The other request is the ability to access a Parquet and GeoParquet file across HTTP using range requests. Currently I could only find Duckdb to do this. https://duckdb.org/docs/guides/network_cloud_storage/http_import

donnyv avatar Jun 28 '24 14:06 donnyv