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:
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:
sitedfpandas.core.frame.DataFrame

A pandas dataframe object with PHREEQC data from the requested site.