I am new with this great library, the installation I did without problems through conda, but there is a problem that I understand with the last line.
[1]:import wradlib as wrl
import warnings
warnings.filterwarnings('ignore')
import matplotlib.pyplot as pl
import numpy as np
import xarray as xr
try:
get_ipython().magic("matplotlib inline")
except:
pl.ion()[2]:from wradlib.io.xarray import CfRadial, OdimH5
from wradlib.io.xarray import CfRadial, OdimH5
ImportError: No module named xarray
During the installation everything went well, as I said, any suggestion to solve this will be very wellcome
Many thanks
David