Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds basic geoparquet support #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

aykut-bozkurt
Copy link
Collaborator

We already write postgis geometry column as WKB formatted binary, as specified by geoparquet spec.

With this PR, we also write basic geoparquet metadata to key value metadata of the parquet file. We support only basic info (required by the spec) to be interoperable with duckdb.

We already write postgis geometry column as WKB formatted binary, as specified by
[geoparquet spec](https://geoparquet.org/releases/v1.0.0-rc.1/).

With this PR, we also write basic geoparquet metadata. We support only basic info
to be interoperable with duckdb.
Copy link

codecov bot commented Jan 13, 2025

Codecov Report

Attention: Patch coverage is 93.61702% with 9 lines in your changes missing coverage. Please review.

Project coverage is 92.55%. Comparing base (fcb5036) to head (010eb4b).

Files with missing lines Patch % Lines
src/type_compat/geometry.rs 86.15% 9 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main      #94    +/-   ##
========================================
  Coverage   92.54%   92.55%            
========================================
  Files          75       75            
  Lines        9621     9751   +130     
========================================
+ Hits         8904     9025   +121     
- Misses        717      726     +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant