-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Issue 1
Challenge 1: Explore Your Data & Metadata
Before you begin working with files using python, it can be helpful to look at the structure of the file itself. In some cases, text files metadata at the top of the file that tell you more about the data within the file itself.
-
...text files HAVE metadata at the top...
-
I wonder if you might consider adding another line of instructions reminding students how to access that file and the metadata? Should they go back out to their main directory in the Hub and click through the folders to find the files or should they be doing that in python? I see they'll be opening the file using python in Challenge 2, so I'm wondering how we think they'll be opening the file and metadata in Challenge 1?
Issue 2
Challenge 2: Open and Plot a CSV File with Time Series Data
Once you have created your plot, answer the following questions.
What is the max value for stream charge in the data? One what date did that value occur?
Consider the entire dataset. Do you see any patterns of stream discharge values in the data?
-
Where do we want students to submit their answers to these questions? Could there be another cell where their answers can go? Maybe include another cell where their answers could be added as a comment?
-
In the cell where students build the figure you might add a comment at the top:
# Build your plot hereor something like that
Issue 3
Challenge 3: Subset the Data
The 2013 Colorad Flood occurred in 2013.
- Should be Colorado Flood
Subset the data to including only discharge data from August 1st, 2013 through October 31, 2013
- Should read: Subset the data to include
Issue 4
Bonus Challenge: Get Data from Hydrofunctions
3.) Resample the data calculate the annual maximum stream discharge value for each year.
- Resample the data to calculate
Issue 5
- Is this supposed to be in there?
