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

Capella data not loading #76

Closed
koles289 opened this issue Jan 3, 2023 · 4 comments
Closed

Capella data not loading #76

koles289 opened this issue Jan 3, 2023 · 4 comments
Labels
needs detail Further information is requested

Comments

@koles289
Copy link

koles289 commented Jan 3, 2023

Hello

I would like to ask some clarification regarding support for CAPELLA data for SAR.
I have a zip file with CAPELLA data, but when I try to load the file, the outputting variable is empty and the code is not throwing any errors.
When I was checking the reader function, it seems to me, that there is missing a class creation for Capella data and this is why it does not throw any error.
Could you help me to understand if there is currently a support for Capella satellite?

@remi-braun
Copy link
Member

remi-braun commented Jan 3, 2023

Hello,

Could you precise the EOReader version you are using ?
The 0.19.0 version that enabled the Capella support has only be up for several minutes (and not yet available on conda), so maybe you just have to update EOReader 😅

@remi-braun
Copy link
Member

Moreover, archived Capella won't work (see https://eoreader.readthedocs.io/en/v0.19.0/sar.html#implemented-sar-constellations).
You must extract the folder before (SNAP cannot use archived Capella products directly)

If you want to display EOReader logs, you can initialize le EOReader logger like in this :

# Create logger
import logging
from sertit import logs

logs.init_logger(logging.getLogger("eoreader"))

(from this notebook)

@remi-braun remi-braun added the needs detail Further information is requested label Jan 4, 2023
@koles289
Copy link
Author

koles289 commented Jan 4, 2023

Hi remi,
thank you for such a quick response :) yeah I was using the older version.
I upgraded it and changed thestructure a little and the files were loaded :) thank you

@koles289 koles289 closed this as completed Jan 4, 2023
@remi-braun
Copy link
Member

Happy to see you made it work 🎆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs detail Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants