Open-EO / openeo-geotrellis-extensions

Java/Scala extensions for Geotrellis, for use with OpenEO GeoPySpark backend.
Apache License 2.0
5 stars 3 forks source link

gaps in SENTINEL2_L2A on CDSE #280

Closed bossie closed 1 month ago

bossie commented 3 months ago

Internal ref: CDSE-100

Process graph:

{
  "process_graph": {
    "loadcollection1": {
      "process_id": "load_collection",
      "arguments": {
        "bands": [
          "B02",
          "B03",
          "B04",
          "B08"
        ],
        "id": "SENTINEL2_L2A",
        "spatial_extent": {
          "west": -162.2501,
          "east": -161.2879,
          "south": 70.1839,
          "north": 70.3401
        },
        "temporal_extent": [
          "2024-03-24",
          "2024-03-25"
        ]
      }
    },
    "saveresult1": {
      "process_id": "save_result",
      "arguments": {
        "data": {
          "from_node": "loadcollection1"
        },
        "format": "GTiff",
        "options": {}
      },
      "result": true
    }
  }
}

Result: 20240324T230529Z_S2.tif.txt

Same process graph on Terrascope looks great; "derived_from" links look the same: openEO_2024-03-24Z_Terrascope.tif.txt

EmileSonneveld commented 2 months ago

Due to laptop issues, and support, this ticket is still in progress

EmileSonneveld commented 2 months ago

Probably unrelated, but tiles have different color tints in result: image

jdries commented 2 months ago

@EmileSonneveld for these different color tints, you may want to link to a visualization of the source product in copernicus browser, to establish whether or not the problem exists also there. Then next step is to see how these band values actually differ. It doesn't make much sense that openEO would somehow change values within the bands...

EmileSonneveld commented 1 month ago

This is deployed on CDSE prod. Running the job from the user gives a full result.

EmileSonneveld commented 1 month ago

Isolated color difference in new issue: https://github.com/Open-EO/openeo-geotrellis-extensions/issues/294