Skip to content

Commit

Permalink
adds suitability analysis to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Prendergast (V) committed Jun 20, 2024
1 parent 044ed10 commit 8514246
Showing 1 changed file with 93 additions and 2 deletions.
95 changes: 93 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,97 @@ <h3>Wildlife corridors</h3>
</div>
</section>

<!-- Suitability Analysis -->
<section class="wrapper style1 align-center">
<div class="inner">
<h2>Suitability Analysis</h2>
<p>A geoprocessing model to conduct a suitability analyis which identifies potentially suitable locations for a new minning operation in an environmentally sensitive area near Big Bear, California. The images below show ArcGIS ModelBuilder model and the maps generated from the model. Click on each map to view a larger image.</p>
</div>

<!-- Gallery -->
<div class="gallery style2 medium lightbox onscroll-fade-in">

<article>
<a href="portfolio/BigBearSuitability/ModelAccessibility.svg" class="image">
<img src="portfolio/BigBearSuitability/ModelAccessibility.svg" alt="">
</a>
<div class="caption">
<h3>Accessibility model</h3>
<p>ModelBuilder model</p>
<ul class="actions fixed">
<li><span class="button small">View</span></li>
</ul>
</div>
</article>

<article>
<a href="portfolio/BigBearSuitability/Accessibility.pdf" class="image">
<img src="portfolio/BigBearSuitability/Accessibility.jpg" alt="">
</a>
<div class="caption">
<h3>Accessibility surface</h3>
<p>Map</p>
<ul class="actions fixed">
<li><span class="button small">Full Size PDF Map</span></li>
</ul>
</div>
</article>

<article>
<a href="portfolio/BigBearSuitability/ModelPlantHabitatSensitivity.svg" class="image">
<img src="portfolio/BigBearSuitability/ModelPlantHabitatSensitivity.svg" alt="">
</a>
<div class="caption">
<h3>Plant habitat sensitivity model</h3>
<p>ModelBuilder model</p>
<ul class="actions fixed">
<li><span class="button small">View</span></li>
</ul>
</div>
</article>


<article>
<a href="portfolio/BigBearSuitability/PlantHabitatSensitivity.pdf" class="image">
<img src="portfolio/BigBearSuitability/PlantHabitatSensitivity.jpg" alt="">
</a>
<div class="caption">
<h3>Plant habitat sensitivity surface</h3>
<p>Map</p>
<ul class="actions fixed">
<li><span class="button small">Full Size PDF Map</span></li>
</ul>
</div>
</article>

<article>
<a href="portfolio/BigBearSuitability/ModelWatershedSensitivity.svg" class="image">
<img src="portfolio/BigBearSuitability/ModelWatershedSensitivity.svg" alt="">
</a>
<div class="caption">
<h3>Accessibility model</h3>
<p>ModelBuilder model</p>
<ul class="actions fixed">
<li><span class="button small">View</span></li>
</ul>
</div>
</article>

<article>
<a href="portfolio/BigBearSuitability/WatershedSensitivity.pdf" class="image">
<img src="portfolio/BigBearSuitability/WatershedSensitivity.jpg" alt="">
</a>
<div class="caption">
<h3>Watershed sensitivity surface</h3>
<p>Map</p>
<ul class="actions fixed">
<li><span class="button small">Full Size PDF Map</span></li>
</ul>
</div>
</article>

</div>
</section>

<!-- Geospatial Analysis -->
<!-- Odd -->
Expand All @@ -637,7 +728,7 @@ <h2>Analysis of the Urban Heat Island Effect, Santa Clara County, California</h2
<p>An analysis of land surface temperature by landcover class for Santa Clara County derived from Landsat 8 imagery and a supervised image classification. Presents results in maps, charts, and tables. Draws conclusions, identifies limitation of this study, and suggests areas for further study. Includes a map showing temperature increase due to the urban heat island effect and relationship to land cover classification for Santa Clara County, California.</p>
<ul class="actions stacked">
<li><a href="portfolio/UrbanHeatIslands/urban_heat_islands.pdf" class="button" target="_blank" rel="noopener">Full Size PDF Map</a></li>
<li><a href="portfolio/UrbanHeatIslands/urban_heat_islands_summary.pdf" class="button" target="_blank" rel="noopener">PDF Report</a></li>
<li><a href="portfolio/UrbanHeatIslands/urban_heat_islands_summary.pdf" class="button" target="_blank" rel="noopener">Report PDF File</a></li>
</ul>
</div>
<div class="image">
Expand Down Expand Up @@ -666,7 +757,7 @@ <h2>The Impact of Tree Cover on the Urban Heat Islands Effect, San Jose, Califor
<h2>Geodatabase Design, Calero County Park, Santa Clara County, California</h2>
<p>Project report for geodatabase design project for Calero County Park. Includes recommended definitions of fetaure classes, fields, subtypes, and domains.</p>
<ul class="actions stacked">
<li><a href="portfolio/calero_county_park/calero_geodatabase_design.pdf" class="button" target="_blank" rel="noopener">PDF Report</a></li>
<li><a href="portfolio/calero_county_park/calero_geodatabase_design.pdf" class="button" target="_blank" rel="noopener">Report PDF File</a></li>
<li><a href="portfolio/calero_county_park/calero_map.pdf" class="button" target="_blank" rel="noopener">PDF Map</a></li>
</ul>
</div>
Expand Down

0 comments on commit 8514246

Please sign in to comment.