Environmental GIS Nicholas A. Procopio, Ph.D, GISP

Slides:



Advertisements
Similar presentations
5-1 5 Tour of ArcMap and ArcCatalog ArcGIS for Assessors 1.
Advertisements

Geo GIS Practicuum Introduction to ArcGIS 8 Exercise 5 - ESRI Virtual Campus Chapters 1-2, ArcGIS Methods …
Environmental GIS Nicholas A. Procopio, Ph.D, GISP Some slides from Lyna Wiggins (Rutgers University)
Why python? Automate processes Batch programming Faster Open source Easy recognition of errors Good for data management What is python? Scripting programming.
Intro to ArcGIS for New Users. ArcGIS Desktop Advanced GeoprocessingArcInfo ArcReader Data Access Map Viewing Query Advanced EditingArcEditor ArcView.
Lecture 8 Model Builder.
Visual Basic 2010 How to Program Reference: Instructor: Maysoon Bin Duwais slides Visual Basic 2010 how to program by Deitel © by Pearson Education,
Unit One: GIS Concepts In this unit… ► What is GIS? ► Types of GIS data ► What can you do with GIS? ► ArcGIS 9 license levels ► Basics of the ArcGIS 9.
GIS Topics and Applications
Technical Support: (989) GIS and Mapping Procedures in ArcMap 9.x Creating an ArcMap Project Editing an ArcMap Project Printing an ArcMap Project.
ModelBuilder In ArcGIS 9.x By Tim Weigel GEOG 407/607 April 3 rd, 2006.
Spatial Analysis, Geoprocessing,
Geography 465 Overview Geoprocessing in ArcGIS. MODELING Geoprocessing as modeling.
What Geoprocessing? Geoprocessing is the processing of geographic information. Commonly used to describe a process when geographic objects are manipulated.
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, &
ArcGIS Extensions Expanding the Use of ArcGIS
Advance Model Builder Features. Advance Features Using Lists (also Batching) Iteration Feedback Model Only Tools Inline Variable Substitution Preconditions.
Intro. To GIS Lecture 10 Model Builder May 6 th, 2013.
Arc: Programming Options Dr Andy Evans. Programming ArcGIS ArcGIS: Most popular commercial GIS. Out of the box functionality good, but occasionally: You.
Introduction to InVEST ArcGIS Tool Nasser Olwero GMP, Bangkok April
Sep , 2006 v FME Worldwide User Conference - Vancouver What’s New in ArcGIS Data Interoperability Extension Kim Avery, ESRI, California, USA, and.
Introduction to Spatial Analysis and Spatial Modeling
Introduction to ArcPy. Topics What is ArcPy? Accessing geoprocessing tools using ArcPy Writing scripts using ArcPy.
Introduction to ArcGIS. Goals Become familiar with ArcGIS ▫Locating and running the program ▫Introduction to the 3 ArcGIS interfaces ▫Experience with.
ArcGIS: ArcMap Layout View. Agenda Layout interface Using templates Page properties Data frame properties Toolbars Layout elements Fine-tuning Finishing.
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 ModelBuilder – Getting.
ATN GIS Support ArcGIS: ArcToolbox.
Module2: Using Dialog Tools. What is the mean distance to the nearest wetland vegtype of 2 or 8 or 15 or 18?
Introduction of Geoprocessing Topic 7a 4/10/2007.
ArcGIS: ArcToolbox. Goals Develop familiarity with ArcToolbox Integrated use of the different ArcGIS components in the context of a typical GIS project.
Introduction to Model Builder Mike Sweeney ESRI-Charlotte.
WyGEO Conference September 17 & 18, About Me Shawn Lanning – GIS Research WyGISC – ModelBuilder Experience About You?
Exploring ArcToolbox Presented by: Isaac Johnson.
ATN GIS Support ArcGIS: ArcMap Layout View.
ATN GIS Support ArcGIS: ArcMap Data View.
LTER Information Management Training Materials LTER Information Managers Committee Documenting Spatial Data Theresa Valentine Andrews LTER.
Introduction to ArcGIS
Arch: 383 Introduction to GIS Week 2 Introduction to GEOGRAPHIC INFORMATION SYSTEMS Can Kara Faculty of Architecture 2011 ARC 383.
Introduction to ArcGIS for Environmental Scientists Module 3 – GIS Analysis Model Builder.
ATN GIS Support ArcGIS: ArcCatalog.
ATN GIS Support Introduction to ArcGIS.
ArcGIS: ArcCatalog. Agenda The ArcCatalog Interface General ArcCatalog ▫Navigating directories ▫Preview data ▫View metadata Advanced ArcCatalog ▫Modifying.
Introduction of Geoprocessing Lecture 9. Geoprocessing  Geoprocessing is any GIS operation used to manipulate data. A typical geoprocessing operation.
Introduction of Geoprocessing Lecture 9 3/24/2008.
INFORMATION TECHNOLOGY FOR MINNESOTA GOVERNMENT Geoprocessing in ArcGIS Fall 2015 GIS Support Team MN.IT Department of Natural Resources.
Appendix A 12.0 Workbench Environment
Dive Into® Visual Basic 2010 Express
Introduction to InVEST ArcGIS Tool
Geography 385 Introduction to ArcGIS Web Application Design
Chapter 2 – Introduction to the Visual Studio .NET IDE
How to automatise the grid production - using model builder in ArcGIS
Cartography and Labeling
Hazards Planning and Risk Management INTRODUCTION TO ARCGIS
String several geoprocessing processes
Programming and Automation
Using Model Builder in ArcGIS
Programming for Geographical Information Analysis: Advanced Skills
ModelBuilder for Beginners
Chapter 2 – Introduction to the Visual Studio .NET IDE
Electronic Field Study Advanced User Training
URBDP 422 Urban and Regional Geo-Spatial Analysis
Programming for Geographical Information Analysis: Advanced Skills
Introduction To ArcMap
CE 525.
Automating Analyses with ModelBuilder
Network Analyst – Automating Workflows with Geoprocessing
Programming Arc.
8. ArcScan 8.1 Interactive vectorization 8.2 Automatic vectorization
Presentation transcript:

Environmental GIS Nicholas A. Procopio, Ph.D, GISP nick@drexel.edu Some slides from Lyna Wiggins (Rutgers University)

ArcToolbox

Geoprocessing Tools There are five ways of using geoprocessing tools in ArcGIS: Run (some of) them in ArcMap Run them from ArcToolbox Type them at the command line (Workstation) Use them in a script environment (like Python) Use them in ModelBuilder

What do we want to do? We might want to use a series of geoprocessing tools in an exploratory analysis. As we explore, we want to visualize our results as we work. We might like to change parameter values and see their impact. ModelBuilder is helpful in this exploratory process. Run processes as you go – you may not even want to save the model.

ModelBuilder A model in this context is a sequence of processes made up of data and tools. The model flow chart gives us a visual representation of our geoprocessing work flow.

What do we want to do? If you have a complex sequence of processes that you have to do frequently – or with a number of different datasets – you will want to create and save a model. You may want to: run multiple scenarios – for example, for a build-out analysis, create custom tools and use them inside your model or by themselves, share your model with others.

ModelBuilder ModelBuilder is integrated throughout the ArcGIS product lines – any tool in Toolbox can be used to define a process. These include tools from the Extensions. ModelBuilder helps us create, edit, document and distribute models. After you create a model it can be exported as a script to Python

Create New Toolbox and New Model In ArcCatalog, right-click and create a new Toolbox in a folder that you want to use Then right-click and create and name a new Model

Integrated Model Window ModelBuilder Graphic interface Elements Inputs (blue ellipses) Outputs (green ellipses) Processes (gold rectangles) Drag and drop tools (processes) from ArcToolbox Fill in parameter values in dialog boxes

Model Builder Window

Input Input data can be any of the ArcGIS data types: Coverages Shapefiles Geodatabase feature classes Grids Other ESRI formats

Input Data Not ready to run

ModelBuilder Window Ready to run Model has run Notice shading

Tools in Graphics Interface Some of the tools on the ModelBuilder toolbar are there to help you zoom, pan, and organize your model flow chart Two tools are used frequently: Arrow tool to select Linkage tool to connect inputs, processes, outputs

Example: ModelBuilder

Running a Model We can choose to: Processes turn red as model executes Run a single process Run all ready-to-run processes Run the entire model Processes turn red as model executes We receive status messages with each run.

Editing a Model Right-click on a Model in ArcCatalog and go to Edit. The ModelBuilder window opens and we can begin editing. If you change the model you should save before closing. Prompt reminds you to do this. Note there is no “save as” – only save to model that you opened to edit.

What is a Parameter? In Model Builder, our tools often need required or optional values in order to run. These are parameters. For example, the Buffer tool needs a buffer distance in order to run. We can “expose a parameter” to allow user input. Then we call it a model parameter. To do this we will create a parameter as a variable.

Creating a Parameter Variable The first step is to right-click on a tool in your diagram and select “Make Variable,” then “From Parameter.”

Creating a Model Parameter We now see a new model element, named appropriately.

Creating a Model Parameter The second step is to right-click on this new model element and select “Model Parameter.” Now we see a P label in our model diagram.

Derived Data Data that is output from a process is called “derived data.” If output data from a process is not a final result, it is “intermediate data.” When you right-click on an intermediate output, you will see if it has “Intermediate” checked. Intermediate data is temporary.

Intermediate Data Models run from a dialog box or the command line delete intermediate data automatically. Models run from within ModelBuilder write intermediate data to disk. Your end results will also be flagged as Intermediate by default – you may need to change this setting.

Model Validation In the Model drop down menu in the ModelBuilder window, you have the option to “Validate the Entire Model.” This checks that all of your model parameters are correct and that your input data can be found. Models that need repair (for example, if an input data set was moved from its initial location) will show up in the toolbox with a red X through them.

Export Your Model You can export your model as a graphic – .bmp, .jpg, .emf, .gif, .pdf, .png You can export your model to a Python script. Both are from the Model dropdown menu in the Model Builder window.