In [ ]:
import matplotlib
import warnings
warnings.filterwarnings("ignore", category=matplotlib.cbook.MatplotlibDeprecationWarning)
%matplotlib inline

In [ ]:
from siphon.radarserver import RadarServer
url = 'http://thredds.ucar.edu/thredds/radarServer/nexrad/level2/IDD/'
#url = 'http://thredds-aws.unidata.ucar.edu/thredds/radarServer/nexrad/level2/S3/'
rs = RadarServer()

In [ ]: