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

openEO tiles get different color tints on CDSE S2 #294

Open EmileSonneveld opened 1 month ago

EmileSonneveld commented 1 month ago

The following process graph outputs a result where different tiles have different color tints. Probably because they use different input products from /eodata. image

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