EcohydroWorkflowLib  0.973
 All Classes Namespaces Files Functions Variables Pages
Namespaces | Functions | Variables
attributequery.py File Reference

Namespaces

namespace  ecohydroworkflowlib.ssurgo.attributequery
 Make tabular queries against USDA Soil Data Mart SOAP web service interface.
 

Functions

def ecohydroworkflowlib.ssurgo.attributequery.strListToString
 Converts a Python list of string values into a string containing quoted, comma separated representation of the list.
 
def ecohydroworkflowlib.ssurgo.attributequery.computeWeightedAverageKsatClaySandSilt
 Computes weighted average for Ksat, clay/silt/sand for a SSURGO mukey based on values for each component in the mukey; weights based on component.comppct_r.
 
def ecohydroworkflowlib.ssurgo.attributequery.joinSSURGOAttributesToFeaturesByMUKEY
 Join SSURGO tabular attributes to MapunitPoly or MapunitPolyExtended features based on MUKEY.
 
def ecohydroworkflowlib.ssurgo.attributequery.getParentMatKsatTexturePercentClaySiltSandForComponentsInMUKEYs
 Query USDA soil datamart tabular service for ksat, texture, % clay, % silt, % sand for all components in the specified map units.
 

Variables

list ecohydroworkflowlib.ssurgo.attributequery.attributeList ['avgKsat', 'avgClay', 'avgSilt', 'avgSand', 'avgPorosity','pmgroupname','texture','tecdesc']
 
list ecohydroworkflowlib.ssurgo.attributequery.attributeListNumeric ['avgKsat', 'avgClay', 'avgSilt', 'avgSand', 'avgPorosity']