Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jul 2, 2024
1 parent a32ca82 commit 72feece
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#atn-satellite-trajectory-specification-attributes). 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 72feece

Please sign in to comment.