Top Banner
Real-Time GIS: Applying Real-Time Analytics Mark Bramer Esri Professional Services [email protected]
38

Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Aug 06, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Real-Time GIS:Applying Real-Time AnalyticsMark BramerEsri Professional [email protected]

Page 2: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Real-Time GISIntegration and exploitation of streaming data

• Integrates real-time streaming data into ArcGIS

• Performs continuous processing and real-time analytics

• Sends updates and alerts to those who need it where they need it

ArcGIS Server

GeoEvent Extension

DesktopWeb Device

Page 3: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Receiving Real-Time DataEasily integrate real-time streaming data into ArcGIS using an Input Connector

You can createyour own

connectors.

GeoEvent Extension

Inpu

ts

Out

puts

GeoEvent Services

Poll an ArcGIS Server for Features

Poll an external website for JSON

Poll an external website for XML

Receive JSON on a REST endpoint

Receive Features on a REST endpoint

Receive JSON on a WebSocket

Receive RSS

Receive Text from a TCP Socket

Receive Text from a UDP Socket

Receive XML on a REST endpoint

Subscribe to a WebSocket for JSON

Out

of t

he B

ox

REST

REST

Watch a Folder for New CSV files

Watch a Folder for New JSON files

.csv

.json

HTTP

WS

WS

HTTP

REST

Esri

Gal

lery

ActiveMQ

CAP

Instagram

GeoMessage

Cursor-on-Target

Trimble (TAIP)

Sierra Wireless (RAP)

RabbitMQ

Twitter

Kafka

NMEA

VMF

*

* Part

ner G

alle

ry

CompassCom

exactEarth

GNIP

Geofeedia

FAA (ASDI)

Zonar

Valarm

OSIsoft

Harris

NetworkFleet

Page 4: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

How do I update and alert those who need it where they need it?Easily disseminate notifications, alerts, and updates using an Output Connector

You can createyour own

connectors.

GeoEvent Extension

Inpu

ts

Out

puts

GeoEvent Services

Out

of t

he B

oxAdd or Update a feature

Publish Text to a UDP Socket

Send a Text Message

Send an Email

Push Text to an external TCP Socket

Push GeoJSON or JSON to an external WebSocket

Push GeoJSON or JSON to an external Website

Send an Instant Message

Send Features to a Stream Service

Write to a CSV, GeoJSON, or JSON File .csv

WS

im

HTTP

ActiveMQ

Esri

Gal

lery

Cursor-on-Target

Hadoop

Kafka

MongoDB

MQTT

*

RabbitMQ

Twitter

Page 5: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Applying real-time analyticsGeoEvent Processing

You can createyour own

processors.

• You can perform continuous analytics on GeoEvents as they are received using a processor.

GeoEvent Extension

Inpu

ts

Out

puts

GeoEvent ServicesO

ut o

f the

Box

Field Calculator

Field Enricher

IncidentDetector

Track Gap Detector

GeoTagger

Field Reducer

Field Mapper

New

at A

rcG

IS 1

0.4

Buffer Creator

Convex Hull Creator

Projector

Simplifier

Intersector

Envelope Creator

Difference Creator

Symmetric Difference

Union Creator

Add XYZ

Esri

Gal

lery

Bearing

Ellipse

ETA Calculator

Field Group

GeoNames Lookup

Motion Calculator

Reverse Geocoder

Service Area Creator

Symbol Lookup

Track Idle Detector

Unit Conversion

Visibility

Volume Control

Range Fan Query Report

Page 6: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Applying real-time analyticsPerform real-time analytics by defining a GeoEvent Service

• A GeoEvent Service configures the flow of GeoEvents,- The Filtering and GeoEvent Processing steps to perform,- what input(s) to apply them to,- and what output(s) to send the results to.

Page 7: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

SuspectID V10987

Date 1405176845553

BatteryLevel Low

Distance 0.02

Speed 1.2

Course 186.4

geometry -117.123…, 36.064…

GeoEvent ProcessingCalculate new fields on a GeoEvent

• A Field Calculator processor uses an expression to- calculate a new field or update an existing field.- Expressions can be mathematical expressions, string operations, or regular expressions.

SuspectID V10987

Date 1405176845553

BatteryLevel Low

Distance 105.6

Speed 1.2

Course 186.4

geometry -117.123…, 36.064…

EventEnriched

EventExpression

Convert fromFeet to MilesExpression:

Distance / 5280

Page 8: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

GeoEvent ProcessingEnrich a GeoEvent with new fields

• A Field Enricher processor- Uses a field on the incoming GeoEvent to join with another data source and retrieve fields.- After the Field Enricher retrieves the required data from a data source, it enriches the GeoEvent

with new fields derived from the source.

SuspectID NoContact NoEntry

K90123 Temecula gangland

V10987 F65432 Pass Christian School

… … …

EventEnriched

Event

Feature Service

SuspectID V10987

Date 1405176845553

BatteryLevel Low

Distance 105.6

Speed 1.2

Course 186.4

geometry -117.123…, 36.064…

SuspectID V10987

Date 1405176845553

BatteryLevel Low

Distance 105.6

Speed 1.2

Course 186.4

geometry -117.123…, 36.064…

NoContact F65432

NoEntry Pass Christian School

Page 9: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

GeoEvent ProcessingEnrich the geometry of a GeoEvent

• A Buffer Creator processor- applies a geometric buffer to a geometry field on the incoming GeoEvent- and either:

- enriches the GeoEvent with a new geometry field representing the buffered result- or replaces the geometry of the incoming GeoEvent with the new buffer

SuspectID S90909

Date 1405176845553

BatteryLevel High

Distance 0.2

geometry -117.123…, 36.064…

SuspectID S90909

Date 1405176845553

BatteryLevel High

Distance 0.2

geometry -117.123…, 36.064…

buffer rings" : [ [ [ -116.3175, 33.6703],[-116.3175, 33.6703]…]]

EventEnriched

Event

Buffer Creator

Page 10: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

GeoEvent ProcessingAdjust the format of a GeoEvent

• A Field Mapper processor- Translates from one GeoEvent Definition to another- Specifying how fields map across the GeoEvent Definitions

TranslatedEvent

IncomingEvent

Mapping

SuspectID J7890

Date 1405176845553

Geometry -117.123…, 36.064…

Category AnkleBraceletGPS

SuspectID J7890

Date 1405176845553

Sensor 2

BatteryLevel Medium

Latitude 36.064

Longitude -117.123

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

CourseDeg 250.0

Geometry -117.123…, 36.064…

Category AnkleBraceletGPS

Page 11: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Field Calculator, Field Enricher, Buffer Creator, Field Mapper

Tracking Parolees and Buffering Location

Page 12: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Applying real-time analyticsPerform real-time analytics by defining a GeoEvent Service

Page 13: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Applying real-time analyticsPerform real-time analytics by defining a GeoEvent Service

Page 14: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Applying real-time analyticsPerform real-time analytics by defining a GeoEvent Service

Page 15: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Applying real-time analyticsPerform real-time analytics by defining a GeoEvent Service

Page 16: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Video DemoTracking Parolees and Buffering LocationField Calculator, Field Enricher, Buffer Creator, Field Mapper

Page 17: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Geofences, Geotagging, Incident Detection and Reverse Geocoding

Parolee Geofencing

Page 18: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

GeoEvent filteringGeofencing

intersect disjointtouches containscrosses equalsoverlaps within

• Spatial operators at 10.2:

• Spatial operators at 10.3 & 10.4:

inside outsideenter exit

Page 19: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

GeoEvent filteringGeofencing scope

• All geofences• Any geofence

• Geofencing scope: Any or All

Page 20: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous
Page 21: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

GeoEvent filteringGeofencing

• Import geofences from a feature service – reads once• Synchronize geofences with a feature service – refreshes periodically

Feature Service/AnkleBracelet/NoEntryAreas

Geofences

NoEntryAreas/Pass Christian SchoolTemecula GanglandUSA-Mexico Border

Event

GEOMETRY InsideANY NoEntryAreas/.*

FilteredEvent

Import Synchronize

Page 22: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

GeoEvent filteringGeofencing

• Synchronize geofences with a stream service – updates continuously

Event

Stream Service/AnkleBracelet/ParoleeProximityBuffer

Geofences

ParoleeProximityBuffer/A12345F65432…

GEOMETRY InsideANY ParoleeProximityBuffer/.*

FilteredEvent

ArcGIS Server

GeoEvent Extension

Synchronize

Page 23: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Applying real-time analyticsPerform continuous analytics on GeoEvents as they are received using processors

You can createyour own

processors.

GeoEvent Extension

Inpu

ts

Out

puts

GeoEvent Services

Out

of t

he B

ox

Field Calculator

Field Enricher

IncidentDetector

Track Gap Detector

GeoTagger

Field Reducer

Field Mapper

Buffer Creator

Convex Hull Creator

Projector

Simplifier

Intersector

Envelope Creator

Difference Creator

Symmetric Difference

Union Creator

Add XYZ

Esri

Gal

lery

Bearing

Ellipse

ETA Calculator

Field Group

GeoNames Lookup

Motion Calculator

Reverse Geocoder

Service Area Creator

Symbol Lookup

Track Idle Detector

Unit Conversion

Visibility

Volume Control

Range Fan Query Report

Page 24: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

GeoEvent processingEnrich a GeoEvent with geographic context

• A GeoTagger processor- uses a spatial expression to tag the event with related geometries.

EventEnriched

EventExpression

SuspectID J7890

Date 1405176845553

Sensor 2

BatteryLevel Medium

Latitude 36.064

Longitude -117.123

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

CourseDeg 250.0

Geometry -117.123…, 36.064…

Category AnkleBraceletGPS

SuspectID J7890

Date 1405176845553

Sensor 2

BatteryLevel Medium

Latitude 36.064

Longitude -117.123

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

CourseDeg 250.0

Geometry -117.123…, 36.064…

Category AnkleBraceletGPS

IsInside Temecula gangland

Page 25: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

id c982db54-…-3bbb61211eb6

name Geofence violation

type Cumulative

status Started

alertType Warning

openCondition (INSIDE(AnkleBraceletGPS/Temecula gangland) AND (SuspectID= J7890))

closeCondition

description Started at 7/12/14 10:54 AM

timestamp 1405176865553

definitionName incident

definitionOwner com.esri.ges.processor/IncidentDetector/10.3.0

trackId J7890

geometry -117.123…, 36.064…

duration 0

dismissed false

assignedTo

note

GeoEvent processingNotify about a pattern of interest

• An Incident Detector Processor- creates an Incident upon an opening expression being met,- maintains state for the duration of an incident,- closes the incident based on a closing expression, or expiration.

IncidentEnded

IncidentStarted

GEOMETRY INSIDEAnkleBraceletGPS-Geofences/Temecula Gangland

AND SuspectID = J7890

gggggggggg

id c982db54-…-3bbb61211eb6

name Geofence violation

type Cumulative

status Ongoing

alertType Warning

openCondition (INSIDE(AnkleBraceletGPS/Temecula gangland) AND (SuspectID= J7890))

closeCondition

description Ongoing for last 10 seconds.

timestamp 1405176875553

definitionName incident

definitionOwner com.esri.ges.processor/IncidentDetector/10.3.0

trackId J7890

geometry -117.123…, 36.064…

duration 10000

dismissed false

assignedTo

note

id c982db54-…-3bbb61211eb6

name Geofence violation

type Cumulative

status Ongoing

alertType Warning

openCondition (INSIDE(AnkleBraceletGPS/Temecula gangland) AND (SuspectID= J7890))

closeCondition

description Ongoing for last 20 seconds.

timestamp 1405176885553

definitionName incident

definitionOwner com.esri.ges.processor/IncidentDetector/10.3.0

trackId J7890

geometry -117.123…, 36.064…

duration 20000

dismissed false

assignedTo

note

id c982db54-…-3bbb61211eb6

name Geofence violation

type Cumulative

status Ongoing

alertType Warning

openCondition (INSIDE(AnkleBraceletGPS/Temecula gangland) AND (SuspectID= J7890))

closeCondition

description Ongoing for last 30 seconds.

timestamp 1405176895553

definitionName incident

definitionOwner com.esri.ges.processor/IncidentDetector/10.3.0

trackId J7890

geometry -117.123…, 36.064…

duration 30000

dismissed false

assignedTo

note

SuspectID J7890

Date 1405176845553

BatteryLevel Medium

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

Geometry -117.1..…, 36.0..…

SuspectID J7890

Date 1405176855553

BatteryLevel Medium

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

Geometry -117.1..…, 36.0..…

SuspectID J7890

Date 1405176865553

BatteryLevel Medium

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

Geometry -117.1..…, 36.0..…

SuspectID J7890

Date 1405176875553

BatteryLevel Medium

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

Geometry -117.1..…, 36.0..…

SuspectID J7890

Date 1405176885553

BatteryLevel Medium

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

Geometry -117.1..…, 36.0..…

SuspectID J7890

Date 1405176895553

BatteryLevel Medium

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

Geometry -117.1..…, 36.0..…

SuspectID J7890

Date 1405176905553

BatteryLevel Medium

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

Geometry -117.1..…, 36.0..…

SuspectID J7890

Date 1405176915553

BatteryLevel Medium

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

Geometry -117.1..…, 36.0..…

SuspectID J7890

Date 1405176925553

BatteryLevel Medium

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

Geometry -117.1..…, 36.0..…

SuspectID J7890

Date 1405176935553

BatteryLevel Medium

Distance 0.01

DurationMin 1.03

SpeedMPH 0.62

Geometry -117.1..…, 36.0..…

id c982db54-…-3bbb61211eb6

name Geofence violation

type Cumulative

status Ended

alertType Warning

openCondition (INSIDE(AnkleBraceletGPS/Temecula gangland) AND (SuspectID= J7890))

closeCondition

description Ended at 7/12/14 10:54 AM and lasted for 40 seconds

timestamp 1405176905553

definitionName incident

definitionOwner com.esri.ges.processor/IncidentDetector/10.3.0

trackId J7890

geometry -117.123…, 36.064…

duration 40000

dismissed false

assignedTo

note

Incident Detector

Page 26: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

GeoEvent processingEnrich a GeoEvent with the nearest street address

• A Reverse Geocoder processor- Uses a point geometry on the incoming GeoEvent to perform a

reverse geocode- and enriches the GeoEvent with new field(s) representing

matched address.

EventEnriched

Event

Reverse Geocoder Service

REST

Reverse GeocoderSuspectID J7890

Date 1405176845553

Sensor 2

BatteryLevel Medium

SpeedMPH 1.79

Geometry -116.97…, 33.98…

SuspectID J7890

Date 1405176845553

Sensor 2

BatteryLevel Medium

SpeedMPH 0.01

Geometry -116.97…, 33.98…

Address 39583 Avenida Sonrisa

Neighborhood

City Beaumont

Subregion

Region California

Postal 92223

PostalExt

CountryCode USA

Match_addr 39583 Avenida Sonrisa, Beaumont, California, 92223

Loc_name USA.PointAddress

Page 27: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

GeoEvent FilteringEnriching events to determine areas a tracked felon is not allowed to enter

Page 28: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Video DemoParolee GeofencingGeofencing, Geotagging, Reverse Geocoding

Page 29: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Dynamic Geofences and Incident Detection

Meet up Detection and Alerting

Page 30: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Video DemoParolee Meetup Detection and GeotaggingGeofencing, Incident Detection, Geotagging, Filtering, Reverse Geocoding

Page 31: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Track Gap Detector, Track Idle Detector, Reverse Geocoder

Failure to Report and Loitering

Page 32: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Applying real-time analyticsPerform continuous analytics on GeoEvents as they are received using processors

You can createyour own

processors.

GeoEvent Extension

Inpu

ts

Out

puts

GeoEvent Services

Out

of t

he B

ox

Field Calculator

Field Enricher

IncidentDetector

Track Gap Detector

GeoTagger

Field Reducer

Field Mapper

Buffer Creator

Convex Hull Creator

Projector

Simplifier

Intersector

Envelope Creator

Difference Creator

Symmetric Difference

Union Creator

Add XYZ

Esri

Gal

lery

Bearing

Ellipse

ETA Calculator

Field Group

GeoNames Lookup

Motion Calculator

Reverse Geocoder

Service Area Creator

Symbol Lookup

Track Idle Detector

Unit Conversion

Visibility

Volume Control

Range Fan Query Report

Page 33: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

trackId V10987

gap true

lastReceived 1405176855553

geometry -116.93…, 33.93…

trackId V10987

gap true

lastReceived 1405176855553

geometry -116.93…, 33.93…

GeoEvent processingNotify about the absence of events

• A Track Gap Detector processor- Detects the absence of events and alerts about the situation.

GapClosed

GapDetected

SuspectID V10987

Date 1405176845553

Geometry -116.93…, 33.93…

SuspectID V10987

Date 1405176855553

geometry -116.93…, 33.93…

trackId V10987

gap true

lastReceived 1405176855553

geometry -116.93…, 33.93…

trackId V10987

gap true

lastReceived 1405176855553

Geometry -116.93…, 33.93…

trackId V10987

gap false

lastReceived 1405176915553

geometry -117.123…, 36.064…

SuspectID V10987

Date 1405176915553

geometry -116.93…, 33.93…

SuspectID V10987

Date 1405176925553

geometry -116.93…, 33.93…

SuspectID V10987

Date 1405176935553

geometry -116.93…, 33.93…

SuspectID V10987

Date 1405176945553

Geometry -117.123…, 36.064…

Page 34: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

trackId V10987

gap true

lastReceived 1405176855553

geometry -116.93…, 33.93…

trackId V10987

gap true

lastReceived 1405176855553

geometry -116.93…, 33.93…

GeoEvent processingNotify about the persistence of events at the same location

• A Track Idle Detector processor- Detects lack of expected movement and alerts about the situation.

Not moving Moving

SuspectID V10987

Date 1405176845553

Geometry -116.93…, 33.93…

SuspectID V10987

Date 1405176855553

geometry -116.93…, 33.93…

trackId V10987

gap true

lastReceived 1405176855553

geometry -116.93…, 33.93…

trackId V10987

gap true

lastReceived 1405176855553

Geometry -116.93…, 33.93…

trackId V10987

idle true

lastReceived 1405176915553

geometry -117.123…, 36.064…

SuspectID V10987

Date 1405176915553

geometry -116.93…, 33.93…

SuspectID V10987

Date 1405176925553

geometry -116.93…, 33.93…

SuspectID V10987

Date 1405176935553

geometry -116.93…, 33.93…

SuspectID V10987

Date 1405176945553

Geometry -117.123…, 36.064…

Page 35: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Applying real-time analyticsDetect when a parolee hasn’t moved from an area or position reports are no longer being received

Page 36: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Video DemoFailure to Report and LoiteringTrack Gap Detector, Track Idle Detector, Reverse Geocoder

Page 37: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Applying real-time analyticsSummary

• ArcGIS is a dynamic platform that enables continuous analytics and real-time visualization for better understanding of our world.

• The ArcGIS GeoEvent Extension for Server allows you to:- know what is happening, as it happens- react and make smarter decisions faster- be notified when interesting events occur

• To learn more:- See the tutorials:

‘ArcGIS GeoEvent Gallery’

- http://arcg.is/13HRlFJ

Page 38: Real-Time GIS: Applying Real-Time Analytics · 2016-05-17 · Applying real-time analytics. GeoEvent Processing. You can create. your own. processors. • You can perform continuous

Thank you!Mark Bramer

[email protected]