ManonDls / KFTS-InSAR

Kalman Filter Time series Analysis for InSAR
GNU General Public License v3.0
54 stars 11 forks source link

OSError: Can't read data (no appropriate function for conversion path) #3

Closed libingquan13 closed 2 years ago

libingquan13 commented 2 years ago

Dear ManonDls, Please, I meet a problem.

I use the 'config_Etna.ini' to run KFTS. While running the command ' python plotoutput.py -c configs/config_Etna.ini -geom ./ -rmsTh 2', I got an error 'OSError: Can't read data (no appropriate function for conversion path)'. And there are no errors in other commands.

How should I solve it? Sorry for any inconvenience caused, your assistance will be highly appreciated. 1646487238(1)

bjmarfito commented 2 years ago

I have the same problem @libingquan13

ManonDls commented 2 years ago

Hello @libingquan13 and @bjmarfito, This issue is now solved. Thank you for notifying me. It was due to an update of the h5py library and adding dates = dates[:] in plotouput.py did the trick.

bjmarfito commented 2 years ago

It works now. Thank you @ManonDls

libingquan13 commented 2 years ago

It works now. Thank you @ManonDls