Learn R Programming

⚠️There's a newer version (1.4.0) of this package.Take me there.

rnoaa (version 0.1.0)

NOAA climate data from R.

Description

This is an R wrapper to the NOAA climate data API at http://www.ncdc.noaa.gov/cdo-web/webservices/v2. There are functions for each of the API endpoints: data, data categories, data sets, data types, locations, location categories, and stations. In addition, we have an interface for NOAA sea ice data that is not part of the climate data API.

Copy Link

Version

Install

install.packages('rnoaa')

Monthly Downloads

468

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Edmund Hart

Last Published

March 3rd, 2014

Functions in rnoaa (0.1.0)

seaiceeurls

Make all urls for sea ice data
fipscodes

FIPS codes for US states.
noaa_plot

Plot NOAA climate data.
noaa_datasets

Search NOAA datasets
noaa_stations

Get metadata about NOAA stations.
noaa_datacats

Get possible data categories for a particular datasetid, locationid, stationid, etc.
noaa_combine

Coerce multiple outputs to a single data.frame object.
noaa_locs

Get metadata about NOAA locations.
is.noaa_data

Check object class
noaa_seaice

Get sea ice data.
noaa_theme

Theme for plotting NOAA data
noaa_datatypes

Get possible data types for a particular dataset
noaa_locs_cats

Get metadata about NOAA location categories.
noaa_swdi

Get NOAA data for the sever weather data inventory (swdi).
theme_ice

ggplot2 map theme
noaa

Get NOAA data for any combination of dataset, datatype, station, location, and/or location type.
readshpfile

Function to read shapefile and
rnoaa-package

General purpose R interface to noaa.