From f8b524f2d5002f485833907d6d00b9174d8f76ae Mon Sep 17 00:00:00 2001 From: Chris Holmes Date: Mon, 10 Jun 2024 08:24:30 -0700 Subject: [PATCH] clarified that the bbox must be in the same crs as the geometry (#226) --- format-specs/geoparquet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format-specs/geoparquet.md b/format-specs/geoparquet.md index 6485008..3126675 100644 --- a/format-specs/geoparquet.md +++ b/format-specs/geoparquet.md @@ -197,7 +197,7 @@ The bbox, if specified, MUST be encoded with an array representing the range of For non-geographic coordinate reference systems, the items in the bbox are minimum values for each dimension followed by maximum values for each dimension. For example, given geometries that have coordinates with two dimensions, the bbox would have the form `[, , , ]`. For three dimensions, the bbox would have the form `[, , , , , ]`. -The bbox values are in the same coordinate reference system as the geometry. +The bbox values MUST be in the same coordinate reference system as the geometry. #### covering