|
140 | 140 | }, |
141 | 141 | "outputs": [], |
142 | 142 | "source": [ |
143 | | - "FILE = ('http://ramadda-jetstream.unidata.ucar.edu/repository/opendap'\n", |
| 143 | + "FILE = ('https://ramadda.scigw.unidata.ucar.edu/repository/opendap'\n", |
144 | 144 | " '/4ef52e10-a7da-4405-bff4-e48f68bb6ba2/entry.das#fillmismatch')\n", |
145 | 145 | "C = xarray.open_dataset(FILE)" |
146 | 146 | ] |
|
665 | 665 | "outputs": [], |
666 | 666 | "source": [ |
667 | 667 | "# 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", |
669 | 669 | " '/85da3304-b910-472b-aedf-a6d8c1148131/entry.das#fillmismatch')\n", |
670 | 670 | "C = xarray.open_dataset(FILE)\n", |
671 | 671 | "\n", |
|
1000 | 1000 | "outputs": [], |
1001 | 1001 | "source": [ |
1002 | 1002 | "# 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", |
1004 | 1004 | " '/5e02eafa-5cee-4d00-9f58-6e201e69b014/entry.das#fillmismatch')\n", |
1005 | 1005 | "M1 = xarray.open_dataset(FILE)\n", |
1006 | 1006 | "\n", |
|
1125 | 1125 | }, |
1126 | 1126 | "outputs": [], |
1127 | 1127 | "source": [ |
1128 | | - "FILE = ('http://ramadda-jetstream.unidata.ucar.edu/repository/opendap'\n", |
| 1128 | + "FILE = ('https://ramadda.scigw.unidata.ucar.edu/repository/opendap'\n", |
1129 | 1129 | " '/deb91f58-f997-41a3-a077-987529bf02b3/entry.das#fillmismatch')\n", |
1130 | 1130 | "F = xarray.open_dataset(FILE)\n", |
1131 | 1131 | "\n", |
|
0 commit comments