diff --git a/environment.yml b/environment.yml index a9d239b..a724ca2 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ - name: python-awips-beta20 + name: python-awips-v20 channels: - https://conda.anaconda.org/conda-forge dependencies: diff --git a/examples/notebooks/Colored_Surface_Temperature_Plot.ipynb b/examples/notebooks/Colored_Surface_Temperature_Plot.ipynb index e6c26be..d33d7c5 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-beta.unidata.ucar.edu\"\n", + "edexServer = \"edex-cloud.unidata.ucar.edu\"\n", "DataAccessLayer.changeEDEXHost(edexServer)\n", "request = DataAccessLayer.newDataRequest(\"obs\", envelope=envelope)\n", "params = [\"temperature\", \"longitude\", \"latitude\", \"stationName\"]\n", @@ -378,7 +378,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.5" + "version": "3.10.11" }, "toc": { "base_numbering": 1, diff --git a/examples/notebooks/Colorized_Grid_Data.ipynb b/examples/notebooks/Colorized_Grid_Data.ipynb index f620620..efa9470 100644 --- a/examples/notebooks/Colorized_Grid_Data.ipynb +++ b/examples/notebooks/Colorized_Grid_Data.ipynb @@ -96,7 +96,7 @@ } ], "source": [ - "DataAccessLayer.changeEDEXHost(\"edex-beta.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest()\n", "request.setDatatype(\"grid\")\n", "request.setLocationNames(\"RAP13\")\n", diff --git a/examples/notebooks/Forecast_Model_Vertical_Sounding.ipynb b/examples/notebooks/Forecast_Model_Vertical_Sounding.ipynb index f6e88cb..f31ab1c 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-beta.unidata.ucar.edu'\n", + "server = 'edex-cloud.unidata.ucar.edu'\n", "DataAccessLayer.changeEDEXHost(server)" ] }, diff --git a/examples/notebooks/GOES_CIRA_Product_Writer.ipynb b/examples/notebooks/GOES_CIRA_Product_Writer.ipynb index 5b96592..2d29915 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-beta.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest()\n", "request.setDatatype(\"satellite\")" ] diff --git a/examples/notebooks/Grid_Levels_and_Parameters.ipynb b/examples/notebooks/Grid_Levels_and_Parameters.ipynb index 1b73f20..23f10a2 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-beta.unidata.ucar.edu\"\n", + "edex_url = \"edex-cloud.unidata.ucar.edu\"\n", "DataAccessLayer.changeEDEXHost(edex_url)" ] }, diff --git a/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb b/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb index 510db3c..9a3c238 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-beta.unidata.ucar.edu\"\n", + "edexServer = \"edex-cloud.unidata.ucar.edu\"\n", "DataAccessLayer.changeEDEXHost(edexServer)\n", "request = DataAccessLayer.newDataRequest(\"obs\")\n", "\n", diff --git a/examples/notebooks/Map_Resources_and_Topography.ipynb b/examples/notebooks/Map_Resources_and_Topography.ipynb index f323a5c..541218a 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-beta.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest('maps')" ] }, @@ -700,7 +700,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.5" + "version": "3.10.11" }, "toc": { "base_numbering": 1, diff --git a/examples/notebooks/Model_Sounding_Data.ipynb b/examples/notebooks/Model_Sounding_Data.ipynb index 65fd634..c13a17e 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-beta.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest(\"modelsounding\")\n", "forecastModel = \"GFS\"\n", "request.addIdentifier(\"reportType\", forecastModel)\n", diff --git a/examples/notebooks/NEXRAD_Level3_Radar.ipynb b/examples/notebooks/NEXRAD_Level3_Radar.ipynb index b71c11c..28213e6 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-beta.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest(\"radar\")\n", "available_locs = DataAccessLayer.getAvailableLocationNames(request)\n", "available_locs.sort()\n", diff --git a/examples/notebooks/Precip_Accumulation-Region_Of_Interest.ipynb b/examples/notebooks/Precip_Accumulation-Region_Of_Interest.ipynb index 4f35f96..c5839e3 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-beta.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest(\"grid\", envelope=conus_envelope)\n", "request.setLocationNames(\"NAM40\")\n", "request.setLevels(\"0.0SFC\")\n", diff --git a/examples/notebooks/Regional_Surface_Obs_Plot.ipynb b/examples/notebooks/Regional_Surface_Obs_Plot.ipynb index b7a83ed..0f0fd64 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-beta.unidata.ucar.edu\"\n", + "edexServer = \"edex-cloud.unidata.ucar.edu\"\n", "DataAccessLayer.changeEDEXHost(edexServer)" ] }, @@ -901,7 +901,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.5" + "version": "3.10.11" }, "toc": { "base_numbering": 1, diff --git a/examples/notebooks/Satellite_Imagery.ipynb b/examples/notebooks/Satellite_Imagery.ipynb index 3e7301d..f72fe50 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-beta.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest()\n", "request.setDatatype(\"satellite\")\n", "\n", diff --git a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb index ffc6aa8..2e3df4a 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-beta.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest()\n", "\n", "# Set data type\n", @@ -496,7 +496,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.5" + "version": "3.10.11" }, "toc": { "base_numbering": 1, diff --git a/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb b/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb index 1416828..af41a4a 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-beta.unidata.ucar.edu\")\n", + "DataAccessLayer.changeEDEXHost(\"edex-cloud.unidata.ucar.edu\")\n", "request = DataAccessLayer.newDataRequest()\n", "request.setDatatype(\"warning\")\n", "params = [\"phensig\", \"sig\"]\n", @@ -675,7 +675,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.5" + "version": "3.10.11" }, "toc": { "base_numbering": 1,