Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"Created: 2024-05-16\n",
"\n",
"Updated: 2024-05-16\n",
"Updated: 2024-06-07\n",
"\n",
"This notebook walks through downloading a netCDF file from NCEI. The file follows a specific specification for ATN satellite trajectory observations as documented [here](https://github.com/ioos/ioos-atn-data/blob/main/templates/atn_trajectory_template.cdl). More information about the ATN netCDF specification can be found at https://ioos.github.io/ioos-atn-data/.\n",
"\n",
Expand Down Expand Up @@ -993,6 +993,18 @@
"## Interpolating MURSST to white shark tracks using ERDDAP"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"_The MURSST product is a merged, multi-sensor L4 Foundation Sea Surface Temperature (SST) analysis product from Jet Propulsion Laboratory (JPL). \n",
"This daily, global, Multi-scale, Ultra-high Resolution (MUR) Sea Surface Temperature (SST) 1-km data set, Version 4.1, is produced at JPL under the NASA MEaSUREs program. \n",
"For details, see https://podaac.jpl.nasa.gov/dataset/MUR-JPL-L4-GLOB-v4.1. \n",
"This dataset is part of the Group for High-Resolution Sea Surface Temperature (GHRSST) project. \n",
"The data for the most recent 7 days is usually revised everyday. \n",
"The data for other days is sometimes revised._"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down