Skip to content

Commit

Permalink
more img fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp24 committed Nov 20, 2023
1 parent d5e31a5 commit 766f7f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/_portfolio/ArchaeologicalPotential.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Pre-Contact Archaeological Potential"
excerpt: "Determine the likelihood of pre-contact archaeological deposits in need of protection"
header:
teaser: /assets/images/arch_thumb.jpg
teaser: /assets/images/arch_thumb.PNG
sidebar:
- title: "Role"
text: "Geospatial Analyst, Verisk"
Expand Down
3 changes: 1 addition & 2 deletions docs/_portfolio/stream-cogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ sidebar:

Our team regularly needed to download NAIP data from a variety of years/states. I wrote this code when I had a project where I needed data for the entire state of CA, and just wanted to do my analysis using NDVI. We had very limited storage space at the time, so I needed a way to either download, process, and delete the original file, or come up with another way. I found the data I needed was available on an Azure blob, and wrote this code to retrieve the NDVI/MSAVI/etc and saving as a jp2 instead of downloading the original data.

> ![Image Alt Text](/assets/images/ndvi.PNG)

<iframe src="https://nbviewer.org/github/kmp24/kmp24.github.io/blob/master/docs/assets/NAIP_COGS_NDVI.ipynb" width="800" height="600"></iframe>
<iframe src="https://nbviewer.org/github/kmp24/kmp24.github.io/blob/gh-pages/docs/assets/NAIP_COGS_NDVI.ipynb" width="800" height="600"></iframe>
7 changes: 4 additions & 3 deletions docs/_portfolio/whitemountains.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ sidebar:
I was a GeoCorps participant on the White Mountain National Forest in NH, where I was tasked with upgrading the Forest's data collection and management in the Minerals program. The Forest has designated hobby mineral collecting sites, as it is rich in mineral deposits of interest to the public (namely smokey quartz, amethyst, amazonite, sapphires, and many others). There was a lack of field collected and reference data on these locations, and limited documentation of illegal digging activity. I spent the summer performing fieldwork collecting data with a Trimble GPS unit, and digitzing historical paper maps that could be used digitally by staff. I also created an analysis using slope and proximity to streams/trails/probability of mineral deposits to create a simple likelihood map that aided in our fieldwork to find undocumented sites. I do not have that map any more, but we did find a handful of sites using this method (some documented in maps below). My findings were presented to Forest leadership so they could understand the increase in activity on the Forest.


![Damage Locations](/assets/images/damagelocations_thumb.PNG)
![Larger version](https://github.com/kmp24/kmp24.github.io/blob/gh-pages/docs/assets/Maps/Perham_Kaitlyn_USFS_WMNF_LocationofMostDamage.pdf)

<img src="/assets/images/damagelocations_thumb.PNG" alt="DamageLocations" style="max-width:100%; height:auto;">

<img src="/assets/images/geologic_thumb.PNG" alt="Geology" style="max-width:100%; height:auto;">
![Geologic contacts](/assets/images/geologic_thumb.PNG)
![Larger version](https://github.com/kmp24/kmp24.github.io/blob/gh-pages/docs/assets/Maps/Perham_Kaitlyn_USFS_WMNF_GeologicContacts.pdf)

0 comments on commit 766f7f3

Please sign in to comment.