Temporary Project Outline
In your group term paper, you will need to submit the following information:
1) Abstract
2) Introduction of the watershed (i.e., upstream Hiram Rapids (USGS 04202000), Old Portage (USGS 4206000) and Independence (USGS4208000)). You will need to give the general information ;
3) Procedure of the watershed delineation and corresponding analysis. Here, you will need to give:
(1) The main steps to acquire the data needed and how to project the data from GCS to proper State plane coordinate system.
(2) How to perform watershed delineation and how the flow accumulation file will help you to perform
(3) determination of total rainfall falling into the watershed from Thiessen polygon with the weighted average (We will use the total rainfall amount of entire watershed above Old Portage)
(4) determination of the Land-Use and Land-Cover and corresponding weighted curve number for the watershed upstream of Hirarm Rapids, Old Portage and Independence.
4) Discussion
5) Reference if any
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

