21
Geography 465 Working with ArcGIS Tools and Environment Settings

Geography 465

  • Upload
    brook

  • View
    42

  • Download
    0

Embed Size (px)

DESCRIPTION

Geography 465. Working with ArcGIS Tools and Environment Settings. Toolbox defined. Standard Toolboxes. Parameters are specified using strings or objects. Environment Settings. Divided into five categories: General Coverage Geodatabase Raster geodatabase Raster analysis - PowerPoint PPT Presentation

Citation preview

Page 1: Geography 465

Geography 465

Working with ArcGIS Tools and Environment Settings

Page 2: Geography 465

Toolbox defined

Page 3: Geography 465

Standard Toolboxes

Page 4: Geography 465
Page 5: Geography 465
Page 6: Geography 465

Parameters are specified using strings or objects

Page 7: Geography 465
Page 8: Geography 465
Page 9: Geography 465
Page 10: Geography 465

Environment SettingsDivided into five categories:- General- Coverage- Geodatabase- Raster geodatabase- Raster analysis

Names are unique; same constraints as tool names

Page 11: Geography 465

Environment Setting

Page 12: Geography 465

Environment Setting

Page 13: Geography 465
Page 14: Geography 465

Save Environment Setting

Page 15: Geography 465

Save Environment Setting

Page 16: Geography 465

Complex Parameters - Objects

For example:Spatial references, value tables, weighted

overlay tables, and remap tablesRead/write propertiesEach tool documentation has the specification

Page 17: Geography 465

Complex Parameters - Objects

Page 18: Geography 465

Retrieving properties usingDescribe

# Workspace dscWS = gp.Describe (“Seattle.mdb”)

# FeatureClass Properties dscFC = gp.Describe (“Seattle.mdb\\Parcels”)

# DataSet PropertiesdscFD = gp.Describe (“Seattle.mdb\\Census)

Page 19: Geography 465
Page 20: Geography 465

Describe method - 9.3

Page 21: Geography 465

Exercising the Geoprocessor and

Python Scripting