Skip to content

Commit

Permalink
Merge pull request #422 from radiantearth/fix/rde/readme-example-bbox
Browse files Browse the repository at this point in the history
Fix bbox in README example
  • Loading branch information
philvarner committed Apr 17, 2023
2 parents 80932ce + 081d8c8 commit 66b6c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion item-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GET /search?collections=landsat8,sentinel&bbox=-10.415,36.066,3.779,44.213&limit
```json
{
"collections": ["landsat8","sentinel"],
"bbox": [10.415,36.066,3.779,44.213],
"bbox": [-10.415,36.066,3.779,44.213],
"limit": 200,
"datetime": "2017-05-05T00:00:00Z"
}
Expand Down

0 comments on commit 66b6c71

Please sign in to comment.