Skip to content

Commit

Permalink
titles
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Aug 8, 2024
2 parents 0d699f5 + 6f5357b commit a6b505c
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion notebooks/Regrid_PACE_and_other_satellites.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"id": "aabcb50a-cb49-4ec1-958b-84520c770322",
"metadata": {},
"source": [
"Setup and access the data:\n",
"## Setup and access the data:\n",
"\n",
"We begin by importing the packages used in this notebook."
]
Expand All @@ -44,6 +44,14 @@
"import pandas as pd # Import pandas"
]
},
{
"cell_type": "markdown",
"id": "5c78b9e3-b02a-4f92-b51e-ce9393f1fa59",
"metadata": {},
"source": [
"Then define the timespan and access some example datas that are available on the Earthaccess"
]
},
{
"cell_type": "code",
"execution_count": 25,
Expand Down Expand Up @@ -2078,6 +2086,14 @@
"dataset_GOES"
]
},
{
"cell_type": "markdown",
"id": "e4a09175-893d-4f30-b009-05a98cc36f7b",
"metadata": {},
"source": [
"## Functions: Filter and regrid"
]
},
{
"cell_type": "markdown",
"id": "43969a3e-5774-4a3d-8366-fb91f07b528f",
Expand Down Expand Up @@ -2209,6 +2225,14 @@
"new_olci_grid = regrid_to_match_v8(dataset_PACE,dataset_OLCI)"
]
},
{
"cell_type": "markdown",
"id": "17a6ae50-9458-44ad-a3c3-7c1d3cae46a4",
"metadata": {},
"source": [
"## Example regrids and plots "
]
},
{
"cell_type": "markdown",
"id": "505b33b7-d812-48aa-95fe-26ea460eb0a5",
Expand Down

0 comments on commit a6b505c

Please sign in to comment.