ave_daily               Average daily weather data across multiple
                        stations.
ave_hourly              Average hourly weather data across multiple
                        stations.
county_centers          County latitude and longitude designations.
county_radius           County land area data.
daily_df                Return average daily weather data for a
                        particular county.
daily_fips              Pull average daily weather data by U.S. county.
daily_stationmap        Plot daily weather stations for a particular
                        county.
daily_stations          NOAA NCDC station IDs per county.
filter_coverage         Filter stations based on "coverage"
                        requirements.
filter_hourly           Filter NOAA ISD stations based on "coverage"
                        requirements, and calculate coverage and
                        statistical information for each
                        station-variable combination.
hourly_df               Return average hourly weather data for a
                        particular county.
hourly_fips             Return average hourly weather data and a plot
                        showing the location of weather stations for a
                        particular county.
hourly_stationmap       Plot hourly weather stations for a particular
                        county.
int_surface_data        Get hourly data for a single monitor.
isd_fips_stations       Get station list for a particular U.S. county.
isd_monitors_data       Pull hourly data for multiple monitors.
plot_daily_timeseries   Write plot files for daily weather timeseries
                        dataframes.
plot_hourly_timeseries
                        Write plot files for hourly weather time series
                        dataframes.
write_daily_timeseries
                        Write daily weather timeseries files for U.S.
                        counties.
write_hourly_timeseries
                        Write hourly weather time series files for U.S.
                        counties.
