Last active
October 8, 2021 15:56
-
-
Save bitner/442adba3296a99c951c4643b4e3e9c64 to your computer and use it in GitHub Desktop.
httptests.http
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST https://planetarycomputer.microsoft.com/api/stac/v1/search HTTP/1.1 | |
content-type: application/json | |
{ | |
"bbox":[-59.69, -34.74, -58.24, -33.65], | |
"datetime":"2017-01-01/2020-12-31", | |
"collections":["sentinel-2-l2a"], | |
"limit":5 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment