Skip to content

This is an example of the type of lab you should turn in: you don't have to copy this exact format, but note that they answer the questions and comment their code!

Notifications You must be signed in to change notification settings

IDCE-MSGIS/sample-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Lab 1 Assignment: Calculating Rainfall

  1. Summarize what your script does or the problem you were trying to solve:

My code calculates the length and width and volume of the run-off area and measures the run-off volume of water (in gallons) given the rainfall amount (in inches) for a plot of land in Kenya.

  1. Summarize any major errors you encountered and what sources they used to resolve the errors:

I came across a problem while trying to provide the results to the second decimal places. The conversion of run-off volume was in cubic inches which I tried to convert into gallons. While I used the formula to convert run-off volume in gallons (run-off volume//231) and round function to limit the result in second decimal places, it always ended in .0 after the integer.

  1. How you fixed the errors, or where the error is if you couldn't figure something out.

I used "run-off volume 0.004329" instead of "run-off volume//231" and then the second decimal places arrived in the result.

About

This is an example of the type of lab you should turn in: you don't have to copy this exact format, but note that they answer the questions and comment their code!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages