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: - site : string
name of site to retrieve, with or without USGS- tag at beginning.
- processedSitesDir : string (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: - sitePanel : pandas.core.panel.Panel
A pandas panel object with data from the requested site.