-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unable to load RCM file.Results in type error iteration over #74
Comments
it seems that the error is occuring when in safe_rcm/product/transformers.py.
|
Hello @sparshgarg23 , |
@agrouaze were you able to look into the data format I sent.I believe you mentioned earlier that currently safe_rcm doesn't support slc files however even for a GRD file as shown in above link,it's unable to read the meta information.Also I would like to reopen this issue if that's okay with you. |
No I didn't have time for now to look at this file. I will do. You can reopen this issue. |
I did check yesterday, and apparently the reason for the error is that the file has just a single beam ( |
While working on my own RCM dataset,I am unable to read the safe file into the datatree object.I am getting the error
Any reason why this is happening
the structure of my rcm folder is
Not sure why this error is happening.Am i reading the file correctly?
import safe_rcm
tree=safe_rcm.open_rcm('Name of RCM folder',chunks={})
The text was updated successfully, but these errors were encountered: