Import wradlib and check its version¶
This simple example shows the \(\omega radlib\) version at rendering time.
In [1]:
import wradlib
print(wradlib.__version__)
1.1.0
This simple example shows the \(\omega radlib\) version at rendering time.
In [1]:
import wradlib
print(wradlib.__version__)
1.1.0