exploring your geospatial data

29
Exploring your geospatial data

Upload: wilmer

Post on 20-Jan-2016

28 views

Category:

Documents


0 download

DESCRIPTION

Exploring your geospatial data. It’s all about Relationships!. Download the SSURGO Template for your MMA. Two Important Points!. This is Not DIFFICULT! The technology is not NEW! What is new is our ability to look at these enormous databases in totally new ways. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Exploring your geospatial data

Exploring your geospatial data

Page 2: Exploring your geospatial data

It’s all about Relationships!

Page 3: Exploring your geospatial data

Download the SSURGO Template for your MMA

Page 4: Exploring your geospatial data

Two Important Points!

1. This is Not DIFFICULT!

2. The technology is not NEW!

What is new is our ability to look at theseenormous databasesin totally new ways.

Page 5: Exploring your geospatial data

Identifying slope inconsistencies in terrace soils Construct a Make Table query in Access using the cogeomordesc, component, and mapunit tables

Make MUKEY the first column in the output table

Page 6: Exploring your geospatial data

Output Access table

In ArcMap, join to the SSURGO attribute table using the MUKEY field

Page 7: Exploring your geospatial data

Select for all polygons that are terraces

Export the polygons to a feature class called terrace_soils

Page 8: Exploring your geospatial data
Page 9: Exploring your geospatial data

Open the SSURGO attribute table, and add a long integer field called objid

Double click on OBJECTID field to calculate objid = [OBJECTID]

Page 10: Exploring your geospatial data

Choose Zonal Statistics from the Spatial Analyst dropdown

• The Zone dataset will be terrace_soils• The Zone field will be objid• The Value raster will be the slope grid• Check the box to Join output table to

zone layer• Save the output table if you want• Click OK

Page 11: Exploring your geospatial data
Page 12: Exploring your geospatial data

• X the chart out• Look the table over, then close or

minimize it

Page 13: Exploring your geospatial data

Using mukey for the Zone field aggregates statistics by the mukey

Page 14: Exploring your geospatial data

Construct a SQL query to select polygons in which the representative slope value is more than 2 standard deviations greater or less than the mean slope within the polygon

Page 15: Exploring your geospatial data

Scale 1:35,114

Page 16: Exploring your geospatial data

So, you start with the cogeomordesc table here, see.

Yeah! Then you relate it to the component table, using the cokey field!

Then the mukey ties it all together!

Page 17: Exploring your geospatial data

Series extent, distribution and overlap

Join the SSURGO template mapunit table to the SSURGO attribute table using the MUKEY field

Page 18: Exploring your geospatial data

Select polygons LIKE ‘%Craig%’

The % sign is Arc’s wild card to match any characters that come before or after the character string ‘Craig’

Page 19: Exploring your geospatial data

Export the selected set to its own feature class

Page 20: Exploring your geospatial data
Page 21: Exploring your geospatial data

Tabulated areas are the number of 30 meter grid cells in each MMA. This table can be exported to .dbf, imported into Access or Excel, and acreages can be calculated.

Page 22: Exploring your geospatial data
Page 23: Exploring your geospatial data

Find SSURGO mapunits with lacustrine parent materials

Make MUKEY the first column in the output table

Page 24: Exploring your geospatial data
Page 25: Exploring your geospatial data
Page 26: Exploring your geospatial data

New Age – New Toys (Tools)

“You young pups with all your fancy play toys and whatnot….

“Back when I was a pup, all we had to play with was an old cat’s head”

Page 27: Exploring your geospatial data

Any questions?

Page 28: Exploring your geospatial data
Page 29: Exploring your geospatial data

• Use the help screens in Arc• Use relationships for all kinds of queries• Use all the tools available—Access, ArcGIS, ArcCatalog,

Excel• Step away from the machine• Resources:

– Access user guides at

http://soils.usda.gov/technical/access/

Suggestions