diff --git a/docs/examples/pace.ipynb b/docs/examples/pace.ipynb index 70acc38..4353788 100644 --- a/docs/examples/pace.ipynb +++ b/docs/examples/pace.ipynb @@ -42,7 +42,7 @@ "metadata": {}, "outputs": [], "source": [ - "url = \"https://github.com/opengeos/datasets/releases/download/netcdf/PACE_OCI.20240423T184658.L2.OC_AOP.V1_0_0.NRT.nc\"" + "url = \"https://github.com/opengeos/datasets/releases/download/hypercoast/PACE_OCI.20240730T181157.L2.OC_AOP.V2_0.NRT.nc\"" ] }, { @@ -51,8 +51,7 @@ "metadata": {}, "outputs": [], "source": [ - "# filepath = \"data/PACE_OCI.20240423T184658.L2.OC_AOP.V1_0_0.NRT.nc\"\n", - "filepath = \"data/PACE_OCI.20240423T184658.L2.OC_AOP.V1_0_0.NRT.nc\"\n", + "filepath = \"data/PACE_OCI.20240730T181157.L2.OC_AOP.V2_0.NRT.nc\"\n", "hypercoast.download_file(url, filepath)" ] }, @@ -133,9 +132,9 @@ "metadata": {}, "outputs": [], "source": [ - "latitude = 25.493961\n", - "longitude = -91.25617\n", - "hypercoast.filter_pace(dataset, latitude, longitude, return_plot=True)" + "latitude = 29.9307\n", + "longitude = -87.9106\n", + "hypercoast.extract_pace(dataset, latitude, longitude, return_plot=True)" ] }, { @@ -151,8 +150,8 @@ "metadata": {}, "outputs": [], "source": [ - "latitude = (25.49, 25.50)\n", - "longitude = (-92, -91.055)\n", + "latitude = (29.49, 29.50)\n", + "longitude = (-88.10, -88.00)\n", "hypercoast.filter_pace(dataset, latitude, longitude, return_plot=True)" ] }, @@ -232,7 +231,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.9" + "version": "3.10.14" } }, "nbformat": 4, diff --git a/docs/workshops/pace.ipynb b/docs/workshops/pace.ipynb index 8e0b5ba..82bd543 100644 --- a/docs/workshops/pace.ipynb +++ b/docs/workshops/pace.ipynb @@ -116,7 +116,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Search for PACE data interactively. Specify pan and zoom to the area of interest. Specify the time range of interest from the search dialog, then click on the Search button." + "Search for PACE data interactively. Pan and zoom to the area of interest. Specify the time range of interest from the search dialog, then click on the Search button." ] }, {