opengeospatial / geoparquet

Specification for storing geospatial vector data (point, line, polygon) in Parquet
https://geoparquet.org
Apache License 2.0
838 stars 57 forks source link

Add test data covering various options in the spec #134

Open jorisvandenbossche opened 2 years ago

jorisvandenbossche commented 2 years ago

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).

cholmes commented 6 months 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?

jorisvandenbossche commented 6 months ago

Yes, have to update it follow the same changes I made in https://github.com/opengeospatial/geoparquet/pull/204