fiboa / cli

CLI for fiboa (validation, inspection, schema and file creation, etc.)
https://pypi.org/project/fiboa-cli/
Apache License 2.0
0 stars 6 forks source link

Optional fields in GeoParquet #27

Closed m-mohr closed 4 months ago

m-mohr commented 5 months ago

Currently we don't have a lot of extensions with multiple fields.

I need to check whether optional fields can be fully missing from GeoParquet data or whether the validator needs them to be all there, but all with NULL values. I think that optional fields should be allowed to be omitted.

m-mohr commented 4 months ago

Works as expected.