Skip to content

earthlab-education/02-climate-aupl8245-cmyk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Codespaces

Earth Data Analytics Coding Challenge 1: Climate Change in Boulder

Higher highs, lower lows, storms, and smoke -- we're all feeling the effects of climate change. In this workflow, you will take a look at trends in temperature over time in Boulder, CO.

You can find demo videos, further reading, and solution code online in the ESIIL Learning Portal Stars Textbook

Getting started using GitHub Codespaces

To get started from the main repository page:

  1. Click on the green Code dropdown in the upper right
  2. Open the Codespaces tab
  3. Click Create codespace on main

It can take a few minutes for the codespace to load for the first time. Be patient! It doesn't make it go faster to try again. You can find out more about all your codespaces at https://www.github.com/codespaces. If you are using this repository through GitHub Classroom, you shouldn't run out of codespace minutes, but you can run out of storage space if you have too many codespaces open or download too much data.

Challenge overview

There are 3 parts to this coding challenge:

  1. Complete the analysis notebooks in this repository with the sample data

  2. Complete the download notebook in this repository to practice accessing data

  3. Write a portfolio post (optional, but this is an option for your final project!):

    a. Come up with your own scientific question you can answer or explore with similar data b. Create a new notebook in this repository b. Reproduce the analysis to help answer your question c. Write a portfolio post explaining your results d. Upload the post to your data science portfolio webpage to show off your work!

Do your best to finish at least the two required parts of the coding challenge by the due date for this challenge. We're here to help!

Portfolio tip

The following code may help you to export your analysis if you want to put it on your portfolio:

jupyter nbconvert <your-notebook-name>.ipynb --to markdown --no-input

You can run it within your notebook as a %%bash cell, or in the terminal.

Climate Coding Challenge & Data Download 🌍

Before diving into the 5-part analysis, here’s the data retrieval notebook:

Then the main analysis:

About

eda-25-26-02-climate-fundamentals-02-climate-template created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%