Skip to content

Commit

Permalink
Merge branch 'main' into ogc-template
Browse files Browse the repository at this point in the history
  • Loading branch information
cholmes authored Jun 10, 2024
2 parents ca96cad + f8b524f commit 91b412e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format-specs/geoparquet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `[<xmin>, <ymin>, <xmax>, <ymax>]`. For three dimensions, the bbox would have the form `[<xmin>, <ymin>, <zmin>, <xmax>, <ymax>, <zmax>]`.

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

Expand Down

0 comments on commit 91b412e

Please sign in to comment.