-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Note it seems that the SkyFi API Docs is not up-to-date, please look at network requests instead.
id: 3a6459ca-c603-41bc-b997-df9d5382d632
api_key: 63bd47317d9848d7a4b77203a7e70ca0
Working test payload, probably sent as POST to endpoint https://app.skyfi.com/api/archive-available:
{
"clientType": "DESKTOP",
"fromDate": "2019-12-31T23:00:00.000Z",
"toDate": "2024-06-21T14:07:55.122Z",
"maxCloudCoveragePercent": 20,
"resolutions": [
"MEDIUM",
"HIGH",
"VERY HIGH",
"SUPER HIGH",
"ULTRA HIGH"
],
"sensors": [
"DAY",
"SAR",
"STEREO"
],
"providers": [
"PLANET",
"GEOSAT",
"SATELLOGIC",
"SIWEI",
"IMPRO",
"URBAN_SKY",
"NSL",
"UMBRA"
],
"isOpendata": false,
"imageCropping": {
"wktString": "POLYGON ((-97.71707472886547 30.288932410607416, -97.71708660400365 30.243829161523614, -97.76903499599634 30.243829161523614, -97.76904687113452 30.288932410607416, -97.71707472886547 30.288932410607416))"
},
"page": 0,
"pageSize": 25
}
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers