mahinjafari
mahinjafari
Hi I want to use kite and importing grd file and sent to spool, but the following error occurs: ``` In [5]: import gdal In [6]: ds = gdal.Open('dataset',gdal.GA_ReadOnly) ERROR...
Hi I am new in python. I want to import my mat file but I encounter with the following error: In [17]: scene = Scene.import_data('CSK20160614-20160625asc.mat') --------------------------------------------------------------------------- TypeError Traceback (most recent...