Skip to content

Commit 0f5e1b0

Browse files
authored
Merge pull request #140 from fredliporace/dev
typo; escaping * in MD; stac_version in ItemCollection; fixing reference
2 parents 14790ff + b8685ac commit 0f5e1b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

item-search/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ The core parameters for STAC search are defined by OAFeat, and STAC adds a few p
8787
| Parameter | Type | Source API | Description |
8888
| ----------- | ---------------- | ------------ | ----------- |
8989
| limit | integer | OAFeat | The maximum number of results to return (page size). Defaults to 10 |
90-
| bbox | \[number] | OAFeat | Requested bounding box. Represented using either 2D or 3D geometries. The length of the array must be 2*n where n is the number of dimensions. The array contains all axes of the southwesterly most extent followed by all axes of the northeasterly most extent specified in Longitude/Latitude or Longitude/Latitude/Elevation based on [WGS 84](http://www.opengis.net/def/crs/OGC/1.3/CRS84). When using 3D geometries, the elevation of the southwesterly most extent is the minimum elevation in meters and the elevation of the northeasterly most extent is the maximum. |
91-
| datetime | string | OAFeat | Single date+time, or a range ('/' seperator), formatted to [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6). Use double dots `..` for open date ranges. |
90+
| bbox | \[number] | OAFeat | Requested bounding box. Represented using either 2D or 3D geometries. The length of the array must be 2\*n where n is the number of dimensions. The array contains all axes of the southwesterly most extent followed by all axes of the northeasterly most extent specified in Longitude/Latitude or Longitude/Latitude/Elevation based on [WGS 84](http://www.opengis.net/def/crs/OGC/1.3/CRS84). When using 3D geometries, the elevation of the southwesterly most extent is the minimum elevation in meters and the elevation of the northeasterly most extent is the maximum. |
91+
| datetime | string | OAFeat | Single date+time, or a range ('/' separator), formatted to [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6). Use double dots `..` for open date ranges. |
9292
| intersects | GeoJSON Geometry | STAC | Searches items by performing intersection between their geometry and provided GeoJSON geometry. All GeoJSON geometry types must be supported. |
9393
| ids | \[string] | STAC | Array of Item ids to return. |
9494
| collections | \[string] | STAC | Array of one or more Collection IDs that each matching Item must be in. |
@@ -99,7 +99,7 @@ should be returned. See [examples](examples.md) to see sample requests.
9999
## Response
100100

101101
The response to a request (GET or POST) to the search endpoint should always be an
102-
`[ItemCollection](../core/itemcollection-spec.md)` object - a valid [GeoJSON
102+
[ItemCollection](../fragments/itemcollection/README.md) object - a valid [GeoJSON
103103
FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) that consists entirely of STAC
104104
[Item](../stac-spec/item-spec/item-spec.md) objects.
105105

0 commit comments

Comments
 (0)