DAILY.DATA.DIRECTORY    Directory for raw station data with QA flags
DAILY.FILES.DIRECTORY   Directory for downloaded .dly files
DAILY.QA.DIRECTORY      Data after QA flags applied
GHCN.DAILY.COUNTRY.URL
                        Url of the country FIPS data
GHCN.DAILY.DATA.URL     Url for data
GHCN.DAILY.INVENTORY.URL
                        url for inventory
GHCN.DAILY.METADATA.URL
                        url to station metadata
GhcnDaily-package       Ghcn Daily Climate Data
MONTHLY.DATA.DIRECTORY
                        A directory for monthly data
convertFiles            Convert an entire directory of data
convertRawToDat         Converts raw files with QA flags to dat files
createArray             Create a 3D array of temperature data
createStationMonthly    Converts a daily series of temperatures into a
                        monthly series
downloadCountry         Downloads Country FIPS and name
downloadDailyData       Downloads Daily temperature data
downloadDailyFiles      Downloads the GHCN daily files
downloadDailyInventory
                        Downloads an Inventory
downloadDailyMetadata   Download station data metadata
makeDownloadList        Creates a list of urls to feed to the download
                        function
meanFunction            A specialize function for calculating a mean
mergeInventory          A function to merge a Tmax inventory and Tmin
                        Inventory
readCountry             read country Fips codes
readDailyData           A function to read Daily .dat files
readDailyFile           Reads a daily (.dly) file
readDailyInventory      Read daily inventory
readDailyMetadata       reads the metadata for the daily stations
readNetCDF              Reads a NetCDF file of temperatures
writeGhcn               Writes a file in GHCNV3 format
writeNetCDF             Writes a NetCDF file of a 3D data array
