bertt / geoparquet

.NET 8 Reader/Writer library for GeoParquet files.
MIT License
14 stars 3 forks source link

[question]: Why not Parquet.Net #6

Closed aloneguid closed 11 months ago

aloneguid commented 1 year ago

Hi there. I appreciate your awesome work on geoparquet. Just so you know - I'm one of the creators of Parquet.Net and I saw that you used it before but then changed. Can I ask why? I'm curious about geoparquet and how it works internally.

bertt commented 1 year ago

Hi Ivan, Yes correct I switched from Parquet.Net to ParquetSharp because of some limitations I encountered... Can't remember the details now should have written them down of course :-) Well it started just as a test of another Parquet library.

Thinking about it maybe it had something to do with reading/writing Apache Arrow geometries, somehow reading worked with ParquetSharp but writing not (yet).

For reference this was the change needed to switch libraries:

https://github.com/bertt/geoparquet/commit/444955e3871bcd4e80571dae278fdd485095fcbb