Skip to content

Commit

Permalink
Add final project
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Dec 4, 2023
1 parent beb5d44 commit 2105a4a
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 0 deletions.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ parts:
- file: book/labs/lab_08
- file: book/labs/lab_09
- file: book/labs/lab_10
- file: book/labs/final_project
# - caption: Appendix
# chapters:
# - file: book/gee/bibliography
Expand Down
49 changes: 49 additions & 0 deletions book/labs/final_project.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Final Project\n",
"\n",
"## Introduction\n",
"\n",
"Welcome to the final project for GEOG-414! This project provides you with an opportunity to apply the knowledge and skills you have acquired throughout the course to solve real-world problems. The final project is worth 100 points, which accounts for 10% of your total grade. The project report (Jupyter notebook) and the project presentation carry equal weightage, with each being worth 50 points. To generate ideas, you are encouraged to explore internet and library resources, ensuring that you properly cite any sources you use. While this is an individual project, you can discuss your ideas with your classmates and the instructor.\n",
"\n",
"## Project Components\n",
"\n",
"The project report, presented in Jupyter notebook format, should comprise the following four components:\n",
"\n",
"1. **Problem Statement:** Clearly define the real-world problem you aim to solve.\n",
"2. **Datasets:** Specify the datasets you utilized for your project. Include relevant details such as data sources, links, metadata, and any other pertinent information.\n",
"3. **Analysis:** Describe the spatial analysis techniques you employed and explain the reasons behind your choices.\n",
"4. **Results:** Present and interpret the results you obtained from your analysis. Utilize maps, images, figures, diagrams, or any other appropriate visual aids to support your findings.\n",
"\n",
"## Submission Requirements\n",
"\n",
"You are required to submit a link to your Colab notebook by 11:59 PM on December 3.\n",
"\n",
"The final project presentations will be conducted on December 4 and 6, during the lecture sections. Each presentation should not exceed 10 minutes. The order of presentations will be determined alphabetically based on the participants' last names. Make sure to submit the link to your Colab notebook by the aforementioned deadline. You can use your own laptop for the presentation. Please refer to the syllabus for the late submission policy.\n",
"\n",
"## Sources for Project Ideas\n",
"\n",
"To help you generate project ideas, consider exploring the following resources:\n",
"\n",
"* [Cloud-Based Remote Sensing with Google Earth Engine](https://link.springer.com/book/10.1007/978-3-031-26588-4)\n",
"* [Awesome Earth Engine](https://github.com/giswqs/Awesome-GEE)\n",
"* [Geo for Good Summit 2023](https://earthoutreachonair.withgoogle.com/events/geoforgood23)\n",
"* [Geo for Good Summit 2022 - YouTube Videos](https://www.youtube.com/playlist?list=PLLW-qoCMKQsxtBLPK-_I8HFRa9SKSuorW)\n",
"* [Earth Engine User Meetup](https://www.youtube.com/c/EarthEngineUserMeetup)\n",
"\n",
"Good luck with your final project, and feel free to reach out to your classmates and instructor for assistance and guidance along the way!\n"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
41 changes: 41 additions & 0 deletions book/labs/final_project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
jupytext:
text_representation:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.15.2
---

# Final Project

## Introduction

Welcome to the final project for GEOG-414! This project provides you with an opportunity to apply the knowledge and skills you have acquired throughout the course to solve real-world problems. The final project is worth 100 points, which accounts for 10% of your total grade. The project report (Jupyter notebook) and the project presentation carry equal weightage, with each being worth 50 points. To generate ideas, you are encouraged to explore internet and library resources, ensuring that you properly cite any sources you use. While this is an individual project, you can discuss your ideas with your classmates and the instructor.

## Project Components

The project report, presented in Jupyter notebook format, should comprise the following four components:

1. **Problem Statement:** Clearly define the real-world problem you aim to solve.
2. **Datasets:** Specify the datasets you utilized for your project. Include relevant details such as data sources, links, metadata, and any other pertinent information.
3. **Analysis:** Describe the spatial analysis techniques you employed and explain the reasons behind your choices.
4. **Results:** Present and interpret the results you obtained from your analysis. Utilize maps, images, figures, diagrams, or any other appropriate visual aids to support your findings.

## Submission Requirements

You are required to submit a link to your Colab notebook by 11:59 PM on December 3.

The final project presentations will be conducted on December 4 and 6, during the lecture sections. Each presentation should not exceed 10 minutes. The order of presentations will be determined alphabetically based on the participants' last names. Make sure to submit the link to your Colab notebook by the aforementioned deadline. You can use your own laptop for the presentation. Please refer to the syllabus for the late submission policy.

## Sources for Project Ideas

To help you generate project ideas, consider exploring the following resources:

* [Cloud-Based Remote Sensing with Google Earth Engine](https://link.springer.com/book/10.1007/978-3-031-26588-4)
* [Awesome Earth Engine](https://github.com/giswqs/Awesome-GEE)
* [Geo for Good Summit 2023](https://earthoutreachonair.withgoogle.com/events/geoforgood23)
* [Geo for Good Summit 2022 - YouTube Videos](https://www.youtube.com/playlist?list=PLLW-qoCMKQsxtBLPK-_I8HFRa9SKSuorW)
* [Earth Engine User Meetup](https://www.youtube.com/c/EarthEngineUserMeetup)

Good luck with your final project, and feel free to reach out to your classmates and instructor for assistance and guidance along the way!

0 comments on commit 2105a4a

Please sign in to comment.