Hi Kremena,
I always find STATSGO and SSURGO challenging to work with. I have
done a lookup before with SSURGO data, and looking back over my
STATSGO downloads I think it would work the same way.
The problem I found with this before was that one map unit symbol can
relate to many soil series, because one polygon often contains a group
of soils too spatially variable to break out into smaller polygons.
So you would need a method to decide for each map unit symbol which
soil group would be used to determine soil properties (whichever
series made up the greatest percentage of the association, perhaps?).
I couldn't think of a good way to write a query for this and didn't
want to do it by hand, so just ended up going with the SWAT-supplied
soil database.
Here is how I have found lookup data before for SSURGO/STATSGO:
1. When you download your STATSGO data, does it give you the
soildb_CO_2003 or similarly named MS Access file?
If yes, try opening this file and enable the macros contained. When I
do this, a box pops up with a list of map unit symbols in that state
download.
2. Try switching to Table view in Access and opening the Mapunit and
the Component tables.
The first column in Mapunit ("Mapunit Symbol") should contain your map
unit symbols that you see in your polygon's attribute table as MUSYM.
In the "Component" table, you will find a column called "Mapunit key"
that is also in the polygon attribute table as MUKEY.
In ArcMap, you can perform a join and/or relate between the polygon
and these tables in Access, based on either of these columns mentioned
above. Keep in mind that one MUKEY record in your polygon attribute
table may have multiple records with the same MUKEY in the "Component"
table and tweak your type of join and/or relate accordingly.
3. You can then export the attribute table with the joined/related
data from the Access table, open the .dbf in Excel, and modify as
needed to make a lookup table. Remember that sometimes the joined
table will show as blank in ArcMap, but will actually be populated
with data once you export it and open it in Excel.
I hope this helps. The SSURGO documentation has pretty detailed table
and field descriptions, which should be similar to STATSGO-2's:
http://soildatamart.nrcs.usda.gov/documents/SSURGOMetadataTableColumnDescriptions.pdf
Cheers,
Rosie