I was trying to go through this code and constantly getting an error while importing import rioxarray as rio in python. The details of code in below.....
outfilename = os.path.join(output_folder,'Runoff_monthly_%s.%02s.%02s.tif' %(Date.strftime('%Y'), Date.strftime('%m'), '01'))
x = pr.rio.to_raster(outfilename)
print("IMD",ncfile['time'][i])
i+=1
the error i am getting in below....
File "rioxarray.py", line 26, in from rioxarray.exceptions import (
ImportError: No module named exceptions
I am trying to solve this error while i am executing this code..
File "rioxarray.py", line 26, in from rioxarray.exceptions import ( ImportError: No module named exceptions