-
Notifications
You must be signed in to change notification settings - Fork 34
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
ImportError: Could not recognize format for ascending #112
Comments
That means your data does not conform to the datatype format required. What data do you try to import? |
I run These are files of type.hrd,.vrt,.xml, .json, .dem |
For the ARIA scene_io class you need to have osgeo ie. gdal installed. Please do so and try again! |
I have already installed gdal, but still have this problem. Requirement already satisfied: gdal in ./anaconda3/lib/python3.10/site-packages (3.6.2) |
Thank you for your report! I will try to get rid of the gdal dependency in a patch and will keep you posted! |
Based on the example given, run
spool --load ascending
, but an error occursTraceback (most recent call last):
File "/home/u/anaconda3/bin/spool", line 8, in
sys.exit(main())
File "/home/u/anaconda3/lib/python3.10/site-packages/kite/spool/main.py", line 111, in main
spool(import_file=ns.load)
File "/home/u/anaconda3/lib/python3.10/site-packages/kite/spool/spool.py", line 393, in spool
spool_app = Spool(*args, **kwargs)
File "/home/u/anaconda3/lib/python3.10/site-packages/kite/spool/spool.py", line 46, in init
self.importScene(import_file)
File "/home/u/anaconda3/lib/python3.10/site-packages/kite/spool/spool.py", line 61, in importScene
self.spool_win.model.importFile(filename)
File "/home/u/anaconda3/lib/python3.10/site-packages/kite/spool/scene_model.py", line 171, in importFile
self.setScene(Scene.import_data(filename))
File "/home/u/anaconda3/lib/python3.10/site-packages/kite/scene.py", line 459, in dynclassmethod
return func(Scene(), *args, **kwargs)
File "/home/u/anaconda3/lib/python3.10/site-packages/kite/scene.py", line 972, in _import_data
raise ImportError("Could not recognize format for %s" % path)
ImportError: Could not recognize format for ascending
The text was updated successfully, but these errors were encountered: