-
Notifications
You must be signed in to change notification settings - Fork 56
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
PROJJSON schema version #180
Comments
I think it makes sense to relax the |
I agree for #179 specifically we don't need to resolve this, but as a broader question as GeoParquet gets closer to 1.0: how do we want to handle the fact that we're interlinked to another evolving specification? If we go to 1.0, and then PROJJSON makes a breaking change or goes to 1.0 itself, then would we need to release a 2.0 that uses the new version of PROJJSON? Otherwise users on the latest version of PROJ would be writing Parquet files that don't pass the validator |
Yeah, I agree that the broader question is important to address. Users cannot easily control what version of PROJ is installed, so they cannot easily control what version of PROJJSON is written. So tools that generate GeoParquet will have a difficult time ensuring that they write out metadata that is compliant with any particular GeoParquet version that depends on a fixed version of PROJJSON. |
It get's even more difficult and an update might be required: OSGeo/PROJ#4088 |
Right now the Parquet json schema links to PROJJSON schema version 0.5:
geoparquet/format-specs/schema.json
Line 39 in ad32cca
But PROJJSON is now on version 0.6:
https://proj.org/en/9.2/schemas/v0.6/projjson.schema.json
How do we want to handle the referenced projjson schema version?
The text was updated successfully, but these errors were encountered: