From 2105a4a94b1c1af0c57a90a72c3d9fa73349428d Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sun, 3 Dec 2023 19:16:42 -0500 Subject: [PATCH] Add final project --- _toc.yml | 1 + book/labs/final_project.ipynb | 49 +++++++++++++++++++++++++++++++++++ book/labs/final_project.md | 41 +++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+) create mode 100644 book/labs/final_project.ipynb create mode 100644 book/labs/final_project.md diff --git a/_toc.yml b/_toc.yml index 5f95c48..373b356 100644 --- a/_toc.yml +++ b/_toc.yml @@ -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 diff --git a/book/labs/final_project.ipynb b/book/labs/final_project.ipynb new file mode 100644 index 0000000..d10ef08 --- /dev/null +++ b/book/labs/final_project.ipynb @@ -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 +} diff --git a/book/labs/final_project.md b/book/labs/final_project.md new file mode 100644 index 0000000..1c25e4b --- /dev/null +++ b/book/labs/final_project.md @@ -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!