SlideShare a Scribd company logo
1 of 65
Methods for analyzing and mapping
temporal data with ArcGIS
Aileen Buckley
Esri - Redlands
What is temporal data and why is it important?
Change /
growth
Change or growth
over an area
• Demographics
• Fire perimeter
Moving
features
Feature that move
over space
• Planes
• Vehicles
• Animals
• Satellites
• Storms
Discrete
events
Events that
happens at various locations
• Crimes
• Lightning
• Accidents
Stationary
recorders
Features stay in one place
and record changes
• Weather stations
• Traffic sensors
The nature of temporal data
• Conceptualizations of time vary
- Linear (unique, directional time periods)
- Cyclic (repeating after a specific range in time)
- Others
• Time is relative to something
- Clock-driven time – synchronized to a specific clock
- Event-driven time – synchronized to an event (e.g., BC, AD)
- State-driven time – synchronized to a change in state
• Time data can be:
- Point data – specific to point in time
- Range data – accumulated over an interval of time
http://www.businessinsider.com/how-different-cultures-understand-time-2014-5
T1 Sx, T2 Sx, T3 Sx, …
T1 – T0, T2 – T0, T3 – T0, …
S1, S2, S3, …
where T = Time and S = State
GIS integrates temporal data
• Regular or “irregular” time
T1
Analysis, simulation,
& modeling
Fixed time
temporal data
Temporal maps
Stationary
Mobile
Real-time
sensor network
x
y
T
Multidimensional
(x,y,z,t)
Time stamps /
time extents
Data Sources
Time is built into ArcGIS
• Unified experience for time
- Part of Desktop, Pro, Runtime, and Portal products
• Geoprocessing (GP) tools
- Managing time aware data
- Analyzing through time, or space-and-time
• Ability to share temporal data/maps
- Web layers and image services
- Videos, images, map series, packages
This presentation…
• Data types
• Managing
• Analyzing
• Mapping
Demo
Mosaic dataset data
Data Types
for temporal data
Supported data types
• Feature layers
• Mosaic datasets
• NetCDF layers
• Tables
• Raster catalogs
• Tracking layers / Streaming layers
• Network dataset layers with traffic data
• Plus service layers with historical content and updating data feeds
Feature layers – Separate features
• Enable time on the Time tab of the feature layer’s Layer Properties dialog box
• With feature layers, features can be visualized over time in two ways:
1. The shape and location of each feature changes over time
- Store separate features
Feature layers – Features joined to a table
• Enable time on the Time tab of the feature layer's Layer Properties dialog box
• With feature layers, features can be visualized over time in two ways:
1. The shape and location of each feature changes over time
- Store separate features
2. The shape and location of each feature is constant but attribute values change over time
- You can represent the changing attributes in a separate (one-to-many) joined table
Mosaic datasets
• Enable time on the Time tab of the mosaic
dataset’s Layer Properties dialog box
• Mosaic datasets store rasters that represent
change over time
• The time field is in the Footprint attribute
table of the mosaic dataset
NetCDF layers
• NetCDF is a file format for storing
spatiotemporal data
- Multiple dimensions (x, y, z, t)
- Multiple variables (temperature, pressure,
salinity, wind speed)
• Time values are stored as one dimension of the netCDF layer
• Enable time on the Time tab of the Layer Properties dialog box
• For netCDF feature layers, specify the layer time using a time dimension or the
attribute fields
• For netCDF raster layers, specify layer time using the time dimension
X
Y
Demo
Mosaic dataset data
Managing
temporal data
Temporal data stored in multiple columns
• Store temporal data in a row format
- Each feature in a row
• Transpose Fields GP tool
- Shifts data entered in columns into rows

 Best practices for managing temporal data
Number and Text field types
• Only “sortable” formats are supported
- YYYYMMDD 20160701 > 20150701 = TRUE
- MMDDYYYY 07012016 > 08012015 = FALSE
• Named month is not supported
- AUG-01-2016 would come before JUL-01-2016
• Index the field for faster display and query performance
Date field type
• Store time values in a date field
- A field type that stores dates, times, or dates and times
- Most efficient format for query and display performance
- Supports more sophisticated database queries
- Easiest to configure on the layer

A wide range of
standard formats
Converting to a Date field type
• Use Data Management GP tools to convert to a date field type
• Convert Time Field GP tool
- Converts custom Text/Number formats into a new Date field
- “July 09, 2016”  07/09/2016  MM/DD/YYYY
Date Date_Converted

The Date field can also
have a custom format
MM dd, yyyy HH:mm:ss
Setting duration
• Calculate End Time GP tool
- Populates an end time field with the next record’s start time
- The last record will not have a duration – the end time is calculated to be the same as the
start time of the feature
Analyzing
temporal data
Analyzing temporal data
• Geoprocessing tools to manage temporal data – we have already seen these
• All GP tools honor time
• GP tools that specifically analyze space and time
• ArcPy site-package
All GP tools honor time
• GP tools honor the temporal settings for time-enabled layers
• Tool process only those features within the time extent set in the Time Slider
• Similar to a selection or definition query
GP tools for space-time data: ArcGIS for Desktop and Pro
• ArcToolbox > Spatial Statistics > Mapping Clusters
• These use a spatial weights matrix that has a temporal constraint
- Hot Spot Analysis GP tool
- Creates a map of statistically significant hot and cold spots
- Cluster and Outlier Analysis GP tool
- Identifies statistically significant hot spots, cold spots, and spatial outliers
- Grouping Analysis GP tool
- Groups features based on feature attributes and
optional spatial/temporal constraints
GP tools for space-time data: Pro
• Space Time Pattern Mining toolbox
- Create Space Time Cube GP tool
- Summarizes a set of points into a netCDF data structure by aggregating them into space-time bins
- Emerging Hot Spot Analysis GP tool
- Identifies trends in the clustering of point counts or attributes in a netCDF space-time cube
- Local Outlier Analysis GP tool
- Identifies statistically significant clusters of high or
low values as well as outliers
Demo
Analyzing Temporal Data
Mapping
temporal data
A variety of ways to share temporal visualizations
• As a time-enabled web map
- TIP: Publish time-aware web maps from Pro (instead of per-layer in 10.x)
- Open Pro, import an .mxd, and publish the web map directly to AGOL
- Known issues with current AGOL means two edits to an imported .mxd before publishing:
1. Replace the basemap (to avoid group layers)
2. Do not use a definition query against a time field
• As time-enabled image services (Portal only)
• As an animation / video
• As a series of exported images
• As a temporal map book
• As “small multiples” on a single layout
• As map or layer packages
Create web map services
• Map services preserve the time information from time-enabled layers
- Used to query and display content (with the time slider)
• Animated GIFs can be used for icons (e.g., in the Living Atlas)
- LINK - ArcGIS Online web map search for 'time'
• Example temporal web maps:
- Atlantic Storms (1993-95)
- Imported an MXD, updated the basemap, publish
- One year of ice pack imagery (North Pole)
- Time-aware aerial imagery
The purpose of mapping temporal data
• To allow for estimation of the degree of change or spatial pattern of
cross-correlation between time periods
• The effectiveness of any particular mapping method is related to:
- Clear and accurate representation of the data and
- Comprehension by the reader
• Mapping temporal data usually results in increased complexity of the display
• This complexity can lead to:
- Misunderstanding or misinterpretation, or even…
- …missing the change altogether (change blindness)
• Maps of temporal data benefit from clear, explanatory indicators of the current time
step within the full range
- Time slider control
- Timeline, time text, etc…
Methods to map temporal data
• Static displays
- Superimposed features
- Isochron maps
- Small multiples
- Complementary graphics
- Change maps
- Change analysis maps
- Space-time cubes
• Dynamic displays
- Use movement or variation to show or draw
attention to change
Superimposed features
• Superimpose features using distinguishable graphic marks or symbols
• Example
- Zebra Mussel Sightings
Zebra Mussel Sightings, 1986-2011
Zebra Mussel Sightings, 1986-2011
Directional Trend and Mean Center of Distribution
Zebra Mussel Sightings, 1986-2011
Directional Trend and Mean Center of Distribution
Icochron maps
• Map the change over time as isochrons (lines connecting points relating to
the same time or equal time differences)
• Areas between isochrones can be colored
• Color selection should reflect the nature of the data (usually sequential)
• Example
- Age of the Ocean Floor
- Station Fire, 2009
https://www.greatamericaneclipse.com/maps-and-posters/oregon-state-map
Small multiples
• A series of displays with the same graphic design structure depicting changes from
multiple to multiple (i.e., map to map)
• Should be comparable, multivariate, “shrunken, high-density graphics” that are
based on a large data matrix and used to show shifts in relationships among
variables
• The consistency of design assures that attention is directed toward changes in the
data
• Example
- Dam Construction in the US
- Plate Tectonics
2000
1910 1920 1930
1940 1950 1960
1970 1980
Complementary graphics
• Combining a map of a single time period with other graphics to display the temporal
data
• Graphics used to display the temporal data include:
- Timelines
- Time series graphs
- Spiral displays
- Circular graphs
• Examples
- Birds vs Aircraft by Month
- Water Balance App
http://www.esri.com/products/maps-we-love/birds-vs-aircraft
Birds vs Aircraft by Month
https://vannizhang.github.io/water-balance-app/
Change maps
• Depict the change over time at point locations, within homogeneous areas,
or along linear features
• Calculate the change and map it accordingly
• Often used to show change between only two time periods as the rate of
change
• Examples
- Percent Change in Total Population
Population Change, 1900 - 2010
Change analysis maps
• The change in a variable between time periods or over a range of time periods is
analyzed statistically and summarized in a single numerical index displayed on a
single map
- Hot spot analysis
- Cluster and outlier analysis
• The amount of change is sometimes simplified to a binary index (e.g.,
increase/decrease)
• Example
- Percent Change in Poverty Rates of School-Aged Children
Space-time cubes
• Superimpose features using distinguishable graphic marks or symbols
• Examples
- Space-Time Cube Explorer
- Napolean’s March on Moscow
www.esriurl.comSpaceTimeCubeExplorer
This presentation…
• Data types
• Managing
• Analyzing
• Mapping
abuckley@esri.com
@cartatesri
@mappingcenter
Questions???
Methods for analyzing and mapping temporal data

More Related Content

What's hot

Exploratory data analysis
Exploratory data analysisExploratory data analysis
Exploratory data analysisgokulprasath06
 
Spatial analysis and modeling
Spatial analysis and modelingSpatial analysis and modeling
Spatial analysis and modelingTolasa_F
 
Unit 4 Data Editing.pptx
Unit 4 Data Editing.pptxUnit 4 Data Editing.pptx
Unit 4 Data Editing.pptxe20ag004
 
Geographical information system in transportation planning
Geographical information system in transportation planning Geographical information system in transportation planning
Geographical information system in transportation planning shayiqRashid
 
Geographical information system : GIS and Social Media
Geographical information system : GIS and Social Media Geographical information system : GIS and Social Media
Geographical information system : GIS and Social Media Imran Ghaznavi
 
Geodatabase: The ArcGIS Mechanism for Data Management
Geodatabase: The ArcGIS Mechanism for Data ManagementGeodatabase: The ArcGIS Mechanism for Data Management
Geodatabase: The ArcGIS Mechanism for Data ManagementEsri South Africa
 
Geographic Information System unit 1
Geographic Information System   unit 1Geographic Information System   unit 1
Geographic Information System unit 1sridevi5983
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gisMohamed Hamed
 
Introduction to gis and arc gis
Introduction to gis and arc gis Introduction to gis and arc gis
Introduction to gis and arc gis Saad Raja
 
THE NATURE AND SOURCE OF GEOGRAPHIC DATA
THE NATURE AND SOURCE OF GEOGRAPHIC DATATHE NATURE AND SOURCE OF GEOGRAPHIC DATA
THE NATURE AND SOURCE OF GEOGRAPHIC DATANadia Aziz
 

What's hot (20)

Exploratory data analysis
Exploratory data analysisExploratory data analysis
Exploratory data analysis
 
Spatial analysis and modeling
Spatial analysis and modelingSpatial analysis and modeling
Spatial analysis and modeling
 
Unit 4 Data Editing.pptx
Unit 4 Data Editing.pptxUnit 4 Data Editing.pptx
Unit 4 Data Editing.pptx
 
Qualitative GIS by Rob Berry @rural_gis
Qualitative GIS by Rob Berry @rural_gisQualitative GIS by Rob Berry @rural_gis
Qualitative GIS by Rob Berry @rural_gis
 
Gis
GisGis
Gis
 
Geographical information system in transportation planning
Geographical information system in transportation planning Geographical information system in transportation planning
Geographical information system in transportation planning
 
Topology in GIS
Topology in GISTopology in GIS
Topology in GIS
 
Geographical information system : GIS and Social Media
Geographical information system : GIS and Social Media Geographical information system : GIS and Social Media
Geographical information system : GIS and Social Media
 
Presentation on gis and future trends
Presentation on gis and future trendsPresentation on gis and future trends
Presentation on gis and future trends
 
Coordinate systems
Coordinate systemsCoordinate systems
Coordinate systems
 
Gis unit 3
Gis   unit 3Gis   unit 3
Gis unit 3
 
Geodatabase: The ArcGIS Mechanism for Data Management
Geodatabase: The ArcGIS Mechanism for Data ManagementGeodatabase: The ArcGIS Mechanism for Data Management
Geodatabase: The ArcGIS Mechanism for Data Management
 
Geographic Information System unit 1
Geographic Information System   unit 1Geographic Information System   unit 1
Geographic Information System unit 1
 
Introduction to geomatics
Introduction to geomaticsIntroduction to geomatics
Introduction to geomatics
 
GIS
GISGIS
GIS
 
Geographical Information System (GIS)
Geographical Information System (GIS)Geographical Information System (GIS)
Geographical Information System (GIS)
 
Geographical Information System
Geographical Information SystemGeographical Information System
Geographical Information System
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gis
 
Introduction to gis and arc gis
Introduction to gis and arc gis Introduction to gis and arc gis
Introduction to gis and arc gis
 
THE NATURE AND SOURCE OF GEOGRAPHIC DATA
THE NATURE AND SOURCE OF GEOGRAPHIC DATATHE NATURE AND SOURCE OF GEOGRAPHIC DATA
THE NATURE AND SOURCE OF GEOGRAPHIC DATA
 

Similar to Methods for analyzing and mapping temporal data

Working with space time data - esri uc 2018
Working with space time data - esri uc 2018Working with space time data - esri uc 2018
Working with space time data - esri uc 2018Aileen Buckley
 
Working with space time data in ArcGIS
Working with space time data in ArcGISWorking with space time data in ArcGIS
Working with space time data in ArcGISAileen Buckley
 
Methods for Mapping Temporal Data
Methods for Mapping Temporal DataMethods for Mapping Temporal Data
Methods for Mapping Temporal DataAileen Buckley
 
Sharing historical maps and atlases in web apps
Sharing historical maps and atlases in web appsSharing historical maps and atlases in web apps
Sharing historical maps and atlases in web appsAileen Buckley
 
2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps
2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps
2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web AppsGIS in the Rockies
 
Integrating Data for Archaeology
Integrating Data for ArchaeologyIntegrating Data for Archaeology
Integrating Data for Archaeologyariadnenetwork
 
Feature Geo Analytics and Big Data Processing: Hybrid Approaches for Earth Sc...
Feature Geo Analytics and Big Data Processing: Hybrid Approaches for Earth Sc...Feature Geo Analytics and Big Data Processing: Hybrid Approaches for Earth Sc...
Feature Geo Analytics and Big Data Processing: Hybrid Approaches for Earth Sc...Dawn Wright
 
3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Prothangqd
 
K ingoldsby
K ingoldsbyK ingoldsby
K ingoldsbyNASAPMC
 
Optimizing your Map Services
Optimizing your Map ServicesOptimizing your Map Services
Optimizing your Map ServicesEsri
 
ADF DVT Speed Dating - Meeting the Gantt Charts
ADF DVT Speed Dating - Meeting the Gantt ChartsADF DVT Speed Dating - Meeting the Gantt Charts
ADF DVT Speed Dating - Meeting the Gantt ChartsLucas Jellema
 
Esta ld -exploring-spatio-temporal-linked-statistical-data
Esta ld -exploring-spatio-temporal-linked-statistical-dataEsta ld -exploring-spatio-temporal-linked-statistical-data
Esta ld -exploring-spatio-temporal-linked-statistical-datageoknow
 
ESTA-LD exploring spatio-temporal linked statistical data
ESTA-LD exploring spatio-temporal linked statistical dataESTA-LD exploring spatio-temporal linked statistical data
ESTA-LD exploring spatio-temporal linked statistical datageoknow
 
Watershed Delineation Using ArcMap
Watershed Delineation Using ArcMapWatershed Delineation Using ArcMap
Watershed Delineation Using ArcMapArthur Green
 
Arc gis introduction-ppt
Arc gis introduction-pptArc gis introduction-ppt
Arc gis introduction-pptAshok Peddi
 
ElasticSearch as (only) datastore
ElasticSearch as (only) datastoreElasticSearch as (only) datastore
ElasticSearch as (only) datastoreTomas Sirny
 
USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2
USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2
USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2Gianpaolo Coro
 
GIS to Schematics - The Data Exchange
GIS to Schematics - The Data ExchangeGIS to Schematics - The Data Exchange
GIS to Schematics - The Data ExchangeUDC
 

Similar to Methods for analyzing and mapping temporal data (20)

Working with space time data - esri uc 2018
Working with space time data - esri uc 2018Working with space time data - esri uc 2018
Working with space time data - esri uc 2018
 
Working with space time data in ArcGIS
Working with space time data in ArcGISWorking with space time data in ArcGIS
Working with space time data in ArcGIS
 
Methods for Mapping Temporal Data
Methods for Mapping Temporal DataMethods for Mapping Temporal Data
Methods for Mapping Temporal Data
 
Sharing historical maps and atlases in web apps
Sharing historical maps and atlases in web appsSharing historical maps and atlases in web apps
Sharing historical maps and atlases in web apps
 
2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps
2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps
2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps
 
Integrating Data for Archaeology
Integrating Data for ArchaeologyIntegrating Data for Archaeology
Integrating Data for Archaeology
 
Feature Geo Analytics and Big Data Processing: Hybrid Approaches for Earth Sc...
Feature Geo Analytics and Big Data Processing: Hybrid Approaches for Earth Sc...Feature Geo Analytics and Big Data Processing: Hybrid Approaches for Earth Sc...
Feature Geo Analytics and Big Data Processing: Hybrid Approaches for Earth Sc...
 
3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro
 
Geoservices Activities at EDINA
Geoservices Activities at EDINAGeoservices Activities at EDINA
Geoservices Activities at EDINA
 
K ingoldsby
K ingoldsbyK ingoldsby
K ingoldsby
 
Optimizing your Map Services
Optimizing your Map ServicesOptimizing your Map Services
Optimizing your Map Services
 
ADF DVT Speed Dating - Meeting the Gantt Charts
ADF DVT Speed Dating - Meeting the Gantt ChartsADF DVT Speed Dating - Meeting the Gantt Charts
ADF DVT Speed Dating - Meeting the Gantt Charts
 
Esta ld -exploring-spatio-temporal-linked-statistical-data
Esta ld -exploring-spatio-temporal-linked-statistical-dataEsta ld -exploring-spatio-temporal-linked-statistical-data
Esta ld -exploring-spatio-temporal-linked-statistical-data
 
ESTA-LD exploring spatio-temporal linked statistical data
ESTA-LD exploring spatio-temporal linked statistical dataESTA-LD exploring spatio-temporal linked statistical data
ESTA-LD exploring spatio-temporal linked statistical data
 
Multidimensional Scientific Data in ArcGIS
Multidimensional Scientific Data in ArcGISMultidimensional Scientific Data in ArcGIS
Multidimensional Scientific Data in ArcGIS
 
Watershed Delineation Using ArcMap
Watershed Delineation Using ArcMapWatershed Delineation Using ArcMap
Watershed Delineation Using ArcMap
 
Arc gis introduction-ppt
Arc gis introduction-pptArc gis introduction-ppt
Arc gis introduction-ppt
 
ElasticSearch as (only) datastore
ElasticSearch as (only) datastoreElasticSearch as (only) datastore
ElasticSearch as (only) datastore
 
USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2
USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2
USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2
 
GIS to Schematics - The Data Exchange
GIS to Schematics - The Data ExchangeGIS to Schematics - The Data Exchange
GIS to Schematics - The Data Exchange
 

More from Aileen Buckley

Vector tile style editor workshop
Vector tile style editor workshopVector tile style editor workshop
Vector tile style editor workshopAileen Buckley
 
Making the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the worldMaking the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the worldAileen Buckley
 
Ten telltale signs of novice cartography
Ten telltale signs of novice cartographyTen telltale signs of novice cartography
Ten telltale signs of novice cartographyAileen Buckley
 
Making the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the worldMaking the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the worldAileen Buckley
 
Compelling cartography with ArcGIS pro
Compelling cartography with ArcGIS proCompelling cartography with ArcGIS pro
Compelling cartography with ArcGIS proAileen Buckley
 
Atlas apps for online map collections
Atlas apps for online map collectionsAtlas apps for online map collections
Atlas apps for online map collectionsAileen Buckley
 
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018Aileen Buckley
 
Communicating spatial information visually
Communicating spatial information visuallyCommunicating spatial information visually
Communicating spatial information visuallyAileen Buckley
 
Learning to leverage the living atlas
Learning to leverage the living atlasLearning to leverage the living atlas
Learning to leverage the living atlasAileen Buckley
 
Atlas mapping in the hybrid age
Atlas mapping in the hybrid ageAtlas mapping in the hybrid age
Atlas mapping in the hybrid ageAileen Buckley
 
Compelling Cartography with ArcGIS
Compelling Cartography with ArcGISCompelling Cartography with ArcGIS
Compelling Cartography with ArcGISAileen Buckley
 
Maps that Engage, Inform, and Inspire
Maps that Engage, Inform, and InspireMaps that Engage, Inform, and Inspire
Maps that Engage, Inform, and InspireAileen Buckley
 
Atlas Mapping in the Hybrid Age
Atlas Mapping in the Hybrid AgeAtlas Mapping in the Hybrid Age
Atlas Mapping in the Hybrid AgeAileen Buckley
 
Dealing with incomplete data for mapping and spatial analysis
Dealing with incomplete data for mapping and spatial analysisDealing with incomplete data for mapping and spatial analysis
Dealing with incomplete data for mapping and spatial analysisAileen Buckley
 
Methods for mapping temporal data
Methods for mapping temporal dataMethods for mapping temporal data
Methods for mapping temporal dataAileen Buckley
 
Designing more engaging_maps_buckley_11-13-14
Designing more engaging_maps_buckley_11-13-14Designing more engaging_maps_buckley_11-13-14
Designing more engaging_maps_buckley_11-13-14Aileen Buckley
 

More from Aileen Buckley (20)

Vector tile style editor workshop
Vector tile style editor workshopVector tile style editor workshop
Vector tile style editor workshop
 
Making the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the worldMaking the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the world
 
Ten telltale signs of novice cartography
Ten telltale signs of novice cartographyTen telltale signs of novice cartography
Ten telltale signs of novice cartography
 
Making the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the worldMaking the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the world
 
Creative cartography
Creative cartographyCreative cartography
Creative cartography
 
Compelling cartography with ArcGIS pro
Compelling cartography with ArcGIS proCompelling cartography with ArcGIS pro
Compelling cartography with ArcGIS pro
 
Atlas apps for online map collections
Atlas apps for online map collectionsAtlas apps for online map collections
Atlas apps for online map collections
 
Geocart workshop
Geocart workshopGeocart workshop
Geocart workshop
 
Science at Esri
Science at EsriScience at Esri
Science at Esri
 
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
 
Communicating spatial information visually
Communicating spatial information visuallyCommunicating spatial information visually
Communicating spatial information visually
 
Learning to leverage the living atlas
Learning to leverage the living atlasLearning to leverage the living atlas
Learning to leverage the living atlas
 
Atlas mapping in the hybrid age
Atlas mapping in the hybrid ageAtlas mapping in the hybrid age
Atlas mapping in the hybrid age
 
Compelling Cartography with ArcGIS
Compelling Cartography with ArcGISCompelling Cartography with ArcGIS
Compelling Cartography with ArcGIS
 
Maps that Engage, Inform, and Inspire
Maps that Engage, Inform, and InspireMaps that Engage, Inform, and Inspire
Maps that Engage, Inform, and Inspire
 
Atlas Mapping in the Hybrid Age
Atlas Mapping in the Hybrid AgeAtlas Mapping in the Hybrid Age
Atlas Mapping in the Hybrid Age
 
Dealing with incomplete data for mapping and spatial analysis
Dealing with incomplete data for mapping and spatial analysisDealing with incomplete data for mapping and spatial analysis
Dealing with incomplete data for mapping and spatial analysis
 
Methods for mapping temporal data
Methods for mapping temporal dataMethods for mapping temporal data
Methods for mapping temporal data
 
Mapping Flow Data
Mapping Flow DataMapping Flow Data
Mapping Flow Data
 
Designing more engaging_maps_buckley_11-13-14
Designing more engaging_maps_buckley_11-13-14Designing more engaging_maps_buckley_11-13-14
Designing more engaging_maps_buckley_11-13-14
 

Recently uploaded

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 

Recently uploaded (20)

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 

Methods for analyzing and mapping temporal data

  • 1. Methods for analyzing and mapping temporal data with ArcGIS Aileen Buckley Esri - Redlands
  • 2. What is temporal data and why is it important? Change / growth Change or growth over an area • Demographics • Fire perimeter Moving features Feature that move over space • Planes • Vehicles • Animals • Satellites • Storms Discrete events Events that happens at various locations • Crimes • Lightning • Accidents Stationary recorders Features stay in one place and record changes • Weather stations • Traffic sensors
  • 3. The nature of temporal data • Conceptualizations of time vary - Linear (unique, directional time periods) - Cyclic (repeating after a specific range in time) - Others • Time is relative to something - Clock-driven time – synchronized to a specific clock - Event-driven time – synchronized to an event (e.g., BC, AD) - State-driven time – synchronized to a change in state • Time data can be: - Point data – specific to point in time - Range data – accumulated over an interval of time http://www.businessinsider.com/how-different-cultures-understand-time-2014-5 T1 Sx, T2 Sx, T3 Sx, … T1 – T0, T2 – T0, T3 – T0, … S1, S2, S3, … where T = Time and S = State
  • 4. GIS integrates temporal data • Regular or “irregular” time T1 Analysis, simulation, & modeling Fixed time temporal data Temporal maps Stationary Mobile Real-time sensor network x y T Multidimensional (x,y,z,t) Time stamps / time extents Data Sources
  • 5. Time is built into ArcGIS • Unified experience for time - Part of Desktop, Pro, Runtime, and Portal products • Geoprocessing (GP) tools - Managing time aware data - Analyzing through time, or space-and-time • Ability to share temporal data/maps - Web layers and image services - Videos, images, map series, packages
  • 6. This presentation… • Data types • Managing • Analyzing • Mapping
  • 9. Supported data types • Feature layers • Mosaic datasets • NetCDF layers • Tables • Raster catalogs • Tracking layers / Streaming layers • Network dataset layers with traffic data • Plus service layers with historical content and updating data feeds
  • 10. Feature layers – Separate features • Enable time on the Time tab of the feature layer’s Layer Properties dialog box • With feature layers, features can be visualized over time in two ways: 1. The shape and location of each feature changes over time - Store separate features
  • 11. Feature layers – Features joined to a table • Enable time on the Time tab of the feature layer's Layer Properties dialog box • With feature layers, features can be visualized over time in two ways: 1. The shape and location of each feature changes over time - Store separate features 2. The shape and location of each feature is constant but attribute values change over time - You can represent the changing attributes in a separate (one-to-many) joined table
  • 12. Mosaic datasets • Enable time on the Time tab of the mosaic dataset’s Layer Properties dialog box • Mosaic datasets store rasters that represent change over time • The time field is in the Footprint attribute table of the mosaic dataset
  • 13. NetCDF layers • NetCDF is a file format for storing spatiotemporal data - Multiple dimensions (x, y, z, t) - Multiple variables (temperature, pressure, salinity, wind speed) • Time values are stored as one dimension of the netCDF layer • Enable time on the Time tab of the Layer Properties dialog box • For netCDF feature layers, specify the layer time using a time dimension or the attribute fields • For netCDF raster layers, specify layer time using the time dimension X Y
  • 16. Temporal data stored in multiple columns • Store temporal data in a row format - Each feature in a row • Transpose Fields GP tool - Shifts data entered in columns into rows   Best practices for managing temporal data
  • 17. Number and Text field types • Only “sortable” formats are supported - YYYYMMDD 20160701 > 20150701 = TRUE - MMDDYYYY 07012016 > 08012015 = FALSE • Named month is not supported - AUG-01-2016 would come before JUL-01-2016 • Index the field for faster display and query performance
  • 18. Date field type • Store time values in a date field - A field type that stores dates, times, or dates and times - Most efficient format for query and display performance - Supports more sophisticated database queries - Easiest to configure on the layer  A wide range of standard formats
  • 19. Converting to a Date field type • Use Data Management GP tools to convert to a date field type • Convert Time Field GP tool - Converts custom Text/Number formats into a new Date field - “July 09, 2016”  07/09/2016  MM/DD/YYYY Date Date_Converted  The Date field can also have a custom format MM dd, yyyy HH:mm:ss
  • 20. Setting duration • Calculate End Time GP tool - Populates an end time field with the next record’s start time - The last record will not have a duration – the end time is calculated to be the same as the start time of the feature
  • 22. Analyzing temporal data • Geoprocessing tools to manage temporal data – we have already seen these • All GP tools honor time • GP tools that specifically analyze space and time • ArcPy site-package
  • 23. All GP tools honor time • GP tools honor the temporal settings for time-enabled layers • Tool process only those features within the time extent set in the Time Slider • Similar to a selection or definition query
  • 24. GP tools for space-time data: ArcGIS for Desktop and Pro • ArcToolbox > Spatial Statistics > Mapping Clusters • These use a spatial weights matrix that has a temporal constraint - Hot Spot Analysis GP tool - Creates a map of statistically significant hot and cold spots - Cluster and Outlier Analysis GP tool - Identifies statistically significant hot spots, cold spots, and spatial outliers - Grouping Analysis GP tool - Groups features based on feature attributes and optional spatial/temporal constraints
  • 25. GP tools for space-time data: Pro • Space Time Pattern Mining toolbox - Create Space Time Cube GP tool - Summarizes a set of points into a netCDF data structure by aggregating them into space-time bins - Emerging Hot Spot Analysis GP tool - Identifies trends in the clustering of point counts or attributes in a netCDF space-time cube - Local Outlier Analysis GP tool - Identifies statistically significant clusters of high or low values as well as outliers
  • 28. A variety of ways to share temporal visualizations • As a time-enabled web map - TIP: Publish time-aware web maps from Pro (instead of per-layer in 10.x) - Open Pro, import an .mxd, and publish the web map directly to AGOL - Known issues with current AGOL means two edits to an imported .mxd before publishing: 1. Replace the basemap (to avoid group layers) 2. Do not use a definition query against a time field • As time-enabled image services (Portal only) • As an animation / video • As a series of exported images • As a temporal map book • As “small multiples” on a single layout • As map or layer packages
  • 29. Create web map services • Map services preserve the time information from time-enabled layers - Used to query and display content (with the time slider) • Animated GIFs can be used for icons (e.g., in the Living Atlas) - LINK - ArcGIS Online web map search for 'time' • Example temporal web maps: - Atlantic Storms (1993-95) - Imported an MXD, updated the basemap, publish - One year of ice pack imagery (North Pole) - Time-aware aerial imagery
  • 30. The purpose of mapping temporal data • To allow for estimation of the degree of change or spatial pattern of cross-correlation between time periods • The effectiveness of any particular mapping method is related to: - Clear and accurate representation of the data and - Comprehension by the reader • Mapping temporal data usually results in increased complexity of the display • This complexity can lead to: - Misunderstanding or misinterpretation, or even… - …missing the change altogether (change blindness) • Maps of temporal data benefit from clear, explanatory indicators of the current time step within the full range - Time slider control - Timeline, time text, etc…
  • 31. Methods to map temporal data • Static displays - Superimposed features - Isochron maps - Small multiples - Complementary graphics - Change maps - Change analysis maps - Space-time cubes • Dynamic displays - Use movement or variation to show or draw attention to change
  • 32. Superimposed features • Superimpose features using distinguishable graphic marks or symbols • Example - Zebra Mussel Sightings
  • 34. Zebra Mussel Sightings, 1986-2011 Directional Trend and Mean Center of Distribution
  • 35. Zebra Mussel Sightings, 1986-2011 Directional Trend and Mean Center of Distribution
  • 36. Icochron maps • Map the change over time as isochrons (lines connecting points relating to the same time or equal time differences) • Areas between isochrones can be colored • Color selection should reflect the nature of the data (usually sequential) • Example - Age of the Ocean Floor - Station Fire, 2009
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 43. Small multiples • A series of displays with the same graphic design structure depicting changes from multiple to multiple (i.e., map to map) • Should be comparable, multivariate, “shrunken, high-density graphics” that are based on a large data matrix and used to show shifts in relationships among variables • The consistency of design assures that attention is directed toward changes in the data • Example - Dam Construction in the US - Plate Tectonics
  • 44. 2000 1910 1920 1930 1940 1950 1960 1970 1980
  • 45.
  • 46.
  • 47.
  • 48. Complementary graphics • Combining a map of a single time period with other graphics to display the temporal data • Graphics used to display the temporal data include: - Timelines - Time series graphs - Spiral displays - Circular graphs • Examples - Birds vs Aircraft by Month - Water Balance App
  • 51.
  • 52. Change maps • Depict the change over time at point locations, within homogeneous areas, or along linear features • Calculate the change and map it accordingly • Often used to show change between only two time periods as the rate of change • Examples - Percent Change in Total Population
  • 53.
  • 54.
  • 56. Change analysis maps • The change in a variable between time periods or over a range of time periods is analyzed statistically and summarized in a single numerical index displayed on a single map - Hot spot analysis - Cluster and outlier analysis • The amount of change is sometimes simplified to a binary index (e.g., increase/decrease) • Example - Percent Change in Poverty Rates of School-Aged Children
  • 57.
  • 58.
  • 59.
  • 60. Space-time cubes • Superimpose features using distinguishable graphic marks or symbols • Examples - Space-Time Cube Explorer - Napolean’s March on Moscow
  • 62.
  • 63. This presentation… • Data types • Managing • Analyzing • Mapping