Integrating ARCGIS with Datamining Software to Predict Habitat for Red Sea Urchins on the Coast of British Columbia.

Size: px
Start display at page:

Download "Integrating ARCGIS with Datamining Software to Predict Habitat for Red Sea Urchins on the Coast of British Columbia."

Transcription

1 Integrating ARCGIS with Datamining Software to Predict Habitat for Red Sea Urchins on the Coast of British Columbia. Wayne Hajas Pacific Biological Station Nanaimo, BC 1

2 Allison Smeaton GIS-student intern Dan Leus Field Biologist Acknowledgements Pacific Underwater Harvesters Association Industry association for the red-urchin harvesters 2

3 Not a GIS person Myself I may let some jargon slip out I might need more explanation on GIS matters Might have different expectations about how things should work 3

4 Statement of Problem Which parts of the British Columbia coast are habitat for red sea urchins? 4

5 Problem in General Terms Can Geographic Datasets be used as predictive tools? On an opportunistic basis? Can ARCGIS be extended through the arcpy/python interface? 5

6 Outline Describe the problem Describe the data Mathematical method (very brief) Software GIS Operations Results and why I think they are valid Conclusions Questions 6

7 The Problem (Red Sea Urchins) 7

8 The Problem (Red Sea Urchins) 8

9 Data 9

10 Training Data Prediction Required Data Structure for Datamining Test Data (Predictive Variables) Objective Variable 8 FALSE blue habitat 10 FALSE red habitat 11 FALSE blue nonhabitat 6 FALSE red habitat 14 FALSE red? 14 FALSE blue? 8 TRUE red? 6 FALSE blue? 14 FALSE blue? 12 FALSE blue? 7 FALSE blue? 11 TRUE blue? 6 FALSE red 10?

11 Test (Predictive) Data Shorezone Its objective is to produce an integrated, searchable inventory of geomorphic and biological features which can be used as a tool for science, education, management, and environmental hazard mitigation. (Coastal and Ocean Resources Inc.) Winter 2010/2011 of ArcNews 11

12 GIS database Test (Predictive) Data Shorezone BC Coast is divided into ~90,000 polylines Vegetation, geology, wave exposure, ~50 fields Data collected from aerial surveys in the 1980 s. Probably marine charts also Access controlled by BC government. Parallel projects in Alaska and Washington State. 12

13 Known Habitat Harvest Events Scientific Surveys Expert Opinion Known Nonhabitat Expert Opinion Training Data Points, lines and polygons Collected and managed independently of test data (Shorezone) 13

14 Mathematical Methods 14

15 Datamining ( machine learning, artificial intelligence ) The actual data mining task is the automatic or semi-automatic analysis of large quantities of data to extract previously unknown interesting patterns such as groups of data records, unusual records and dependencies. (Wikipedia) 15

16 Datamining Used in marketing, text processing, scientific,. Many methods, many implementations Blackbox Large datasets, computationally expensive Assumption that training data represents test data 16

17 How Datamining is Applied Training Data Datamining Software Prediction Model Test Data

18 Software 18

19 Goals Scripts and not GUI Repeatability Record of what was done Creates need to integrate disparate software Work from managed datasets Don t duplicate effort Minimal number of intermediate datasets Less to manage 19

20 Software - Components Python 2.6 Custom Interface arcpy/ ARCGIS 10.0 Datamining software 20

21 arcpy ARCGIS becomes a callable software library Alternative to point-and-click Can also be used for automation arcpy.union_analysis(["well_buff50","stream_buff200"],"water_buffers") 21

22 Custom Interface to arcpy Found myself writing my own interface around arcpy(in python) Examples Garbage Collection Extracting data Creating and populating new fields Just to make things more pythonic. 22

23 Python Computer language like C, ruby, java or BASIC Many applications outside of GIS Rapid and Structured Development Open source Two roles: 1. Controller (which databases to use, etc) 2. Integration of arcpy and datamining-software 23

24 Datamining Software Some (most?) is open source For integration: compatibility with Python 2.6 on Windows Installation can be an issue. 24

25 Datamining Software Scripting integrated-software approach: Scikit-learn Easy-to-use and general-purpose machine learning in Python Point and click Weka Collection of machine learning algorithms for solving data mining problems 25

26 GIS Operations 26

27 Defining Training Data Which shorezone segments known to be habitat or nonhabitat? Known habitat/nonhabitat not expressed as shorezone segment. Need a set of rules work most of the time Can be automated 27

28 28

29 Defining Training Data (the rules) Must be within 150m of shore Closest shorezone segment. Ties broken by random selection Each known habitat/nonhabitat instance contributes at most one record to training data (Spatial join with closest option) 29

30 GIS Operations (defining training data) ~8 hours to assemble training data Did not delete the final set 30

31 GIS Operations (train and apply the model) SearchCursor and UpdateCursor to retrieve data and record results Predictions put into GIS database 31

32 Results 32

33 Presenting the Results 33

34 Checking the Results Training data is a useful benchmark Will model work beyond the training data? Overparameterizaton? Want to impose an independence between training data and validation process. 34

35 Checking the Results Cross validations Use 9/10 of training data at a time. Make predictions for other 1/10 Compare prediction to actual value Repeat ten times 35

36 Checking the Results (success) 36

37 Conclusions ARCGIS is extensible through the arcpy/python interface What else would be useful? Large amounts of GIS data can be used as predictive tools. Can be opportunistic! Other applications? 37

38 Conclusions (continued) The ARCGIS-python interface could be further developed. Might be some common need. Open source? 38

39 Questions and Comments 39

40 Checking the Results (failure) 40

Karsten Vennemann, Seattle. QGIS Workshop CUGOS Spring Fling 2015

Karsten Vennemann, Seattle. QGIS Workshop CUGOS Spring Fling 2015 Karsten Vennemann, Seattle 2015 a very capable and flexible Desktop GIS QGIS QGIS Karsten Workshop Vennemann, Seattle slide 2 of 13 QGIS - Desktop GIS originally a GIS viewing environment QGIS for the

More information

A Geographic Information System Based Model John L Marshall Geography 562 GIS Coastal Resources - Final Project: Fall 2017 University of Washington

A Geographic Information System Based Model John L Marshall Geography 562 GIS Coastal Resources - Final Project: Fall 2017 University of Washington EFFECTS OF OYSTER CULTURE ON NATIVE EELGRASS AND RELATED NATURAL RESOURCES IN THE PUGET SOUND A Geographic Information System Based Model John L Marshall Geography 562 GIS Coastal Resources - Final Project:

More information

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits.

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. The 1st credit consists of a series of readings, demonstration,

More information

Among various open-source GIS programs, QGIS can be the best suitable option which can be used across partners for reasons outlined below.

Among various open-source GIS programs, QGIS can be the best suitable option which can be used across partners for reasons outlined below. Comparison of Geographic Information Systems (GIS) software As of January 2018, WHO has reached an agreement with ESRI (an international supplier of GIS software) for an unlimited use of ArcGIS Desktop

More information

NR402 GIS Applications in Natural Resources

NR402 GIS Applications in Natural Resources NR402 GIS Applications in Natural Resources Lesson 1 Introduction to GIS Eva Strand, University of Idaho Map of the Pacific Northwest from http://www.or.blm.gov/gis/ Welcome to NR402 GIS Applications in

More information

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil ABSTRACT:- The geographical information system (GIS) is Computer system for capturing, storing, querying analyzing, and displaying geospatial

More information

USING HYPERSPECTRAL IMAGERY

USING HYPERSPECTRAL IMAGERY USING HYPERSPECTRAL IMAGERY AND LIDAR DATA TO DETECT PLANT INVASIONS 2016 ESRI CANADA SCHOLARSHIP APPLICATION CURTIS CHANCE M.SC. CANDIDATE FACULTY OF FORESTRY UNIVERSITY OF BRITISH COLUMBIA CURTIS.CHANCE@ALUMNI.UBC.CA

More information

3/29/11. Why bother with tools? Incorporating Decision Support Tools into Climate Adaptation Planning. A Simplified Planning Process

3/29/11. Why bother with tools? Incorporating Decision Support Tools into Climate Adaptation Planning. A Simplified Planning Process Incorporating Decision Support Tools into Climate Adaptation Planning Why bother with tools? Tools don t eliminate complexity but they can help deal with it" Tools can:"! Help incorporate science into

More information

4. GIS Implementation of the TxDOT Hydrology Extensions

4. GIS Implementation of the TxDOT Hydrology Extensions 4. GIS Implementation of the TxDOT Hydrology Extensions A Geographic Information System (GIS) is a computer-assisted system for the capture, storage, retrieval, analysis and display of spatial data. It

More information

A GIS-Based Approach to Quantifying Pesticide Use Site Proximity to Salmonid Habitat

A GIS-Based Approach to Quantifying Pesticide Use Site Proximity to Salmonid Habitat A GIS-Based Approach to Quantifying Pesticide Use Site Proximity to Salmonid Habitat Michael Winchell 1, JiSu Bang 2, Barbara Patterson 1, Katie Budreski 1, Richard Brain 2, and Steven Wall 2 1. Stone

More information

Course overview. Grading and Evaluation. Final project. Where and When? Welcome to REM402 Applied Spatial Analysis in Natural Resources.

Course overview. Grading and Evaluation. Final project. Where and When? Welcome to REM402 Applied Spatial Analysis in Natural Resources. Welcome to REM402 Applied Spatial Analysis in Natural Resources Eva Strand, University of Idaho Map of the Pacific Northwest from http://www.or.blm.gov/gis/ Where and When? Lectures Monday & Wednesday

More information

Combing Open-Source Programming Languages with GIS for Spatial Data Science. Maja Kalinic Master s Thesis

Combing Open-Source Programming Languages with GIS for Spatial Data Science. Maja Kalinic Master s Thesis Combing Open-Source Programming Languages with GIS for Spatial Data Science Maja Kalinic Master s Thesis International Master of Science in Cartography 14.09.2017 Outline Introduction and Motivation Research

More information

D2D SALES WITH SURVEY123, OP DASHBOARD, AND MICROSOFT SSAS

D2D SALES WITH SURVEY123, OP DASHBOARD, AND MICROSOFT SSAS D2D SALES WITH SURVEY123, OP DASHBOARD, AND MICROSOFT SSAS EDWARD GAUSE, GISP DIRECTOR OF INFORMATION SERVICES (ENGINEERING APPS) HTC (HORRY TELEPHONE COOP.) EDWARD GAUSE, GISP DIRECTOR OF INFORMATION

More information

Orbital Insight Energy: Oil Storage v5.1 Methodologies & Data Documentation

Orbital Insight Energy: Oil Storage v5.1 Methodologies & Data Documentation Orbital Insight Energy: Oil Storage v5.1 Methodologies & Data Documentation Overview and Summary Orbital Insight Global Oil Storage leverages commercial satellite imagery, proprietary computer vision algorithms,

More information

Modeling habitat suitability for the European green crab using the ShoreZone mapping system

Modeling habitat suitability for the European green crab using the ShoreZone mapping system Modeling habitat suitability for the European green crab using the ShoreZone mapping system Jodi N. Harney, Ph.D. and John R. Harper, Ph.D. Coastal and Ocean Resources Inc. Mary Morris, R.P. Bio. Archipelago

More information

GEOGRAPHIC INFORMATION SYSTEMS (GIS) AT GERS LAB

GEOGRAPHIC INFORMATION SYSTEMS (GIS) AT GERS LAB GEOGRAPHIC INFORMATION SYSTEMS (GIS) AT GERS LAB Fernando Gilbes Santaella GERS Lab-Department of Geology University of Puerto Rico at Mayaguez fernando.gilbes@upr.edu Geological and Environmental Remote

More information

Introduction to the 176A labs and ArcGIS Purpose of the labs

Introduction to the 176A labs and ArcGIS Purpose of the labs Introduction to the 176A labs and ArcGIS Purpose of the labs Acknowledgement: Slides by David Maidment, U Texas-Austin and Francisco Olivera (TAMU) Hands-on experience with a leading software package Introduction

More information

Data Structures & Database Queries in GIS

Data Structures & Database Queries in GIS Data Structures & Database Queries in GIS Objective In this lab we will show you how to use ArcGIS for analysis of digital elevation models (DEM s), in relationship to Rocky Mountain bighorn sheep (Ovis

More information

Mapping Undersea Feature Names in S-100. UFNPT at SCUFN 31 Wellington, New Zealand October, 2018

Mapping Undersea Feature Names in S-100. UFNPT at SCUFN 31 Wellington, New Zealand October, 2018 Mapping Undersea Feature Names in S-100 UFNPT at SCUFN 31 Wellington, New Zealand October, 2018 Content - Update about UFNPT - Discovery of Undersea Features - excercise Work Plan of the UFNPT November

More information

Recommendations for installation and general overview of available tools

Recommendations for installation and general overview of available tools User guide for FluvialCorridor toolbox Recommendations for installation and general overview of available tools How to cite : Roux., C., Alber, A., Bertrand, M., Vaudor, L., Piégay, H., 2013. General Overview

More information

The Problem. Which ecosystems are the most sensitive? Where will ecosystems be migrating? Where will investments be overwhelmed?

The Problem. Which ecosystems are the most sensitive? Where will ecosystems be migrating? Where will investments be overwhelmed? BC Parks BC Parks is responsible for the designation, management and conservation of a system of ecological reserves, provincial parks and recreation areas located throughout the province. British Columbia

More information

Fusion of Geodesy and GIS at NOAA s National Geodetic Survey

Fusion of Geodesy and GIS at NOAA s National Geodetic Survey Fusion of Geodesy and GIS at NOAA s National Geodetic Survey Esri Survey Summit July 6-9, 2013 San Diego, CA Michael Dennis, RLS, PE michael.dennis@noaa.gov The Plan Background NGS Data Explorer New Datasheet

More information

Introduction. --- Chapter One --- What Is GIS?

Introduction. --- Chapter One --- What Is GIS? --- Chapter One --- Introduction What Is GIS? A geographical information system (known as a GIS for short) is a database which allows the user to explore spatial relationships within and between data sets.

More information

GIS-BASED DISASTER WARNING SYSTEM OF LOW TEMPERATURE AND SPARE SUNLIGHT IN GREENHOUSE

GIS-BASED DISASTER WARNING SYSTEM OF LOW TEMPERATURE AND SPARE SUNLIGHT IN GREENHOUSE GIS-BASED DISASTER WARNING SYSTEM OF LOW TEMPERATURE AND SPARE SUNLIGHT IN GREENHOUSE 1,2,* 1,2 Ruijiang Wei, Chunqiang Li, Xin Wang 1, 2 1 Hebei Provincial Institute of Meteorology, Shijiazhuang, Hebei

More information

European Commission STUDY ON INTERIM EVALUATION OF EUROPEAN MARINE OBSERVATION AND DATA NETWORK. Executive Summary

European Commission STUDY ON INTERIM EVALUATION OF EUROPEAN MARINE OBSERVATION AND DATA NETWORK. Executive Summary European Commission STUDY ON INTERIM EVALUATION OF EUROPEAN MARINE OBSERVATION AND DATA NETWORK Executive Summary by NILOS Netherlands Institute for the Law of the Sea June 2011 Page ii Study on Interim

More information

Introduction to the 176A labs and ArcGIS

Introduction to the 176A labs and ArcGIS Introduction to the 176A labs and ArcGIS Acknowledgement: Slides by David Maidment, U Texas-Austin and Francisco Olivera (TAMU) Purpose of the labs Hands-on experience with one software pakage Introduction

More information

Administering your Enterprise Geodatabase using Python. Jill Penney

Administering your Enterprise Geodatabase using Python. Jill Penney Administering your Enterprise Geodatabase using Python Jill Penney Assumptions Basic knowledge of python Basic knowledge enterprise geodatabases and workflows You want code Please turn off or silence cell

More information

A BASE SYSTEM FOR MICRO TRAFFIC SIMULATION USING THE GEOGRAPHICAL INFORMATION DATABASE

A BASE SYSTEM FOR MICRO TRAFFIC SIMULATION USING THE GEOGRAPHICAL INFORMATION DATABASE A BASE SYSTEM FOR MICRO TRAFFIC SIMULATION USING THE GEOGRAPHICAL INFORMATION DATABASE Yan LI Ritsumeikan Asia Pacific University E-mail: yanli@apu.ac.jp 1 INTRODUCTION In the recent years, with the rapid

More information

Use of Elevation Data in NOAA Coastal Mapping Shoreline Products. Coastal GeoTools April 1, 2015

Use of Elevation Data in NOAA Coastal Mapping Shoreline Products. Coastal GeoTools April 1, 2015 Use of Elevation Data in NOAA Coastal Mapping Shoreline Products Coastal GeoTools April 1, 2015 - NOAA s Coastal Mapping Program & CUSP - Shoreline Uses, Delineation Issues, Definitions - Current Extraction

More information

DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON

DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON LEAD CONSULTANT, INFOSYS LIMITED SEZ Survey No. 41 (pt) 50 (pt), Singapore Township PO, Ghatkesar Mandal, Hyderabad, Telengana 500088 Word Limit of the

More information

Intelligence and statistics for rapid and robust earthquake detection, association and location

Intelligence and statistics for rapid and robust earthquake detection, association and location Intelligence and statistics for rapid and robust earthquake detection, association and location Anthony Lomax ALomax Scientific, Mouans-Sartoux, France anthony@alomax.net www.alomax.net @ALomaxNet Alberto

More information

GIS Boot Camp for Education June th, 2011 Day 1. Instructor: Sabah Jabbouri Phone: (253) x 4854 Office: TC 136

GIS Boot Camp for Education June th, 2011 Day 1. Instructor: Sabah Jabbouri Phone: (253) x 4854 Office: TC 136 GIS Boot Camp for Education June 27-30 th, 2011 Day 1 Instructor: Sabah Jabbouri Phone: (253) 833-9111 x 4854 Office: TC 136 Email: sjabbouri@greenriver.edu http://www.instruction.greenriver.edu/gis/ Summer

More information

GIS Software. Evolution of GIS Software

GIS Software. Evolution of GIS Software GIS Software The geoprocessing engines of GIS Major functions Collect, store, mange, query, analyze and present Key terms Program collections of instructions to manipulate data Package integrated collection

More information

Cartographic and Geospatial Futures

Cartographic and Geospatial Futures Cartographic and Geospatial Futures 1. Web Cartography, WebGIS, & Virtual Globes--New Roles for Maps, GIS, and GIS professionals 2. Map Mashups, the Neo Neo-geography Movement, & Crowd-sourcing Geospatial

More information

Environmental Systems Research Institute

Environmental Systems Research Institute Introduction to ArcGIS ESRI Environmental Systems Research Institute Redlands, California 2 ESRI GIS Development Arc/Info (coverage model) Versions 1-7 from 1980 1999 Arc Macro Language (AML) ArcView (shapefile

More information

Agile GIS : Building applicationspecific spatial analytic software from freely available software tools

Agile GIS : Building applicationspecific spatial analytic software from freely available software tools Agile GIS : Building applicationspecific spatial analytic software from freely available software tools Lance A. Waller, Andrew B. Barclay Department of Biostatistics Rollins School of Public Health Emory

More information

THE DIGITAL TERRAIN MAP LIBRARY: AN EXPLORATIONIST S RESOURCE

THE DIGITAL TERRAIN MAP LIBRARY: AN EXPLORATIONIST S RESOURCE THE DIGITAL TERRAIN MAP LIBRARY: AN EXPLORATIONIST S RESOURCE By I.C.L. Webster, P.J. Desjardins and W.E. Kilby KEYWORDS: digital terrain maps, digital terrain stability maps, surficial geology, GIS, raster

More information

The integration of land change modeling framework FUTURES into GRASS GIS 7

The integration of land change modeling framework FUTURES into GRASS GIS 7 The integration of land change modeling framework FUTURES into GRASS GIS 7 Anna Petrasova, Vaclav Petras, Douglas A. Shoemaker, Monica A. Dorning, Ross K. Meentemeyer NCSU OSGeo Research and Education

More information

Aim and objectives Components of vulnerability National Coastal Vulnerability Assessment 2

Aim and objectives Components of vulnerability National Coastal Vulnerability Assessment 2 ASSESSING THE UTILITY OF GEOMORPHIC SENSITIVITY MAPPING ON THE ILLAWARRA COAST Pamela Abuodha, Christina Baker, Chris Sharples, Darren Skene and Colin Woodroffe Geoquest Research Centre, University of

More information

Empowering Local Health through GIS

Empowering Local Health through GIS Empowering Local Health through GIS Mapping data from Washington s Immunization Information System (IIS). Presented to IACW October 16 th, 2013 by: Chris Halsell and Isaiah Berg Agenda IIS Overview Why

More information

Chapter 1. GIS Fundamentals

Chapter 1. GIS Fundamentals 1. GIS Overview Chapter 1. GIS Fundamentals GIS refers to three integrated parts. Geographic: Of the real world; the spatial realities, the geography. Information: Data and information; their meaning and

More information

ISSUES AND APPROACHES TO COUPLING GIS TO IRRIGATION DISTRIBUTION NETWORK AND SEEPAGE LOSS MODELS

ISSUES AND APPROACHES TO COUPLING GIS TO IRRIGATION DISTRIBUTION NETWORK AND SEEPAGE LOSS MODELS ISSUES AND APPROACHES TO COUPLING GIS TO IRRIGATION DISTRIBUTION NETWORK AND SEEPAGE LOSS MODELS Yanbo Huang 1 Milton Henry 2 David Flahive 3 Guy Fipps 4 ABSTRACT There are several possible approaches

More information

Land-Use Land-Cover Change Detector

Land-Use Land-Cover Change Detector 15 th Esri India User Conference 2014 Land-Use Land-Cover Change Detector Rushikesh Padsala Email ID:- rushikesh101@gmail.com Student, III Semester, M.Tech Geomatics, Faculty of Technology, CEPT University

More information

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax:

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax: GENERALIZATION IN THE NEW GENERATION OF GIS Dan Lee ESRI, Inc. 380 New York Street Redlands, CA 92373 USA dlee@esri.com Fax: 909-793-5953 Abstract In the research and development of automated map generalization,

More information

NEW TOOLS TO IMPROVE DESKTOP SURVEYS

NEW TOOLS TO IMPROVE DESKTOP SURVEYS NEW TOOLS TO IMPROVE DESKTOP SURVEYS Pablo Vengoechea (Telemediciones S.A.), Jorge O. García (Telemediciones S.A.), Email: Telemediciones S.A. / Cra. 46 94-17 Bogotá D.C.

More information

Introduction to Portal for ArcGIS. Hao LEE November 12, 2015

Introduction to Portal for ArcGIS. Hao LEE November 12, 2015 Introduction to Portal for ArcGIS Hao LEE November 12, 2015 Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration options Portal for ArcGIS + ArcGIS for

More information

Machine Learning. Boris

Machine Learning. Boris Machine Learning Boris Nadion boris@astrails.com @borisnadion @borisnadion boris@astrails.com astrails http://astrails.com awesome web and mobile apps since 2005 terms AI (artificial intelligence)

More information

Lab 7: Cell, Neighborhood, and Zonal Statistics

Lab 7: Cell, Neighborhood, and Zonal Statistics Lab 7: Cell, Neighborhood, and Zonal Statistics Exercise 1: Use the Cell Statistics function to detect change In this exercise, you will use the Spatial Analyst Cell Statistics function to compare the

More information

Problems and Challenges

Problems and Challenges 2018 Esri Petroleum GIS Conference Problems and Challenges May 9 10, 2018 Houston, Texas George R. Brown Convention Center Disunity of drawing standards and format Large amount of work in Cartography,

More information

SLR Calculator: Sea Level Rise (SLR) Inundation Surface Calculator Add-in for ArcGIS Desktop & 10.4

SLR Calculator: Sea Level Rise (SLR) Inundation Surface Calculator Add-in for ArcGIS Desktop & 10.4 1 SLR Calculator: Sea Level Rise (SLR) Inundation Surface Calculator Add-in for ArcGIS Desktop 10.3.1 & 10.4 Florida Sea Level Scenario Sketch Planning Tool Version 1.6, July 2016 University of Florida

More information

Gridded Ambient Air Pollutant Concentrations for Southern California, User Notes authored by Beau MacDonald, 11/28/2017

Gridded Ambient Air Pollutant Concentrations for Southern California, User Notes authored by Beau MacDonald, 11/28/2017 Gridded Ambient Air Pollutant Concentrations for Southern California, 1995-2014 User Notes authored by Beau, 11/28/2017 METADATA: Each raster file contains data for one pollutant (NO2, O3, PM2.5, and PM10)

More information

Arcmap Manual Esri 10 READ ONLINE

Arcmap Manual Esri 10 READ ONLINE Arcmap Manual Esri 10 READ ONLINE Esri Store: Browsing ArcPad 10.2.2 - ArcPad is mobile field mapping and data collection software designed for GIS professionals. It includes advanced GIS and GPS capabilities

More information

Arcmap Manual Esri 10 READ ONLINE

Arcmap Manual Esri 10 READ ONLINE Arcmap Manual Esri 10 READ ONLINE If searching for a book Arcmap manual esri 10 in pdf form, then you have come on to the loyal site. We present the utter release of this book in PDF, doc, DjVu, epub,

More information

Introduction to Portal for ArcGIS

Introduction to Portal for ArcGIS Introduction to Portal for ArcGIS Derek Law Product Management March 10 th, 2015 Esri Developer Summit 2015 Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration

More information

Forecast Predictions of Winds, Waves and Storm Surge during Hurricane Arthur (2014)

Forecast Predictions of Winds, Waves and Storm Surge during Hurricane Arthur (2014) Forecast Predictions of Winds, Waves and Storm Surge during Hurricane Arthur (2014) R Cyriac 1, JC Dietrich 1, JG Fleming 2, BO Blanton 3, RA Luettich Jr 4, C Kaiser 5 1 Dept. of Civil, Construction, and

More information

Annual Update Student Learning Outcomes Packet

Annual Update Student Learning Outcomes Packet III. Annual Update Student Learning Outcomes Packet Quality and Innovation in the Program and Curriculum Review Please refer to the current data set for your program found at: http://research.hancockcollege.

More information

The Changing Landscape of Land Administration

The Changing Landscape of Land Administration The Changing Landscape of Land Administration B r e n t J o n e s P E, PLS E s r i World s Largest Media Company No Journalists No Content Producers No Photographers World s Largest Hospitality Company

More information

MUDMAP TM. Software Description

MUDMAP TM. Software Description ASA Applied Science Associates, Inc. 70 Dean Knauss Drive Narragansett, RI 02882-1143 U.S.A. Tel: 401-789-6224 Fax: 401-789-1932 asa@asascience.com www.asascience.com MUDMAP TM Software Description MUDMAP

More information

Generating Scheduled Rasters using Python

Generating Scheduled Rasters using Python Generating Scheduled Rasters using Python Kevin B. Cary, GISP Department of Geography and Geology Western Kentucky University 1906 College Heights Blvd #31066 Bowling Green, KY 42101 1066 July 2, 2015

More information

Measuring earthquake-generated surface offsets from high-resolution digital topography

Measuring earthquake-generated surface offsets from high-resolution digital topography Measuring earthquake-generated surface offsets from high-resolution digital topography July 19, 2011 David E. Haddad david.e.haddad@asu.edu Active Tectonics, Quantitative Structural Geology, and Geomorphology

More information

Hydraulic Processes Analysis System (HyPAS)

Hydraulic Processes Analysis System (HyPAS) Hydraulic Processes Analysis System (HyPAS) by Thad C. Pratt and Daryl S. Cook PURPOSE: This Coastal Engineering Technical Note (CETN) describes a PC-Windows-based system for analyzing, visualizing, and

More information

BACHELOR OF TECHNOLOGY DEGREE PROGRAM IN COMPUTER SCIENCE AND ENGINEERING B.TECH (COMPUTER SCIENCE AND ENGINEERING) Program,

BACHELOR OF TECHNOLOGY DEGREE PROGRAM IN COMPUTER SCIENCE AND ENGINEERING B.TECH (COMPUTER SCIENCE AND ENGINEERING) Program, BACHELOR OF TECHNOLOGY DEGREE PROGRAM IN COMPUTER SCIENCE AND ENGINEERING B.TECH (COMPUTER SCIENCE AND ENGINEERING) Program, 2018-2022 3.1 PROGRAM CURRICULUM 3.1.1 Mandatory Courses and Credits The B.Tech

More information

ARMY ITAM GIS: Automating Standard Army Training Map Production

ARMY ITAM GIS: Automating Standard Army Training Map Production ARMY ITAM GIS: Automating Standard Army Training Map Production Douglas Willets ITAM Western Regional Support Center, Center for Environmental Management of Military Lands, Colorado State University, Fort

More information

GIS Level 2. MIT GIS Services

GIS Level 2. MIT GIS Services GIS Level 2 MIT GIS Services http://libraries.mit.edu/gis Email: gishelp@mit.edu TOOLS IN THIS WORKSHOP - Definition Queries - Create a new field in the attribute table - Field Calculator - Add XY Data

More information

Digital Tax Maps Westport Island Project Summary

Digital Tax Maps Westport Island Project Summary Digital Tax Maps Westport Island Project Summary Presented to the: Mid-Coast Regional Planning Commission Creating GIS-Based Digital Tax Maps And Linked Assessment Records For Small Towns on a Budget Dennis

More information

Esri UC Talking Points. Harmful Algae Blooms (HABs) Rapid growth, blooming of toxin producing algae

Esri UC Talking Points. Harmful Algae Blooms (HABs) Rapid growth, blooming of toxin producing algae Esri UC Talking Points Harmful Algae Blooms (HABs) Rapid growth, blooming of toxin producing algae They exist on every coast Freshwater and marine species Commented [1]: Combine for talk HAB-OFS produces

More information

Geodatabase Programming with Python

Geodatabase Programming with Python DevSummit DC February 11, 2015 Washington, DC Geodatabase Programming with Python Craig Gillgrass Assumptions Basic knowledge of python Basic knowledge enterprise geodatabases and workflows Please turn

More information

ESRI* Object Models; Data Capture

ESRI* Object Models; Data Capture ESRI* Object Models; Data Capture * Environmental Systems Research Institute Feature Class (spatial table) Number Age_Ma 1_sigma Rx_Type Size_kg 123 124 125 142 1.5 B_schist 136 2.0 G_schist Object Class

More information

Robert D. Borchert GIS Technician

Robert D. Borchert GIS Technician QA/QC: AM/FM: A Checklist Confirmed for fit Quality Methods and Control Actions Robert D. Borchert GIS Technician This just goes to show that QA/QC is important. Robert D. Borchert GIS Technician Did you

More information

Introduction to ArcGIS 10.2

Introduction to ArcGIS 10.2 Introduction to ArcGIS 10.2 Francisco Olivera, Ph.D., P.E. Srikanth Koka Lauren Walker Aishwarya Vijaykumar Keri Clary Department of Civil Engineering April 21, 2014 Contents Brief Overview of ArcGIS 10.2...

More information

IndiFrag v2.1: An Object-based Fragmentation Analysis Software Tool

IndiFrag v2.1: An Object-based Fragmentation Analysis Software Tool IndiFrag v2.1: An Object-based Fragmentation Analysis Software Tool Geo-Environmental Cartography and Remote Sensing Group http://cgat.webs.upv.es/software/ Universitat Politècnica de València Introduction

More information

ESRI Object Models and Data Capture 2/1/2018

ESRI Object Models and Data Capture 2/1/2018 Number 123 124 125 ESRI* Object Models; Data Capture Feature Class (spatial table) Age_Ma 142 136 1_sigma 1.5 2.0 Rx_Type B_schist G_schist Object Class (nonspatial table) Size_kg 3.4 1.3 Y Control Point

More information

CE 365K Exercise 1: GIS Basemap for Design Project Spring 2014 Hydraulic Engineering Design

CE 365K Exercise 1: GIS Basemap for Design Project Spring 2014 Hydraulic Engineering Design CE 365K Exercise 1: GIS Basemap for Design Project Spring 2014 Hydraulic Engineering Design The purpose of this exercise is for you to construct a basemap in ArcGIS for your design project. You may execute

More information

New version of the Spatial Data Modeler tool: ArcSDM 5. ArcSDM 5 Final Seminar May 4 th 2018, Rovaniemi

New version of the Spatial Data Modeler tool: ArcSDM 5. ArcSDM 5 Final Seminar May 4 th 2018, Rovaniemi New version of the Spatial Data Modeler tool: ArcSDM 5 ArcSDM 5 Final Seminar May 4 th 2018, Rovaniemi Funding 2 Acknowledgements This presentation may include slides borrowed from the following persons

More information

Online visualization of multi-dimensional spatiotemporal

Online visualization of multi-dimensional spatiotemporal Online visualization of multi-dimensional spatiotemporal data Visualization of weather data of Germany in a large time scale Keni Han Final presentation Supervisor: Dr.-Ing. Mathias Jahnke Univ.Prof. Mag.rer.nat.

More information

Put your story on the map (literally) John Nerge, GISP GIS Coordinator

Put your story on the map (literally) John Nerge, GISP GIS Coordinator Put your story on the map (literally) John Nerge, GISP GIS Coordinator 1 What is a Story Map? What is GIS? 2 A web mapping application that uses narrative text, photos, videos, and maps to tell a story

More information

Reductionist View: A Priori Algorithm and Vector-Space Text Retrieval. Sargur Srihari University at Buffalo The State University of New York

Reductionist View: A Priori Algorithm and Vector-Space Text Retrieval. Sargur Srihari University at Buffalo The State University of New York Reductionist View: A Priori Algorithm and Vector-Space Text Retrieval Sargur Srihari University at Buffalo The State University of New York 1 A Priori Algorithm for Association Rule Learning Association

More information

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS.

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS. Online GIS Training and training modules covered are: 1. ArcGIS, Analysis, Fundamentals and Implementation 2. ArcGIS Web Data Sharing 3. ArcGIS for Desktop 4. ArcGIS for Server These modules are covered

More information

Using web-based Java pplane applet to graph solutions of systems of differential equations

Using web-based Java pplane applet to graph solutions of systems of differential equations Using web-based Java pplane applet to graph solutions of systems of differential equations Our class project for MA 341 involves using computer tools to analyse solutions of differential equations. This

More information

HASSET A probability event tree tool to evaluate future eruptive scenarios using Bayesian Inference. Presented as a plugin for QGIS.

HASSET A probability event tree tool to evaluate future eruptive scenarios using Bayesian Inference. Presented as a plugin for QGIS. HASSET A probability event tree tool to evaluate future eruptive scenarios using Bayesian Inference. Presented as a plugin for QGIS. USER MANUAL STEFANIA BARTOLINI 1, ROSA SOBRADELO 1,2, JOAN MARTÍ 1 1

More information

HIRES 2017 Syllabus. Instructors:

HIRES 2017 Syllabus. Instructors: HIRES 2017 Syllabus Instructors: Dr. Brian Vant-Hull: Steinman 185, 212-650-8514, brianvh@ce.ccny.cuny.edu Ms. Hannah Aizenman: NAC 7/311, 212-650-6295, haizenman@ccny.cuny.edu Dr. Tarendra Lakhankar:

More information

GEOGRAPHY (GE) Courses of Instruction

GEOGRAPHY (GE) Courses of Instruction GEOGRAPHY (GE) GE 102. (3) World Regional Geography. The geographic method of inquiry is used to examine, describe, explain, and analyze the human and physical environments of the major regions of the

More information

Proposal to Include a Grid Referencing System in S-100

Proposal to Include a Grid Referencing System in S-100 1 st IHO-HSSC Meeting The Regent Hotel, Singapore, 22-24 October 2009 Paper for consideration by HSSC Proposal to Include a Grid Referencing System in S-100 Submitted by: Executive Summary: Related Documents:

More information

GIS Visualization: A Library s Pursuit Towards Creative and Innovative Research

GIS Visualization: A Library s Pursuit Towards Creative and Innovative Research GIS Visualization: A Library s Pursuit Towards Creative and Innovative Research Justin B. Sorensen J. Willard Marriott Library University of Utah justin.sorensen@utah.edu Abstract As emerging technologies

More information

Practical reliability approach to urban slope stability

Practical reliability approach to urban slope stability University of Wollongong Research Online Faculty of Engineering - Papers (Archive) Faculty of Engineering and Information Sciences 2011 Practical reliability approach to urban slope stability R. Chowdhury

More information

Tips and Tricks for Using ArcGIS for Fire Pre-Incident Planning Version II By: Chris Rogers Firefighter Kirkland Fire Department Kirkland Washington

Tips and Tricks for Using ArcGIS for Fire Pre-Incident Planning Version II By: Chris Rogers Firefighter Kirkland Fire Department Kirkland Washington Tips and Tricks for Using ArcGIS for Fire Pre-Incident Planning Version II By: Chris Rogers Firefighter Kirkland Fire Department Kirkland Washington Abstract: The Kirkland Fire Department has been using

More information

The Danish enterprise approach to create and publish nautical products.covering the waters along the west coast of Greenland

The Danish enterprise approach to create and publish nautical products.covering the waters along the west coast of Greenland The Danish enterprise approach to create and publish nautical products.covering the waters along the west coast of Greenland Charlotte Bjerregaard Overview of data, charts and tasks Old production/new

More information

ESRI* Object Models; Data Capture

ESRI* Object Models; Data Capture ESRI* Object Models; Data Capture * Environmental Systems Research Institute Feature Class (spatial table) Number Age_Ma 1_sigma Rx_Type Size_kg 123 124 125 142 1.5 B_schist 136 2.0 G_schist Object Class

More information

Automated Seabed Mapping and Data Delivery in the Cloud

Automated Seabed Mapping and Data Delivery in the Cloud Automated Seabed Mapping and Data Delivery in the Cloud London, 2nd November 2017 11/20/2017 1 2 WE CALL IT SEABED INTELLIGENCE Ocean Infinity are explorers. We go to unmapped locations to survey the seabed

More information

Python Raster Analysis. Kevin M. Johnston Nawajish Noman

Python Raster Analysis. Kevin M. Johnston Nawajish Noman Python Raster Analysis Kevin M. Johnston Nawajish Noman Outline Managing rasters and performing analysis with Map Algebra How to access the analysis capability - Demonstration Complex expressions and optimization

More information

The Changing Face of Geospatial Technology

The Changing Face of Geospatial Technology The Changing Face of Geospatial Technology Vincent A. DiNoto, Jr. Director of GeoTech Center Vince.dinoto@kctcs.edu Based upon work supported by the National Science Foundation under Grant DUE ATE 1304591.

More information

CREATING CUSTOMIZED DATE RANGE COLLECTIONS IN PRESENTATION STUDIO

CREATING CUSTOMIZED DATE RANGE COLLECTIONS IN PRESENTATION STUDIO CREATING CUSTOMIZED DATE RANGE COLLECTIONS IN PRESENTATION STUDIO Date range collections are pre-defined reporting periods for performance data. You have two options: Dynamic date ranges automatically

More information

Visualization of Commuter Flow Using CTPP Data and GIS

Visualization of Commuter Flow Using CTPP Data and GIS Visualization of Commuter Flow Using CTPP Data and GIS Research & Analysis Department Southern California Association of Governments 2015 ESRI User Conference l July 23, 2015 l San Diego, CA Jung Seo,

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN GIS in the process of road design N.C. Babic, D. Rebolj & L. Hanzic Civil Engineering Informatics Center, University ofmaribor, Faculty of Civil Engineering, Smetanova 17, 2000 Maribor, Slovenia. E-mail:

More information

Introduction to Google Mapping Tools

Introduction to Google Mapping Tools Introduction to Google Mapping Tools Google s Mapping Tools Explore geographic data. Organize your own geographic data. Visualize complex data. Share your data with the world. Tell your story and educate

More information

Manual for a computer class in ML

Manual for a computer class in ML Manual for a computer class in ML November 3, 2015 Abstract This document describes a tour of Machine Learning (ML) techniques using tools in MATLAB. We point to the standard implementations, give example

More information

ENV208/ENV508 Applied GIS. Week 1: What is GIS?

ENV208/ENV508 Applied GIS. Week 1: What is GIS? ENV208/ENV508 Applied GIS Week 1: What is GIS? 1 WHAT IS GIS? A GIS integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of geographically referenced information.

More information

Create your own map for tidepooling, beach field trips, boating, camping, kayaking, fishing, and exploring the beaches in Southcentral Alaska.

Create your own map for tidepooling, beach field trips, boating, camping, kayaking, fishing, and exploring the beaches in Southcentral Alaska. Create your own map for tidepooling, beach field trips, boating, camping, kayaking, fishing, and exploring the beaches in Southcentral Alaska. Here s an opportunity to download and customize your own free

More information

OBEUS. (Object-Based Environment for Urban Simulation) Shareware Version. Itzhak Benenson 1,2, Slava Birfur 1, Vlad Kharbash 1

OBEUS. (Object-Based Environment for Urban Simulation) Shareware Version. Itzhak Benenson 1,2, Slava Birfur 1, Vlad Kharbash 1 OBEUS (Object-Based Environment for Urban Simulation) Shareware Version Yaffo model is based on partition of the area into Voronoi polygons, which correspond to real-world houses; neighborhood relationship

More information

GIS PORTFOLIO MOHAMED MAGDY MOHAMED HUSSAIN GIS ENGINEER. UWF GIS ONLINE CERTIFICATE GIS Internship (GIS4944)

GIS PORTFOLIO MOHAMED MAGDY MOHAMED HUSSAIN GIS ENGINEER. UWF GIS ONLINE CERTIFICATE GIS Internship (GIS4944) 2012 GIS PORTFOLIO MOHAMED MAGDY MOHAMED HUSSAIN GIS ENGINEER UWF GIS ONLINE CERTIFICATE GIS Internship (GIS4944) Portfolio Table of Contents Subject... Page Personal statement/mission/philosophy... 1

More information