From a834fe5bf2d5ff0e5bef00052b4c62be10ea0b0b Mon Sep 17 00:00:00 2001 From: Chris Holmes Date: Tue, 26 Sep 2023 13:50:42 -0700 Subject: [PATCH] more spacing fixes --- spec/stac-geoparquet-spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/stac-geoparquet-spec.md b/spec/stac-geoparquet-spec.md index 74087dd..dc3cb32 100644 --- a/spec/stac-geoparquet-spec.md +++ b/spec/stac-geoparquet-spec.md @@ -13,12 +13,12 @@ from JSON into nested structures. We do pull the properties to the top level, so most of the fields should be the same in STAC and in GeoParquet. | Field | GeoParquet Type | Required | Details | -| --------------- | ---------------- | ---------|--------------------------------------------------- | +| --------------- | ------------------ | ---------|--------------------------------------------------- | | type | String | Optional | This is just needed for GeoJSON, so it is optional and not recommended to include in GeoParquet | | stac_extensions | List of Strings | Required | This column is required, but can be blank if no STAC extensions were used | | id | String | Required | Required, should be unique | | geometry | Binary (WKB) | Required | For GeoParquet 1.0 this must be well-known Binary. | -| bbox | List of Decimals | Required | Can be 4 or 6 decimals, so won't be a fixed size list. | +| bbox | List of Decimals | Required | Can be 4 or 6 decimals, so won't be a fixed size list. | | properties | per field | Required | Each property should use the relevant Parquet type, and be pulled out of the properties object to be a top-level Parquet field | | links | List of structs | Required | Each struct in the array should have Strings of `href`, `rel` and `type` | | assets | A struct of assets | Required | Each struct has each full asset key and object as a sub-struct, it's a direct mapping from the JSON to Parquet |