Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 566 Bytes

File metadata and controls

15 lines (9 loc) · 566 Bytes

ATMS 523 Module 4 Check In

This check in examines merging two cloud-hosted climate datasets using pandas + fsspec.

Cloud-hosted datasets

We use two NOAA datasets, one served from AWS Open Data and another from the web:

  • NOAA GHCN (CSV on AWS):
    https://registry.opendata.aws/noaa-ghcn/

  • NOAA ONI ENSO Index:
    https://www.climate.gov/news-features/understanding-climate/climate-variability-oceanic-nino-index

See notebooks/houston_prcp_enso_Check-In.ipynb for the Check In activity.