Open jorisvandenbossche opened 2 years ago
@jorisvandenbossche - do you want to try to get this updated for the 1.1 release? It sounds like it's complementary to #134, right?
Yes, have to update it follow the same changes I made in https://github.com/opengeospatial/geoparquet/pull/204
Related to https://github.com/opengeospatial/geoparquet/issues/123
This is incomplete (more parameters should be added) and still draft (the script should be cleaned-up, ensure to add this to the CI to check the generated files, validate with json schema, etc). But wanted to open a PR already to see where and how we want to go with this.
This is a script that writes a bunch of .parquet files, and then also saves the metadata as a separate json file (extracted from the .parquet files using the existing script
scripts/update_example_schemas.py
).