Skip to content

Commit

Permalink
cover_depth docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveYangFASTNDE committed Apr 24, 2024
1 parent 25698b7 commit c13426b
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 17 deletions.
12 changes: 7 additions & 5 deletions docs/GPR/Applications/Cover_depth_measurement.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2>Objective of the Case Study<a class="headerlink" href="#objective-of-the-cas
</section>
<section id="prerequisites">
<h2>Prerequisites<a class="headerlink" href="#prerequisites" title="Link to this heading"></a></h2>
<p>Readers are redirected to the <code class="code docutils literal notranslate"><span class="pre">USING</span> <span class="pre">CHARISMA</span></code> section to install the CHARISMA environment. To make our data processing transparent, we convert the data format from DZT to CSV. This part is explained in the <a class="reference internal" href="../open_data.html"><span class="doc">Open Data</span></a> section.</p>
<p>Readers are redirected to the <code class="code docutils literal notranslate"><span class="pre">USING</span> <span class="pre">CHARISMA</span></code> section to install the CHARISMA environment. Our code downloads the required GPR ZIP files directly from InfoBridge™ and automatically unzip all the ZIP files. To make our data processing transparent, we convert the data format from DZT to CSV. This part is explained in the <a class="reference internal" href="../open_data.html"><span class="doc">Open Data</span></a> section.</p>
<p>GPR Data from FHWA InfoBridge™</p>
<p>FHWA InfoBridge™ provides field data collections using various NDE technologies. We selected a bridge from Mississippi to illustrate the use of CHARIMSA for rebar identification (Structure number: 11000100240460B). The bridge name is I-10 over CEDAR LAKE ROAD, built-in 1970. The bridge type is a Prestressed Concrete Girder/Beam. The length of the bridge is 242.50 and the width is 59.40 ft, respectively.</p>
<a class="reference internal image-reference" href="../../_images/infobridge.png"><img alt="figure 2" class="align-center" src="../../_images/infobridge.png" style="width: 1000px;" /></a>
Expand Down Expand Up @@ -164,8 +164,8 @@ <h2>Discussion<a class="headerlink" href="#discussion" title="Link to this headi
</section>
<section id="jupyter-notebook-mississippi-bridge">
<h2>Jupyter Notebook – Mississippi Bridge<a class="headerlink" href="#jupyter-notebook-mississippi-bridge" title="Link to this heading"></a></h2>
<p>We provide our Jupyter notebook to show how the code is utilized to get the results. Clicking the image below will redirect you to our notebook on CHARISMA’s GitHub page. Since the file size is too large for preview in GitHub, we recommend downloading the notebook on your personal device.</p>
<a class="reference external image-reference" href="https://github.com/TFHRCFASTNDElab/CHARISMA/blob/main/ground-penetrating-radar/Cover%20depth%20measurement/notebooks/Mississippi_bridge_cover_depth_notebook.ipynb"><img alt="ipynb_icon" src="../../_images/ipynb_icon.png" style="width: 125px;" /></a>
<p>We provide our Jupyter notebook to show how the code is utilized to get the results. Clicking the image below will redirect you to our notebook on CHARISMA’s GitHub page.</p>
<a class="reference external image-reference" href="https://github.com/TFHRCFASTNDElab/CHARISMA/blob/main/ground-penetrating-radar/Cover%20depth%20measurement/notebooks/cover_depth_measurement.ipynb"><img alt="ipynb_icon" src="../../_images/ipynb_icon.png" style="width: 125px;" /></a>
</section>
<section id="code-explanation">
<h2>Code Explanation<a class="headerlink" href="#code-explanation" title="Link to this heading"></a></h2>
Expand All @@ -181,7 +181,9 @@ <h3>LTBP Infobridge™<a class="headerlink" href="#ltbp-infobridge" title="Link
<section id="read-xml-file-and-data-format-conversion">
<h3>Read XML File and Data Format Conversion<a class="headerlink" href="#read-xml-file-and-data-format-conversion" title="Link to this heading"></a></h3>
<p>CHARISMA outputs rebar cover depth contour plots based on the XML file and ZIP files from the LTBP InfoBridge™. CHARISMA reads the XML file and automatically creates the data frame and visual plots of the GPR scan area. This data frame is used to generate the rebar cover depth contour map. The first step is specifying the directory path of the XML file, and using <code class="code docutils literal notranslate"><span class="pre">XMLReader</span></code> class in CHARISMA:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nv">xml_file</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">&#39;C:/User/Download/28-000002_2019-05-21_GPR.xml&#39;</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nv">home_dir</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">&#39;C:/download/path/data/&#39;</span>

<span class="nv">xml_file</span><span class="w"> </span><span class="o">=</span><span class="w"> </span>home_dir<span class="w"> </span>+<span class="w"> </span><span class="s1">&#39;28-000002_2019-05-21_GPR.xml&#39;</span>

<span class="nv">xml_reader</span><span class="w"> </span><span class="o">=</span><span class="w"> </span>XMLReader<span class="o">(</span>xml_file<span class="o">)</span>

Expand Down Expand Up @@ -298,7 +300,7 @@ <h3>Automatic Offset Correction<a class="headerlink" href="#automatic-offset-cor
<hr/>

<div role="contentinfo">
<p>&#169; Copyright .</p>
<p>&#169; Copyright Federal Highway Administration (FHWA).</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
2 changes: 1 addition & 1 deletion docs/GPR/Applications/Rebar_mapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h3>Pinpoint Rebars<a class="headerlink" href="#pinpoint-rebars" title="Link to
<hr/>

<div role="contentinfo">
<p>&#169; Copyright .</p>
<p>&#169; Copyright Federal Highway Administration (FHWA).</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
2 changes: 1 addition & 1 deletion docs/GPR/Applications/case_study_origin.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h1>Chapter 5. References<a class="headerlink" href="#chapter-5-references" titl
<hr/>

<div role="contentinfo">
<p>&#169; Copyright .</p>
<p>&#169; Copyright Federal Highway Administration (FHWA).</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
2 changes: 1 addition & 1 deletion docs/GPR/Applications/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h1>NDE Applications<a class="headerlink" href="#nde-applications" title="Link t
<hr/>

<div role="contentinfo">
<p>&#169; Copyright .</p>
<p>&#169; Copyright Federal Highway Administration (FHWA).</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
12 changes: 7 additions & 5 deletions docs/GPR/Applications/rebar_cover_depth_case_study.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1>Objective of the Case Study<a class="headerlink" href="#objective-of-the-cas
</section>
<section id="prerequisites">
<h1>Prerequisites<a class="headerlink" href="#prerequisites" title="Link to this heading"></a></h1>
<p>Readers are redirected to the <code class="code docutils literal notranslate"><span class="pre">USING</span> <span class="pre">CHARISMA</span></code> section to install the CHARISMA environment. To make our data processing transparent, we convert the data format from DZT to CSV. This part is explained in the <a class="reference internal" href="../open_data.html"><span class="doc">Open Data</span></a> section.</p>
<p>Readers are redirected to the <code class="code docutils literal notranslate"><span class="pre">USING</span> <span class="pre">CHARISMA</span></code> section to install the CHARISMA environment. Our code downloads the required GPR ZIP files directly from InfoBridge™ and automatically unzip all the ZIP files. To make our data processing transparent, we convert the data format from DZT to CSV. This part is explained in the <a class="reference internal" href="../open_data.html"><span class="doc">Open Data</span></a> section.</p>
<p>GPR Data from FHWA InfoBridge™</p>
<p>FHWA InfoBridge™ provides field data collections using various NDE technologies. We selected a bridge from Mississippi to illustrate the use of CHARIMSA for rebar identification (Structure number: 11000100240460B). The bridge name is I-10 over CEDAR LAKE ROAD, built-in 1970. The bridge type is a Prestressed Concrete Girder/Beam. The length of the bridge is 242.50 and the width is 59.40 ft, respectively.</p>
<a class="reference internal image-reference" href="../../_images/infobridge.png"><img alt="figure 2" class="align-center" src="../../_images/infobridge.png" style="width: 1000px;" /></a>
Expand Down Expand Up @@ -140,8 +140,8 @@ <h1>Discussion<a class="headerlink" href="#discussion" title="Link to this headi
</section>
<section id="jupyter-notebook-mississippi-bridge">
<h1>Jupyter Notebook – Mississippi Bridge<a class="headerlink" href="#jupyter-notebook-mississippi-bridge" title="Link to this heading"></a></h1>
<p>We provide our Jupyter notebook to show how the code is utilized to get the results. Clicking the image below will redirect you to our notebook on CHARISMA’s GitHub page. Since the file size is too large for preview in GitHub, we recommend downloading the notebook on your personal device.</p>
<a class="reference external image-reference" href="https://github.com/TFHRCFASTNDElab/CHARISMA/blob/main/ground-penetrating-radar/Cover%20depth%20measurement/notebooks/Mississippi_bridge_cover_depth_notebook.ipynb"><img alt="ipynb_icon" src="../../_images/ipynb_icon.png" style="width: 125px;" /></a>
<p>We provide our Jupyter notebook to show how the code is utilized to get the results. Clicking the image below will redirect you to our notebook on CHARISMA’s GitHub page.</p>
<a class="reference external image-reference" href="https://github.com/TFHRCFASTNDElab/CHARISMA/blob/main/ground-penetrating-radar/Cover%20depth%20measurement/notebooks/cover_depth_measurement.ipynb"><img alt="ipynb_icon" src="../../_images/ipynb_icon.png" style="width: 125px;" /></a>
</section>
<section id="code-explanation">
<h1>Code Explanation<a class="headerlink" href="#code-explanation" title="Link to this heading"></a></h1>
Expand All @@ -157,7 +157,9 @@ <h2>LTBP Infobridge™<a class="headerlink" href="#ltbp-infobridge" title="Link
<section id="read-xml-file-and-data-format-conversion">
<h2>Read XML File and Data Format Conversion<a class="headerlink" href="#read-xml-file-and-data-format-conversion" title="Link to this heading"></a></h2>
<p>CHARISMA outputs rebar cover depth contour plots based on the XML file and ZIP files from the LTBP InfoBridge™. CHARISMA reads the XML file and automatically creates the data frame and visual plots of the GPR scan area. This data frame is used to generate the rebar cover depth contour map. The first step is specifying the directory path of the XML file, and using <code class="code docutils literal notranslate"><span class="pre">XMLReader</span></code> class in CHARISMA:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nv">xml_file</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">&#39;C:/User/Download/28-000002_2019-05-21_GPR.xml&#39;</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nv">home_dir</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">&#39;C:/download/path/data/&#39;</span>

<span class="nv">xml_file</span><span class="w"> </span><span class="o">=</span><span class="w"> </span>home_dir<span class="w"> </span>+<span class="w"> </span><span class="s1">&#39;28-000002_2019-05-21_GPR.xml&#39;</span>

<span class="nv">xml_reader</span><span class="w"> </span><span class="o">=</span><span class="w"> </span>XMLReader<span class="o">(</span>xml_file<span class="o">)</span>

Expand Down Expand Up @@ -270,7 +272,7 @@ <h2>Automatic Offset Correction<a class="headerlink" href="#automatic-offset-cor
<hr/>

<div role="contentinfo">
<p>&#169; Copyright .</p>
<p>&#169; Copyright Federal Highway Administration (FHWA).</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
2 changes: 1 addition & 1 deletion docs/GPR/Applications/rebar_mapping_case_study.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ <h2>Pinpoint Rebars<a class="headerlink" href="#pinpoint-rebars" title="Link to
<hr/>

<div role="contentinfo">
<p>&#169; Copyright .</p>
<p>&#169; Copyright Federal Highway Administration (FHWA).</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
2 changes: 1 addition & 1 deletion docs/GPR/Physical_principle.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h1>Physical Principle<a class="headerlink" href="#physical-principle" title="Li
<hr/>

<div role="contentinfo">
<p>&#169; Copyright .</p>
<p>&#169; Copyright Federal Highway Administration (FHWA).</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
2 changes: 1 addition & 1 deletion docs/GPR/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h1>Ground Penetrating Radar<a class="headerlink" href="#ground-penetrating-rada
<hr/>

<div role="contentinfo">
<p>&#169; Copyright .</p>
<p>&#169; Copyright Federal Highway Administration (FHWA).</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
2 changes: 1 addition & 1 deletion docs/GPR/open_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1>Open Data<a class="headerlink" href="#open-data" title="Link to this heading
<hr/>

<div role="contentinfo">
<p>&#169; Copyright .</p>
<p>&#169; Copyright Federal Highway Administration (FHWA).</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down

0 comments on commit c13426b

Please sign in to comment.