Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Prendergast committed Jun 2, 2024
2 parents 809eb16 + cc9c72a commit 2223545
Showing 1 changed file with 64 additions and 6 deletions.
70 changes: 64 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,75 @@
<!-- Banner -->
<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1>Marin Smoke Detector Adoption</h1>
<p class="major">A regional analysis of the adoption rate for smoke detectors in the forested areas of Marin County, California. This map shows the percentage of homes in forested areas that have smoke detectors using data from the ArcGIS GeoEnrichment Service.</p>
<h1>Voting Precincts, Santa Cruz County</h1>
<p class="major">Each election the Santa Cruz County Elections Department must consolidate regular precincts into a smaller number of voting precincts. Each person who registers to vote is assigned a regular precinct based on the address they enter on the voter registration form. Each election has several different ballot types based on the different jurisdictions that are up for an election. In order to reduce the number of different ballot types, if two or more adjacent regular precincts share all the same items on the ballot, then they are consolidated into a single voting precinct. These voting precincts are used for tabulation and reporting. A layer with 720 regular precincts was provided together with a cross-reference table listing the 138 voting precincts that need to be consolidated with a list of their constituent regular precincts. Using Python and the arcpy api, this data was wrangled into a format where it can easily be joined to the regular precincts layer and the features were dissolved to create 297 voting precints.</p>
<ul class="actions stacked">
<li><a href="portfolio/MarinCountySmokeDetectorAnalysis/detector_layout_state_plane_200.png" class="button big wide smooth-scroll-middle" target="_blank" rel="noopener">Full Size</a></li>
<li><a href="portfolio/SantaCruzPrecincts/pdf/layout_voting_precincts.pdf" class="button big wide smooth-scroll-middle" target="_blank" rel="noopener">Full Size</a></li>
</ul>
</div>
<div class="image">
<img src="portfolio/MarinCountySmokeDetectorAnalysis/detector_layout_borderless_state_plane_200.png" alt="" >
<img src="portfolio/SantaCruzPrecincts/png/layout_voting_precincts_noborder.png" alt="" >
</div>
</section>

<!-- Odd -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first">
<div class="content">
<h2>Regular Precincts, Santa Cruz County</h2>
<p>This map shows the 720 regular precincts before they were consolidated into the voting precincts described above.</p>
<ul class="actions stacked">
<li><a href="portfolio/SantaCruzPrecincts/pdf/layout_regular_precincts.pdf" class="button" target="_blank" rel="noopener">Full Size</a></li>
<li><a href="portfolio/SantaCruzPrecincts/html/santa_cruz_precincts.py.html" class="button" target="_blank" rel="noopener">Python Code</a></li>
<!-- <li><a href="tbd" class="button" target="_blank" rel="noopener">StoryMap</a></li> -->
</ul>
</div>
<div class="image">
<img src="portfolio/SantaCruzPrecincts/png/layout_regular_precincts_noborder.png" alt="" >
</div>
</section>

<!-- Even -->
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Public Works Department Assets, City of Santa Cruz</h2>
<p>The City of Santa Cruz Public Works Department requested to have road names transferred to the assets in the existing Street Signs, Street Sign Poles, and Street Lights layers in a file geodatabase. This is accomplished with a Python script.</p>
<ul class="actions stacked">
<li><a href="portfolio/SantaCruzPublicWorks/pdf/public_works_assets.pdf" class="button" target="_blank" rel="noopener">Full Size</a></li>
<li><a href="portfolio/SantaCruzPublicWorks/html/santa_cruz_public_works.py.html" class="button" target="_blank" rel="noopener">Python Code</a></li>
</ul>
</div>
<div class="image">
<img src="portfolio/SantaCruzPublicWorks/png/public_works_assets_noborder.png" alt="" ></div>
</section>

<!-- Odd -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first">
<div class="content">
<h2>Sanitation Drawing Index Map, Santa Cruz County</h2>
<p>A Sanitation Drawing Index feature class has an attribute which holds the name of a pdf file containing the as-built construction drawings for the corresponding feature. However, over the years, this folder has not been maintained or updated. A Python script iterates through each record in the feature class and checks whether the corresponding pdf file exists in the folder. If it does then the file is copied to a new folder and deleted from the original folder. The end result is two folders. The original folder that contains all the old maps which have no corresponding feature in the feature class; a new folder that only contains those maps that do have a corresponding feature in the feature class.</p>
<ul class="actions stacked">
<li><a href="portfolio/SantaCruzSanitation/pdf/santa_cruz_sewer.pdf" class="button" target="_blank" rel="noopener">Full Size</a></li>
<li><a href="portfolio/SantaCruzSanitation/html/santa_cruz_sanitation.py.html" class="button" target="_blank" rel="noopener">Python Code</a></li>
</ul>
</div>
<div class="image">
<img src="portfolio/SantaCruzSanitation/png/santa_cruz_sewer_noborder.png" alt="" >
</div>
</section>

<!-- Even -->
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Marin County Smoke Detector Adoption</h2>
<p>A regional analysis of the adoption rate for smoke detectors in the forested areas of Marin County, California. This map shows the percentage of homes in forested areas that have smoke detectors using data from the ArcGIS GeoEnrichment Service.</p>
<ul class="actions stacked">
<li><a href="portfolio/MarinCountySmokeDetectorAnalysis/detector_layout_state_plane_300.pdf" class="button" target="_blank" rel="noopener">Full Size</a></li>
</ul>
</div>
<div class="image">
<img src="portfolio/MarinCountySmokeDetectorAnalysis/detector_layout_borderless_state_plane_200.png" alt="" ></div>
</section>

<!-- Odd -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first">
<div class="content">
Expand Down Expand Up @@ -77,7 +135,7 @@ <h2>Portland Economic Vulnerability</h2>
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>California Proposition 37</h2>
<p>Map showing approval by county for California Proposition 37.</p>
<p>Proposition 37 was a California ballot measure rejected in California at the statewide election on November 6, 2012. This initiative statute would have required labeling of genetically engineered food, with some exceptions. Choropleth map showing classified approval percentage for California Proposition 37 by county.</p>
<ul class="actions stacked">
<li><a href="portfolio/CAProp37/ca_prop_37_v2.pdf" class="button" target="_blank" rel="noopener">Full Size</a></li>
</ul>
Expand All @@ -90,7 +148,7 @@ <h2>California Proposition 37</h2>
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>California Average Ozone</h2>
<p>Map of average ozone concentration for 2010-2011 by county in California. Includes an interpolated concentration surface which is derived from the monitoring station data. Additional charts show the relationship between ozone concentration, elevation, and household income.</p>
<p>Map of average ozone concentration for 2010-2011 by county in California. The inset includes an interpolated concentration surface which is derived from the monitoring station data. Additional charts show the relationship between ozone concentration, elevation, and household income.</p>
<ul class="actions stacked">
<li><a href="portfolio/Ozone/ave_ozone.pdf" class="button" target="_blank" rel="noopener">Full Size</a></li>
</ul>
Expand Down

0 comments on commit 2223545

Please sign in to comment.