Skip to content

Commit fda8e5b

Browse files
committed
fix typos
1 parent 5723b86 commit fda8e5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ <h4>Responsibilities</h4>
114114
<!-- Use Case 1-->
115115
<h2 class="w3-border-bottom w3-border-light-grey w3-padding-16">What Surface Water Bodies are near landfills or Department of Defense Sites?</h2>
116116
<div class="w3-row-padding w3-large">
117-
<p>The first stage of testing prioritization for many states involves identifying facilities that are likely to be utilizing PFAs chemicals. This competency question addresses features of enivronmental concern (surface water bodies) that are near potential contamination sources. </p>
117+
<p>The first stage of testing prioritization for many states involves identifying facilities that are likely to be utilizing PFAs chemicals. This competency question addresses features of environmental concern (surface water bodies) that are near potential contamination sources. </p>
118118
<ul>
119119
<li>Landfills are sites of PFAS contamination resulting from both industrial usage and prevalence in consumer products that accumulate in landfills. </li>
120-
<li>Department of Defense sites are frequently on the list PFAs contamination primarily because of the usage of Fire Fighiting Foam (AFFF).</li> </ul>
120+
<li>Department of Defense sites are frequently on the list PFAs contamination primarily because of the usage of Fire Fighting Foam (AFFF).</li> </ul>
121121
<p>The query could easily be modified to identify other features of concern (water supply wells, streams, etc.) or other potential contamination sources. This query would inform testing prioritization as it would help identify surface water bodies that may be at risk of contamination.</p>
122122
<p>The map was generated by querying the SAWGraph for facilities of the specified type in the state of Maine (that are suspected pfas sources), and then finding the nearby surface water bodies based on the S2 Cell spatial indexing.</p>
123123
<p>The full code is available: <a href="https://github.com/SAWGraph/public/blob/main/UseCases/UC1-Testing/UC1-CQ2/UC1_CQ2_query.ipynb">here</a> and <a href="https://github.com/SAWGraph/public/blob/main/UseCases/UC1-Testing/UC1-CQ2b/UC1_CQ2b_query.ipynb">here</a></p>

0 commit comments

Comments
 (0)