olm.USGS.loadWaterQualityData.loadSitePhreeqcData¶
-
olm.USGS.loadWaterQualityData.loadSitePhreeqcData(site, processedSitesDir='./Processed-Sites')[source]¶ Retrieves site PHREEQC 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: - sitedf : pandas.core.frame.DataFrame
A pandas dataframe object with PHREEQC data from the requested site.