Workflows with ENVI and Esri Agriculture workflows for ICARDA

Slides:



Advertisements
Similar presentations
Google Earth/Sky in the Classroom. What is Google Earth/Sky? Google Earth is free program which allows users to: Explore geographic locations both on.
Advertisements

Practice Insight Instructional Webinar Series Eligibility Manager
© by Pearson Education, Inc. All Rights Reserved.
XP Information Technology Center - KFUPM1 Microsoft Office FrontPage 2003 Creating a Web Site.
Acquiring and Downloading Digital Data With support from: NSF DUE in partnership with: John McGee Jennifer McKee Geospatial Technician Education.
Neighborhood Locator Team Members: Qian Hao Nick Miller Doug Shover Tagwireyi Paradzayi.
Intro to ArcMap Customization with Visual Basic  Create your own toolbars, buttons, interactive tools, and programs  Runs behind the scenes in ArcMap.
Programming Introduction November 9 Unit 7. What is Programming? Besides being a huge industry? Programming is the process used to write computer programs.
PRESENTED BY JUDITH BOCK JENNI DAHL GEOSPATIAL EDUCATION CONSULTANTS USING GIS IN THE CLASSROOM.
Digital Image Processing Lecture3: Introduction to MATLAB.
Enterprise ETL & the Home Again
Foundation Flash CS Introduction Welcome to Flash CS3 Professional. You have seen a lot of the great stuff Flash can do and it is now time for.
Information Trapping Subscribing to RSS Feeds or Alerts to Make Research Easier.
Dreamweaver An introduction to Dreamweaver by a beginner who can show you the rudiments of quickly and easily creating a web site. An attempt to offer.
GIS On The Web: An Overview of ArcIMS. *The easy flow of geographic data can offer real-life solutions in many societal sectors, including municipal government,
Unit 1 – Improving Productivity. 1.1Why did you use a computer? What other systems / resources could you have used? In my PowerPoint I used a computer.
What makes a good interactive resume? Click for detailed information Multimedia Navigation Communication.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Supporting High-Quality.
Rev Advanced User Training We’ll Start at 9:00AM Mike Horan Pictometry Trainer.
Copyright © Texas Education Agency, All rights reserved.1 Web Technologies Motion Graphics & Animation.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
OBA functionality in PowerPoint 2007 Purpose : This slide will provide you a quick walk through of the possibility of OBA functionality in Power Point.
Theresa Valentine Spatial Information Manager Corvallis Forest Science Lab.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
Part 1 Learning Objectives To understand that variables are a temporary named location to store data and that programmers work with different data types.
Sharing Maps and Layers to Portal for ArcGIS Melanie Summers, Tom Shippee, Ty Fitzpatrick.
Presented by Karen Porter UM School of Business Administration & ImpactOnlineMarketing.com Adding Links & Multi-Media.
ArcGIS for Server Security: Advanced
Exploring ProFile cont’d.
Dive Into® Visual Basic 2010 Express
Chapter 3: I Need a Tour Guide (Introduction to Visual Basic 2012)
& Google Gmail.
Photo-Realistic Visualization
Working with ASP.NET Master Pages.
ArcGIS Workflow Manager: Advanced Workflows and Concepts
Developing GIS WebParts in SharePoint
3.01 Apply Controls Associated With Visual Studio Form
A Tutorial on How to Turn PowerPoint Presentations into Slideshows
3.01 Apply Controls Associated With Visual Studio Form
Accessing Spatial Information from MaineDOT
Instructor Name Instructor Title Library Name
Fast Action Links extension A love letter to CiviCRM
From Oracle Spatial to DGN Using FME Server and WeoGeo.com
KELLER WILLIAMS REALTY
Powerful Ways to Engage Students Using Google Classroom
How to enter the world of Python Programming for ArcGIS
Introduction to ArcGIS 9
© 2016 Blackboard Inc. All rights reserved..
OneSupport Help Center (OSHC) Training
Citation Map Visualizing citation data in the Web of Science
What's New in eCognition 9
Addins Dr Andy Evans Welcome to the course. You’ll find extra information in these note sections below each slide.
Using Netscape Page Composer
Addins Dr Andy Evans Welcome to the course. You’ll find extra information in these note sections below each slide.
Digital Image Processing
Welcome to the Webinar: Audio Options
Virtual Tours for Language Learning
Introduction to K2 Designer
Web AppBuilder for ArcGIS
Network Analyst – Automating Workflows with Geoprocessing
Contacting CT Support with MS Lync Chat room
Publishing image services in ArcGIS
Introduction to Portal for ArcGIS
What's New in eCognition 9
QuickServe Online Training
QuickServe Online Training
MS Confidential : SharePoint 2010 Developer Workshop (Beta1)
GeoPlanner: Site Suitability Analysis
Presentation transcript:

Workflows with ENVI and Esri Agriculture workflows for ICARDA Starter: GEOINT is intelligence in from geospatial products. A GIS is a preferred way of developing and sharing those products. Adding needed data and features to a GIS then is paramount to communicating this intelligence. Remote Sensing is one of many ways to gather data to add to a GIS. For many people, remote sensing is a capability they have not yet mastered, typically due to time constraints. So the idea behind workflow applications is to bring the science to the users in an easy and repeatable fashion. All rights reserved. ENVI, IDL and Jagwire are trademarks of Exelis, Inc. All other marks are the property of their respective owners. ©2014, Exelis Visual Information Solutions, Inc

Esri and Exelis VIS Partnership Cross functionality – Out of the box Last year in the demo theater here at the Esri User Conference, I gave an overview of what the out of the box integration between Exelis and Esri consisted of. I covered the 4 areas of integration 1. Data Level Integration Tool Level Integration 3. Workflow Level Integration 4. Application Level Integration November 14, 2018

Esri and Exelis VIS Compatibility Integration beyond out of the box This out of the box integration is valuable, and there is a lot of useful cross functionality, but to really make them sing together involves a bit of coding. ENVI has an API, IDL, which is analogous to ArcMap and Python. To build distributable and repeatable workflows you need to get the two products talking together with those languages. November 14, 2018

Esri and Exelis VIS Compatibility Creating applications This can be a scary prospect for some, but the benefits of building out workflows are big, and shouldn’t be dismissed simply because there isn’t in house resource or time to building applications. The exelis vis website has a user contribution section where extensions can be downloaded and easily put into your ENVI desktop to get you started, these include items such as google map link, a image catalog, report generation and band animator. November 14, 2018

Workflows for ICARDA Map Crop Type Map Crop Conditions Designing Shareable applications for colleagues Map Crop Type Map Crop Conditions Biomass Estimator Ag Site Suitability Analysis For a client of ours, ICARDA, we are working with them to build some workflows that can be distributed throughout their GIS community to enable commonly performed remote sensing tasks. The intention was to do this at a low cost, but to then make the workflows open source so that the community could use them and improve them. They settled on 4 tools which are currently being built and should be finished by the end of July. They are Map Crop Type, Map Crop Conditions, Biomass Estimator and Ag Site Suitability analysis. The next group of slides will walk through how the extension embeds into ENVI, is launched, the process and the results. November 14, 2018

An Application in Action – Map Crop Type The tools embed into the Toolbox. The code added to the extension folder, now gives me a new folder of tools in the classification menu, and to launch the program I just click on Map Crop Type November 14, 2018

An Application in Action – Map Crop Type When opened, a GUI will appear asking for my data and ground truth file and where to output results. For this example I used 3 Landsat 8 scenes over the same area along with a ground truth file loaded as a csv. November 14, 2018

An Application in Action – Map Crop Type After kicking off the process, ENVI first computes Vegetation Indices on each of the images, then creates a layer stack with them and the other spectral bands available, resulting in 36 layer file. Once that layer stack file is created, a classification algorithm, Spectral Angle Mapper runs on it. November 14, 2018

An Application in Action – Map Crop Type The resulting classification image is then produced and loaded into ENVI. The classes align to those contained in the ground truth file. In this case, there exists a class for no data values, barley, chickpea, natural land, olives, other, soil, vegetables and wheat. November 14, 2018

An Application in Action – Map Crop Type Send the file directly to ArcMap with one click. The output file is contained in the data manager. In addition to doing post classification work in ENVI, because of our integration with ArcGIS you can easily send this file to ArcMap for further work or inclusion into a GIS. From the data manager you simply select the file and then click on the push to ArcMap button. November 14, 2018

An Application in Action – Map Crop Type File in ArcMap November 14, 2018

Creating your own applications Using the IDL API Extending ENVI with IDL Training Working with Exelis Working with Professional Services or Solutions Engineers Leveraging open source work This code will be made available through our website, and most likely via ICARDA. How can you build these yourselves. One option is to design them in-house. If you need to get up to speed with using IDL or building applications we have resources to train you. If you want to work with us, we have options for building applications, either those that can be redistributed freely and publicly, or those that become your proprietary application. November 14, 2018

All rights reserved. ENVI, IDL and Jagwire are trademarks of Exelis, Inc. All other marks are the property of their respective owners. ©2014, Exelis Visual Information Solutions, Inc