41
ArcGIS and the Internet of Things Josh Joyner Brian Watson

ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

  • Upload
    others

  • View
    5

  • Download
    0

Embed Size (px)

Citation preview

Page 1: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

ArcGIS and the Internet of ThingsJosh Joyner

Brian Watson

Page 2: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Agenda

What is the IoT?

Decomposing an IoT solution

IoT deployment patterns

ArcGIS as an IoT platform

ArcGIS as an IoT platform: roadmap

Wrap-up

1

2

3

4

5

6

Page 3: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

What is the IoT?1

Page 4: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Internet of Things overviewWhat is the IoT?

The network of physical objects that contain embedded

technology to communicate and sense or interact with their

internal states or the external environment.

Source: Gartner February 2016

Page 5: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Internet of Things overviewWhat Things?

Connected Cars

Connected Health

Connected Home

Precision

Agriculture

Smart City

Smart Community

Digital

Pipelines

Intelligent

Logistics

Page 6: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Decomposing an IoT solution2

Page 7: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Blueprintfor IoT solutions

• The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the

edge, analyzes that data and takes action to accomplish the business goals of an enterprise.

• An IoT solution consists of the following layers:

- Edge: Embedded technology at the “edge” that senses, acquires & disseminates data.

- IoT platform: Accepts, ingests, stores, analyzes and shares intelligence gleaned from the data.

- Enterprise: Applications & processes that act upon the intelligence as a result of analytic results.

IoT PlatformEdge Enterprise

Page 8: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Edge of an IoT solutionenvironment, sensors, devices & actuators

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

• The Edge consists of:

- Environment: The “real world” that generates real-time observations which are sampled by sensors and

converted to information by devices.

- Sensors: Samples & collects data from the environment, typically 1,000 times per second to ensure sampling accuracy.

- Devices (aka Things): Applies basic analytics to sensor data to reduce it to a more limited & valuable

dataset for transmission. Typically devices emit data on set intervals (once per second), when certain events occur, or when polled.

- Actuators: Receive commands to adjust the behavior of devices in our environment.

IoT PlatformEdge Enterprise

Page 9: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Edge of an IoT solutionedge to IoT platform communication protocols

Sensors

Actuators

Devices(aka Things)

MQTT, HTTP,

AMQP, CoAP

En

vir

on

men

t

• Edge communication to an IoT platform typically uses one of the following protocols:

- MQTT: Message Queuing Telemetry Transport

- HTTP: Hyper Text Transfer Protocol, pushed or polled

- AMQP: Advanced Message Queuing Protocol

- CoAP: Constrained Application Protocol

IoT PlatformEdge Enterprise

Page 10: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Edge of an IoT solutiongateways

• Optionally, the Edge may consist of one or more:

- Gateways (aka Aggregation Points): Accepts multiple protocols & data models from disparate devices &

translates that data into the IoT Platform’s protocol, API & data model. Serves as a primary interconnection to

the IoT Platform.

• Gateway communication to an IoT platform typically uses one of the following protocols:

- MQTT: Message Queuing Telemetry Transport

- HTTP: Hyper Text Transfer Protocol, pushed or polled

IoT PlatformEdge Enterprise

CoAP

MQTT

AMQP

HTTP

legacy

aggregates thousands

to millions of devices

Sensors

Actuators

Devices(aka Things)

Gateways

MQTT,

HTTP

En

vir

on

men

t

Page 11: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

IoT platformdevice management & ingestion

• An IoT platform consists of:

- Device Management: Authenticates & establishes secure communications with the Edge devices and/or

gateways to ensure incoming data can be trusted. Also, is responsible for keeping devices up to data and

provisioning software updates as appropriate.

- Ingestion: Accepts data from the Edge and prepares it to be consumed by one or more Streaming Analytics.

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Streaming

Analytics

Ingestion

Device

Management

Page 12: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

IoT platformstreaming analytics, policy, orchestration, actions & intelligence

• An IoT platform consists of:

- Streaming Analytics: consumes a continuous stream of data from the Ingestion layer using Orchestration &

a Policy (aka Business Rule) to make decisions about what to do: trigger immediate actions and/or store the

data in a Data Store for Visualization and subsequent Analytics.

- Actions & Intelligence: takes action via secure access to Actuate Edge Devices and/or Enterprise

applications.

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Streaming

Analytics

Actions &

IntelligenceIngestion

Policy & Orchestration

Device

Management

Page 13: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

IoT platformdata store & batch analytics

• An IoT platform consists of:

- Data Store: provides storage for data that has been Orchestrated for storage. Prepares stored data for

efficient visualization, interactive queries & Batch Analytics.

- Batch Analytics: performs descriptive, prescriptive and/or predictive analysis on data, processes resulting

events & applies policies to determine actions. Typically, can be ad-hoc or scheduled on a recurring basis.

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Device

Management

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

IntelligenceIngestion

Policy & Orchestration

Page 14: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

IoT platformmanagement console, policy & orchestration

• An IoT platform consists of:

- Management Console: Handles a range of management tasks for the IoT platform such as managing the flow

of data, creating Policies, setting event thresholds & managing Data Stores.

- Policy (aka Business Rule): Processes resulting data from Analytics & compares thresholds/triggers

configured by data scientists to determine a course of action for the orchestration engine to execute.

- Orchestration: Coordinates steps necessary to execute an action.

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

Management

Console

Page 15: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

IoT platformactuating devices

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

• An IoT platform consists of:

- Actuation Action: A special type of action that sends a command to a device to alter the behavior of it’s

environment.

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

Management

Console

Page 16: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

IoT PlatformEdge Enterprise

Sensors

Actuators

Devices(aka Things)

Gateways

En

vir

on

men

t

IoT platformactuating devices with a gateway

• An IoT platform consists of:

- Actuation Action: A special type of action that sends a command to a device to alter the behavior of it’s

environment. When a gateway is present it is responsible for mediating the actuation command to the

appropriate device.

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

Management

Console

Page 17: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Enterprisevisualization & dashboards

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Visualization

&

Dashboards

• The Enterprise layer of an IoT consists of:

- Visualization: enables data scientists to spot key trends and patterns using exploratory visual analysis

techniques that have the ability to interactively query the data. Once trends are recognized policies can be

created to automatically detect the pattern and automatically trigger desired action(s).

- Dashboards: Dashboards can be configured to enable the monitoring of an IoT solution’s environment and

the behavior of it’s Devices/Things.

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

Management

Console

Page 18: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

IoT deployment patterns3

Page 19: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Blueprintfor IoT solutions

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Visualization

&

Dashboards

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

Management

Console

- Ingestion

- Streaming Analytics & Policies

- Actions (including Actuation)

- Data Store

- Device Management

- Batch Analytics

- Management Console

- Visualization

- Dashboards

• An IoT Platform & Enterprise consists of the following capabilities:

Page 20: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Visualization

&

Dashboards

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

Management

Console

- Ingestion

- Streaming Analytics & Policies

- Actions (including Actuation)

- Data Store

- Device Management

- Batch Analytics

- Management Console

- Visualization

- Dashboards

ArcGIS as an IoT Platformenabling geospatial insights with your IoT solution

• An ArcGIS based IoT Platform & Enterprise consists of the following capabilities:

Page 21: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Visualization

&

Dashboards

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

Management

Console

- Ingestion – GeoEvent Server

- Streaming Analytics & Policies – GeoEvent Server

- Actions (including Actuation) – GeoEvent Server

- Data Store

- Device Management

- Batch Analytics

- Management Console – GeoEvent Server

- Visualization

- Dashboards

ArcGIS as an IoT Platformenabling geospatial insights with your IoT solution

• An ArcGIS based IoT Platform & Enterprise consists of the following capabilities:

Page 22: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Visualization

&

Dashboards

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

Management

Console

- Ingestion – GeoEvent Server

- Streaming Analytics & Policies – GeoEvent Server

- Actions (including Actuation) – GeoEvent Server

- Data Store

- Device Management

- Batch Analytics – GeoAnalytics Server

- Management Console – GeoEvent Server

- Visualization

- Dashboards

ArcGIS as an IoT Platformenabling geospatial insights with your IoT solution

• An ArcGIS based IoT Platform & Enterprise consists of the following capabilities:

Page 23: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

Management

Console

- Ingestion – GeoEvent Server

- Streaming Analytics & Policies – GeoEvent Server

- Actions (including Actuation) – GeoEvent Server

- Data Store

- Device Management

- Batch Analytics – GeoAnalytics Server

- Management Console – GeoEvent Server

- Visualization – Map, Feature, & Stream Services

- Dashboards

ArcGIS as an IoT Platformenabling geospatial insights with your IoT solution

• An ArcGIS based IoT Platform & Enterprise consists of the following capabilities:

Visualization

&

Dashboards

Page 24: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Visualization

&

Dashboards

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

Management

Console

- Ingestion – GeoEvent Server

- Streaming Analytics & Policies – GeoEvent Server

- Actions (including Actuation) – GeoEvent Server

- Data Store – ArcGIS Data Store (spatiotemporal)

- Device Management

- Batch Analytics – GeoAnalytics Server

- Management Console – GeoEvent Server

- Visualization – Map, Feature, & Stream Services

- Dashboards

ArcGIS as an IoT Platformenabling geospatial insights with your IoT solution

• An ArcGIS based IoT Platform & Enterprise consists of the following capabilities:

Page 25: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Sensors

Actuators

Devices(aka Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

Management

Console

- Ingestion – GeoEvent Server

- Streaming Analytics & Policies – GeoEvent Server

- Actions (including Actuation) – GeoEvent Server

- Data Store – ArcGIS Data Store (spatiotemporal)

- Device Management

- Batch Analytics – GeoAnalytics Server

- Management Console – GeoEvent Server

- Visualization – Map, Feature, & Stream Services

- Dashboards – Operations Dashboard, Insights, …

ArcGIS as an IoT Platformenabling geospatial insights with your IoT solution

• An ArcGIS based IoT Platform & Enterprise consists of the following capabilities:

Visualization

&

Dashboards

Page 26: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Sensors

Actuators

Devices(or Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

ArcGIS

Enterprise

GeoEvent

Server

ingestion

GeoAnalytics

Server

spatiotemporal

big data storeactions

analytics

policies & orchestration

management console

data store analytics

visualization

Operations Dashboard for ArcGIS

Insights for ArcGIS

Esri Story Maps

ArcGIS Earth

ArcGIS Online

ArcGIS Pro

Collector for ArcGIS

Web AppBuilder for ArcGIS

AppStudio for ArcGIS

dashboards

ArcGIS as an IoT Platformenabling geospatial insights with your IoT solution

• An ArcGIS based IoT Platform & Enterprise consists of the following capabilities:

- Ingestion – GeoEvent Server

- Streaming Analytics & Policies – GeoEvent Server

- Actions (including Actuation) – GeoEvent Server

- Data Store – ArcGIS Data Store (spatiotemporal)

- Device Management

- Batch Analytics – GeoAnalytics Server

- Management Console – GeoEvent Server

- Visualization – Map, Feature, & Stream Services

- Dashboards – Operations Dashboard, Insights, …

Page 27: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Sensors

Actuators

Devices(or Things)

En

vir

on

men

t

IoT PlatformEdge Enterprise

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

ArcGIS

Enterprise

GeoEvent

Server

ingestion

GeoAnalytics

Server

spatiotemporal

big data storeactions

analytics

policies & orchestration

management console

data store analytics

visualization

Operations Dashboard for ArcGIS

Insights for ArcGIS

Esri Story Maps

ArcGIS Earth

ArcGIS Online

ArcGIS Pro

Collector for ArcGIS

Web AppBuilder for ArcGIS

AppStudio for ArcGIS

dashboards

ArcGIS as an IoT Platformenabling geospatial insights with your IoT solution

• An ArcGIS based IoT Platform & Enterprise consists of the following capabilities:

- Ingestion – GeoEvent Server

- Streaming Analytics & Policies – GeoEvent Server

- Actions (including Actuation) – GeoEvent Server

- Data Store – ArcGIS Data Store (spatiotemporal)

- Device Management for those requiring this functionality another IoT platform can be complemented with ArcGIS.

- Batch Analytics – GeoAnalytics Server

- Management Console – GeoEvent Server

- Visualization – Map, Feature, & Stream Services

- Dashboards – Operations Dashboard, Insights, …

Page 28: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Edge Enterprise

Ingestion

Streaming

Analytics

Data Store

Batch

Analytics

Actions &

Intelligence

Policy & Orchestration

Device

Management

ArcGIS

Enterprise

GeoEvent

Server

GeoAnalytics

Server

spatiotemporal

big data store

analytics

policies & orchestration

management console

data store analytics

visualization

Operations Dashboard for ArcGIS

Insights for ArcGIS

Esri Story Maps

ArcGIS Earth

ArcGIS Online

ArcGIS Pro

Collector for ArcGIS

Web AppBuilder for ArcGIS

AppStudio for ArcGIS

dashboards

Complementing an IoT platform with ArcGISenabling geospatial insights with your IoT solution

Sensors

Actuators

Devices(or Things)

Gateways

En

vir

on

men

t

ingestion

actions

Device RegistryStore

Device StateStore

IoTHub

ingestion

actions

IoTEdge

• The Edge of an IoT broadcasts into an IoT platform such as: Azure IoT, Amazon IoT, Cisco IoT, IBM Bluemix, ...

• The IoT platform integrates with ArcGIS to expand it’s capabilities with spatiotemporal analytics,

visualization & dashboards.

Page 29: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Edge Enterprise

IngestionActions &

Intelligence

Policy & Orchestration

Spatiotemporal

Capabilitiesvia ArcGIS

visualization

Operations Dashboard for ArcGIS

Insights for ArcGIS

Esri Story Maps

ArcGIS Earth

ArcGIS Online

ArcGIS Pro

Collector for ArcGIS

Web AppBuilder for ArcGIS

AppStudio for ArcGIS

dashboards

Complementing an IoT platform with ArcGISenabling geospatial insights with your IoT solution

Sensors

Actuators

Devices(or Things)

Gateways

En

vir

on

men

t

ingestion

actions

data store

• The Edge of an IoT broadcasts into an IoT platform such as: Azure IoT, Amazon IoT, Cisco IoT, IBM Bluemix, ...

• The IoT platform integrates with ArcGIS to expand it’s capabilities with spatiotemporal analytics,

visualization & dashboards.

streaming

analytics

batch

analytics

policies & orchestration

management console

Device

Management

Device RegistryStore

Device StateStore

IoTHub

ingestion

actions

IoTEdge

Page 30: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

ArcGIS as an IoT Platform4

Page 31: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Public Safetypolice fire

surveillance

Public Healthhospitals ambulances

Transitbuses taxis rail

trains crowds

Connected Carsautonomous driving traffic conditions holes

parking meters road conditions slippery areas

network improvements

Energy Usageelectricity gas smart meters

City Workerssanitation snow plows

Airportsflight status queues

plane location runway status

Buildingslighting hvac

occupancy counts

Internet of your Things

Weatherwarnings earthquakes

precipitation icy conditions

Peoplehealth monitoring

social activityTelecommunications

cell phone signals dropped calls

enabling geospatial insights with your IoT ArcGIS & the IoT

with real-time & big data capabilities

ArcGIS Enterprise

Environmentnoise co2 nitrates

gases temperature humidity

atmospheric pressure radiation

pesticides electromagnetic feedback

rain gauges water level gauges

water quality air quality

Apps

Desktop

APIs

Page 32: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Demo

Spatiotemporal

Capabilities

Page 33: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

ArcGIS as an IoT Platform

roadmap5

Page 34: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

ArcGIS Analytics for IoTreal-time & big data GIS capability for ArcGIS Online

ArcGIS Online

Analytics for IoT

FeedReal-Time

Analytic

Big Data

Analytic

Map

Layer

Feature

Layer

Stream

Layer

Apps

DesktopAPIs

• Extract location-based intelligence from your IoT

• Rapidly visualize, replay, & analyze IoT data

• Discover & use real-time feeds

• Detect patterns over space & time

Page 35: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Demo

Analytics for IoT

Page 36: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Wrap-up6

Page 37: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Esri User Conference 2018 pre-conference seminar on ‘Integrating IoT & ArcGIS’:

Additional Resources

ArcGIS & the Internet of Things

https://github.com/Esri/integrating-iot-arcgis

Page 38: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Real-Time and Big Data Technical Workshops

• Tuesday

– 8:30 - 9:30 ArcGIS GeoEvent Server: An Introduction

– 10:00 - 11:00 ArcGIS GeoEvent Server: Applying Real-Time Analytics

– 2:30 - 3:30 ArcGIS and the Internet of Things (IoT)

• Wednesday

– 8:30 - 9:30 ArcGIS GeoEvent Server: Visualizing Real-Time Data

– 10:00 - 11:00 Real-Time & Big Data GIS: Best Practices

– 1:00 - 2:00 ArcGIS GeoEvent Server: An Introduction 2nd offering

– 4:00 - 5:00 ArcGIS GeoEvent Server: Applying Real-Time Analytics 2nd offering

– 4:00 - 5:00 ArcGIS and the Internet of Things (IoT) 2nd offering

• Thursday

– 10:00 - 11:00 Real-Time & Big Data GIS: Best Practices 2nd offering

– 2:30 - 3:30 Real-Time & Big Data GIS: Road Ahead Only Offering

– 4:00 - 5:00 ArcGIS GeoEvent Server: Visualizing Real-Time Data 2nd offering

Page 39: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Please Share Your Feedback in the App

Download the Esri

Events app and find

your event

Select the session

you attended

Scroll down to

“Survey”

Log in to access the

survey

Complete the survey

and select “Submit”

Page 40: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Questions

FeedbackJosh Joyner

ArcGIS GeoEvent ServerProduct Manager, Esri

[email protected]

Brian Watson

ArcGIS Analytics for IoTProduct Engineer, Esri

[email protected]

Page 41: ArcGIS and the Internet of Things (IoT) - Esri...The Internet of Things (IoT) is an integrated solution that senses & collects data from devices at the edge, analyzes that data and

Questions / Feedback?

Brian Watson

ArcGIS Analytics for IoT, Product Engineer

[email protected]

Josh JoynerArcGIS GeoEvent Server, Product Manager

[email protected]