For the CoML Modeling and Visualization Workshop Jason Roberts and Ben Best 3-Feb-2009, Long Beach, CA.

Slides:



Advertisements
Similar presentations
Overview of MDL Course: Survey of Operational Oceanographic Products Murray Brown MarineDataLiteracy.org
Advertisements

A case study in the Western Indian Ocean
Geoprocessing; Useful Tools You Should Know in ArcToolbox Unlock the hidden secrets of ArcToolbox to discover tools that make your work easier and analysis.
System Science Applications, Inc. EASy: An Environmental System for Mapping and Modeling Aquatic Systems.
Marine Geospatial Ecology Tools
Environmental GIS Nicholas A. Procopio, Ph.D, GISP Some slides from Lyna Wiggins (Rutgers University)
D A Kiefer, D P Harrison, M G Hinton, S Kohin, E M Armstrong, S Snyder, F J O’Brien Pelagic Habitat Analysis Module (PHAM) for GIS Based Fisheries Decision.
IS 466 ADVANCED TOPICS IN INFORMATION SYSTEMS LECTURER : NOUF ALMUJALLY 20 – 11 – 2011 College Of Computer Science and Information, Information Systems.
APPLICATION OF K-MEANS CLUSTERING The Matlab function “kmeans()” was used for clustering The parameters to the function were : 1. The matrix of entire.
Using ESRI ArcGIS 9.3 Spatial Adjustment
ModelBuilder at ArcGIS 9.2 Lyna Wiggins Rutgers University May 2008.
ArcEditor ArcInfo ArcView Display map, query & analyze spatial relationships, features & attributes Same functions as ArcView, plus abilty to create, &
Marine GIS Applications using ArcGIS Global Classroom training course Marine GIS Applications using ArcGIS Global Classroom training course By T.Hemasundar.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Esri International User Conference | San Diego, CA Technical Workshops | Xuguang Wang Kevin M. Johnston ****************** Performing Image Classification.
Introduction to ArcGIS Spatial Analyst
Habitat Analysis in ArcGIS Use of Spatial Analysis to characterize used resources Thomas Bonnot
Software and Tools Overview Dream Ocean Satellite Image Workshop CH2M Hill Alumni Center, Corvallis, Oregon August 18-19, 2011 Ichio ASANUMA The Tokyo.
ArcGIS Workflow Manager An Introduction
Technical Workshops | Esri International User Conference San Diego, California ArcMap: Tips and Tricks Miriam Schmidts Jorge Ruiz-Valdepena July 23 – 27,
Frameworks for geoprocessing on the web with R Daniel Nüst, 52°North GmbH AGILE 2015 Workshop: Geoprocessing on the Web.
Spatial Analyst Toolbox Lecture 17. Spatial Analyst Tool Sets  Conditional  Density  Distance  Generalization  Ground Water  Interpolation  Conditional.
Introduction to InVEST ArcGIS Tool Nasser Olwero GMP, Bangkok April
ArcGIS Network Analyst: Network Analysis with ArcGIS Online
Ben Best Patrick Halpin Jason Roberts Ei Fujioka Ben Donnely Jesse Cleary.
Network Analysis with Python
Python: An Introduction
Introduction to ArcGIS for Environmental Scientists Module 1 – Data Visualization Chapter 1 – GIS Basics.
ArcGIS Marine Data Model
Welcome to DEP’s GIS Workshop Series Workshop 3 Introduction to ArcGIS Desktop 1.
Jason Roberts, Ben Best, Dan Dunn, Eric Treml, Pat Halpin Duke University Marine Geospatial Ecology Lab 4-Mar-2009.
School of Geography FACULTY OF ENVIRONMENT Introduction to ArcToolbox and Geoprocessing.
Zope/Plone/Python for Research Ben Best OBISSEAMAP mapping marine megavertebrates
Data Interoperability Basics Bruce Harold & Dale Lutz.
GOES Applications: Research and Management of Living Marine Resources in the Central and Western Pacific David G. Foley Joint Institute for Marine and.
Esri UC 2014 | Technical Workshop | Esri Roads and Highways: Integrating and Developing LRS Business Systems Tom Hill.
Harmful Algal Blooms A marine ecosystem manager is interested in using satellite and ocean model products to find precursors for the determination of harmful.
FISHING LANKA Replication Assistance program Weligama Nenasala & ICT Agency of Sri Lanka.
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Sharing Workflows with.
NR 143 Study Overview: part 1 By Austin Troy University of Vermont Using GIS-- Introduction to GIS.
AquaMaps Predictive distribution maps for marine organisms K. Kaschner, J. S. Ready, E. Agbayani, J. Rius, K. Kesner-Reyes, P. D. Eastwood, A. B. South,
Esri UC 2014 | Technical Workshop | Creating Geoprocessing Services Kevin Hibma.
1 Overview Importing data from generic raster files Creating surfaces from point samples Mapping contours Calculating summary attributes for polygon features.
Marine Geospatial Ecology Tools
Overview for the 2007 ESRI User Conference 21-Jun-2007 Jason Roberts, Ben Best, Daniel Dunn, and Pat Halpin Duke University Marine Geospatial Ecology Lab.
Jason Roberts, Ben Best, Dan Dunn, Eric Treml, Pat Halpin Duke University Marine Geospatial Ecology Lab 17-Feb-2011.
Pat Halpin Nicholas School of the Environment Duke University
CSC400W Honors Project Proposal Understanding ocean surface features from satellite images Jared Tilanus Nemanja Spasic.
ArcGIS Workflow Manager: Integrating Geoprocessing into Your Business Processes Nishi Mishra.
William Perry U.S. Geological Survey Western Ecological Research Center Geography 375 Final Project May 22, 2013.
I.OBIS-SEAMAP Project (1)  Run by Marine Geospatial Ecology Lab, Duke University, North Carolina, USA  Originally funded by Alfred Sloan Foundation in.
Differential Leveling Conversion and Analysis Toolset Lisa Berry University of Redlands, MS GIS Program.
Satellite Observations in Support of LME Governance:
Introduction to InVEST ArcGIS Tool
ArcGIS Workflow Manager: Advanced Workflows and Concepts
Lab 1 Introduction to ArcGIS Feb 17, 2016
Environmental GIS Nicholas A. Procopio, Ph.D, GISP
Hazards Planning and Risk Management INTRODUCTION TO ARCGIS
Hazards Planning and Risk Management INTRODUCTION TO ARCGIS
VI. Cool features of MGET
An Introduction to Visual Basic .NET and Program Design
Google Earth: Satellite & Glider Data
Geoprocessing with ArcGIS for Server
Characteristics of mesoscale eddies in the Southwest Pacific
What's New in eCognition 9
Data Discovery Tools and Services Part B
Boundary delineation update
What's New in eCognition 9
What's New in eCognition 9
Presentation transcript:

for the CoML Modeling and Visualization Workshop Jason Roberts and Ben Best 3-Feb-2009, Long Beach, CA

What is MGET? A collection of geoprocessing tools for marine ecology Oceanographic data management and analysis Habitat modeling, connectivity modeling, statistics Highly modular; designed to be used in many scenarios Emphasis on batch processing and interoperability Free, open source software Written in Python, R, MATLAB, and C++ Minimum requirements: Win XP, Python 2.4 ArcGIS 9.1 or later needed for some tools ArcGIS and Windows are only non-free requirements

Talk outline Overview of MGET’s software architecture Quick tour of the tools Live demonstration Questions Ask questions when needed Short discussions encouraged Long discussions may need to be deferred

MGET’s software architecture MGET “tools” are really just Python functions, e.g.: MGET exposes them to several types of external callers: def MyTool(input1, input2, input3)

Integration The Python functions can invoke C++, MATLAB, R, ArcGIS, and COM classes.

MGET interface in ArcGIS The MGET toolbox appears in the ArcToolbox window

MGET interface in ArcGIS Drill into the toolbox to find the tools Double-click tools to execute directly, or drag to geoprocessing models to create a workflow

Quick tour of the tools

Analyzing coral reef connectivity Coral reef ID and % cover maps Ocean currents data Tool downloads data for the region and dates you specify Larval density time series rasters Edge list feature class representing dispersal network Original research by Eric A. Treml

Converting data

Batch processing Copy one raster at a time

Batch processing Copy rasters that you list in a table

Batch processing Copy rasters from a directory tree

Tools for specific products Downloads sea surface height data from

Identifying SST fronts ~120 km AVHRR Daytime SST 03-Jan °C 25.8 °C Mexico Front Cayula and Cornillion (1992) edge detection algorithm Frequency Temperature Optimal break 27.0 °C Strong cohesion  front present Step 1: Histogram analysis Step 2: Spatial cohesion test Weak cohesion  no front Bimodal Example output Mexico ArcGIS model

Identifying geostrophic eddies Aviso DT-MSLA 27-Jan-1993 Red: Anticyclonic Blue: Cyclonic Negative W at eddy core SSH anomaly Available in MGET 0.8 Example output

Sampling raster data Sampling is the procedure of overlaying points over a map and storing the map’s value as an attribute of each point. Chlorophyll-a Density Chl attribute of the points filled with values from the map MGET has sampling tools for various scenarios

Modeling habitat (demo) Chlorophyll SST Bathymetry Presence/absence observations Sampled environmental data Multivariate statistical model Probability of occurrence predicted from environmental covariates Binary classification

Live demonstration

Acknowledgements Thanks to OBIS SEAMAP and its data providers for sharing the data used here. Thanks to our funders:

For more information Download MGET: Contact us: Learn more about habitat modeling: Guisan, A., Zimmermann, N.E., Predictive habitat distribution models in ecology. Ecological Modelling 135, 147–186. Thanks for attending!