Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# ATMS 523 Module 3: Climate Analysis of Shreveport, LA

This repository contains code and notebooks for completing Module 3 of ATMS 523, focused on analyzing historical climate data using the NOAA Global Historical Climatology Network Daily (GHCN-D) dataset.

## Project Overview

The goal of this project is to:
- Download and process daily temperature data for a selected GHCN station (Shreveport, LA).
- Calculate climatological statistics for each calendar day from 1991–2020:
- Record high and low temperatures
- Average high and low temperatures
- Visualize these statistics alongside actual daily temperatures from a chosen year (2020).

## Visualization

The final output is a line plot showing:
- Record and average high/low temperatures (1991–2020)
- Actual high/low temperatures for Shreveport in 2020

## Files Included

- `module3_shreveport.ipynb`: Main notebook containing all code, analysis, and plots
- `README.md`: Project description and instructions


Loading