I am trying to automate a process where I am doing a series of filters on SSURGO soils data. However, I am hitting a road block when it comes to working with the chorizon related table.
- I am able to join the MUs with the component table, valu1, and muaggatt, all of which I needed. However, when I go to join my updated layer to the chorizon table, all sorts of features come up with empty attributes. I am joining these tables based on the cokey, as per this documentation (https://apps.dtic.mil/sti/pdfs/AD1013237.pdf).
- I am still able to go through an join the chtexturegrp and chtexture (which have the fields I need) and am able to use some of the data, just not all of it, since many features have no attributes or corresponding cokey.
I would like to see if the group has any insights on the best ways to manipulate the SSURGO data to be able to view horizon data in Pro. As it stands, to get this data I have to go to web soil survey to get it. This step breaks the automation process I am trying to accomplish.
Thanks!