diff --git a/examples/notebooks/Colored_Surface_Temperature_Plot.ipynb b/examples/notebooks/Colored_Surface_Temperature_Plot.ipynb index c0bffec..e6c26be 100644 --- a/examples/notebooks/Colored_Surface_Temperature_Plot.ipynb +++ b/examples/notebooks/Colored_Surface_Temperature_Plot.ipynb @@ -122,7 +122,7 @@ "outputs": [], "source": [ "# New obs request\n", - "edexServer = \"edex-cloud.unidata.ucar.edu\"\n", + "edexServer = \"edex-beta.unidata.ucar.edu\"\n", "DataAccessLayer.changeEDEXHost(edexServer)\n", "request = DataAccessLayer.newDataRequest(\"obs\", envelope=envelope)\n", "params = [\"temperature\", \"longitude\", \"latitude\", \"stationName\"]\n", @@ -364,7 +364,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, diff --git a/examples/notebooks/Colorized_Grid_Data.ipynb b/examples/notebooks/Colorized_Grid_Data.ipynb index efa3941..f620620 100644 --- a/examples/notebooks/Colorized_Grid_Data.ipynb +++ b/examples/notebooks/Colorized_Grid_Data.ipynb @@ -96,7 +96,7 @@ } ], "source": [ - "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-beta.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest()\n", "request.setDatatype(\"grid\")\n", "request.setLocationNames(\"RAP13\")\n", @@ -365,7 +365,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -379,7 +379,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.2" + "version": "3.10.12" }, "toc": { "base_numbering": 1, diff --git a/examples/notebooks/Forecast_Model_Vertical_Sounding.ipynb b/examples/notebooks/Forecast_Model_Vertical_Sounding.ipynb index ac3f4ab..f6e88cb 100644 --- a/examples/notebooks/Forecast_Model_Vertical_Sounding.ipynb +++ b/examples/notebooks/Forecast_Model_Vertical_Sounding.ipynb @@ -93,7 +93,7 @@ "metadata": {}, "outputs": [], "source": [ - "server = 'edex-cloud.unidata.ucar.edu'\n", + "server = 'edex-beta.unidata.ucar.edu'\n", "DataAccessLayer.changeEDEXHost(server)" ] }, @@ -582,7 +582,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, diff --git a/examples/notebooks/GOES_CIRA_Product_Writer.ipynb b/examples/notebooks/GOES_CIRA_Product_Writer.ipynb index 4d0a970..5b96592 100644 --- a/examples/notebooks/GOES_CIRA_Product_Writer.ipynb +++ b/examples/notebooks/GOES_CIRA_Product_Writer.ipynb @@ -94,7 +94,7 @@ "outputs": [], "source": [ "# Create an EDEX data request\n", - "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-beta.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest()\n", "request.setDatatype(\"satellite\")" ] @@ -585,7 +585,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, diff --git a/examples/notebooks/Grid_Levels_and_Parameters.ipynb b/examples/notebooks/Grid_Levels_and_Parameters.ipynb index fde1f65..1b73f20 100644 --- a/examples/notebooks/Grid_Levels_and_Parameters.ipynb +++ b/examples/notebooks/Grid_Levels_and_Parameters.ipynb @@ -82,7 +82,7 @@ "outputs": [], "source": [ "# Unidata's cloud EDEX instance is used in this example\n", - "edex_url = \"edex-cloud.unidata.ucar.edu\"\n", + "edex_url = \"edex-beta.unidata.ucar.edu\"\n", "DataAccessLayer.changeEDEXHost(edex_url)" ] }, @@ -1106,7 +1106,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, diff --git a/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb b/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb index 3794b79..510db3c 100644 --- a/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb +++ b/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb @@ -140,7 +140,7 @@ "outputs": [], "source": [ "# EDEX Request\n", - "edexServer = \"edex-cloud.unidata.ucar.edu\"\n", + "edexServer = \"edex-beta.unidata.ucar.edu\"\n", "DataAccessLayer.changeEDEXHost(edexServer)\n", "request = DataAccessLayer.newDataRequest(\"obs\")\n", "\n", @@ -487,7 +487,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, diff --git a/examples/notebooks/Map_Resources_and_Topography.ipynb b/examples/notebooks/Map_Resources_and_Topography.ipynb index 2b70757..f323a5c 100644 --- a/examples/notebooks/Map_Resources_and_Topography.ipynb +++ b/examples/notebooks/Map_Resources_and_Topography.ipynb @@ -91,7 +91,7 @@ "outputs": [], "source": [ "# Server, Data Request Type, and Database Table\n", - "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-beta.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest('maps')" ] }, @@ -686,7 +686,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, diff --git a/examples/notebooks/Model_Sounding_Data.ipynb b/examples/notebooks/Model_Sounding_Data.ipynb index 9cbb74e..65fd634 100644 --- a/examples/notebooks/Model_Sounding_Data.ipynb +++ b/examples/notebooks/Model_Sounding_Data.ipynb @@ -91,7 +91,7 @@ "metadata": {}, "outputs": [], "source": [ - "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-beta.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest(\"modelsounding\")\n", "forecastModel = \"GFS\"\n", "request.addIdentifier(\"reportType\", forecastModel)\n", @@ -1558,7 +1558,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, diff --git a/examples/notebooks/NEXRAD_Level3_Radar.ipynb b/examples/notebooks/NEXRAD_Level3_Radar.ipynb index 91149f4..b71c11c 100644 --- a/examples/notebooks/NEXRAD_Level3_Radar.ipynb +++ b/examples/notebooks/NEXRAD_Level3_Radar.ipynb @@ -32,7 +32,7 @@ "from cartopy.mpl.gridliner import LONGITUDE_FORMATTER, LATITUDE_FORMATTER\n", "%matplotlib inline\n", "\n", - "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-beta.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest(\"radar\")\n", "available_locs = DataAccessLayer.getAvailableLocationNames(request)\n", "available_locs.sort()\n", @@ -573,7 +573,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -587,7 +587,20 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.5" + "version": "3.10.12" + }, + "toc": { + "base_numbering": 1, + "nav_menu": {}, + "number_sections": true, + "sideBar": true, + "skip_h1_title": false, + "title_cell": "Table of Contents", + "title_sidebar": "Contents", + "toc_cell": false, + "toc_position": {}, + "toc_section_display": true, + "toc_window_display": false } }, "nbformat": 4, diff --git a/examples/notebooks/Precip_Accumulation-Region_Of_Interest.ipynb b/examples/notebooks/Precip_Accumulation-Region_Of_Interest.ipynb index 993922c..4f35f96 100644 --- a/examples/notebooks/Precip_Accumulation-Region_Of_Interest.ipynb +++ b/examples/notebooks/Precip_Accumulation-Region_Of_Interest.ipynb @@ -28,7 +28,7 @@ " (conus[1],conus[3]),(conus[1],conus[2]),\n", " (conus[0],conus[2])])\n", "\n", - "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-beta.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest(\"grid\", envelope=conus_envelope)\n", "request.setLocationNames(\"NAM40\")\n", "request.setLevels(\"0.0SFC\")\n", @@ -287,7 +287,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -302,6 +302,19 @@ "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.6" + }, + "toc": { + "base_numbering": 1, + "nav_menu": {}, + "number_sections": true, + "sideBar": true, + "skip_h1_title": false, + "title_cell": "Table of Contents", + "title_sidebar": "Contents", + "toc_cell": false, + "toc_position": {}, + "toc_section_display": true, + "toc_window_display": false } }, "nbformat": 4, diff --git a/examples/notebooks/Regional_Surface_Obs_Plot.ipynb b/examples/notebooks/Regional_Surface_Obs_Plot.ipynb index c58626f..b7a83ed 100644 --- a/examples/notebooks/Regional_Surface_Obs_Plot.ipynb +++ b/examples/notebooks/Regional_Surface_Obs_Plot.ipynb @@ -307,7 +307,7 @@ "outputs": [], "source": [ "# EDEX connection\n", - "edexServer = \"edex-cloud.unidata.ucar.edu\"\n", + "edexServer = \"edex-beta.unidata.ucar.edu\"\n", "DataAccessLayer.changeEDEXHost(edexServer)" ] }, @@ -887,7 +887,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, diff --git a/examples/notebooks/Satellite_Imagery.ipynb b/examples/notebooks/Satellite_Imagery.ipynb index 6bc5393..3e7301d 100644 --- a/examples/notebooks/Satellite_Imagery.ipynb +++ b/examples/notebooks/Satellite_Imagery.ipynb @@ -36,7 +36,7 @@ "import datetime\n", "\n", "# Create an EDEX data request\n", - "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-beta.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest()\n", "request.setDatatype(\"satellite\")\n", "\n", @@ -737,7 +737,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -752,6 +752,19 @@ "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.6" + }, + "toc": { + "base_numbering": 1, + "nav_menu": {}, + "number_sections": true, + "sideBar": true, + "skip_h1_title": false, + "title_cell": "Table of Contents", + "title_sidebar": "Contents", + "toc_cell": false, + "toc_position": {}, + "toc_section_display": true, + "toc_window_display": false } }, "nbformat": 4, diff --git a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb index 21ff74a..ffc6aa8 100644 --- a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb +++ b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb @@ -95,7 +95,7 @@ "outputs": [], "source": [ "# Set the edex server\n", - "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-beta.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest()\n", "\n", "# Set data type\n", @@ -482,7 +482,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, diff --git a/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb b/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb index 0b56e10..1416828 100644 --- a/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb +++ b/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb @@ -206,7 +206,7 @@ "metadata": {}, "outputs": [], "source": [ - "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-beta.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest()\n", "request.setDatatype(\"warning\")\n", "params = [\"phensig\", \"sig\"]\n", @@ -661,7 +661,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" },