Skip to content

Commit 4c8d065

Browse files
http://ramadda-jetstream to https://ramadda.scigw
1 parent 714f501 commit 4c8d065

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/gallery/mapping_GOES16_TrueColor.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
},
141141
"outputs": [],
142142
"source": [
143-
"FILE = ('http://ramadda-jetstream.unidata.ucar.edu/repository/opendap'\n",
143+
"FILE = ('https://ramadda.scigw.unidata.ucar.edu/repository/opendap'\n",
144144
" '/4ef52e10-a7da-4405-bff4-e48f68bb6ba2/entry.das#fillmismatch')\n",
145145
"C = xarray.open_dataset(FILE)"
146146
]
@@ -665,7 +665,7 @@
665665
"outputs": [],
666666
"source": [
667667
"# A GOES-16 file with half day and half night\n",
668-
"FILE = ('http://ramadda-jetstream.unidata.ucar.edu/repository/opendap'\n",
668+
"FILE = ('https://ramadda.scigw.unidata.ucar.edu/repository/opendap'\n",
669669
" '/85da3304-b910-472b-aedf-a6d8c1148131/entry.das#fillmismatch')\n",
670670
"C = xarray.open_dataset(FILE)\n",
671671
"\n",
@@ -1000,7 +1000,7 @@
10001000
"outputs": [],
10011001
"source": [
10021002
"# M1 is for the Mesoscale1 NetCDF file\n",
1003-
"FILE = ('http://ramadda-jetstream.unidata.ucar.edu/repository/opendap'\n",
1003+
"FILE = ('https://ramadda.scigw.unidata.ucar.edu/repository/opendap'\n",
10041004
" '/5e02eafa-5cee-4d00-9f58-6e201e69b014/entry.das#fillmismatch')\n",
10051005
"M1 = xarray.open_dataset(FILE)\n",
10061006
"\n",
@@ -1125,7 +1125,7 @@
11251125
},
11261126
"outputs": [],
11271127
"source": [
1128-
"FILE = ('http://ramadda-jetstream.unidata.ucar.edu/repository/opendap'\n",
1128+
"FILE = ('https://ramadda.scigw.unidata.ucar.edu/repository/opendap'\n",
11291129
" '/deb91f58-f997-41a3-a077-987529bf02b3/entry.das#fillmismatch')\n",
11301130
"F = xarray.open_dataset(FILE)\n",
11311131
"\n",

0 commit comments

Comments
 (0)