Skip to content

Commit

Permalink
deploy: 815d57f
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jul 3, 2024
1 parent e08bb6e commit f69be30
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 68 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
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ <h2> Contents </h2>
<section class="tex2jax_ignore mathjax_ignore" id="interpolate-mursst-to-great-white-shark-telemetry-track-with-r-and-erddap">
<h1>Interpolate MURSST to great white shark telemetry track with R and ERDDAP<a class="headerlink" href="#interpolate-mursst-to-great-white-shark-telemetry-track-with-r-and-erddap" title="Link to this heading">#</a></h1>
<p>Created: 2024-05-16</p>
<p>Updated: 2024-06-07</p>
<p>This notebook walks through downloading a netCDF file from NCEI. The file follows a specific specification for ATN satellite trajectory observations as documented <a class="reference external" href="https://github.com/ioos/ioos-atn-data/blob/main/templates/atn_trajectory_template.cdl">here</a>. More information about the ATN netCDF specification can be found at <a class="reference external" href="https://ioos.github.io/ioos-atn-data/">https://ioos.github.io/ioos-atn-data/</a>.</p>
<p>Updated: 2024-07-02</p>
<p>This notebook walks through downloading a netCDF file from NCEI. The file follows a specific specification for ATN satellite trajectory observations as documented <a class="reference external" href="https://ioos.github.io/ioos-atn-data/atn-sat-telem-specification-v1-0.html#example-dataset">here</a>. More information about the ATN netCDF specification can be found at <a class="reference external" href="https://ioos.github.io/ioos-atn-data/">https://ioos.github.io/ioos-atn-data/</a>.</p>
<p>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.</p>
<p>For more information on the tidync package, see this R blog: <a class="reference external" href="https://ropensci.org/blog/2019/11/05/tidync/">https://ropensci.org/blog/2019/11/05/tidync/</a></p>
<p>Data used in this notebook are available from NCEI at the following link <a class="reference external" href="https://www.ncei.noaa.gov/archive/accession/0282699">https://www.ncei.noaa.gov/archive/accession/0282699</a>.</p>
Expand Down
Loading

0 comments on commit f69be30

Please sign in to comment.