Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openEO tiles get different color tints on CDSE S2 #294

Open
EmileSonneveld opened this issue May 24, 2024 · 0 comments
Open

openEO tiles get different color tints on CDSE S2 #294

EmileSonneveld opened this issue May 24, 2024 · 0 comments
Assignees

Comments

@EmileSonneveld
Copy link
Contributor

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
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant