Skip to content

Commit ed5bcf9

Browse files
Merge pull request #64 from radiantearth/bbox-crs
Remove bbox-crs for now
2 parents de468e2 + 22fa381 commit ed5bcf9

File tree

4 files changed

+4
-15
lines changed

4 files changed

+4
-15
lines changed

STAC-extensions.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -514,11 +514,7 @@ components:
514514
515515
The coordinate reference system of the values is WGS 84
516516
517-
longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless
518-
519-
a different coordinate reference system is specified in the parameter
520-
521-
`bbox-crs`.
517+
longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84).
522518
523519
524520
For WGS 84 longitude/latitude the values are in most cases the sequence

STAC.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,7 @@ components:
262262
263263
The coordinate reference system of the values is WGS 84
264264
265-
longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless
266-
267-
a different coordinate reference system is specified in the parameter
268-
269-
`bbox-crs`.
265+
longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84).
270266
271267
272268
For WGS 84 longitude/latitude the values are in most cases the sequence

openapi/OAFeat.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ components:
154154
* Maximum value, coordinate axis 3 (optional)
155155
156156
The coordinate reference system of the values is WGS 84 longitude/latitude
157-
(http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate
158-
reference system is specified in the parameter `bbox-crs`.
157+
(http://www.opengis.net/def/crs/OGC/1.3/CRS84).
159158
160159
For WGS 84 longitude/latitude the values are in most cases the sequence of
161160
minimum longitude, minimum latitude, maximum longitude and maximum latitude.

openapi/STAC.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ components:
160160
* Maximum value, coordinate axis 3 (optional)
161161
162162
The coordinate reference system of the values is WGS 84
163-
longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless
164-
a different coordinate reference system is specified in the parameter
165-
`bbox-crs`.
163+
longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84).
166164
167165
For WGS 84 longitude/latitude the values are in most cases the sequence
168166
of minimum longitude, minimum latitude, maximum longitude and maximum

0 commit comments

Comments
 (0)