- First step: Overlay spatial features/data to tell a story, make an argument, solve or understand a problem, etc about locations.
- Second step: Share your spatial analysis in reports, maps, tables, and charts through visual communication.
2023-02-09
Geoprocessing is a framework and set of tools for spatial analysis. It is used to automate GIS tasks and for modeling and spatial analysis.
It Manipulates and alters the input geographic data to create an output data (derived data) for spatial analysis.
It can be done:
Dissolve eliminate boundaries by aggregating features with a shared attribute.
Merge is used when you have two or more geographically adjacent layers, each containing the same type of features, and you want one layer that contains all their features.
For example:
Computes a geometric intersection of the input features. Features or portions of features that overlap in all layers or feature classes will be written to the output feature class.
Joins attributes from one feature to another based on the spatial relationship. The target features and the joined attributes from the join features are written to the output feature class.
Spatial Join Relation: One to One and One to Many
One-to-one operation: If multiple join features are found that have the same spatial relationship with a single target feature, the attributes from the multiple join features will be aggregated using a field map merge rule.
One-to-many operation: If multiple join features are found that have the same spatial relationship with a single target feature, the output feature class will contain multiple copies (records) of the target feature.
Extracts input features that overlay the clip features. Use this tool to cut out a piece of one dataset using one or more of the features in another dataset as a cookie cutter.
Note: The attributes of clipping feature are ignored.
Creates buffer polygons around input features to a specified distance.
Buffer Applications:
Spatial analysis in ArcGIS Pro
An overview of the Analysis toolbox
Maantay, J., & Ziegler, J. (2006). GIS for the Urban Environment. Redlands, CA: Esri Press.