State of Hawaii 2013 Excellence in Technology Awards. Hawaii Electioneering Desktop and Mobile App (2012 General Election)

Size: px
Start display at page:

Download "State of Hawaii 2013 Excellence in Technology Awards. Hawaii Electioneering Desktop and Mobile App (2012 General Election)"

Transcription

1 State of Hawaii 2013 Excellence in Technology Awards Title: Category: Contact: Hawaii Electioneering Desktop and Mobile App (2012 General Election) Fast Track Solutions David J. Rosenbrock Office of Elections Project start: July 17, 2012 Project complete: Nov. 7, 2012 page 1

2 Executive Summary In Hawaii, it is illegal to sign-wave or to conduct other campaign activities within 200 feet of a polling place on Election Day. Electioneering maps depict the boundary area allowable for campaigning at each polling place. People who want to campaign near a polling place can use an electioneering map provided by the Office of Elections for that polling place to determine when they re outside the 200 foot buffer. In past elections, the Office of Elections has posted individual electioneering maps on their website, one map for each polling place (precinct). These maps were basically sketch maps which showed the electioneering boundary along with streets and building outlines. July 17, 2012: Is there a way to make the maps more modern, say with a satellite basemap, and make them more accessible via a mobile device, say a smartphone? Is there a way to make them available to the person who needs them, when they need them, wherever they need them? Nov 6, 2012: The General Election was held and the Electioneering Map Apps were available throughout the day. The apps were accessed more than 1,000 times. 67% were for Oahu maps, 14% for Maui maps, 12% for Big Island maps and 7% for Kauai maps. As far as smartphone use, 29% overall used the smartphone apps. This ranged from a high of 46% smartphone users on the Big Island and 42% on Kauai, to 31% on Maui and 24% on Oahu. This project demonstrated the value of loosely coupled, cloud and web-based components to create a fast track solution to a discrete, focused, time-sensitive problem. Many projects commonly needed on a day-to-day basis in State government can be accomplished using this agile methodology that supports collaboration and adaptability. Although this project was of limited duration, it will need to be repeated for future elections primary, general and special. A benefit of this project, and the way it was accomplished, is that the loosely coupled nature of the components will make it easy to update and reuse these applications for future elections. A priority of NASCIO State CIOs is the use of cloud services. This project used cloud services to assist government officials in executing their duties and to provide costeffective service to citizens, thereby demonstrating the value of cloud services and agile application development. State of Hawaii 2013 Excellence in Technology Awards page 2

3 Business Problem and Solution Description In Hawaii, it is illegal to sign-wave or to conduct other campaign activities within 200 feet of a polling place on Election Day. Electioneering maps depict the boundary area allowable for campaigning at each polling place. People who want to campaign near a polling place can use an electioneering map provided by the Office of Elections for that polling place to determine when they re outside the 200 foot buffer. In past elections, the Office of Elections has posted individual electioneering maps on their website, one map for each polling place (precinct). These maps were basically sketch maps which showed the electioneering boundary along with streets and building outlines. Issues: 1) People had to know the precinct number in order to find the correct map. 2) People had to know how to interpret the sketch map. 3) It was difficult access to the maps from mobile devices. 4) After 2011 reapportionment and redistricting (which was complete in March 2012), many candidates and campaigners had to become familiar with new polling places since there were many changes due to redistricting. If there is disagreement between a campaign worker and a polling place worker as to the location of the electioneering boundary, the polling place worker is instructed to call the police who will bring out a tape measure to measure off the 200 feet. Clearly it is important for all interested parties to have easy access to the most easily understandable maps of the electioneering boundaries. Idea: July 17, 2012: Is there a way to make the maps more modern, say with a satellite basemap, and make them more accessible via a mobile device, say a smartphone? Is there a way to make them available to the person who needs them, when they need them, wherever they need them? State of Hawaii 2013 Excellence in Technology Awards page 3

4 Solution Component (Maps): The first component required was a map of the polling places, appurtenances and the electioneering buffer. All of the old, individual sketch maps had to be digitized and rendered into a single statewide map. ArcGIS for Desktop was used to do heads-up digitizing using online satellite imagery basemaps for the outline of the polling places and the appurtenances. Once these were outlined, the Buffer geoprocessing tool was used to create the 200 foot electioneering buffer. The resultant map was compared with the original sketch maps for similarity. In addition, field tests were performed at several polling places (Central Intermediate, McKinley High, Kaiser High, Kamiloiki Elementary and Hahaione Elementary) using a tape measure and a GPS (global positioning system) unit to compare the computed electioneering buffer with the actual distances. In all cases there was no difference within the error tolerance of the GPS. An innovation helped this project get completed in a short time a custom Python script for modeling. There were multiple steps involved in using the Buffer geoprocessing tool to create the electioneering buffers. Since this process had to be repeated many times, the ModelBuilder scripting interface was used to create a multi-step geoprocessing model that could be run automatically whenever needed, thus saving many mouse clicks and user time. Solution Component (Map Services): Once the electioneering buffer maps were complete, the next component required was a way to make the map data available for use with online applications. ArcGIS for Server was used to create a dynamic map service that could publish the map data along with proper symbology and data fields (attributes) in a Geoservices REST format. This is an open REST service specification for publishing map data that can be consumed in a variety of applications. The Office of Planning/Statewide GIS Program (OP/GIS) was already publishing similar map services to support other online applications and they agreed to publish the electioneering map service. Complete map data with symbology and attributes was provided to them as a map package which was then used to create the dynamic map service. The same method was used for providing updates. State of Hawaii 2013 Excellence in Technology Awards page 4

5 Solution Component (Web Map): Once the map service was published, we needed a way to combine that map data with online basemaps (the same ones used in the Maps Component) and to configure popup windows and hyperlinks. ArcGIS Online was used to create a web map to do this. This is the same method, using web maps, that was used by the Hawaii Reapportionment Commission to make maps of the new political district boundaries widely available to the public in 2011/2012. The popup windows in the web map were customized to present basic polling place information the name of the polling place, address, building, and the precinct number. Hyperlinks were added that linked to the ballot for that polling place as well as the old sketch style electioneering map. Solution Component (Desktop and Mobile Applications): With all the other components in place, the final component needed was an application to deploy to the public. Due to the smaller screen size available for maps on smartphones, it was decided early on to deploy two applications, one for desktops (larger screens) and one for smartphones (smaller screens). Both applications would be kept simple, focusing on the polling places and the electioneering buffers. While a basic geographic search window was provided, it was expected that most users would find their polling place either through regional maps (desktop) or through built in GPS (smartphones). For the desktop, Esri publishes several templates that can be used for free. We choose to use a gallery template that would present the users with a gallery style list of regional electioneering maps. Fifteen regional maps were presented in the gallery two for the Big Island, three for Maui County, one for Kauai and nine for Oahu. For mobile, it was decided that most tablets had sufficient screen size that the desktop gallery application would work. For smartphones, two alternatives were considered device OS specific apps and browser-based apps. Device specific apps are tightly integrated with the phone s operating system and require users to download an app. Esri has free smartphone SDKs (software development kits) for ios, Android and Windows Mobile to develop these apps. However, given the simple requirements of the application and the need for rapid development, device specific apps were not pursued. State of Hawaii 2013 Excellence in Technology Awards page 5

6 Browser-based mobile apps that are not device dependent can be developed using HTML5 and Javascript. Esri has a Javascript API that can be used to develop this type of application. A prototype custom app was built and tested that allowed for multiple types of searches, but midway through testing, it was discovered that Esri had their own free generic brower-based mobile app that would be sufficient for the simple, focused design of this application, so the custom app was not pursued. Deployment: The Web Map and Desktop and Mobile Application components were both cloudbased so they didn t have to be installed on any specific server. They were deployed using ArcGIS Online, an Esri SaaS cloud GIS solution. In fact, all the components were loosely coupled in a way that allowed for rapid deployment, testing and revision. Sep 21, 2012: The initial online desktop application was in beta for review by the Office of Elections and the County Clerks. Most of the feedback was on specific polling places and edits were made to the map data and electioneering buffers over several more weeks. Given the loosely coupled nature of the components, it was simple to update the data, pass a map package to OP/GIS, and they would update the map service. The actual web map and applications did not have to be changed. Oct 18, 2012: The completed applications were submitted to OIMT. Oct 31, 2012: OIMT completed review and decided to post on their website as an OIMT Featured App. A short article describing the apps and links to the desktop/tablet and smartphone apps were posted on the OIMT website. , Facebook and Twitter were used to spread the word. Nov 1, 2012: Office of Elections decided to change the symbology of one of the layers in the web map. Once again, the loosely coupled nature of these components helped to make this change possible in a short time with minimal impact to the other components. The change was made to the web maps at night. No changes were required to any of the other components. The applications didn t have to be changed, the links on the OIMT website didn t have to be changed, no one had to download a revised app. When a user went to one of the apps the next morning, they automatically saw the new revisions without having to do anything different. State of Hawaii 2013 Excellence in Technology Awards page 6

7 Significance Nov 6, 2012: The General Election was held and the Electioneering Map Apps were available throughout the day. The apps were accessed more than 1,000 times. 67% were for Oahu maps, 14% for Maui maps, 12% for Big Island maps and 7% for Kauai maps. As far as smartphone use, 29% overall used the smartphone apps. This ranged from a high of 46% smartphone users on the Big Island and 42% on Kauai, to 31% on Maui and 24% on Oahu. The significance of this project from an IT perspective is the demonstration of the value of loosely coupled, cloud and web-based components to create a fast track solution to a discrete, focused, time-sensitive problem. Some larger IT projects may require tight coupling and a more classic waterfall methodology, but many smaller projects, the type commonly needed on a day-to-day basis in State government, can be accomplished using a more agile methodology that supports collaboration and adaptability. Benefit of the Project There is a direct benefit to the public in having simple access to critical information on any device. In this case, there was a small, but very visible, segment of the public (campaigners, poll watchers and law enforcement officials) who needed this information for a short period of time. Campaign workers and precinct officials, and law enforcement officials could look at the electioneering app s map satellite imagery basemaps to determine if an electioneering violation occurred. Classic, big project software development would not be cost-effective for such a limited, albeit important, application. Rapid, agile development using web and cloud resources allowed this project to be completed in a short time at low cost. Although this project was of limited duration, it will need to be repeated for future elections primary, general and special. Another benefit of this project, and the way it was done, is that the loosely coupled nature of the components will make it easy to update and reuse these applications for future elections. A priority of NASCIO State CIOs is the use of cloud services. This project used cloud services to assist government officials in executing their duties and to provide costeffective service to citizens, thereby demonstrating the value of cloud services and agile application development. State of Hawaii 2013 Excellence in Technology Awards page 7

ArcGIS Web Mapping. Sam Berg, esri sberg@esri.com

ArcGIS Web Mapping. Sam Berg, esri sberg@esri.com ArcGIS Web Mapping Sam Berg, esri sberg@esri.com Agenda ArcGIS and WebMaps The APIs ArcGIS for Flex Viewer ArcGIS for Silverlight Builder ArcGIS for Sharepoint ArcGIS Application Templates ArcGIS Runtime

More information

ArcGIS 10.1 Web Apps and APIs. John Hasthorpe & Kai Hübner

ArcGIS 10.1 Web Apps and APIs. John Hasthorpe & Kai Hübner ArcGIS 10.1 Web Apps and APIs John Hasthorpe & Kai Hübner Overview Options for leveraging ArcGIS Server using Esri s Web APIs Alternatives to the Web ADF application builder (Gone in 10.1) When and how

More information

Mobile Solutions in ArcGIS. Justin Fan

Mobile Solutions in ArcGIS. Justin Fan Mobile Solutions in ArcGIS Justin Fan Agenda Introducing Mobile GIS Esri Mobile GIS solutions Selecting the right Mobile GIS solution Resources Q&A Introducing Mobile GIS What is Mobile GIS? Extends the

More information

Quick Start Guide to. ArcGISSM. Online. for Public Accounts

Quick Start Guide to. ArcGISSM. Online. for Public Accounts Quick Start Guide to ArcGISSM Online for Public Accounts Using ArcGIS Online with a Public Account ArcGIS SM Online is a cloud-based mapping platform that allows you to easily and quickly make maps, collaborate,

More information

Portal for ArcGIS. Satish Sankaran Robert Kircher

Portal for ArcGIS. Satish Sankaran Robert Kircher Portal for ArcGIS Satish Sankaran Robert Kircher ArcGIS A Complete GIS Data Management Planning & Analysis Field Mobility Operational Awareness Constituent Engagement End to End Integration Collect, Organize,

More information

Creating Web and Mobile Maps Using ArcGIS Online. SCO Technical Paper

Creating Web and Mobile Maps Using ArcGIS Online. SCO Technical Paper Creating Web and Mobile Maps Using ArcGIS Online SCO Technical Paper Version History Version Date Notes Author/Contact 1.0 February, 2012 Initial document created. John J Czaplewski Copyright 2012 The

More information

Developing Apps with the ArcGIS Runtime SDK for Android. Ben Ramseth Esri Inc. Instructor Technical Lead

Developing Apps with the ArcGIS Runtime SDK for Android. Ben Ramseth Esri Inc. Instructor Technical Lead Developing Apps with the ArcGIS Runtime SDK for Android Ben Ramseth Esri Inc. Instructor Technical Lead Ben Ramseth Instructor Technical Lead Esri Inc USA, Charlotte, NC bramseth@esri.com @EsriMapNinja

More information

Intro to Web App Builder. Mark Scott, Solutions Engineer, Esri County Government Team mscott@esri.com

Intro to Web App Builder. Mark Scott, Solutions Engineer, Esri County Government Team mscott@esri.com Intro to Web App Builder Mark Scott, Solutions Engineer, Esri County Government Team mscott@esri.com The ArcGIS Platform enables Web GIS Enabling GIS Everywhere Desktop Web Device Simple Integrated Open

More information

Conservation Workshop ArcGIS Explorer

Conservation Workshop ArcGIS Explorer Conservation Workshop ArcGIS Explorer Bern Szukalski bszukalski@esri.com Topics for this session Introduction Overview of features Using ArcGIS Explorer effectively New features & capabilities Customization

More information

ArcGIS Viewer for Silverlight An Introduction

ArcGIS Viewer for Silverlight An Introduction Esri International User Conference San Diego, California Technical Workshops July 26, 2012 ArcGIS Viewer for Silverlight An Introduction Rich Zwaap Agenda Background Product overview Getting started and

More information

A. System. City of Perrysburg, Ohio URISA EXEMPLARY SYSTEMS IN GOVERNMENT AWARD

A. System. City of Perrysburg, Ohio URISA EXEMPLARY SYSTEMS IN GOVERNMENT AWARD A. System 1. Name of System and ESIG Category Single Process System Sidewalk Maintenance and Repair Tracking application 2. Letter from the Executive Administrator See Appendix A 3. One Page Summary Every

More information

Embracing ArcGIS for Local Government. Robert Parsons Delaware County, Ohio Auditor s Office Steve Koenig Bruce Harris & Associates

Embracing ArcGIS for Local Government. Robert Parsons Delaware County, Ohio Auditor s Office Steve Koenig Bruce Harris & Associates Embracing ArcGIS for Local Government Robert Parsons Delaware County, Ohio Auditor s Office Steve Koenig Bruce Harris & Associates Background Project began in April 2013 At that time ArcIMS 9.2 was the

More information

Customizing ArcPad solutions

Customizing ArcPad solutions Esri International User Conference San Diego, California Technical Workshops 25 July 2012 Customizing ArcPad solutions Marika Vertzonis, Gareth Walters, Stephen Quan Session Outline What can be customized?

More information

THE FAST TRACK TO BUILDING SMART COMMUNITIES BENEFITING FROM THE SMALL MUNICIPAL AND COUNTY GOVERNMENT ENTERPRISE AGREEMENT

THE FAST TRACK TO BUILDING SMART COMMUNITIES BENEFITING FROM THE SMALL MUNICIPAL AND COUNTY GOVERNMENT ENTERPRISE AGREEMENT THE FAST TRACK TO BUILDING SMART COMMUNITIES BENEFITING FROM THE SMALL MUNICIPAL AND COUNTY GOVERNMENT ENTERPRISE AGREEMENT GIS: A Foundation for Building Smart Communities A Better Way to Build a GIS

More information

Petroleum Web Applications to Support your Business. David Jacob & Vanessa Ramirez Esri Natural Resources Team

Petroleum Web Applications to Support your Business. David Jacob & Vanessa Ramirez Esri Natural Resources Team Petroleum Web Applications to Support your Business David Jacob & Vanessa Ramirez Esri Natural Resources Team Agenda Petroleum Web Apps to Support your Business The ArcGIS Location Platform Introduction

More information

Network Analysis with ArcGIS for Server

Network Analysis with ArcGIS for Server Esri International User Conference San Diego, California Technical Workshops July 24, 2012 Network Analysis with ArcGIS for Server Deelesh Mandloi Dmitry Kudinov Introduction Who are we? - Network Analyst

More information

The Landscape of Mobile Apps for Cityworks

The Landscape of Mobile Apps for Cityworks The Landscape of Mobile Apps for Cityworks It s not a one size fits all world February 2015 What We Will Show You Today Your options for taking Cityworks out to field. The mobile options on different size

More information

Note: Hands On workshops are Bring Your Own Laptop (BYOL), unless otherwise noted. Some workshops are Bring Your Own Mobile Device(BYOD).

Note: Hands On workshops are Bring Your Own Laptop (BYOL), unless otherwise noted. Some workshops are Bring Your Own Mobile Device(BYOD). 2015 MN GIS/LIS Consortium Pre Conference Workshops The Minnesota GIS/LIS Consortium is pleased to offer a diverse list of workshops on Wednesday, October 7th, 2015 at the DECC, Duluth, Minnesota Charting

More information

ESRI Mobile GIS Solutions Overview. Shane Clarke ESRI

ESRI Mobile GIS Solutions Overview. Shane Clarke ESRI ESRI Mobile GIS Solutions Overview Shane Clarke ESRI Agenda Overview of mobile GIS ESRI mobile GIS Solutions Selecting a mobile GIS solution Q & A 2 Mobile GIS Overview 3 What is mobile GIS? Extension

More information

Raise of hands on anyone whos used the Flex or Silverlight Application Builders?

Raise of hands on anyone whos used the Flex or Silverlight Application Builders? Raise of hands on whos used the Beta for Web Application Builder? Raise of hands on anyone whos done any web development? Raise of hands on anyone whos used the Flex or Silverlight Application Builders?

More information

Scott Moore, Esri April 4, 2016 2016 Intermountain, Great Falls, MT

Scott Moore, Esri April 4, 2016 2016 Intermountain, Great Falls, MT Create Great Web Apps No Coding Required Scott Moore, Esri April 4, 2016 2016 Intermountain, Great Falls, MT Agenda Product overview Web AppBuilder for ArcGIS tour What s New November 2015 ArcGIS Online

More information

ArcGISSM. Online. The Mapping Platform for Your Organization

ArcGISSM. Online. The Mapping Platform for Your Organization ArcGISSM Online The Mapping Platform for Your Organization ArcGIS Online is a cloud-based platform for making and sharing maps, apps, and other geographic data and content. Knowledge Workers Policy Makers

More information

Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy

Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy OKSCAUG Pamela Kersh September 22, 2015 The ArcGIS Platform enables Web GIS Enabling GIS Everywhere Desktop Web Device Simple Integrated

More information

Esri Maps for Office, SharePoint & Dynamics CRM. Tony Howser Sentha Sivabalan Scott Ball

Esri Maps for Office, SharePoint & Dynamics CRM. Tony Howser Sentha Sivabalan Scott Ball Esri Maps for Office, SharePoint & Dynamics CRM Tony Howser Sentha Sivabalan Scott Ball Agenda Location Analytics Esri Maps for - SharePoint - Office - Dynamics CRM Pricing Road Map Q & A Evolving the

More information

Using Cloud Services for Building Next Generation Mobile Apps

Using Cloud Services for Building Next Generation Mobile Apps Using Cloud Services for Building Next Generation Mobile Apps appcelerator.com Executive Summary Enterprises are in the midst of a major transformation as it relates to their interaction with customers,

More information

Kodiak Island Borough GIS Online Tools

Kodiak Island Borough GIS Online Tools Kodiak Island Borough GIS Online Tools The Kodiak Island Borough website is located at http://www.kodiakak.us/ You can access the GIS resources by clicking on the MAP CENTER icon in the middle of the page,

More information

Smartphone Voter Tool

Smartphone Voter Tool 29 th Annual National Conference Savannah, GA 2013 Professional Practices Program Smartphone Voter Tool Cook County, Illinois Submitted by: David Orr Courtney Greve Cook County Clerk Senior Public Information

More information

Build an ArcGIS Online Application

Build an ArcGIS Online Application Build an ArcGIS Online Application Sign into ArcGIS Online for Maryland 1. Open a web browser 2. Go to URL http://maryland.maps.arcgis.com/ 3. Click Sign In in the upper right corner of the web page 4.

More information

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) September 2014

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) September 2014 County of Los Angeles Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) September 2014 CIO Preferred Technologies for GIS This document lists the preferred Geographic

More information

Extending Enterprise GIS Into The Field with Mobile GIS Technology

Extending Enterprise GIS Into The Field with Mobile GIS Technology Extending Enterprise GIS Into The Field with Mobile GIS Technology A White Paper January 10, 2014 1525 Oregon Pike Suite 202 Lancaster, PA 17601-7300 Phone (717) 399-7007 Fax (717) 399-7015 www.geographit.com

More information

Making Your Mobile Workforce More Efficient

Making Your Mobile Workforce More Efficient ArcGIS for Mobile Making Your Mobile Workforce More Efficient What Is Mobile GIS? Mobile geographic information system (GIS) technology extends GIS beyond the office and allows organizations to make accurate,

More information

Extending the Survey123 for ArcGIS Mobile App

Extending the Survey123 for ArcGIS Mobile App Esri Developer Summit March 8 11, 2016 Palm Springs, CA Extending the Survey123 for ArcGIS Mobile App Elvin Slavik, Sathya Prasad THE FOLLOWING TECH PREVIEW HAS BEEN APPROVED FOR ALL RESTRICTED DEVELOPER

More information

Esri GIS Mobile Solutions. John Sharrard jsharrard@esri.com

Esri GIS Mobile Solutions. John Sharrard jsharrard@esri.com Esri GIS Mobile Solutions John Sharrard jsharrard@esri.com If I had asked people what they wanted, they would have said faster horses. Henry Ford Trend: Increase demand for location services Pew Research

More information

UNGIWG 14. Steve Maddison, George Davis, Latitude Geographics Friday, May 16 th 2014

UNGIWG 14. Steve Maddison, George Davis, Latitude Geographics Friday, May 16 th 2014 UNGIWG 14 Steve Maddison, George Davis, Latitude Geographics Friday, May 16 th 2014 GIS Challenges Today Spatial Application Infrastructure (SAI) The Geocortex Approach 2 1 Geocortex Essentials Web-based

More information

Appery.io Overview. However mobile also presents many challenges for enterprises:

Appery.io Overview. However mobile also presents many challenges for enterprises: Appery.io Overview Enterprises and businesses of all sizes are racing to mobilize existing business applications and create new ones at an unprecedented pace. And with the base of smartphones and tablets

More information

Promoting Your Location Platform

Promoting Your Location Platform Promoting Your Location Platform A Change Management Kit www.esri.com/changekit Publication Date: November 23, 2015 Esri: Promoting Your Location Platform 1 What is the Change Management Kit? The launch

More information

Introduce Web3D Development and Visualization. Moxie Zhang Esri R&D Center Beijing

Introduce Web3D Development and Visualization. Moxie Zhang Esri R&D Center Beijing Introduce Web3D Development and Visualization Moxie Zhang Esri R&D Center Beijing Web Scene Desktop Web Device New in ArcGIS Online and Portal Web Scene Mash-up of 3D / 2D layers Web Scene Viewer and

More information

Mobile Marketing Tools

Mobile Marketing Tools Mobile Marketing Tools 1. Overview Why mobile marketing? 2. Features How it works 3. Benefits of Mobile Marketing Tools Why Mobile Marketing? Three reasons why mobile marketing is important for your business:

More information

Mobile GIS Guide. About The Author. Getting your mobile GIS project off the ground

Mobile GIS Guide. About The Author. Getting your mobile GIS project off the ground About The Author Matt Sheehan is a mobile GIS pioneer. He and his staff at WebMapSolutions have been providing clients with mobile GIS solutions since the earliest days of smartphones and tablets. We live

More information

Making Your Mobile Workforce More Efficient

Making Your Mobile Workforce More Efficient ArcGIS for Mobile Making Your Mobile Workforce More Efficient What Is Mobile GIS? Mobile geographic information system (GIS) technology extends GIS beyond the office and allows organizations to make accurate,

More information

ArcGIS Platform. An Integrated System. Portal

ArcGIS Platform. An Integrated System. Portal Platform An Integrated System Portal An Integrated Web GIS Platform Knowledge Workers Executive Access Public Engagement Work Anywhere Enterprise Integration Providing Mapping, Analysis, Data Management,

More information

Harvard Data Visualization Project

Harvard Data Visualization Project Esri User Conference, July 12-15, San Diego California Harvard Data Visualization Project Spatio-Temporal Visualization of Global Phenomena: 1850 to the Present Harvard Business School Geoffrey Jones Walter

More information

Configuring and Extending ArcGIS Solutions Web Applications

Configuring and Extending ArcGIS Solutions Web Applications Esri Developer Summit March 8 11, 2016 Palm Springs, CA Configuring and Extending ArcGIS Solutions Web Applications Allison Muise & Mike Tschudi ArcGIS Solutions? ArcGIS as a Platform Simple, Open, and

More information

Five Steps to Better Performance

Five Steps to Better Performance Effective Web maps have a specific focus and are designed so users can interact with them to accomplish meaningful tasks. Five Steps to Better Performance Sample methodology for creating a great Web map

More information

LEVERAGE VBLOCK SYSTEMS FOR Esri s ArcGIS SYSTEM

LEVERAGE VBLOCK SYSTEMS FOR Esri s ArcGIS SYSTEM Leverage Vblock Systems for Esri's ArcGIS System Table of Contents www.vce.com LEVERAGE VBLOCK SYSTEMS FOR Esri s ArcGIS SYSTEM August 2012 1 Contents Executive summary...3 The challenge...3 The solution...3

More information

Exploring GIS Integration Options for SAP BusinessObjects

Exploring GIS Integration Options for SAP BusinessObjects Exploring GIS Integration Options for SAP BusinessObjects Introduction In conversations with various individuals and businesses over the years, I hear a common question being raised: How do I integrate

More information

Publishing Geoprocessing Services Tutorial

Publishing Geoprocessing Services Tutorial Publishing Geoprocessing Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a geoprocessing service........................ 3 Copyright 1995-2010 ESRI,

More information

ArcGIS for Server in the Cloud

ArcGIS for Server in the Cloud Esri Developer Summit March 8 11, 2016 Palm Springs, CA ArcGIS for Server in the Cloud Cherry Lin, Nikhil Shampur, and Derek Law March 10, 2016 Quick Survey 1. How many attendees are using the Cloud today?

More information

Quick Start Guide to. ArcGISSM. Online. for Insurance

Quick Start Guide to. ArcGISSM. Online. for Insurance Quick Start Guide to ArcGISSM Online for Insurance Historic tracks from tropical storms and hurricanes are overlaid on a map displaying population growth. Quick Start Guide to ArcGIS Online ArcGIS SM Online

More information

What is GIS. What is GIS? University of Tsukuba. What do you image of GIS? Copyright(C) ESRI Japan Corporation. All rights reserved.

What is GIS. What is GIS? University of Tsukuba. What do you image of GIS? Copyright(C) ESRI Japan Corporation. All rights reserved. What is GIS University of Tsukuba Graduate School of Life and Environmental Science April 21 st, 2011 What is GIS? What do you image of GIS? Gas Insulated Switch Groupe Interventional Speciale Geographic

More information

Building and Deploying Web Applications

Building and Deploying Web Applications Building and Deploying Web Applications Dal Hunter and Jeff Shaner Friday, Nov 6 10:30-12:00 Agenda Product overview Web AppBuilder for ArcGIS tour What s New July 2015 ArcGIS Online update Customization

More information

Chapter 1: Introduction to ArcGIS Server

Chapter 1: Introduction to ArcGIS Server Chapter 1: Introduction to ArcGIS Server At a high level you can think of ArcGIS Server as software that helps you take your geographic information and make it available to others. This data can be distributed

More information

Essential Mapping Apps

Essential Mapping Apps Essential Mapping Apps 74% of adults use their smartphone to look at maps or other information based on their current location (of the 58% that own a smart phone) Pew Research Center Maps for Directions

More information

California Mobile Gallery

California Mobile Gallery California Mobile Gallery NASCIO Category: Government to Citizen Carlos Ramos, State Chief Information Officer California Department of Technology Project Initiation: January 2014 Project Completion: August

More information

Accelerating Business Value by

Accelerating Business Value by Accelerating Business Value by Mobilizing Backend Enterprise Applications To find out how GAVS can be engaged as your dedicated co-sourcing partner to improve business outcomes, please write to us at cosource@gavsin.com.

More information

ESRI Technical Certification Overview. Amy Daniels Instructor, Greenville Tech

ESRI Technical Certification Overview. Amy Daniels Instructor, Greenville Tech ESRI Technical Certification Overview Amy Daniels Instructor, Greenville Tech Why have certification by ESRI? It communicates your proficiency in ESRI software Similar to Microsoft Certification, it can

More information

Statement of Direction

Statement of Direction Mobile First: Taking Mobile CRM to the Next Level 1 January 2013 Mobile First: Taking Mobile CRM to the Next Level Whitepaper Mobile First: Taking Mobile CRM to the Next Level 2 Table of Contents Notes...

More information

1. Abstract. 2. The Problem / Need for the Program

1. Abstract. 2. The Problem / Need for the Program Program Information: Montgomery County, Maryland Program Title: A GIS Platform for Emergency Management and Response: Common Operational Pictures (COP) Program Category: # 14, Information Technology 1.

More information

Making Mobile a Reality

Making Mobile a Reality Making Mobile a Reality KIEFER CONSULTING CALIFORNIA DEPARTMENT OF TECHNOLOGY Introductions Scott Paterson California Department of Technology, Enterprise Solutions Harkeerat Toor Kiefer Consulting, Consultant

More information

Product description version 1.0 16-12-2013

Product description version 1.0 16-12-2013 Product description version 1.0 16-12-2013 Table of content 1. Introduction 2. Target customer 2.1. Validated needs of customer 2.2. Top USPs 3. Core Features 3.1. Feature description 4. System requirements

More information

AUT OneDrive for Business. Instructions for Using OneDrive on Windows Platform

AUT OneDrive for Business. Instructions for Using OneDrive on Windows Platform AUT OneDrive for Business Instructions for Using OneDrive on Windows Platform Contents 1 What s OneDrive for Business?... 3 2 Storing Files... 5 1.1 Saving and Opening files from your Office applications...

More information

Halifax Water Hydrant and Catchbasin Interactive Mapping USER GUIDE. Halifax Water Hydrant & Catchbasin Interactive Mapping USER GUIDE Page 1

Halifax Water Hydrant and Catchbasin Interactive Mapping USER GUIDE. Halifax Water Hydrant & Catchbasin Interactive Mapping USER GUIDE Page 1 Halifax Water Hydrant and Catchbasin Interactive Mapping USER GUIDE Halifax Water Hydrant & Catchbasin Interactive Mapping USER GUIDE Page 1 Navigation Tools These tools may be used to maneuver your way

More information

Esri s ArcPad vs. ArcGIS Mobile vs. Trimble s TerraSync vs. TerraFlex Comparison By: Electronic Data Solutions

Esri s ArcPad vs. ArcGIS Mobile vs. Trimble s TerraSync vs. TerraFlex Comparison By: Electronic Data Solutions Esri s ArcPad vs. ArcGIS Mobile vs. Trimble s TerraSync vs. TerraFlex Comparison By: Electronic Data Solutions ArcPad is mobile field mapping and data collection software designed for GIS professionals.

More information

Quick Start Guide to. ArcGISSM. Online

Quick Start Guide to. ArcGISSM. Online Quick Start Guide to ArcGISSM Online ArcGIS Online Quick Start Guide ArcGIS SM Online is a cloud-based mapping platform for organizations. Users get access to dynamic, authoritative content to create,

More information

MAY 18, 2015 ARCGIS 10.3.1 FOR SERVER FUNCTIONALITY MATRIX

MAY 18, 2015 ARCGIS 10.3.1 FOR SERVER FUNCTIONALITY MATRIX MAY 18, 2015 ARCGIS 10.3.1 FOR SERVER FUNCTIONALITY MATRIX Copyright 2015 Esri All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive

More information

Minnesota Report Card. A Mobile Friendly Platform for Disseminating School Performance Data. Digital Government: Government to Citizen

Minnesota Report Card. A Mobile Friendly Platform for Disseminating School Performance Data. Digital Government: Government to Citizen Minnesota Report Card A Mobile Friendly Platform for Disseminating School Performance Data Digital Government: Government to Citizen Matthew Porett Chief Information Officer MN.IT Services @ Education

More information

ArcGIS. Server. A Complete and Integrated Server GIS

ArcGIS. Server. A Complete and Integrated Server GIS ArcGIS Server A Complete and Integrated Server GIS ArcGIS Server A Complete and Integrated Server GIS ArcGIS Server enables you to distribute maps, models, and tools to others within your organization

More information

ArcGIS Web App Builder (AWAB) In BETA. John Bocan MES/DoIT john.bocan@maryland.gov

ArcGIS Web App Builder (AWAB) In BETA. John Bocan MES/DoIT john.bocan@maryland.gov ArcGIS Web App Builder (AWAB) In BETA John Bocan MES/DoIT john.bocan@maryland.gov Some Facts (1 slide) The Pros (5 slides) The Cons (2 slides) Some Bugs/Issues (1 slide) What s to Come (1 slide) What This

More information

Choosing the Best Mobile Backend

Choosing the Best Mobile Backend MOBILE APP DEVELOPER S GUIDE blog.kii.com Choosing the Best Mobile Backend A brief guide to selecting a trustworthy Mobile Backend as a Service (MBaaS). www.kii.com Share this e-book YOU RE A MOBILE APP

More information

National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012

National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012 National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012 In February and March 2012 the National Register of Historic Places held webinars in conjunction

More information

RFP# 027-1516. ADDENDUM No. 1 Questions and Answers

RFP# 027-1516. ADDENDUM No. 1 Questions and Answers SPECIAL ADMINISTRATIVE BOARD OF THE TRANSITIONAL SCHOOL DISTRICT OF THE CITY OF ST. LOUIS Purchasing Department 801 North 11th Street Saint Louis, Missouri 63101 RFP# 027-1516 Website and Mobile App Development

More information

Deploying ArcGIS for Server Using Esri Managed Services

Deploying ArcGIS for Server Using Esri Managed Services Federal GIS Conference 2014 February 10 11, 2014 Washington DC Deploying ArcGIS for Server Using Esri Managed Services Andrew Sakowicz Erin Ross Cloud Overview Deploying ArcGIS for Server What is Cloud:

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle WebCenter Strategy and Vision Rob Schootman Principal Sales Consultant Oracle Fusion Middleware 2 Insert Information Protection Policy Classification from Slide 13 Let s introduce myself... 3

More information

NASCIO 2013 State IT Recognition Award Nomination. California Election Results Website. Open Government Initiatives

NASCIO 2013 State IT Recognition Award Nomination. California Election Results Website. Open Government Initiatives 1 ONLINE VOTER REG. CARD ~ Office 2007 NASCIO 2013 State IT Recognition Award Nomination Title: California Election Results Website Category: Open Government Initiatives Contact: Chris Maio Information

More information

One Complete Intranet Solution

One Complete Intranet Solution One Complete Intranet Solution Empowering staff to work smarter in a connected workplace www.sorce.co.uk info@sorce.co.uk 01635 551 777 1 Flexibility comes as standard 2 Why we re different We ve been

More information

Using ArcGIS for ios with Data on ArcGIS Online

Using ArcGIS for ios with Data on ArcGIS Online Using ArcGIS for ios with Data on ArcGIS Online Article ID : TT100038 Software : ArcGIS for ios, ArcGIS.com Platform : Windows XP, Windows Vista, Windows 7 Date : 1 st July, 2011 Introduction This Smart

More information

Portal. from the trenches!

Portal. from the trenches! from the trenches! Deployment Patterns Scaling and High Availability Reference Implementations Common Challenges Extending Engagement patterns Esri UC 2014 Technical Workshop for ArcGIS Technology Transfer

More information

Texas Develops Online Geospatial Data Repository to Support Emergency Management

Texas Develops Online Geospatial Data Repository to Support Emergency Management Bing Maps for Enterprise Microsoft Customer Solution Case Study Texas Develops Online Geospatial Data Repository to Support Emergency Management Overview Country or Region: United States Industry: Government

More information

Develop enterprise mobile applications with IBM Rational software

Develop enterprise mobile applications with IBM Rational software Develop enterprise mobile applications with IBM software Providing comprehensive mobile application development and lifecycle management solutions Highlights Helps streamline and optimize the software

More information

Office365 Adoption eguide. Identity and Mobility Challenges. Okta Inc. 301 Brannan Street San Francisco, CA 94107. info@okta.

Office365 Adoption eguide. Identity and Mobility Challenges. Okta Inc. 301 Brannan Street San Francisco, CA 94107. info@okta. Office365 Adoption eguide Identity and Mobility Challenges Okta Inc. 301 Brannan Street San Francisco, CA 94107 info@okta.com 1-888-722-7871 Executive Summary Office 365 Adoption Accelerating Through the

More information

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0 White Paper Enterprise File Serving 2.0 Anywhere, Any Device File Access with IT in Control Like it or not, cloud- based file sharing services have opened up a new world of mobile file access and collaborative

More information

A Workflow for Creating and Sharing Maps

A Workflow for Creating and Sharing Maps A Workflow for Creating and Sharing Maps By Keith Mann, Esri What You Will Need Item Source ArcGIS Online for Organizations subscription ArcGIS 10.1 for Desktop (Any license level) ArcGIS Spatial Analyst

More information

Innovation with Libraries

Innovation with Libraries Innovation with Libraries EMEA Regional Council Meeting 2 322 March February 2011 2010 Mike Teets VP Innovation OCLC OCLC Innovation Lab Generate new services, use existing services in new ways, or explore

More information

Implementing a Mobile GIS. Tom Brenneman Esri

Implementing a Mobile GIS. Tom Brenneman Esri Implementing a Mobile GIS Tom Brenneman Esri Agenda Mobile GIS Overview ESRI Mobile GIS Solutions - ArcPad - ArcGIS Mobile - ArcGIS for ios Select a Mobile GIS Solution Q&A Mobile GIS Overview ArcGIS 10

More information

How to Choose Right Mobile Development Platform BROWSER, HYBRID, OR NATIVE

How to Choose Right Mobile Development Platform BROWSER, HYBRID, OR NATIVE How to Choose Right Mobile Development Platform BROWSER, HYBRID, OR NATIVE Solutions Introduction: Enterprises around the globe are mobilizing mission-critical services. Businesses get streamlined due

More information

Enterprise GIS Architecture Deployment Options. Andrew Sakowicz

Enterprise GIS Architecture Deployment Options. Andrew Sakowicz Enterprise GIS Architecture Deployment Options Andrew Sakowicz Audience Audience - Architects - Developers - Administrators - Project Managers Level: - Beginner / Intermediate Introduction Andrew Sakowicz

More information

Use ArcGIS Online to Manage

Use ArcGIS Online to Manage Use ArcGIS Online to Manage Your Own Custom Map Gallery By Keith Mann, Esri Start customizing the template by changing the graphics and the web page title. Wouldn t it be great if you could create a dynamic

More information

Esri Maps for Business Intelligence (BI)

Esri Maps for Business Intelligence (BI) 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Esri Maps for Business Intelligence (BI) Pierre Seguin Patrick Brennan Esri UC2013. Technical Workshop.

More information

Providing the Public with Data Visualization using Google Maps

Providing the Public with Data Visualization using Google Maps GIS - T March 30 th, 2011 Providing the Public with Data Visualization using Google Maps Patrick Kielty and Matt Allen Pennsylvania Department of Transportation Purpose Quickly and Easily create web based

More information

Take Your Rocket U2 Apps Mobile with Rocket LegaSuite. Greg Mummah, Product Manager Rocket Software

Take Your Rocket U2 Apps Mobile with Rocket LegaSuite. Greg Mummah, Product Manager Rocket Software Take Your Rocket U2 Apps Mobile with Rocket LegaSuite Greg Mummah, Product Manager Rocket Software Greg Mummah Product Manager Managed application modernization team at municipal government software vendor

More information

ArcGIS online Introduction... 2. Module 1: How to create a basic map on ArcGIS online... 3. Creating a public account with ArcGIS online...

ArcGIS online Introduction... 2. Module 1: How to create a basic map on ArcGIS online... 3. Creating a public account with ArcGIS online... Table of Contents ArcGIS online Introduction... 2 Module 1: How to create a basic map on ArcGIS online... 3 Creating a public account with ArcGIS online... 3 Opening a Map, Adding a Basemap and then Saving

More information

SUMMER SCHOOL ON ADVANCES IN GIS

SUMMER SCHOOL ON ADVANCES IN GIS SUMMER SCHOOL ON ADVANCES IN GIS Six Workshops Overview The workshop sequence at the UMD Center for Geospatial Information Science is designed to provide a comprehensive overview of current state-of-the-art

More information

Ease of Use No programming, no system administration. Make maps fast with this productivity tool.

Ease of Use No programming, no system administration. Make maps fast with this productivity tool. Online Mapping Tools Esri s ArcGIS Online A mapping tool for interactive digital maps Access to map data basemaps and your own data Ease of Use No programming, no system administration. Make maps fast

More information

Testing & Assuring Mobile End User Experience Before Production. Neotys

Testing & Assuring Mobile End User Experience Before Production. Neotys Testing & Assuring Mobile End User Experience Before Production Neotys Agenda Introduction The challenges Best practices NeoLoad mobile capabilities Mobile devices are used more and more At Home In 2014,

More information

WEB MAPPING TOOL DOCUMENTATION

WEB MAPPING TOOL DOCUMENTATION ENTERPRISE ZONES RE DESIGNATION WEB MAPPING TOOL DOCUMENTATION January 26, 2015 COVER PAGE TABLE OF CONTENTS INTRODUCTION 1 APPLICATION LAYOUT 2 WEB MAP NAVIGATION 3 LOCATION SEARCH 4 MAP LEGEND 5 BASEMAP

More information

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

More information

Enterpise Mobility Lexicon & Terminology

Enterpise Mobility Lexicon & Terminology 1 Enterpise Mobility Lexicon & Terminology www.openratio.com By Rabih Kanaan 1 Amazon SNS Amazon Simple Notification Service (SNS) is a push messaging service that makes it simple & cost-effective to push

More information

How To Map The American Community Survey

How To Map The American Community Survey Disadvantaged Community Mapping Tool Tanya Meeth, P.G. DWR Financial Assistance Branch Division of Integrated Regional Water Management April 5, 2013 1 Overview 1. Disadvantaged Community (DAC) Definition

More information

Implementing Mobile Thin client Architecture For Enterprise Application

Implementing Mobile Thin client Architecture For Enterprise Application Research Paper Implementing Mobile Thin client Architecture For Enterprise Paper ID IJIFR/ V2/ E1/ 037 Page No 131-136 Subject Area Information Technology Key Words JQuery Mobile, JQuery Ajax, REST, JSON

More information

Step 1 Preparation and Planning

Step 1 Preparation and Planning Its daunting starting any GIS Web or Mobile project. Where does one begin? This 3 step guide should help you get past your project inertia and start things moving rapidly forward. Step 1 Preparation and

More information