-
Notifications
You must be signed in to change notification settings - Fork 66
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
a error of the ASAR *N1 format data #551
Comments
example :ASA_WSM_1PNDSI20120309_155143_000003363112_00270_52439_0000.N1 |
I think maybe you can test whether your "osgeo gdal" package is normal first. Try "from osgeo import gdal" to see if it can be imported properly. |
this is a new error: Traceback (most recent call last): |
@LooperzZ , your input "ASAR" filename is? |
Traceback (most recent call last):
File "D:\Python_code\sea_ice_drift-master\cartopy_show_ASAR.py", line 17, in
n = Nansat(filename,mapper='ASAR')
File "C:\software\anoconda3\envs\nansat3.9\lib\site-packages\nansat\nansat.py", line 156, in init
self.vrt = self._get_mapper(mapper, **kwargs)
File "C:\software\anoconda3\envs\nansat3.9\lib\site-packages\nansat\nansat.py", line 1135, in _get_mapper
tmp_vrt = nansatMappers[mappername](self.filename, gdal_dataset, metadata, **kwargs)
File "C:\software\anoconda3\envs\nansat3.9\lib\site-packages\nansat\mappers\mapper_asar.py", line 49, in init
self.setup_ads_parameters(filename, gdalMetadata)
File "C:\software\anoconda3\envs\nansat3.9\lib\site-packages\nansat\mappers\envisat.py", line 212, in setup_ads_parameters
raise WrongMapperError
nansat.exceptions.WrongMapperError
Exception ignored in: <function VRT.del at 0x000002E7D795B700>
Traceback (most recent call last):
File "C:\software\anoconda3\envs\nansat3.9\lib\site-packages\nansat\vrt.py", line 469, in del
gdal.Unlink(self.filename)
File "C:\software\anoconda3\envs\nansat3.9\lib\site-packages\osgeo\gdal.py", line 3360, in Unlink
return _gdal.Unlink(*args)
RuntimeError: unknown error occurred
The text was updated successfully, but these errors were encountered: