Skip to content

Commit 50f599d

Browse files
committed
Add getting mini-grid nightlights values from Earth Engine
1 parent 040686c commit 50f599d

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.DS_Store
1+
.DS_Store
2+
.vscode/

portfolio/home.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@
2626
<h1>Data Science Portfolio</h1>
2727
<br/>
2828

29+
<div class="textbox">
30+
<a href="/portfolio/mini-grid-nightlights/11_AfricaGetDarkAreas.html">
31+
<img class="figure" src="/portfolio/mini-grid-nightlights/figures/website/africa-night-lights.png">
32+
<h1>Sampling Google Earth Engine for VIIRS Nightime Lights Brightness at Mini-Grids and Dark Areas across Africa </h1>
33+
</a>
34+
<p><i>April 2024</i></p>
35+
<p>This notebook pulls in 700+ mini-grid locations across 20 countries in Africa, and finds thousands of other sample points to use as control areas. Nighttime brightness values are sampled for every month from 2014-2023, and then converted into a geodata frame for further analysis.</p>
36+
</div>
37+
<br/>
38+
2939
<div class="textbox">
3040
<a href="https://geohai.github.io/vite-vis-dss/">
3141
<img class="figure" src="/portfolio/vite-vis-dss/vite-vis-dss.png">

style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body {
2525
}
2626

2727
.portrait:hover {
28-
height: 310px;
28+
height: 260px;
2929
width: auto;
3030
margin-top: 95px;
3131
margin-bottom: 0px;
@@ -197,4 +197,8 @@ figcaption {
197197
.photo {
198198
width: 100%;
199199
height: auto;
200+
}
201+
202+
h1 {
203+
line-height: 1.1;
200204
}

0 commit comments

Comments
 (0)