-
Notifications
You must be signed in to change notification settings - Fork 14
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
TypeError: expected str, bytes or os.PathLike object, not NoneType #81
Comments
Have you solved the issue? I guess you should try double slashes ('//') in the file path instead of single |
Thanks a ton for responding. I'm pretty sure my input is of Sentinel-1A/1B EW_GRDM_1SDH (the inputs required or would be accepted) |
I faced the same problem and solved it the following way. First, the error : " This error was with this line in the sentinel1image.py file:
This line return a So by changing the above line by the following one, the problem is fixed for me:
Hope it will help. |
Above is my input.
I made sure my source file is of EW-GRDM-1SDH (can be seen in the attached image/screenshot). I do not see any other requirements as per the README file but I still get this error below.
Any suggestions about mistaken attempt would be appreciated
Below is the error for refrence
@akorosov @aleksandervines @xdenisx
The text was updated successfully, but these errors were encountered: