Skip to content

Commit

Permalink
Update PACE notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 1, 2024
1 parent 8774350 commit f08a1ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions docs/examples/pace.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
]
},
{
Expand All @@ -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)"
]
},
Expand Down Expand Up @@ -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)"
]
},
{
Expand All @@ -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)"
]
},
Expand Down Expand Up @@ -232,7 +231,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.10.14"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion docs/workshops/pace.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit f08a1ad

Please sign in to comment.