letsfarmafrica / testRepo

0 stars 0 forks source link

image downloader script #1

Open ungarj opened 9 months ago

ungarj commented 9 months ago

query STAC search endpoint for Sentinel-2 data

baloola commented 9 months ago
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "coordinates": [
          [
            [
              34.41673278808594,
              13.260664834527315
            ],
            [
              34.751129150390625,
              13.260664834527315
            ],
            [
              34.751129150390625,
              13.525181420242227
            ],
            [
              34.41673278808594,
              13.525181420242227
            ],
            [
              34.41673278808594,
              13.260664834527315
            ]
          ]
        ],
        "type": "Polygon"
      }
    }
  ]
}