From a410ec03cccb0320018e276894fb37622264b927 Mon Sep 17 00:00:00 2001 From: "J.R. Leeman" Date: Thu, 14 Mar 2019 10:58:40 -0600 Subject: [PATCH] Remove opendap default for Windows. --- notebooks/Satellite_Data/PlottingSatelliteData.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/Satellite_Data/PlottingSatelliteData.ipynb b/notebooks/Satellite_Data/PlottingSatelliteData.ipynb index 49a4d26f..2504be02 100644 --- a/notebooks/Satellite_Data/PlottingSatelliteData.ipynb +++ b/notebooks/Satellite_Data/PlottingSatelliteData.ipynb @@ -610,7 +610,7 @@ "for ds in datasets[::-6]:\n", "\n", " # Open the data\n", - " ds = ds.remote_access(service='OPENDAP', use_xarray=True)\n", + " ds = ds.remote_access(use_xarray=True)\n", " dat = ds.metpy.parse_cf('Sectorized_CMI')\n", " \n", " # Pull out the image data, x and y coordinates, and the time. Also go ahead and\n",