You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am using pyroSAR to process images. However, I keep getting 2 errors in this runcell.
About the error message <UnicodeDecodeError: 'utf-8' code can't code byte 0xb4 in position 620: invalid start byte>
When I run this, the file is generated and then the error <UnicodeDecodeError: 'utf-8' code can't code byte 0xb4 in position 620: invalid start byte> appears. Can you tell me what I should do in this case?
In
Out
folder & file
Range-doppler
I've understood that <geocoding_type='Range-Doppler'> corrects the orientation of the image. However, with the error message 1), the resulting image's direction does not change in SNAP. Can you tell me how I change direction? (The image below should be rotated 90 degrees to the left.)
showing in SNAP
The text was updated successfully, but these errors were encountered:
HI @Jeon-seo-young. It looks like utf-8 is not suited for decoding the binary error message. Perhaps your file/folder names are causing the trouble. Is this Korean? It could be that utf-8 needs to be replaced with something else. What do you get when doing something like this with your alphabet:
Hello. I am using pyroSAR to process images. However, I keep getting 2 errors in this runcell.
When I run this, the file is generated and then the error <UnicodeDecodeError: 'utf-8' code can't code byte 0xb4 in position 620: invalid start byte> appears. Can you tell me what I should do in this case?
In
Out
folder & file
I've understood that <geocoding_type='Range-Doppler'> corrects the orientation of the image. However, with the error message 1), the resulting image's direction does not change in SNAP. Can you tell me how I change direction? (The image below should be rotated 90 degrees to the left.)
The text was updated successfully, but these errors were encountered: