Iconem / search-satellite-imagery

Search satellite Imagery Archive on aggregators like UP42, skywatch, EOS via their respective APIs
http://search-eo-imagery.iconem.com/
MIT License
44 stars 2 forks source link

Use official SkyFi API Docs #13

Open jo-chemla opened 1 year ago

jo-chemla commented 1 year ago

SkyFi API Docs

id: 3a6459ca-c603-41bc-b997-df9d5382d632 api_key: 63bd47317d9848d7a4b77203a7e70ca0

Working test payload:

{
  "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
}