c ustom python tool using uas to aid in search and rescue in hays county texas aaron schroeder

13
Custom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Upload: sheena-cummings

Post on 11-Jan-2016

218 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Custom Python Tool using UAS to aid in Search and Rescue

in Hays County Texas

Aaron Schroeder

Page 2: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Geographical Traditions

• Spatial Tradition

• Utilizing distance, space, and direction

• Modern computer technology allows for this analysis

Page 3: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Relevant Literature

• Zeiler : Modeling our World

• Allowed for key Python Scripting examples

• Best : Geospatial web services within a scientific workflow: Predicting marine mammal habitats in a dynamic environment

• Relatable workflow using a custom tool

Page 4: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Data source & problems

• National Land Cover Data - USGS

• National Elevation Dataset – USGS

• 30m elevation data is not the most accurate but it is the only publicly available data for the whole US.

• Aeiral Imagery – RP Flight Systems

Page 5: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Background in Search & Rescue

• Search and Rescue teams have just recently implemented UAS

• Past searches have relied solely on ground search teams

• Helicopters are expensive to use

• There is a lot of waiting time for searchers due to lack of terrain intel

Page 6: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Study area• The tool will allow an input of a polygon feature class which

will be the AOI

• This allows for the study area to be anywhere

• Specifically we are practicing on a location in Hays County Texas

Page 7: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Data flow model

Page 8: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Data flow model

Page 9: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Data flow model

Page 10: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Data flow model

Page 11: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Methods

• Custom tool interface

• Extract by mask tool

• Reclassify tool

• Path Distance tool

Page 12: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

Results

• The resulting output raster from the custom python script will display locations a person is most likely to traverse from a last known location

• We are also working on implementing a time factor into the equation which will allow us to split the area into different zones representing the likely distance traveled in a certain amount of time

Page 13: C ustom Python Tool using UAS to aid in Search and Rescue in Hays County Texas Aaron Schroeder

References

• Zeiler, M., Murphy, J. Modeling Our World: The ESRI Guide to Geodatabase Concepts. 2nd ed. Redlands, CA: ESRI, 2010. Print.