Exercise 2 Explore Data Patterns Using Space-Time Pattern Mining How Can I Print An Exercise To PDF Format
Exercise 2 Explore Data Patterns Using Space-Time Pattern Mining How Can I Print An Exercise To PDF Format
Introduction
Space-time pattern mining tools use statistics to incorporate the spatial and temporal aspects of your data to help you understand its spatiotemporal trends.
The initial step in space-time pattern mining is creating a space-time cube. A space-time cube aggregates your data into a multidimensional cube data structure (netCDF). The cube aggregates
the data into space-time bins with the x and y dimensions representing space and the t dimension representing time.
Three tools in the Space Time Pattern Mining toolbox can be used to create a space-time cube. The tool that you use depends on your data and spatial question.
Create Space Time Cube By Aggregating Points Analyzing incidents that occur in different locations over a period of time Crime incidents in a state
Create Space Time Cube From Defined Locations Analyzing fixed locations with attributes that change over time County tax rates
Create Space Time Cube From Multidimensional Raster Layer Analyzing multidimensional data that changes over time Rate of precipitation
After you create a space-time cube, you can analyze the statistically significant patterns in your data using the following space-time pattern mining tools.
Emerging Hot Spot Identifying trends in the clustering of point counts or attributes in a space-time cube using the Getis-Ord Gi* statistic and the ArcGIS Pro Help: How Emerging Hot
Analysis Mann-Kendall trend test Spot Analysis works
Local Outlier Identifying statistically significant clusters of high and low values as well as outliers that have values that are statistically ArcGIS Pro Help: How Local Outlier
Analysis different from their neighbors in space and time using the Anselin Local Moran's I statistic Analysis works
Time Series Identifying locations in a space-time cube that are most similar and partitions them into distinct clusters, where members of ArcGIS Pro Help: How Time Series
Clustering each cluster have similar time-series characteristics Clustering works
The Space Time Pattern Mining toolbox also includes the Time Series Forecasting toolset. This toolset includes four tools that you can use to forecast and estimate future values of a space-time
cube and evaluate and compare different forecast models at each location in a space-time cube. To learn more about the Time Series Forecasting toolset, go to ArcGIS Pro Help: An overview
of the Time Series Forecasting toolset.
In this exercise, you will create a space-time cube to use with the Emerging Hot Spot Analysis and Local Outlier Analysis tools.
Scenario
You are assisting in outreach efforts for the Supplemental Nutrition Assistance Program (SNAP). In the previous exercise, you completed a hot spot analysis and an outlier analysis to identify
areas with statistically significantly high SNAP participation in the contiguous United States during 2019. To continue your analysis, you will use space-time pattern mining tools to determine
how these participation rates have changed over time.
Note: The exercises in this course include View Result links. Click these links to confirm that your
results match what is expected.
In this step, you will open the ArcGIS Pro project that you downloaded for the first exercise in this section.
Note: If you did not download the project, please follow the instructions in the Download the
exercise data files step from the previous exercise.
Note: If you have configured ArcGIS Pro to start without a project template or with a default
project, you will not see the Start page. On the Project tab, click Open, and then click
Open Another Project.
1 de 8 2023-10-16, 13:06
Exercise 2: Explore data patterns using space-time pattern mining Ho... https://www.esri.com/training/mooc-content/5d76dcf7e9ccda09bef61...
Similar to the Pattern Detection map, the Space-Time Pattern Mining 2D map illustrates 2019 SNAP participation rates for counties in the contiguous United States. This map also
includes a table of SNAP participation rates from 2010 to 2019 in the Contents pane.
Before analyzing the spatial and temporal patterns of this data, you must create a space-time cube.
You are analyzing fixed locations (counties) with an attribute (SNAP rates) that changes over time. You will create a space-time cube with input from defined locations.
a In the Geoprocessing pane, search for and open the Create Space Time Cube From Defined Locations tool.
- Hint
If you closed the Geoprocessing pane, from the Analysis tab, in the Geoprocessing group, click Tools.
The input to this tool can be a feature class with repeating shapes or a feature class with one set of shapes and a related table containing the attributes recorded over time. You will use a
feature class of the counties and a related table of SNAP participation rates for each county from 2010 to 2019.
Temporal Aggregation is used when the data was collected in more frequent time intervals than your analysis requires. For example, the data was collected monthly, but you are
analyzing yearly trends. This analysis is looking at yearly trends in SNAP participation, and the data was collected yearly, so you will not need a temporal aggregation.
Time Field indicates the field from the related table that contains the timestamp that is associated with each record in the table.
e For Time Step Interval, type 1 for the first parameter and update the second parameter to Years.
Because you did not need a temporal aggregation, the Time Step Interval should match the time intervals of your data (yearly).
Time Step Alignment determines where aggregation, if necessary, will begin and end. You will not need to aggregate the data for this cube. For more information about time-step
alignment, go to ArcGIS Pro Help: How Create Space Time Cube works.
h For Variables, in the Fill Empty Bins With drop-down menu, choose Space-Time Neighbors.
Variables are the fields with the attribute values that change over time. If your data is missing a value for a specific bin, you can specify what to do with that bin. This decision depends on
your data and analysis question. If you are analyzing crime and there is an empty bin, that may mean no crimes took place at that location during that specific time, or it could mean that
no data was collected. If the empty bin represents an absence of crime, the bin should be filled with a value of zero. If the empty bin represents the absence of data, the bin should be
dropped or filled by averaging its spatial and/or temporal neighbors.
i Click Run.
2 de 8 2023-10-16, 13:06
Exercise 2: Explore data patterns using space-time pattern mining Ho... https://www.esri.com/training/mooc-content/5d76dcf7e9ccda09bef61...
The tool creates a netCDF file that does not display in the map, but it is saved to the location that you specified in the Output Space Time Cube parameter. You can find the file path for
the cube in the Output Space Time Cube parameter after running the tool. NetCDF (network Common Data Form) is a file format designed to support the creation, access, and sharing
of multidimensional scientific data. For more information about the netCDF file type, go to ArcGIS Pro Help: What is netCDF data?
The tool message window will inform you that the tool completed successfully but with warnings. You will review the warnings to gather more information.
The warning indicates that the spatial reference is not compatible with CF Conventions. The space-time cube that you created will not be used by other netCDF software, so the warning
does not affect this analysis. If you did want to use a space-time cube with other netCDF tools and software, you could use a coordinate system such as
USA_Contiguous_Lambert_Conformal_Conic. If needed, you can click the warning number in the message window for more help and information.
You can visualize the results of the space-time cube in 2D and 3D. Each visualization provides different insight into your data. In this step, you will visualize the results of the space-time
cube in 2D.
b In the Geoprocessing pane, click the Back button , and then search for and open the Visualize Space Time Cube In 2D tool.
d Browse to ..\EsriTraining\PatternDetection_SpaceTime.
Note: The input space-time cube (netCDF file) is found in the file path that you specified in the
Output Space Time Cube parameter from the previous geoprocessing tool.
This Cube Variable parameter is the variable, or variables, that you specified when creating the cube.
Note: Display Theme options vary based on the space-time pattern mining analyses that you
have completed using the cube. For a list of all possible display themes, go to ArcGIS Pro
Help: Visualize Space Time Cube in 2D (Space Time Pattern Mining).
j Click Run.
The Trends display theme uses the Mann-Kendall statistic to identify areas that have increased rates (purple) or decreased rates (green) of SNAP participation over time. The varying
shades of these colors indicate how confident that you can be that these increased and decreased trends are not random and represent meaningful patterns.
k Zoom to an area on the map, and then click one of the counties.
3 de 8 2023-10-16, 13:06
Exercise 2: Explore data patterns using space-time pattern mining Ho... https://www.esri.com/training/mooc-content/5d76dcf7e9ccda09bef61...
A time-series pop-up window appears. Each time-series pop-up includes a chart that visualizes the time-series trend for a particular county. You can use the chart to better understand
the overall trend of a county's SNAP participation and identify its yearly SNAP participation rates.
To visualize the cube in 3D, you will use a scene. Scenes allow you to visualize your data and analyze geographic information in an interactive 3D environment.
a In the Catalog pane, under Maps, right-click Space-Time Pattern Mining 3D and choose Open Local View.
b In the Geoprocessing pane, search for and open the Visualize Space Time Cube In 3D tool, and then set the following parameters:
· Input Space Time Cube: SNAP_1Yr_STC.nc (Hint: Use the Browse button.)
· Cube Variable: SNAPRATE_NONE_SPACE_TIME_NEIGHBORS
· Display Theme: Value
· Output Features: SNAP_1Yr_STC_Value3D
c Click Run.
Note: It may take a few minutes for the 3D layer to appear. Processing time for 3D visualization
can be affected by a few factors, including your computer's graphics card and the number
of features to display. If the layer does not display in a few minutes, try zooming in to the
screen so that there are fewer features to display at one time.
A 3D layer of SNAP participation rates appears in the scene. You can zoom and pan the scene to examine individual counties.
d From the Map tab, in the Navigate group, click Bookmarks and choose View Values.
Each column represents the SNAP participation rates for a county over time.
4 de 8 2023-10-16, 13:06
Exercise 2: Explore data patterns using space-time pattern mining Ho... https://www.esri.com/training/mooc-content/5d76dcf7e9ccda09bef61...
A pop-up window appears that includes the county information and SNAP participation rate for the specified year.
Creating and visualizing a space-time cube transforms your spreadsheet of data into an interactive 3D view. You can easily see the SNAP participation rates for each county and how the
rates have changed over time. Next, you will determine whether there is statistically significant clustering in this data.
You will use an emerging hot spot analysis to analyze a feature's spatial and temporal neighbors to determine whether the feature and its neighborhood are statistically significantly
different from the study area. This analysis will help you determine where and when there is statistically significant clustering of high and low SNAP participation rates.
a At the top of the scene view, click the Space-Time Pattern Mining 2D map tab.
c If necessary, from the Map tab, in the Navigate group, click Bookmarks and choose Contiguous US.
d In the Geoprocessing pane, search for and open the Emerging Hot Spot Analysis tool.
· For Input Space Time Cube, browse to the SNAP_1Yr_STC.nc file and select it.
· For Analysis Variable, choose SNAPRATE_NONE_SPACE_TIME_NEIGHBORS.
· For Output Features, type SNAP_1Yr_STC_EHS.
· For Conceptualization Of Spatial Relationships, confirm that Fixed Distance is selected.
· For Neighborhood Distance, set the fields to 75 Kilometers.
Tip: If you are comparing the results of this tool to other space-time pattern mining or pattern
detection tools, use the same Conceptualization Of Spatial Relationships parameter value
and distance band to ensure that the analysis parameters are consistent.
The Number Of Spatial Neighbors parameter is used in conjunction with the Conceptualization Of Spatial Relationships parameter to define each feature's neighborhood. It is typically
used with the K Nearest Neighbors Conceptualization Of Spatial Relationships. If used with fixed distance, the assigned distance band is used to define neighborhoods unless the band
does not reach the specified number of spatial neighbors. In these cases, the distance band will extend to reach the specified number of spatial neighbors.
The Neighborhood Time Step parameter defines the temporal neighborhood. Using a time step of 1 includes the feature, its neighborhood, and the feature and neighborhood from
the previous year.
In a hot spot analysis, a feature and its neighborhood are compared to the study area. With the Emerging Hot Spot Analysis tool, you can compare the feature and its neighborhood to
the entire cube, bins within the neighborhood time step, or bins within the same time step. For more information, go to ArcGIS Pro Help: Emerging Hot Spot Analysis (Space Time
Pattern Mining).
i Click Run.
Each location is evaluated based on its hot spot and cold spot results each year and then categorized (intensifying hot spot, persistent cold spot, and so on) to help you interpret the
results. The layer symbology represents the different categories.
j Open a web browser tab and go to ArcGIS Pro Help: How Emerging Hot Spot Analysis works.
5 de 8 2023-10-16, 13:06
Exercise 2: Explore data patterns using space-time pattern mining Ho... https://www.esri.com/training/mooc-content/5d76dcf7e9ccda09bef61...
k Review the table on this web page, and learn about the different symbology options, pattern names, and definitions.
? In the 2D map in ArcGIS Pro, which patterns can you detect for the emerging hot spot
analysis?
- Answer
The north-central areas of the United States have a mixture of consecutive, intensifying,
and new cold spots, which means that the areas have significant clustering of low SNAP
participation rates and that the intensity of this clustering has been increasing. The
southeastern areas of the contiguous United States have a mixture of persistent and
diminishing hot spots. In this case, the SNAP rate for each year is decreasing in the
diminishing hot spots and that decrease is statistically significant.
The Emerging Hot Spot Analysis categories are based on patterns detected over time. Next, you will visualize this information in 3D.
You can visualize the result from the emerging hot spot analysis in 3D to see why each location was assigned a specific category. You can also use 3D visualization to learn more about a
specific area of interest.
a At the top of the map view, click the Space-Time Pattern Mining 3D scene tab.
Note: ArcGIS Pro provides a History pane to access all the geoprocessing tools that you have
used in this ArcGIS Pro project. You can double-click a tool to reopen it with the
parameters used in that analysis. This workflow can save you time when running
consecutive analyses that require the same tool with many of the same parameter values.
e In the History pane, double-click the previously run Visualize Space Time Cube In 3D tool to open it.
Your Input Space Time Cube and Cube Variable parameters will remain the same as the last run, but you will update the other two parameters.
Step 6g***: Visualize the emerging hot spot analysis result in 3D.
A 3D layer of hot and cold spots appears in the scene. Each column indicates whether there were clusters of high or low SNAP participation rates for each year. By comparing the 2D
and 3D analysis results, you can gain a better understanding of the yearly trends that contributed to each category.
h At the top of the scene view, right-click the Space-Time Pattern Mining 3D scene tab and choose New Vertical Tab Group.
Step 6h***: Visualize the emerging hot spot analysis result in 3D.
6 de 8 2023-10-16, 13:06
Exercise 2: Explore data patterns using space-time pattern mining Ho... https://www.esri.com/training/mooc-content/5d76dcf7e9ccda09bef61...
The map and scene appear side by side. You can link these views so that moving one view will automatically update the other view.
i From the View tab, in the Link group, click the Link Views down arrow and choose Center And Scale.
Step 6j***: Visualize the emerging hot spot analysis result in 3D.
Note: Your views may differ slightly from the View Result graphic.
The 3D scene view allows you to see the yearly values for hot spots. This information can provide additional insight into your data. Based on these patterns, you may want to investigate
areas with consecutive or emerging hot spots to see whether these areas require additional resources that can improve access to healthy foods.
Before you continue, you will unlink the map and scene and then set each view to display separately.
k To unlink your map and scene, from the View tab, in the Link group, click Link Views.
l To no longer view the map and scene side by side, right-click the Space-Time Pattern Mining 3D scene tab and choose Move To Previous Tab Group.
Running a local outlier analysis with the result from the emerging hot spot analysis can help you determine which areas are statistically significantly different from their neighbors over
time.
d In the Geoprocessing pane, search for and open the Local Outlier Analysis tool.
Tip: If you are comparing the results of this tool to other space-time pattern mining tools, use
the same parameters to ensure that the analysis is consistent.
Note: The permutations in the Local Outlier Analysis tool compare your data values to a set of
randomly generated values. Therefore, your results may vary slightly from the View Result
graphic.
Each feature is evaluated and then categorized (High-High cluster, High-Low outlier, and so on) to help you interpret the results. Clusters indicate areas where the only statistically
significant type throughout time has been a high or low cluster. Outliers indicate areas where the only statistically significant type throughout time has been a High-Low outlier or a Low-
High outlier. Multiple types indicate areas where there have been multiple types of statistically significant clusters or outliers throughout time.
7 de 8 2023-10-16, 13:06
Exercise 2: Explore data patterns using space-time pattern mining Ho... https://www.esri.com/training/mooc-content/5d76dcf7e9ccda09bef61...
In this step, you will visualize the cube in 3D to examine the outliers, determining what years and areas were statistically different from their neighbors.
d In the History pane, double-click the previously run Visualize Space Time Cube In 3D tool to open it, and then update the following parameters:
g In the Contents pane, right-click the SNAP_1Yr_STC_LO layer and choose Copy.
i In the Contents pane, right-click Space-Time Pattern Mining 3D and choose Paste.
Adding the 2D Local Outlier Analysis result layer to the 3D Local Outlier Analysis layer can help you gain a better understanding of the yearly trends that contributed to each category.
This information provides more insight into your data. For example, you may want to investigate these outliers in further detail to determine whether they are the result of environmental
factors, socioeconomic changes, outreach efforts, or a combination of the three.
You ran the Emerging Hot Spot Analysis and Local Outlier Analysis tools to help you evaluate how SNAP participation rates have changed over time. This information can help in the
allocation of SNAP resources to areas of higher food insecurities. The results can help drive the decision to distribute resources in a more efficient and equitable way.
8 de 8 2023-10-16, 13:06