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

no results for bbox near date line #279

Open
bossie opened this issue Apr 3, 2024 · 5 comments · May be fixed by #310
Open

no results for bbox near date line #279

bossie opened this issue Apr 3, 2024 · 5 comments · May be fixed by #310
Assignees
Labels
bug Something isn't working

Comments

@bossie
Copy link
Collaborator

bossie commented Apr 3, 2024

This process graph will return an empty GeoTiff for sync requests and no assets for batch jobs:

{
  "process_graph": {
    "loadcollection1": {
      "process_id": "load_collection",
      "arguments": {
        "bands": [
          "B02",
          "B03",
          "B04",
          "B08"
        ],
        "id": "SENTINEL2_L2A",
        "spatial_extent": {
          "west": 178.7384,
          "east": 178.8548,
          "south": 70.769,
          "north": 70.8254
        },
        "temporal_extent": [
          "2024-04-02",
          "2024-04-03"
        ]
      }
    },
    "saveresult1": {
      "process_id": "save_result",
      "arguments": {
        "data": {
          "from_node": "loadcollection1"
        },
        "format": "GTiff",
        "options": {}
      },
      "result": true
    }
  }
}

Internal ref: CDSE-96

@bossie bossie added the bug Something isn't working label Apr 3, 2024
bossie added a commit that referenced this issue Apr 3, 2024
@bossie
Copy link
Collaborator Author

bossie commented Apr 3, 2024

FWIW, forcing the CRS to EPSG:32601 makes it work.

@JeroenVerstraelen
Copy link
Contributor

JeroenVerstraelen commented Apr 9, 2024

Has to be fixed in the next sprint. This was originally an issue from CDSE Zendesk.

@EmileSonneveld
Copy link
Contributor

The PG gives a result on https://openeo-dev.vito.be
But indeed no result on https://openeo-staging.creo.vito.be (no errors, no files)

@EmileSonneveld
Copy link
Contributor

This might be due the gaps in S2 data and not the date line.
When enlarging the extent I got some data crossing the line.
image

#280

@EmileSonneveld
Copy link
Contributor

Sentinel 5 also had missing data close to the date line. Found by student via Victor Verhaert

EmileSonneveld added a commit that referenced this issue May 28, 2024
EmileSonneveld added a commit that referenced this issue Jun 27, 2024
@EmileSonneveld EmileSonneveld linked a pull request Jun 28, 2024 that will close this issue
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