Skip to content

Commit

Permalink
updates index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
prendergastc committed Jun 2, 2024
1 parent 5c2b1cb commit cc9c72a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <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="html/santa_cruz_precincts.py.html" class="button" target="_blank" rel="noopener">Python Code</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>
Expand All @@ -54,12 +54,12 @@ <h2>Regular Precincts, Santa Cruz County</h2>
<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/public_works_assets.pdf" class="button" target="_blank" rel="noopener">Full Size</a></li>
<li><a href="pportfolio/SantaCruzPublicWorks/public_works_assets.pdf" class="button" target="_blank" rel="noopener">Python Code</a></li>
<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/public_works_assets_noborder.png" alt="" ></div>
<img src="portfolio/SantaCruzPublicWorks/png/public_works_assets_noborder.png" alt="" ></div>
</section>

<!-- Odd -->
Expand All @@ -69,7 +69,7 @@ <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="html/santa_cruz_precincts.py.html" class="button" target="_blank" rel="noopener">Python Code</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">
Expand Down

0 comments on commit cc9c72a

Please sign in to comment.