From a91aef6380a15e4fd98a625f8ea9c898999c2a74 Mon Sep 17 00:00:00 2001 From: Xavier Nogueira <58796351+xaviernogueira@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:47:22 -0500 Subject: [PATCH] chore: fixes link to schema Update compatible-parquet.md --- format-specs/compatible-parquet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format-specs/compatible-parquet.md b/format-specs/compatible-parquet.md index 7a8ce7a..dfff9da 100644 --- a/format-specs/compatible-parquet.md +++ b/format-specs/compatible-parquet.md @@ -1,6 +1,6 @@ # Parquet Geospatial Compatibility -The goal of GeoParquet is that every tool producing Parquet and includes geospatial data uses official [metadata defined in the GeoParquet spec](./geoparquet_spec) to achieve true interoperability. This document represents a set of guidelines for those would like to produce geospatial Parquet data but are using tools that are not yet fully implementing GeoParquet metadata. It is meant to be used just for the interim time when only some tools properly produce GeoParquet, to enable data producers to support the growing ecosystem. +The goal of GeoParquet is that every tool producing Parquet and includes geospatial data uses official [metadata defined in the GeoParquet spec](./schema.json) to achieve true interoperability. This document represents a set of guidelines for those would like to produce geospatial Parquet data but are using tools that are not yet fully implementing GeoParquet metadata. It is meant to be used just for the interim time when only some tools properly produce GeoParquet, to enable data producers to support the growing ecosystem. To be clear, this is *only* recommended for those who are using tools that don't yet produce valid GeoParquet, and we encourage advocating to the creaters of tools you are using to implement the GeoParquet spec. Feel free to [start a discussion](https://github.com/opengeospatial/geoparquet/discussions) to raise awareness of tools that ideally support GeoParquet - the community can likely help in encouraging an implementation.