aloneguid / parquet-dotnet

Fully managed Apache Parquet implementation
https://aloneguid.github.io/parquet-dotnet/
MIT License
542 stars 140 forks source link

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

Open donnyv opened 6 days ago

donnyv commented 6 days ago

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