Skip to content

Commit

Permalink
clarified that the bbox must be in the same crs as the geometry (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
cholmes authored Jun 10, 2024
1 parent eec4cf8 commit f8b524f
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 f8b524f

Please sign in to comment.