CR-SITE: AN INFRASTRUCTURE SITING TOOL FOR CRISIS RESPONSE Ehren Hill Advisor: Frank Hardisty.

Slides:



Advertisements
Similar presentations
Esri International User Conference | San Diego, CA Technical Workshops | Kevin M. Johnston Shitij Mehta ****************** An Introduction to Dynamic Simulation.
Advertisements

Barry Y. Miller GEOG 596A: HLZ Capstone Project Proposal, 26 September 2012.
Analysis in 9.2: Overlay. Analysis Usually starts with selection… Why? Because –Many steps in analysis are simply selection by Attribute OR Location –Most.
Why python? Automate processes Batch programming Faster Open source Easy recognition of errors Good for data management What is python? Scripting programming.
Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California ArcGIS Tracking Analyst – an Introduction Morakot Pilouk,
GIS Level 2 MIT GIS Services
Team Members: Cliff Clark, Gary Hollingshead, and Elizabeth Reese 1 TEAM FAULT FINDERS SENIOR DESIGN REVIEW Sponsors: Idaho Power Others Involved: Schweitzer.
GIS Topics and Applications
What Geoprocessing? Geoprocessing is the processing of geographic information. Commonly used to describe a process when geographic objects are manipulated.
@ 2007 Austin Troy. Geoprocessing Introduction to GIS Geoprocessing is the processing of geographic information. – Creating new polygon features through.
Wind Energy Forecaster A Web-based Wind Energy Prediction Tool Aditya Trivedi ’16 Advisor: Dr. Eric Larson.
Esri International User Conference | San Diego, CA Technical Workshops | Xuguang Wang Kevin M. Johnston ****************** Performing Image Classification.
Habitat Analysis in ArcGIS Use of Spatial Analysis to characterize used resources Thomas Bonnot
Advance Model Builder Features. Advance Features Using Lists (also Batching) Iteration Feedback Model Only Tools Inline Variable Substitution Preconditions.
Esri UC 2014 | Demo Theater | Using ArcGIS for Server in the Microsoft Azure Cloud Nikhil Shampur.
Suitability Analysis in Raster GIS Combining Multiple Maps.
Technical Workshops | Esri International User Conference San Diego, California ArcMap: Tips and Tricks Miriam Schmidts Jorge Ruiz-Valdepena July 23 – 27,
Spatial Analysis (Vector I) Reading Assignment: Bolstad Chapter 9 (pp )
LAND EVALUATION SITE ASSESSMENT (LESA) GIS APPLICATION REDESIGN Brad M. Shirey, GISP The Pennsylvania State University Master of GIS Program – Capstone.
Network Analysis with Python
Introduction to ArcPy. Topics What is ArcPy? Accessing geoprocessing tools using ArcPy Writing scripts using ArcPy.
Internet and Distributed Representation of Agent Based Model by- Manish Sharma.
Potential Scenic Sites Analysis for the Hill Country Conservancy Nancy A. Heger, ManagerGene Sipes, Assistant Manager Matt Broadaway, GIS AnalystMatt Gray,
ArcGIS Network Analyst: Automating Workflows with Geoprocessing
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Applying ArcGIS Spatial.
Leveraging ArcGIS Online Elevation and Hydrology Services
ArcGIS Pro: A Quick Tour of Python David Wynne.
Esri Defense Mapping: Cartographic Production
1 of 27 MapWindow 6.0 Modeler By: Brian Marchionni (Presented by Ted Dunsford) Idaho State University September 2009.
Raster Concepts.
Using ArcGIS ModelBuilder for Conservation & Ag Drainage Projects Janell Weiss Nutrient Mgmt. Specialist/Ag Technician Darke Soil & Water Conservation.
Site Suitability for Lake Overholser Cassi Poor CRP 551.
Applying Spatial Analysis Techniques to Make Better Decisions
Getting the most out of ArcMap Jack Horton & Jorge Ruiz-Valdepeña.
Esri UC 2014 | Technical Workshop | Creating Geoprocessing Services Kevin Hibma.
Analysis of Potential Scenic Sites for the Hill Country Conservancy and Hill Country Alliance Nancy A. Heger, ManagerGene Sipes, Assistant Manager Matt.
Esri UC 2015 | Technical Workshop | Community Parcels Chris Buscaglia.
Analysis in 9.0. What’s Next To be really accomplished in GIS (or GIT) you need the following … –Vector GIS (You got it) –Raster GIS (FOR556) –Expert.
Dynamic Generation of Hurricane Evacuation Routes By Jon Jones.
Python: Building Geoprocessing Tools David Wynne, Ghislain Prince.
Esri UC 2015 | Technical Workshop | Community Addresses Chris Buscaglia.
Pesticide Use Web Mapping Application Joanna Nishimura Fall 2014.
Technical Workshops | Esri International User Conference San Diego, California Branching and Iteration in ModelBuilder Shitij Mehta July 24, :15.
1 Application of SDI in hydrology for assessment of hydropower potential of small streams Subija IZEIROSKI Bashkim IDRIZI Sotir PANOVSKI Igor NEDELKOVSKI.
Mohammed Alzaaq MS GIS Program University of Redlands.
Graduate Students, CEE-6190
Aerodrome Obstruction Identification Surfaces
Pivot Finder ArcGIS Tool
Network Analysis with ArcGIS Online
Presented by Shaynee Gulliford
PYTHON: AN INTRODUCTION
Tan Hoang GEOG 362 – Final Project
Creating Geoprocessing Services
Using Model Builder in ArcGIS
Geoprocessing with ArcGIS for Server
ArcGIS Data Reviewer: Quality Assessment for Elevation Raster Datasets
Raster-based spatial analyses
CE 525.
Automating Analyses with ModelBuilder
Leveraging ArcGIS Online Elevation and Hydrology Services
Network Analysis using Python
ModelBuilder – Getting Started
PYTHON: BUILDING GEOPROCESSING TOOLS
Network Analyst – Automating Workflows with Geoprocessing
ModelBuilder – Getting Started
Creating Basemaps to Manage Buildings and Facilities
2011 CBORD User Group Conference
ArcGIS Pro: An Introduction Overview
Presentation transcript:

CR-SITE: AN INFRASTRUCTURE SITING TOOL FOR CRISIS RESPONSE Ehren Hill Advisor: Frank Hardisty

 Background  Development Process  Use Case  Future Work  Outreach  Conclusions  Questions AGENDA FOR TONIGHT’S PRESENTATION

 My background  What is CR-Site?  Why was this topic selected? Image courtesy of Cleveland Plain Dealer BACKGROUND

 Designed in ModelBuilder and Python  Run through the ArcGIS environment  CR-Site uses multiple user parameters, most are optional BACKGROUND: HOW CR-SITE WORKS

DEVELOPMENT PROCESS: MODELBUILDER

DEVELOPMENT PROCESS: PYTHON

Input LayerParameterRanking Value ElevationSlope Cells that meet user specified slope receive ranking of 10 All other cells receive ranking of 1 RoadsDistance Cells with 2 or more roads within user specified distance receive ranking of 10 Cells with 1 road within user specified distance receive ranking of 5 All other cells receive ranking of 1 Ports (Sea & Air) Distance Cells with 2 or more ports within specified distance receive ranking of 10 Cells with 1 port within specified distance receive ranking of 5 All other cells receive ranking of 1 StreamsDistance Cells with 2 or more streams within specified distance receive ranking of 10 Cells with 1 stream within specified distance receive ranking of 5 All other cells receive ranking of 1 Land Use (Land Cover) Type Cells that intersect land use layer receive ranking of 10 All other cells receive ranking of 1 User Defined Input #1 Type Cells that intersect user defined layer receive ranking of 10 All other cells receive ranking of 1 User Defined Input #2 Type Cells that intersect user defined layer receive ranking of 10 All other cells receive ranking of 1 Exclusion LayerN/AAll cells that intersect the exclusion layer will be set to 0 DEVELOPMENT PROCESS: CRITERIA & RANKINGS

DEVELOPMENT PROCESS: CREATING A GEOPROCESSING TOOL

 CR-Site will be delivered with usable data  Data will be broken into regions  Default data can always be replaced USE CASE: DATA

USE CASE: INPUT LAYERS

USE CASE: PARAMETERS

USE CASE: OUTPUT

Input LayersRanking ValueUser Defined WeightNormalized WeightSuitability Value Elevation Roads Ports (Sea & Air) Streams Land Use (Land Cover) Undefined Input #1 (Hospital) Undefined Input #2 (Existing Camp) TOTALS101.0Total Suitability Value: 5.5 USE CASE: EXAMPLE CALCULATION

LIVE DEMO

 Use case contained 100 output cells  Around 5 minutes for 10,000  Around 30 minutes for 62,500 Cells  50 Sq. KM area  Use of in_memory processing USE CASE: PERFORMANCE

FUTURE WORK

 Primarily based on feedback from ISCRAM conference  Change to web based tool  Compare to previous crisis response efforts  Create a CR-Site Basic and CR-Site Advanced  New enhancement options in ArcGIS 10.1 FUTURE WORK: ENHANCEMENTS

 ISCRAM 2012 in Vancouver, British Columbia  Poster Session  Live Demo Session  CR-Site will be released as open source project on Google Code OUTREACH

 Still a prototype tool  Available for users of all levels  Feedback from conference  Continued development  Freely available  Thanks to Dr. Frank Hardisty CONCLUSION

QUESTIONS?