EOxServer / eoxserver

EOxServer is a Python application and framework for presenting Earth Observation (EO) data and metadata.
https://eoxserver.org
Other
40 stars 18 forks source link

Cloud coverage process #540

Closed totycro closed 1 year ago

totycro commented 1 year ago

Not sure if this implementation is great, but it already yields useful results for agri.

The performance is still pretty bad (0.5 sec for opening a coverage, so the whole request might take 10 sec)

This is an example response for a parcel. The 43% cover is this image: wms

100% cloud cover looks like this: wms

And 0% like this: wms

{
    "2020-08-08T10:07:22+00:00": 0,
    "2020-08-10T09:57:28+00:00": 0,
    "2020-08-13T10:07:25+00:00": 0,
    "2020-08-15T09:57:25+00:00": 1,
    "2020-08-18T10:07:23+00:00": 1,
    "2020-08-20T09:57:27+00:00": 0,
    "2020-08-23T10:07:25+00:00": 1,
    "2020-08-25T09:57:25+00:00": 0.43333333333333335,
    "2020-08-28T10:07:22+00:00": 0,
    "2020-08-30T09:57:27+00:00": 1,
    "2020-09-02T10:07:24+00:00": 0,
    "2020-09-04T09:57:25+00:00": 1,
    "2020-09-07T10:07:22+00:00": 1,
    "2020-09-09T09:57:25+00:00": 0,
    "2020-09-12T10:07:23+00:00": 0,
    "2020-09-14T09:57:24+00:00": 0,
    "2020-09-17T10:07:21+00:00": 1,
    "2020-09-19T09:57:26+00:00": 1,
    "2020-09-22T10:07:24+00:00": 0,
    "2020-09-24T09:57:24+00:00": 0,
    "2020-09-27T10:07:22+00:00": 0,
    "2020-09-29T09:57:27+00:00": 1,
    "2020-10-02T10:07:25+00:00": 0,
    "2020-10-04T09:57:25+00:00": 0,
    "2020-10-07T10:07:23+00:00": 1,
    "2020-10-09T09:57:27+00:00": 0,
    "2020-10-12T10:07:25+00:00": 1,
    "2020-10-14T09:57:25+00:00": 1,
    "2020-10-17T10:07:23+00:00": 1,
    "2020-10-19T09:57:27+00:00": 1,
    "2020-10-22T10:07:24+00:00": 1,
    "2020-10-24T09:57:25+00:00": 1,
    "2020-10-27T10:07:22+00:00": 1,
    "2020-10-29T09:57:27+00:00": 1,
    "2020-11-01T10:07:24+00:00": 1,
    "2020-11-03T09:57:24+00:00": 1,
    "2020-11-06T10:07:21+00:00": 0,
    "2020-11-08T09:57:26+00:00": 1,
    "2020-11-11T10:07:23+00:00": 1,
    "2020-11-13T09:57:22+00:00": 0
  }