Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Sep 23, 2024
1 parent 3e5bb77 commit 4148c7f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
89227e37
d2afa541
6 changes: 3 additions & 3 deletions mod_data-disc.html
Original file line number Diff line number Diff line change
Expand Up @@ -876,15 +876,15 @@ <h2 class="anchored" data-anchor-id="downloading-data">Downloading Data</h2>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="ex">--content-disposition</span> <span class="at">-i</span> list.txt</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<blockquote class="blockquote">
<p>If you run into any issue, here are step-to-step guild on <a href="https://disc.gsfc.nasa.gov/information/howto?title=How%20to%20Access%20GES%20DISC%20Data%20Using%20wget%20and%20curl">how to work with wget and curl specifically to the GES DISC data system</a>.</p>
<p>If you encounter any issue, follow this step-by-step guide on <a href="https://disc.gsfc.nasa.gov/information/howto?title=How%20to%20Access%20GES%20DISC%20Data%20Using%20wget%20and%20curl">using wget and curl specifically with the GES DISC data system</a>.</p>
</blockquote>
</div>
</div>
</div>
<section id="data-format-and-structure" class="level3">
<h3 class="anchored" data-anchor-id="data-format-and-structure">Data format and structure</h3>
<p>CSV and TXT are common formats for storing data. In addition, other formats frequently used in research include NetCDF, HDF5, Matlab, and Rdata/rds, as well as spatial related datasets, such as geotiff, shapefiles and raster files (see spatial module for details).</p>
<p>In the R environment, data structure is commonly check using a few functions listed below.</p>
<p>CSV and TXT are common formats for data storage. In addition, formats like NetCDF, HDF5, Matlab, and Rdata/RDS are frequently used in research, along with spatial datasets such as geotiff, shapefiles, and raster files (refer to the spatial module for more details).</p>
<p>In the R environment, data structure are typically checked using the following functions.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="fu">library</span>(dplyr)</span>
<span id="cb3-2"><a href="#cb3-2" aria-hidden="true" tabindex="-1"></a></span>
Expand Down
Loading

0 comments on commit 4148c7f

Please sign in to comment.