Working with Temporal Data

Slides:



Advertisements
Similar presentations
Theresa Valentine US Forest Service Corvallis Forest Science Lab
Advertisements

Geoprocessing; Useful Tools You Should Know in ArcToolbox Unlock the hidden secrets of ArcToolbox to discover tools that make your work easier and analysis.
Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California ArcGIS Tracking Analyst – an Introduction Morakot Pilouk,
2014 ESIP Summer Meeting July 8–11, 2014 | Frisco, Colorado Advancing Scientific Data Support in ArcGIS Nawajish Noman.
Advanced GIS Using ESRI ArcGIS 9.3 Arc ToolBox 5 (Spatial Statistics)
Marine GIS Applications using ArcGIS Global Classroom training course Marine GIS Applications using ArcGIS Global Classroom training course By T.Hemasundar.
Esri International User Conference | San Diego, CA Technical Workshops | Esri Tracking Solutions: Working with real-time data Adam Mollenkopf David Kaiser.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Habitat Analysis in ArcGIS Use of Spatial Analysis to characterize used resources Thomas Bonnot
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Editing in ArcMap:
Batch Geocoding Online Bruce Harold
Technical Workshops | Esri International User Conference San Diego, California ArcMap: Tips and Tricks Miriam Schmidts Jorge Ruiz-Valdepena July 23 – 27,
Working with Tables Lesson 5 of Introduction to ArcGIS for Emergency Managers.
Fundamentals of working with geographic data
Network Analysis with Python
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Caching Imagery Using.
Animation of DSM2 Outputs in ArcMap Siqing Liu Bay Delta Office Department of Water Resources 2/17/2015.
Esri UC 2014 | Demo Theater | Working with Scientific Data using Mosaic Dataset Hong Xu, Dan Zimble.
Raster Concepts.
Applying Spatial Analysis Techniques to Make Better Decisions
Getting the most out of ArcMap Jack Horton & Jorge Ruiz-Valdepeña.
Esri UC 2014 | Technical Workshop | Creating Geoprocessing Services Kevin Hibma.
Migrating Data into the Parcel Fabric in ArcMap
Publishing GIS Services to ArcGIS Server
Esri UC 2014 | Technical Workshop | Editing in ArcMap: An Introduction Lisa Stanners, Phil Sanchez.
Esri UC 2014 | Technical Workshop | Migrating Data To The Parcel Fabric Christine Leslie Amir Bar-Maor.
1. Explore Interactive GIS 2. Create Map Layouts 3. Reuse a Custom Map Layout 4. Create a Custom Map Template 5. Add a Report to a Layout 6. Add a Graph.
Introduction to Geodatabases
SIMULATION COMPONENT AND MODFLOW DATA MODEL. Simulation Component.
Esri UC 2016 | Demo Theater | Esri Maps for MicroStrategy: Location Architect Chaka Clarke.
Esri Maps for IBM Cognos Tips and Tricks Shirley Baffoe Eddie Koehn.
Sharing Maps and Layers to Portal for ArcGIS Melanie Summers, Tom Shippee, Ty Fitzpatrick.
Packaging Network and Geocoding Data for Navigator Mark Bockenhauer & Frank Kish.
Jeff Barrette Jeff Moulds
Real-Time GIS Leveraging Stream Services
Accessing Spatial Databases in ArcGIS using Query Layers
Esri Maps for MicroStrategy: Enhance Your BI Reporting
Migrating Data to the Parcel Fabric Solution
Chris Andrews Product Manager 3D and ArcGIS Earth
Lidar and GIS: Applications and Examples
Configuring Portal for ArcGIS to Perform Network Analysis
ArcGIS Data Reviewer: Assessing Positional Accuracy
Introduction to Spatial Statistical Analysis
Desktop Mapping: Building Map Books
Working with Feature Layers
Geocoding with ArcGIS Online
Collector: Authoring Maps for Offline Data Collection
ArcGIS Online Elevation Services: Visualization and Analysis
Network Analysis with ArcGIS Online
PYTHON: AN INTRODUCTION
Enhancing Web Map Performance in ArcGIS Online
Geographic Information System
Shankar Chandrasekaran
Creating Geoprocessing Services
Preliminaries: -- vector, raster, shapefiles, feature classes.
Geodatabase Administration Toolset
Review- vector analyses
ArcGIS Data Reviewer: Quality Assessment for Elevation Raster Datasets
ArcGIS Deed Drafter: An Introduction
Automating and Validating Edits
Network Analysis using Python
PYTHON: BUILDING GEOPROCESSING TOOLS
Network Analyst – Automating Workflows with Geoprocessing
Geoprocessing Sample Tools for Lidar
Space Time Crime Patterns for the City of Sacramento
Designing and Using Cached Map Services
ArcGIS Pro: An Introduction Overview
GeoPlanner: Site Suitability Analysis
The Sweet Spot for Spatial Analysis: Using Online Content
Esri Roads and Highways An Introduction
Presentation transcript:

Working with Temporal Data Nathan Shephard and Aileen Buckley

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

GIS integrates temporal data 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 Regular or irregular time

Time is built into ArcGIS Unified experience for time Part of Desktop, Pro, Engine, and Server products Maps can be shared in ArcGIS Online Geoprocessing (GP) tools All GP tools honor time Special GP tools manage temporal data Special GP tools analyze time and space Ability to share temporal data/maps Map and image services, exported videos and images, map books, packages

Demo: Temporal data in ArcGIS for Desktop Aileen

Demo: Temporal data in ArcGIS Pro Nathan

This session… Data types Managing Analyzing Sharing

Data Types for temporal data

Supported data types Feature layers Mosaic datasets Raster catalogs Tables NetCDF layers Tracking layers Network dataset layers with traffic data Video layers

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: 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: The shape and location of each feature changes over time Store separate features 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

Tables Data stored in a table can be visualized over time using a graph First create the graph from a layer’s attribute table or another table Then enable time on the Time tab of the Properties dialog box for the layer or table used to make the graph

NetCDF layers Time X Y 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

Demo: NetCDF data Nathan

Managing temporal data

Temporal data stored in multiple columns  Best practices for 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

Number and Text field types Only “sortable” formats are supported YYYYMMDD 20160701 > 20150701 = TRUE MMDDYYYY 07012016 > 08012015 = FALSE Named month is not sorted correctly 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 format

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

Working with time zones ArcGIS integrates data across different time zones Layers in map can be in different time zones Data for same layer needs to be in the same time zone Convert Time Zone GP tool Converts time values recorded in a date field from one time zone to another time zone Use standard time (UTC1 or GMT2) To avoid issues with daylight savings time 1 Coordinated Universal Time 2 Greenwich Mean Time 

Demo: Managing temporal data Aileen

Analyzing temporal data

Analyzing temporal data All GP tools honor time Special GP tools analyze space and time New tools in ArcGIS Pro

All GP tools honor time Since 10.1 service pack 1 GP tools honor the temporal settings for time-enabled layers Tool process only those features within the time extent set in the Time Slider window Similar to a selection or definition query Models and scripts can be built to iterate through time Tools may have options to include time -> Case field

Demo: Analyzing temporal data Aileen

Special GP tools analyze space and time : 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

Special GP tools analyze space and time: 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

GP tools for space-time data: Sessions 36 / 69 Spatial Data Mining II: A Deep Dive Into Space-Time Analysis Tue 6/28/2016 01:30 PM - 02:45 PM Ballroom 06 C 36 / 85 Thu 6/30/2016 01:30 PM - 02:45 PM

Sharing temporal visualizations

A variety of ways to share temporal visualizations Time-enabled map or image service Exported video Exported images Temporal map book Temporal map and layer packages

Create web map services Map services preserve the time information from time-enabled layers Use to display or query the map services

Demo: Sharing temporal visualizations Nathan

Questions?

Please take our survey Find our event in the Esri Events App Your feedback allows us to help maintain high standards and to help presenters Find our event in the Esri Events App Find the session you want to review Scroll down to the bottom of the session Answer survey questions and submit