Climate Charts, Data and RClimate Scripts
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
While there are many online climate data resources, the source data files are in numerous data formats, presenting a challenge to climate citizen scientists who want to retrieve and analyze several climate indicators at the same time.
I have been working to develop a consolidated open access data file and RClimate scripts that users can use to retrieve climate data, conduct their own analysis and generate their own climate charts. My goal is to make it easier for climate citizen scientists to get their hands on the data in a simple, usable format (CSV). This post updates the status of my RClimate efforts.
Consolidated Climate Data File
This CSV file (link) includes 9 monthly climate data series:
- Global land – ocean temperature anomaly data for the 5 major series: GISS, NOAA, Hadley, RSS and UAH. The first 3 series use station data, the last 2 use satellite based observations.
- Nino34 SST Anomaly
- Pacific Decadal oscillation (PDO)
- Atlantic Multidecadal Oscillation (AMO)
- Global Sea Surface Temperature Anomaly (SSTA)
The CSV data file is updated monthly from source agency data files. All source agency data is downloaded monthly so that any changes in Agency source data will be reflected in the consolidated file.
I update the file once all Agency source files have been updated. This file is usually available for the last month in the 3rd week of the current month.
Climate Charts
I regularly update 15 climate charts using publicly available online data and R. All of my RClimate scripts are available for download and use (link).
- Daily Charts(6)
- Bi-weekly Map(1)
- SST Anomaly Map – NOAA map – great for checking ENSO conditions
- Weekly Weekly Chart(1)
- Monthly Charts(7)
Filed under: Citizen Climate Science, Climate Agencies, Climatology, Do-it-yourself Climate Science, Global Warming, R Climate Data Analysis Tool, RClimate Script, Time Series Charts Tagged: Climate Trends, R scripts
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.