Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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