-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support regular parquet in test statistics #330
Conversation
i tested this in FB and the geometry column is problematic, not jsonifiable... |
@mlubej any ideas how to solve the issue of WKB not being json serializable? |
@mlubej one option i thought of was that the tester supplies the CRS. Wont work for parquets where each geometry potentially has a different CRS though... |
tested it out a bit, the wkb->wkt also works fine. Kept the user-supplied CRS so that we can have more statistics in those cases |
updates (@zigaLuksic):
|
Added also an The tests for @zigaLuksic do you think it makes sense to add that also for eo-grow? I can prepare that in a separate MR if you agree, otherwise I can just manually update from a linux machine |
WARNING: if you review this before Monday I will draw an unflattering doodle of you. Do not play games with me!
Not sure if we should have a special case where we still try to load the parquet as a geoparquet. Seems kinda hard to do in general.