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

gaps in SENTINEL2_L2A on CDSE #280

Closed
bossie opened this issue Apr 9, 2024 · 5 comments · Fixed by #290
Closed

gaps in SENTINEL2_L2A on CDSE #280

bossie opened this issue Apr 9, 2024 · 5 comments · Fixed by #290
Assignees
Labels
bug Something isn't working

Comments

@bossie
Copy link
Collaborator

bossie commented Apr 9, 2024

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
Copy link
Contributor

EmileSonneveld commented May 5, 2024

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

@EmileSonneveld
Copy link
Contributor

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

@jdries
Copy link
Contributor

jdries commented May 15, 2024

@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 EmileSonneveld linked a pull request May 16, 2024 that will close this issue
@EmileSonneveld
Copy link
Contributor

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

@EmileSonneveld
Copy link
Contributor

Isolated color difference in new issue: #294

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants