Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #407 from jrleeman/satellite_animation_windows
Browse files Browse the repository at this point in the history
Fix satellite animation on Windows
  • Loading branch information
jrleeman authored Mar 14, 2019
2 parents c876ea5 + a410ec0 commit 1c63319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Satellite_Data/PlottingSatelliteData.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1c63319

Please sign in to comment.