From e94056dc7156dd1adcd9fd09d98c0466f510ec19 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Fri, 10 May 2024 17:05:42 -0400 Subject: [PATCH] Update spec document for other GeoJSON properties --- spec/stac-geoparquet-spec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/stac-geoparquet-spec.md b/spec/stac-geoparquet-spec.md index ec93293..bb6000d 100644 --- a/spec/stac-geoparquet-spec.md +++ b/spec/stac-geoparquet-spec.md @@ -36,6 +36,7 @@ most of the fields should be the same in STAC and in GeoParquet. * STAC GeoParquet does not support properties that are named such that they collide with a top-level key. * datetime columns should be stored as a [native timestamp][timestamp], not as a string * The Collection JSON should be included in the Parquet metadata. See [Collection JSON](#collection-json) below. +* Any other properties that would be stored as GeoJSON in a STAC JSON Item (e.g. `proj:geometry`) should be stored as a binary column with WKB encoding. This simplifies the handling of collections with multiple geometry types. ### Link Struct