Book Image

Spatial Analytics with ArcGIS

By : Eric Pimpler
Book Image

Spatial Analytics with ArcGIS

By: Eric Pimpler

Overview of this book

Spatial statistics has the potential to provide insight that is not otherwise available through traditional GIS tools. This book is designed to introduce you to the use of spatial statistics so you can solve complex geographic analysis. The book begins by introducing you to the many spatial statistics tools available in ArcGIS. You will learn how to analyze patterns, map clusters, and model spatial relationships with these tools. Further on, you will explore how to extend the spatial statistics tools currently available in ArcGIS, and use the R programming language to create custom tools in ArcGIS through the ArcGIS Bridge using real-world examples. At the end of the book, you will be presented with two exciting case studies where you will be able to practically apply all your learning to analyze and gain insights into real estate data.
Table of Contents (16 chapters)
Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback

Data preparation


As with almost all GIS projects, there is a considerable amount of data preparation work that must be done before the analysis can begin:

  1. Open ArcMap with the SanAntonioRealEstate.mxd file found in your C:GeospatialTrainingSpatialStats folder.
  2. Remove or turn off the visibility of the BexarCountyCensusBlockGroups layer.
  3. Add the ZillowNeighborhoods-TX shapefile. You should now have layers for ResidentialSales, ZillowNeighborhoods-TX, and a basemap layer.

    Note

    The Zillow neighborhoods data doesn't include full coverage of every area within the San Antonio metropolitan area.

  1. Obtain a count of the number of sales along with the average and sum of each numeric attribute for each neighborhood using the spatial join functionality in ArcMap. To accomplish this, right-click on the ZillowNeighborhoods-TX layer and navigate to Joins and Relates | Join.

 

  1. In the Join Data dialog, define the input parameters as shown in the following screenshot. The output feature class can be called ZillowNeighborhoods_Joined...