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

Antimeridian crossing not yet checked for RS2 product #172

Open
agrouaze opened this issue Jul 10, 2023 · 1 comment
Open

Antimeridian crossing not yet checked for RS2 product #172

agrouaze opened this issue Jul 10, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@agrouaze
Copy link
Member

trying to read
datawork-cersat-public/cache/project/sarwing/data/RS2/L1/VV_VH/2022/013/RS2_OK133121_PK1162214_DK1119226_SCWA_20220113_173154_VV_VH_SGF

File "/home1/datahome/agrouaze/sources/git/grdwindinversion/grdwindinversion/inversion.py", line 179, in makeL2
    xsar_obj_1000m = fct_dataset(meta, resolution='1000m')
  File "/home1/datahome/agrouaze/sources/git/xsar/src/xsar/radarsat2_dataset.py", line 216, in __init__
    rasters = self._load_rasters_vars()
  File "/home1/datahome/agrouaze/sources/git/xsar/src/xsar/utils.py", line 94, in wrapper
    result = f(*args, **kwargs)
  File "/home1/datahome/agrouaze/sources/git/xsar/src/xsar/base_dataset.py", line 816, in _load_rasters_vars
    raise NotImplementedError('Antimeridian crossing not yet checked')

@yreynaud is this method forgotten for RS2 products?

@agrouaze agrouaze added the bug Something isn't working label Jul 10, 2023
@agrouaze agrouaze linked a pull request Jul 10, 2023 that will close this issue
@agrouaze agrouaze removed a link to a pull request Jul 10, 2023
@agrouaze
Copy link
Member Author

agrouaze commented Jul 10, 2023

issue not yet fixed but at least PR #173 will help

  1. the error raised to users is more clear
  2. the comments in the code don't let think that it is a typo but simply a not implemented feature for raster methods.

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

No branches or pull requests

2 participants