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

Issue on page /tutorials/sar/uavsar-download.html #169

Open
falahfakhri-Iraq opened this issue Dec 18, 2022 · 0 comments
Open

Issue on page /tutorials/sar/uavsar-download.html #169

falahfakhri-Iraq opened this issue Dec 18, 2022 · 0 comments

Comments

@falahfakhri-Iraq
Copy link


UnboundLocalError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_3204\3970605443.py in <cell line: 2>()
1 # call the tiff convert function, and it will print the information it extracted from the .ann file
----> 2 uavsar_tiff_convert(data_folder)

~\AppData\Local\Temp\ipykernel_3204\4031231228.py in uavsar_tiff_convert(folder)
106 sources.write(re.sub(line[8:13], Lines, line))
107 elif "samples" in line:
--> 108 sources.write(re.sub(line[10:15], Samples, line))
109 elif "LAT" in line:
110 sources.write(re.sub(line[12:15], Latitude, line))

UnboundLocalError: local variable 'Samples' referenced before assignment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant