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

BUG: CSG + calibration step #48

Closed
remi-braun opened this issue Aug 26, 2022 · 2 comments
Closed

BUG: CSG + calibration step #48

remi-braun opened this issue Aug 26, 2022 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@remi-braun
Copy link
Member

For some reason, applying a calibration step in SNAP to some CSG products outputs an empty raster.
The workaround is to use the cplx_no_calib_preprocess_default.xml graph instead.

import os
from eoreader.reader import Reader
from eoreader.bands import VV
from eoreader.env_vars import PP_GRAPH

os.environ[PP_GRAPH]="path/to/eoreader/data/cplx_no_calib_preprocess_default.xml"

path = r"CSG_SCS_1254349-1052847"
prod = Reader().open(path)
prod.load(VV)

This may be worth investiguating (when having more CSG data?)

@remi-braun remi-braun added the bug Something isn't working label Aug 26, 2022
@remi-braun
Copy link
Member Author

SNAP 9.0 doesn't seem to fix this. Nothing found on STEP forum either...

@remi-braun remi-braun added the help wanted Extra attention is needed label Dec 8, 2022
remi-braun added a commit that referenced this issue Feb 22, 2023
…e `CSG` data, avoiding producing an empty raster #48
@remi-braun
Copy link
Member Author

By default, calibration is not applied to slant range CSG data, avoiding producing an empty raster. Implemented in commit 1ef71ff

bastiencyr pushed a commit to bastiencyr/eoreader that referenced this issue May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant