290 likes | 306 Views
Learn to solve GIS problems effectively with ArcToolbox, geoprocessing options, environments, and ModelBuilder. Explore tools like Intersect, Union, Dissolve, and more for seamless data analysis workflows.
E N D
Example Workflow Planned Highway Expansion: Find properties within the expansion area and determine the total value – commercial and residential – to see potential expenses
ArcToolbox • Access from Standard toolbar • Dockable • Contains: • Toolboxes • Toolsets • Tools • Models • Script tools
Search for Tools • Search window Tools filter • Search by tool name • Click to open tool or help
Finding Tool Help • From ArcToolbox • In the ArcGIS Help: Geoprocessing Tool Reference
License Levels • Tool availability depends on license • Basic, Standard, Advanced • Show locked tools • Hidden by default • Help
Geoprocessing Menu • Commonly used tools can be accessed straight from the geoprocessing menu • Additional resources • Search for tools • Results • Options • Environments
Intersect • Combines two or more feature classes • Keeps attributes from each input feature class • Works for points, lines and polygons • Only areas common to all input feature classes are included in the output
Union • Combines two or more feature classes • Keeps attributes from each input • Empty attributes where no overlap • Works for polygons • Areas from all inputs are in the output
Dissolve • Merges features based on matching attributes • Creates new feature class • Option for statistics on numeric columns • Examples: • Dissolve zip code polygons on city name attribute to create city polygons • Dissolve contour lines on the Z-value to remove unnecessary pseudo nodes
Merge • Appends feature classes • Combines attributes • Creates new output feature class • Example: Combine three days of data gathering into one single feature class
Geoprocessing Options • Overwrite output • Warning instead of error when populating tools • Background processing • ModelBuilder • Prompt for parameter • Results Management • Keeping too many results will slow down ArcMap
Environments • Set Environment variables, such as current workspace and scratch workspace • Environment settings affect all tools
Results • Access to all messages resulting from running tools • Shows how tools were previously run • Right-click Open to re-run a tool with the same settings • Generate a Python code snippet
ModelBuilder • Use ModelBuilder to: • Create custom tools in ArcToolbox • Automate tasks • Easily test alternate scenarios • Document workflows
More Tools to Consider • Feature To Polygon • Creates a feature class containing polygons generated from areas enclosed by input line or polygon features.
More Tools to Consider • Points to Line • Creates line features from points.
More Tools to Consider • Add XY Coordinates • Adds the fields POINT_X and POINT_Y to the point input features and calculates their values. It also appends the POINT_ZandPOINT_M fields if the input features are Z- and M-enabled.
More Tools to Consider • KML to Layer • Converts a KML or KMZ file into feature classes and a layer file. The layer file maintains the symbology found within the original KML or KMZ file. • Learn more about KML support in ArcGIS • http://desktop.arcgis.com/en/arcmap/10.3/manage-data/kml/what-is-kml-.htm • Data Conversion Toolbox
More Tools to Consider • Generate Near Table • Calculates distances and other proximity information between features in one or more feature class or layer. Unlike the Neartool, which modifies the input, Generate Near Table writes results to a new stand-alone table and supports finding more than one near feature.
More Tools to Consider • Table to Ellipse • Creates a new feature class containing geodetic ellipse features constructed based on the values in an x-coordinate field, y-coordinate field, major-axis field, minor-axis field, and azimuth field of a table.