ImportError: Could not recognize format for ascending
Based on the example given, run spool --load ascending, but an error occurs
Traceback (most recent call last):
File "/home/u/anaconda3/bin/spool", line 8, in
That means your data does not conform to the datatype format required. What data do you try to import?
That means your data does not conform to the datatype format required. What data do you try to import?
I run ariaExtract.py -w ascending -f S1-GUNW-A-R-064-tops-20190710_20180703-015013-36885N_35006N-PP-9955-v2_0_2.nc -d download -l unwrappedPhase,incidenceAngle,azimuthAngle and get the ascending folder.
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!