Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialthoughts committed Jul 8, 2023
1 parent 8b72731 commit 3e7ffc7
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions docs/end-to-end-gee.html
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,12 @@ <h2>08. Exporting Data</h2>
<p>Once the Export finishes, a GeoTiff file for each export task will be
added to your Google Drive in the specified folder. You can download
them and use it in a GIS software.</p>
<p><img src="images/end_to_end_gee/exporting_data.png" width="75%" style="display: block; margin: auto;" /></p>
<div class="figure" style="text-align: center">
<img src="images/end_to_end_gee/exporting_data.png" alt="Visualized vs. Raw Composite" width="85%" />
<p class="caption">
Visualized vs. Raw Composite
</p>
</div>
<p><a
href="https://code.earthengine.google.co.in/?scriptPath=users%2Fujavalgandhi%2FEnd-to-End-GEE%3A01-Earth-Engine-Basics%2F08b_Export_(complete)"
target="_blank">Open in Code Editor ↗</a></p>
Expand Down Expand Up @@ -1413,10 +1418,11 @@ <h3>Exercise</h3>
</div>
<div id="assignment-1" class="section level2">
<h2>Assignment 1</h2>
<p>Load the Night Lights Data for 2019 and 2020. Compare the imagery for
your region and find the changes in the city.</p>
<p>Load the Night Lights Data for May 2015 and May 2020. Compare the
imagery for your region and find the changes in the city due to COVID-19
effect.</p>
<div class="figure" style="text-align: center">
<img src="images/end_to_end_gee/assignment1.png" alt="Assignment1 Expected Output" width="75%" />
<img src="images/end_to_end_gee/assignment1.png" alt="Assignment1 Expected Output" width="85%" />
<p class="caption">
Assignment1 Expected Output
</p>
Expand Down
Binary file modified docs/images/end_to_end_gee/assignment1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/end_to_end_gee/clipping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/end_to_end_gee/exporting_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions end-to-end-gee.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ knitr::include_graphics('images/end_to_end_gee/export_task02.png')

Once the Export finishes, a GeoTiff file for each export task will be added to your Google Drive in the specified folder. You can download them and use it in a GIS software.

```{r echo=FALSE, fig.align='center', out.width='75%'}
```{r echo=FALSE, fig.align='center', out.width='85%', fig.cap='Visualized vs. Raw Composite'}
knitr::include_graphics('images/end_to_end_gee/exporting_data.png')
```

Expand All @@ -365,9 +365,9 @@ knitr::include_graphics('images/end_to_end_gee/exporting_data.png')

## Assignment 1

Load the Night Lights Data for 2019 and 2020. Compare the imagery for your region and find the changes in the city.
Load the Night Lights Data for May 2015 and May 2020. Compare the imagery for your region and find the changes in the city due to COVID-19 effect.

```{r echo=FALSE, fig.align='center', out.width='75%', fig.cap='Assignment1 Expected Output'}
```{r echo=FALSE, fig.align='center', out.width='85%', fig.cap='Assignment1 Expected Output'}
knitr::include_graphics('images/end_to_end_gee/assignment1.png')
```

Expand Down
Binary file modified images/end_to_end_gee/assignment1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/end_to_end_gee/clipping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/end_to_end_gee/exporting_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3e7ffc7

Please sign in to comment.