Skip to content

Commit

Permalink
Merge pull request #210 from ocefpaf/fix_2024-05-16-white_shark_water…
Browse files Browse the repository at this point in the history
…_temp

fix broken link
  • Loading branch information
ocefpaf authored Jul 3, 2024
2 parents a32ca82 + e0d459e commit 815d57f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"\n",
"Created: 2024-05-16\n",
"\n",
"Updated: 2024-06-07\n",
"Updated: 2024-07-02\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",
"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://ioos.github.io/ioos-atn-data/atn-sat-telem-specification-v1-0.html#example-dataset). More information about the ATN netCDF specification can be found at https://ioos.github.io/ioos-atn-data/.\n",
"\n",
"Since most of the examples in the IOOS Code Lab are in the python programming language, we wanted to show an example of working with a netCDF file in the R programming language to be inclusive of those users. \n",
"\n",
Expand Down Expand Up @@ -1191,7 +1191,7 @@
"mimetype": "text/x-r-source",
"name": "R",
"pygments_lexer": "r",
"version": "4.1.3"
"version": "4.3.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 815d57f

Please sign in to comment.