olm.USGS.loadWaterQualityData.loadSiteData

olm.USGS.loadWaterQualityData.loadSiteData(site, processedSitesDir='./Processed-Sites')[source]

Retrieves site data for an individual site from a directory of processed sites.

Parameters:
sitestring

name of site to retrieve, with or without USGS- tag at beginning.

processedSitesDirstring (optional)

directory that contains the processed site directory associated with the desired site. It is important to change this if the default is not correct. (default=’./Processed-Sites’)

Returns:
siteDataFramepandas.core.dataframe.DataFrame

A pandas multiindexed DataFrame object with data and metadata from the requested site.