THE CONSERVATION LANDSCAPE CONTEXT TOOLBOX: A Custom ESRI ArcToolbox for the Stewardship of Conservation Lands in Rhode Island

Size: px
Start display at page:

Download "THE CONSERVATION LANDSCAPE CONTEXT TOOLBOX: A Custom ESRI ArcToolbox for the Stewardship of Conservation Lands in Rhode Island"

Transcription

1 THE CONSERVATION LANDSCAPE CONTEXT TOOLBOX: A Custom ESRI ArcToolbox for the Stewardship of Conservation Lands in Rhode Island Ann Borowik M.E.S.M. Research Project University of Rhode Island May 2008

2 Conservation Landscape Context Toolbox 2 OVERVIEW OF THE TOOLBOX In the state of Rhode Island there are over 7000 individual parcels of land that have been conserved by some means for the protection of natural areas, covering nearly 22% of the state. These lands have 291 different owners, including Rhode Island Department of Environmental Management, The Audubon Society, The Nature Conservancy, The National Park Service, U.S. Fish and Wildlife Service, town governments, and local land trusts to name just a few. The properties have been acquired to protect various species and ecosystems within the state, and considerable money has been spent to acquire them. However, many of the organizations and institutions that own the lands, or their easements, dedicate the majority of their funds to acquisition, leaving little to monitor and steward properties. Even if funds exist for these activities, the stakeholders often have inadequate staff, knowledge, or technology for the necessary stewardship activities. Furthermore, in Rhode Island there is no established universal protocol to guide the stakeholders on where to concentrate their efforts. Most stakeholders within the state recognize that stewardship is necessary for the viability of the conservation lands, but with no resources, had few options. In 2007, The Conservation Stewardship Collaborative (CSC) was established, along with the Conservation Stewardship Endowment Fund, in order to help protect and steward the conservation areas of Rhode Island by providing funding, expertise, and technology. The CSC also provides an opportunity for the stakeholders within the conservation community to share resources and insight. The Conservation Landscape Context Toolbox is a geospatial analysis tool that was developed in order to support the needs of the CSC and the individual conservation landowners. The CSC states the viability of any single parcel of land to support healthy populations of native plants and animals is a function of the condition of the parcel (sitescale) and the condition of the land around it (landscape-scale) (Coit et al., 2006). There are many threats to the integrity that can affect the condition of these lands at both the site and landscape scale, including invasive species, degrading human activities, fragmentation of habitat, and loss of water quality and quantity. This toolbox contains three example indices that measure potential threats at the landscape scale; the

3 Conservation Landscape Context Toolbox 3 landscape is defined as the area surrounding the individual conservation parcels extending out to a user-determined distance. The Land Use Index The Land Use Index calculates the proportion (in percent of total area) of each Land Use class within the landscape surrounding each of the conservation lands. For test analyses, land uses were reclassified into two classes: natural and unnatural uses. Measuring the proportional amount of land uses in the landscape is indicative of several potential threats to the conservation land, including development pressure, pollution, and other harmful human activities. Also, the existing of complementary habitat types or undisturbed areas adjacent to or near a conservation parcel can be beneficial to maintaining the integrity of the land. The Neighboring Conservation Lands Index The Neighboring Conservation Lands Index calculates the percentage of the landscape surrounding each of the conservation lands that is comprised of other conservation lands. The absence or existence of neighboring habitats that have also been protected for conservation is a measure of the fragmentation or connectivity of habitat patches, which is essential for the viability of natural areas. Protected areas cannot be sustained without a connected network of suitable habitats to allow for ecological flows throughout the greater landscape. The Road Density Index The Road Density Index calculates the amount of roads within the landscape surrounding each of the conservation lands, in the unit of road length per unit area (km/km 2 ). Measuring the road density in the landscape surrounding a conservation parcel is indicative of habitat fragmentation, access of invasive species, mortality for certain species of animals such as amphibians, and pollution.

4 Conservation Landscape Context Toolbox 4 HOW THE INDICES WERE CREATED The Basic Model The Conservation Landscape Context Toolbox was created in ESRI s ArcToolbox using Modelbuilder to develop the individual index components. Within the toolbox there are three toolsets, each containing the two models that comprise the corresponding index, along with any supporting models. Each index was created using the same general concepts and sequence of geoprocessing tools, but with different variables and tools as needed to customize the specific model. Each Index consists of two models: the parent index model with an imbedded iteration model. The index model gathers the input parameters, performs any additional data preparation, and feeds the data into the iteration model, which performs the feature by feature analysis. Each index requires a set of input parameters, including the conservation land input data, the buffer distance from the conservation parcel used to define the landscape extent, and the file directory where the output data will be stored. Each index begins with creating a feature class that will be the output of the index (see A of the figure below). This feature class must be created using an existing feature class as a template to preset the fields in the attribute table. This template feature class is necessary because the second part of the index, the iteration model, utilizes the append function which requires the datasets that are being combined to have the same schema. The newly created feature class is then fed into the iteration model along with the other data inputs, including the Row Count value which tells the iteration model how many times to iterate (see B of the figure above). The iteration model performs a string of processes to calculate the index value for each conservation land, but does so by

5 Conservation Landscape Context Toolbox 5 analyzing one record of the conservation land input shapefile at a time. The model is iterated for each record in this feature class, and with each iteration performs the following processes: 1. selects one record from the conservation land input feature class, 2. buffers the selected feature using the designated landscape extent distance, 3. creates and calculates a static area field based on the existing area field that is automatically created for geodatabase feature classes 4. combines the input datasets either by intersect or clip and spatial join, 5. dissolves data for unique cons_id, and class type if applicable, 6. calculates the proportion of total area or density, 7. appends the results to the output feature class. The output of this model and the index as a whole is a single feature class or table with the calculated index reported for each record in the conservation land input. It is necessary to have this second portion of the index in a separate model because this type of Modelbuilder iteration is an Iteration using Series, which executes the entire model for each model iteration. Therefore, a separate model had to be created for just the processes that needed to be iterated, and a separate model. Model Iterations A model that iterates, or loops, can be created in Modelbuilder in several ways. The iteration models within the Conservation Landscape Context Toolbox are created with the series variable method. To create an iteration model with the series method, the following steps must be taken: Declare a variable as a series variable, meaning it contains more than one value. In the models in the Conservation Landscape Context Toolbox, the Conservation Land Input Feature is the series variable and each of the record is a value. To create a series variable, rightclick a variable and click Properties. In the Properties window, click A series of values.

6 Conservation Landscape Context Toolbox 6 Next, connect a Get Count tool to the series variable. This tool is located in the Table toolset of the Data Management Toolbox. This tool produces a Row Count variable that tells the model how many rows, or records, are in the series variable Lastly, define the model as an iterating model. To do this, select Model Properties from the Model menu in Modelbuilder and click the Iteration tab. Ensure that the Run the model the following number of times: radio button is selected and specify Row Count as the variable from which to get the iteration count. Please refer to ArcGIS Desktop Help for any further assistance with these and other topics regarding model concepts and terms. Flexibility The tools in this toolset were created to allow levels of flexibility to the user. Each input feature class has been defined as a variable so that the user may choose the exact dataset to be used. Also, the landscape extent, or buffer distance, is also defined by the user, allowing for a customized analysis of the landscape. With these options, the user can easily conduct an analysis that is meaningful to his study or research. For example, by changing the data inputs the user can perform a change analysis between two land use datasets from different years. Also, the user can compare how the results from the same dataset change when the landscape extent is increased. Furthermore, the indices have been shared in their original geoprocessing model format to facilitate sharing, collaboration, and further development between the original developer and users. See the Customization of the Models section.

7 Conservation Landscape Context Toolbox 7 Data Used These models were created using the following datasets available on the RIGIS ( website. These data are included in the file geodatabase accompanying the Conservation Landscape Context Toolbox: Rhode Island Local & NGO Conservation and Park Lands Rhode Island State Conservation and Park Lands Rhode Island Land Use 2003/2004 Rhode Island RIDOT 1:5000 Roads Rhode Island State Boundary INSTALLATION INSTRUCTIONS The files contained in the Conservation Land Context compressed file (.zip) include: 1. the Conservation Land Context Tools toolbox (.tbx) 2. the User s Guide (.pdf) 3. and a file geodatabase including sample and template data (data.gdb) The Toolbox The conservation landscape context models are in the form of an ESRI Toolbox for use in ArcMap or ArcCatalog. These instructions are similar to the addition of any toolbox to the ESRI ArcToolbox. 1. Extract the.tbx file and save it to the following directory: C:\Program Files\ArcGIS\ArcToolbox\Toolboxes. 2. Open ArcMap or ArcCatalog and add ArcToolbox to the window if it does not automatically appear. (ArcToolbox can be added by selecting ArcToolbox from the Window menu.) 3. In the Favorites tab of ArcToolbox, right-click on ArcToolbox and select Add Toolbox from the menu. 4. Navigate to the directory where the toolbox is saved. Highlight the toolbox and click Open. 5. The toolbox will now appear in your list of favorites under the name Conservation Landscape Context Tools. The User s Guide The user s guide is in portable document format (pdf) and can be viewed using Adobe Reader or Adobe Acrobat. The Geodatabase Accompanying the toolbox is a file geodatabase including the template feature classes needed to successfully run the indices and models, along with all the data used during the creation of this toolbox. These files should only be viewed and otherwise

8 Conservation Landscape Context Toolbox 8 managed using ESRI ArcCatalog and never in Windows Explorer in order to avoid corruption. Also, the sample data included here can be used within the models, but it is recommended that they be converted to shapefile format first due to Modelbuilder s occasional rejection of geodatabase feature classes as inputs. USING THE TOOLBOX This toolbox was created for users that have a working knowledge of ESRI ArcGIS, ArcToolbox geoprocessing tools, and Modelbuilder. Before you run the individual models Within the toolbox there are several tools, or models, that are organized into toolsets. Each toolset includes the corresponding index and iteration models along with any supporting models. There are several options to consider before you use the toolbox indices. Before you run any of the models, you must consider: 1. Data Format 2. How to Run the Models 3. Intermediate Data 4. Workspaces 5. Schema Templates 6. Conversion to Script Format 1. Data Format It is recommended that the geospatial data inputs be shapefiles as Modelbuilder tools sometimes reject geodatabase feature classes as inputs. Also, several of the inputs require some attribute preparation. For example, the conservation land input must have a unique identifier within an attribute text field named cons_id and the land use input must be previously reclassified into the desired generalized classes within an attribute text field named LU_type. It is also recommended that the land use input be generalized, or dissolved, by the LU_type class to reduce the total number of features and complexity; this step will help reduce the processing time. 2. How to Run the Models The user can run models in the toolbox in two ways, either within the Modelbuilder interface or by opening the tool s dialog in ArcToolbox. Running the tool from ArcToolbox is the simpler method, providing a user-friendly dialog box with the available variables

9 Conservation Landscape Context Toolbox 9 listed, and their values easily changed, as well as Help documentation and diagrams. To run the model is this way, simply double-click on the tool name in ArcToolbox, change the variables as desired in the dialog, and click OK. However, by running the model within the Modelbuilder interface, the user has much more control over how the model is run. The user can choose to run only specific processes, (s)he can visually observe the model running process by process, and also view the log file as the model is running. To run the model within Modelbuilder, right-click on the tool name in ArcToolbox and select Edit from the menu. This opens the Modelbuilder window and displays the inputs, processes, and outputs that make up the tool. Variables are noted by a P and their values can be changed by double-clicking on the variable to open a dialog box. To run the model, select Run or Run Entire Model from the Model menu on the toolbar. Please refer to ArcGIS Desktop Help for any further assistance with these and other topics regarding model concepts and terms. 3. Intermediate Data Intermediate data are the output data for each process in the model that are of no use after the model has run since they are only created to connect to another process that creates new output. The models are set to delete intermediate data at the completion of the index, but this setting can be easily changed. To retain all intermediate data upon completion of the index, open the iteration model in the Modelbuilder interface by rightclicking on the model in ArcToolbox and selecting Edit. The green ovals represent the output data created at each process step, some of which will be intermediate data. The data need to be individually preserved by right-clicking on the variable and clicking Intermediate to remove the checkmark. The intermediate option if unavailable if the data variable is a model parameter or represents previous intermediate data that is not a new derived output. If the intermediate data are preserved, they will be placed in the scratch workspace so that the user can access them if needed and easily delete the data when desired. 4. Workspaces A workspace is a directory where data can be stored, such as a folder or geodatabase. The user will have to define two workspaces when running the indices in either of the two discussed methods: the Output Workspace and the Scratch Workspaces. The Output Workspace is the folder or geodatabase the houses the Output Features and Tables of the indices. The Scratch Workspace is where the models will place all intermediate data. When running the tool through the ArcToolbox dialog, the current and scratch workspaces will appear as parameters that can be set by navigating to a desired directory. When running the tool through the Modelbuilder interface, the current and scratch workspaces will be model parameters in the diagram that can be set by doubleclicking on them and navigating to the desired directory. 5. Schema Templates Each index model creates a new empty feature class to which the index value for each conservation feature will be appended. This feature class must be created using an

10 Conservation Landscape Context Toolbox 10 existing feature class as a template to preset the fields in the attribute table. This template feature class is necessary because the second part of the index, the iteration model, utilizes the append function in the iteration model requires the datasets that are being combined to have the same schema. This template feature class is defined as the variable Output Schema Template that the user must specify. The user is advised to use the provided template data in the Data geodatabase that is supplied with the model. If the model is altered, specifically if the field names or characteristics of the output attribute table are altered, a new feature class may be required to serve as the template. This can usually be accomplished by running the altered model until an error pertaining to the template schema is received, then use the intermediate dataset created by the last successful process in the first model run as the template, renaming it to the same name as the original template. Please refer to the ESRI ArcGIS Help documentation for additional assistance with schema templates. 6. Conversion to Script Format Through the development of the Conservation Landscape Context Toolbox, the I have noted both the benefits and limitations of Modelbuilder. Modelbuilder is an extremely useful tool for the creation of automated geoprocessing flows at a previously unachievable level for the non-programmer. However, it also has some strong limitations and flaws. Most importantly, Modelbuilder models easily become corrupted or broken, particularly if they include many parameters that are used with many changing inputs. This is an unfortunate characteristic, especially in regards to this toolbox and its intended function. The user can take several steps to avoid corruption of models in the Conservation Landscape Context Toolbox: Leave the original models intact and makes copies for uses with different inputs. Convert the models to a script format, such as Python, and run the analysis using the script. (This should also reduce the processing time). Models can be converted to Python and run using the following steps: In the Model menu of Modelbuilder, choose Export > To Script > Python, Choose the file name and directory in which to save the script, Navigate to the selected directory in Windows Explorer,

11 Conservation Landscape Context Toolbox 11 Right-click on the script and select Edit with IDLE, In the script window (not the shell window) select Run Module from the Run Menu. The Land Use Toolset The Land Use Toolset is comprised of four tools: the Land Use Index, Land Use Iteration, Reclassification Example 1, and Reclassification Example 2. The Reclassification Example tools supply the user with two models for reclassifying Land Use data that are in an Anderson Classification Scheme into two different example sets of generalized classes: Anderson Level 1 classes and Natural/Unnatural classes. The Iteration model, as discussed earlier, is a component of the Land Use Index tool used to perform the looping functions on the conservation features. This tool is not intended to be used as a standalone tool and should only be altered as instructed or if the user wants to customize the portions of the Land Use Index that are located within this model. Further help documentation is not provided for these three tools. The Land Use Index calculates the proportion (in percent of total area) of each Land Use class within the landscape surrounding each of the conservation lands. To use this model, run it according to one of the methods described in Before you run the models and set the variables as needed. The variables associated with this tool and their descriptions are as follows: Conservation Lands Input: The shapefile containing polygons of the conservation areas to be analyzed. Each conservation site needs to have a unique identifier in an attribute text field named cons_id. Sites consisting of more than one polygon are acceptable as long as the polygons are aggregated as a multi-part feature with only one record in the attribute table. It is recommended that a shapefile be used for this input rather than a geodatabase feature class. Land Use Input: The land use dataset of choice. Must be reclassified into more general classes beforehand, if desired. It is recommended that a shapefile be used for this input rather than a geodatabase feature class. Landscape Extent: The distance from the boundary of the conservation polygon(s) used to define the radius of the landscape extent. Output Feature Class: Name of the feature class to be created.

12 Conservation Landscape Context Toolbox 12 Template Feature Class: The feature class that is used as a template for the attribute field names and types of the Output Feature Class. While the dialog claims it is optional, the model will not complete successfully without it. Output Feature Table: The location and name of the model tabular data output to be created. Output Workspace: The directory where the Output Feature Class will be placed. Scratch Workspace: The directory where the intermediate data will be placed. The model has two outputs, a polygon feature class and a table. The feature class is the product of the intersection between the buffer feature, or landscape, and the land use features. The attribute table of this feature class contains the proportion, in percent of total area, that each land use class contributes to the landscape. The features have been dissolved by land use class, so there is only one record per class for each conservation ID. For example, for conservation ID in the figure below, there is one record for each of the two different land use classes that appears within the landscape of conservation feature that includes the area of that class (LU_area field) and what percentage that area is of the total landscape area (LU_percent field). The sum of the area percent value for each land use class within the target conservation parcel s landscape may not add up 100 if the parcel is on or near the shoreline causing a portion of its landscape to be off land. The table output includes the same information as the feature class attribute table, but in a different format. The table includes a field for each land use class, so for each conservation land (with a unique cons_id) the proportion values of each land use class are listed as attributes under the corresponding class field, as you can see in the figure to the right. Either output table can be easily joined or related to the original conservation lands input using the cons_id field.

13 Conservation Landscape Context Toolbox 13 The Neighboring Lands Toolset The Neighboring Lands Toolset is comprised of two models: the Neighboring Lands Index and the Neighboring Lands Iteration. Similarly to the Land Use Toolset, the Iteration Tool within this toolset is the component of the Neighboring Lands Index that performs the looping function. This tool is not intended to be used as a standalone tool and should only be altered as instructed or if the user wants to customize the portions of the Neighboring Lands Index that are located within this model. The Neighboring Lands Index calculates the percentage of the landscape surrounding each of the conservation lands that is comprised of other conservation lands. To use this model, run it according to one of the methods described in Before you run the models and set the variables as needed. The variables associated with this tool and their descriptions are as follows: Conservation Lands Input: The shapefile containing polygons of the conservation areas to be analyzed. Each conservation site needs to have a unique identifier in an attribute text field named cons_id. Sites consisting of more than one polygon are acceptable as long as the polygons are aggregated as a multipart feature with only one record in the attribute table. It is recommended that a shapefile be used for this input rather than a geodatabase feature class. Land Boundary Input: A polygon shapefile of the land boundary of the analysis. It is recommended that a shapefile be used for this input rather than a geodatabase feature class. Landscape Extent: The distance from the boundary of the conservation polygon(s) used to define the radius of the landscape extent. Output Feature Class: Name of the feature class to be created. Template Feature Class: The feature class that is used as a template for the attribute field names and types of the Output Feature Class. While the dialog claims it is optional, the model will not complete successfully without it. Output Workspace: The directory where the Output Feature Class will be placed. Scratch Workspace: The directory where the intermediate data will be placed. The index model output is a polygon feature class that is the product of the intersection between the buffer feature, or landscape, and the conservation land features. The attribute table of this feature class contains the summed area of all the other conservation lands within the landscape extent of each individual conservation feature (nbr_area field),

14 Conservation Landscape Context Toolbox 14 as well as the percentage of the total landscape area that is comprised of these neighboring conservation lands (nbr_percent field). If there were no neighboring conservation lands in an individual parcel s landscape, there will be no record.

15 Conservation Landscape Context Toolbox 15 The Road Density Toolset The Road Density Toolset is comprised of two models: the Road Density Index and the Road Density Iteration. Similarly to the two previous toolsets, the Iteration Tool within this toolset is the component of the Road Density Index that performs the looping function. This tool is not intended to be used as a standalone tool and should only be altered as instructed or if the user wants to customize the portions of the Road Density Index that are located within this model. The Road Density Index calculates the amount of roads within the landscape surrounding each of the conservation, in the unit of road length per unit area (km/km 2 ). To use this model, run it according to one of the methods described in Before you run the models and set the variables as needed. The variables associated with this tool and their descriptions are as follows: Conservation Lands Input: The shapefile containing polygons of the conservation areas to be analyzed. Each conservation site needs to have a unique identifier in an attribute text field named cons_id. Sites consisting of more than one polygon are acceptable as long as the polygons are aggregated as a multi-part feature with only one record in the attribute table. It is recommended that a shapefile be used for this input rather than a geodatabase feature class. Roads Input: The line feature class containing roads. Landscape Extent: The distance from the boundary of the conservation polygon(s) used to define the radius of the landscape extent. Output Feature Class: Name of the feature class to be created. Template Feature Class: The feature class that is used as a template for the attribute field names and types of the Output Feature Class. While the dialog claims it is optional, the model will not complete successfully without it. Output Workspace: The directory where the Output Feature Class will be placed. Scratch Workspace: The directory where the intermediate data will be placed. The index model output is a line feature class that is the product of the road features that are clipped by the buffer feature. The attribute table of this feature class contains

16 Conservation Landscape Context Toolbox 16 the road density for each conservation parcel s landscape, reported in km/km 2 (field rd_dens_km).

17 Conservation Landscape Context Toolbox 17 CUSTOMIZATION OF THE MODELS The indices in the Conservation Landscape Context Toolbox measure meaningful characteristics of the landscape, but they were also designed to serve as a template for measuring any characteristic needed by the user. These individual models have been created in a way that allows for flexibility and easy customization. In basic terms, the models calculate characteristics of three categories of feature types as they exist with in the landscape, or buffered area: 1. Density of line features (Road Density Index) 2. Density of polygon features of a single class (Neighboring Lands Index) 3. Density of polygon features consisting of multiple classes (Land Use Index) The only category missing is the measurement of point features, which can easily be created using the general string of processes of existing models as a guide for creating a new custom model. A simple way to customize the models to meet the specifications and needs of the user is to use different input data into the preexisting models to measure a different phenomenon without altering the model processes at all. For example, a river feature class can easily be used as the data input for the Road Density Index to measure river density without changing the model processes. The models themselves can also be altered within Modelbuilder by changing the various processes, parameters, inputs, and values. Additionally, any of the models can be exported to a scripting language, such as Python, for further customization. When altering these models, note that the original models rely on the automatically created and recalculated area and length fields within geodatabase feature classes, and thus require that all intermediate data within the models be in this format. Sharing and development of these indices and models is desired and encouraged by the developer, especially within the conservation community. Hopefully these tools will not only be useful for the stewardship of Rhode Island s conservation lands, but also serve as templates for new, more sophisticated stewardship tools.

18 Conservation Landscape Context Toolbox 18 REFERENCES Coit, Janet, David Gregg, and Peter August Conservation Land Stewardship in Rhode Island: A Vision for the Future. Conservation Stewardship Collaborative Memorandum of Understanding. Rhode Island Conservation Stewardship Collaborative

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA This help guide describes how to merge two or more feature classes (vector) or rasters into one single feature class or raster dataset. The Merge Tool The Merge Tool combines input features from input

More information

Introduction. Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water

Introduction. Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water Introduction Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water Conservation District (SWCD), the Otsego County Planning Department (OPD), and the Otsego County

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

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands.

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. GIS LAB 7 The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. This lab will ask you to work with the Spatial Analyst extension.

More information

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics Lecture 2 A Review: Geographic Information Systems & ArcGIS Basics GIS Overview Types of Maps Symbolization & Classification Map Elements GIS Data Models Coordinate Systems and Projections Scale Geodatabases

More information

(THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE)

(THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE) PART 2: Analysis in ArcGIS (THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE) Step 1: Start ArcCatalog and open a geodatabase If you have a shortcut icon for ArcCatalog on your desktop, double-click it to start

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

GIS CONCEPTS ARCGIS METHODS AND. 3 rd Edition, July David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University

GIS CONCEPTS ARCGIS METHODS AND. 3 rd Edition, July David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University GIS CONCEPTS AND ARCGIS METHODS 3 rd Edition, July 2007 David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University Copyright Copyright 2007 by David M. Theobald. All rights

More information

GIS CONCEPTS ARCGIS METHODS AND. 2 nd Edition, July David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University

GIS CONCEPTS ARCGIS METHODS AND. 2 nd Edition, July David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University GIS CONCEPTS AND ARCGIS METHODS 2 nd Edition, July 2005 David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University Copyright Copyright 2005 by David M. Theobald. All rights

More information

Exercise 2: Working with Vector Data in ArcGIS 9.3

Exercise 2: Working with Vector Data in ArcGIS 9.3 Exercise 2: Working with Vector Data in ArcGIS 9.3 There are several tools in ArcGIS 9.3 used for GIS operations on vector data. In this exercise we will use: Analysis Tools in ArcToolbox Overlay Analysis

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

EEOS 381 -Spatial Databases and GIS Applications

EEOS 381 -Spatial Databases and GIS Applications EEOS 381 -Spatial Databases and GIS Applications Lecture 5 Geodatabases What is a Geodatabase? Geographic Database ESRI-coined term A standard RDBMS that stores and manages geographic data A modern object-relational

More information

Urban Canopy Tool User Guide `bo`

Urban Canopy Tool User Guide `bo` Urban Canopy Tool User Guide `bo` ADMS Urban Canopy Tool User Guide Version 2.0 June 2014 Cambridge Environmental Research Consultants Ltd. 3, King s Parade Cambridge CB2 1SJ UK Telephone: +44 (0)1223

More information

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work?

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Outline Chapter 1 Introducing ArcGIS What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Basic data formats The ArcCatalog interface 1-1 1-2 A history of products Arc/Info

More information

Esri EADA10. ArcGIS Desktop Associate. Download Full Version :

Esri EADA10. ArcGIS Desktop Associate. Download Full Version : Esri EADA10 ArcGIS Desktop Associate Download Full Version : http://killexams.com/pass4sure/exam-detail/eada10 Question: 85 Which format is appropriate for exporting map documents that require vector layers

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

Task 1: Start ArcMap and add the county boundary data from your downloaded dataset to the data frame.

Task 1: Start ArcMap and add the county boundary data from your downloaded dataset to the data frame. Exercise 6 Coordinate Systems and Map Projections The following steps describe the general process that you will follow to complete the exercise. Specific steps will be provided later in the step-by-step

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

Land Cover Data Processing Land cover data source Description and documentation Download Use Use

Land Cover Data Processing Land cover data source Description and documentation Download Use Use Land Cover Data Processing This document provides a step by step procedure on how to build the land cover data required by EnSim. The steps provided here my be long and there may be short cuts (like using

More information

WORKING WITH DMTI DIGITAL ELEVATION MODELS (DEM)

WORKING WITH DMTI DIGITAL ELEVATION MODELS (DEM) WORKING WITH DMTI DIGITAL ELEVATION MODELS (DEM) Contents (Ctrl-Click to jump to a specific page) Manipulating the DEM Step 1: Finding the DEM Tiles You Need... 2 Step 2: Importing the DEM Tiles into ArcMap...

More information

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

More information

Modeling Incident Density with Contours in ArcGIS Pro

Modeling Incident Density with Contours in ArcGIS Pro Modeling Incident Density with Contours in ArcGIS Pro By Mike Price, Entrada/San Juan, Inc. What you will need ArcGIS Pro 1.4 license or later ArcGIS Spatial Analyst license ArcGIS Online for organizational

More information

GIS IN ECOLOGY: ANALYZING RASTER DATA

GIS IN ECOLOGY: ANALYZING RASTER DATA GIS IN ECOLOGY: ANALYZING RASTER DATA Contents Introduction... 2 Raster Tools and Functionality... 2 Data Sources... 3 Tasks... 4 Getting Started... 4 Creating Raster Data... 5 Statistics... 8 Surface

More information

SPATIAL MODELING GIS Analysis Winter 2016

SPATIAL MODELING GIS Analysis Winter 2016 SPATIAL MODELING GIS Analysis Winter 2016 Spatial Models Spatial Modeling attempts to represent how the world works All models are wrong, but some are useful (G.E. Box, quoted in course textbook pg. 379)

More information

Watershed Delineation

Watershed Delineation Watershed Delineation Jessica L. Watkins, University of Georgia 2 April 2009 Updated by KC Love February 25, 2011 PURPOSE For this project, I delineated watersheds for the Coweeta synoptic sampling area

More information

Geodatabase Management Pathway

Geodatabase Management Pathway Geodatabase Management Pathway Table of Contents ArcGIS Desktop II: Tools and Functionality 3 ArcGIS Desktop III: GIS Workflows and Analysis 6 Building Geodatabases 8 Data Management in the Multiuser Geodatabase

More information

INTRODUCTION TO ARCGIS Version 10.*

INTRODUCTION TO ARCGIS Version 10.* Week 3 INTRODUCTION TO ARCGIS Version 10.* topics of the week Overview of ArcGIS Using ArcCatalog Overview of ArcGIS Desktop ArcGIS Overview Scalable desktop applications ArcView ArcEditor ArcInfo ArcGIS

More information

ArcGIS 9 ArcGIS StreetMap Tutorial

ArcGIS 9 ArcGIS StreetMap Tutorial ArcGIS 9 ArcGIS StreetMap Tutorial Copyright 2001 2008 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This

More information

Acknowledgments xiii Preface xv. GIS Tutorial 1 Introducing GIS and health applications 1. What is GIS? 2

Acknowledgments xiii Preface xv. GIS Tutorial 1 Introducing GIS and health applications 1. What is GIS? 2 Acknowledgments xiii Preface xv GIS Tutorial 1 Introducing GIS and health applications 1 What is GIS? 2 Spatial data 2 Digital map infrastructure 4 Unique capabilities of GIS 5 Installing ArcView and the

More information

Esri UC2013. Technical Workshop.

Esri UC2013. Technical Workshop. Esri International User Conference San Diego, California Technical Workshops July 9, 2013 CAD: Introduction to using CAD Data in ArcGIS Jeff Reinhart & Phil Sanchez Agenda Overview of ArcGIS CAD Support

More information

Geodatabases and ArcCatalog

Geodatabases and ArcCatalog Geodatabases and ArcCatalog Prepared by Francisco Olivera, Ph.D. and Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Contents Brief Overview of Geodatabases Goals of the

More information

How to Create Stream Networks using DEM and TauDEM

How to Create Stream Networks using DEM and TauDEM How to Create Stream Networks using DEM and TauDEM Take note: These procedures do not describe all steps. Knowledge of ArcGIS, DEMs, and TauDEM is required. TauDEM software ( http://hydrology.neng.usu.edu/taudem/

More information

Task 1: Open ArcMap and activate the Spatial Analyst extension.

Task 1: Open ArcMap and activate the Spatial Analyst extension. Exercise 10 Spatial Analyst The following steps describe the general process that you will follow to complete the exercise. Specific steps will be provided later in the step-by-step instructions component

More information

Using the Stock Hydrology Tools in ArcGIS

Using the Stock Hydrology Tools in ArcGIS Using the Stock Hydrology Tools in ArcGIS This lab exercise contains a homework assignment, detailed at the bottom, which is due Wednesday, October 6th. Several hydrology tools are part of the basic ArcGIS

More information

Exercise 2: Working with Vector Data in ArcGIS 9.3

Exercise 2: Working with Vector Data in ArcGIS 9.3 Exercise 2: Working with Vector Data in ArcGIS 9.3 There are several tools in ArcGIS 9.3 used for GIS operations on vector data. In this exercise we will use: Analysis Tools in ArcToolbox Overlay Analysis

More information

GIS IN ECOLOGY: ANALYZING RASTER DATA

GIS IN ECOLOGY: ANALYZING RASTER DATA GIS IN ECOLOGY: ANALYZING RASTER DATA Contents Introduction... 2 Tools and Functionality for Raster Data... 2 Data Sources... 3 Tasks... 4 Getting Started... 4 Creating Raster Data... 5 Summary Statistics...

More information

GIS Workshop UCLS_Fall Forum 2014 Sowmya Selvarajan, PhD TABLE OF CONTENTS

GIS Workshop UCLS_Fall Forum 2014 Sowmya Selvarajan, PhD TABLE OF CONTENTS TABLE OF CONTENTS TITLE PAGE NO. 1. ArcGIS Basics I 2 a. Open and Save a Map Document 2 b. Work with Map Layers 2 c. Navigate in a Map Document 4 d. Measure Distances 4 2. ArcGIS Basics II 5 a. Work with

More information

Learning ArcGIS: Introduction to ArcCatalog 10.1

Learning ArcGIS: Introduction to ArcCatalog 10.1 Learning ArcGIS: Introduction to ArcCatalog 10.1 Estimated Time: 1 Hour Information systems help us to manage what we know by making it easier to organize, access, manipulate, and apply knowledge to the

More information

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 1 TABLE OF CONTENTS INTRODUCTION...3 WORKING WITH DIGITAL TERRAIN MODEL (DTM) DATA FROM NRVIS, CITY OF KITCHENER, AND CITY OF

More information

GEOG 487 Lesson 7: Step-by-Step Activity

GEOG 487 Lesson 7: Step-by-Step Activity GEOG 487 Lesson 7: Step-by-Step Activity Part I: Review the Relevant Data Layers and Organize the Map Document In Part I, we will review the data and organize the map document for analysis. 1. Unzip the

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

Introduction to Coastal GIS

Introduction to Coastal GIS Introduction to Coastal GIS Event was held on Tues, 1/8/13 - Thurs, 1/10/13 Time: 9:00 am to 5:00 pm Location: Roger Williams University, Bristol, RI Audience: The intended audiences for this course are

More information

The data for this lab comes from McDonald Forest. We will be working with spatial data representing the forest boundary, streams, roads, and stands.

The data for this lab comes from McDonald Forest. We will be working with spatial data representing the forest boundary, streams, roads, and stands. GIS LAB 6 Using the Projection Utility. Converting Data to Oregon s Approved Lambert Projection. Determining Stand Size, Stand Types, Road Length, and Stream Length. This lab will ask you to work with

More information

ArcGIS Pro: Essential Workflows STUDENT EDITION

ArcGIS Pro: Essential Workflows STUDENT EDITION ArcGIS Pro: Essential Workflows STUDENT EDITION Copyright 2018 Esri All rights reserved. Course version 6.0. Version release date August 2018. Printed in the United States of America. The information contained

More information

SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER LAB

SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER LAB PHASE 1_6 TH SESSION ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS 6 TH SESSION REPORT: 3 RD -5 TH SEPTEMBER 2014 SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER

More information

IMPERIAL COUNTY PLANNING AND DEVELOPMENT

IMPERIAL COUNTY PLANNING AND DEVELOPMENT IMPERIAL COUNTY PLANNING AND DEVELOPMENT GEODATABASE USER MANUAL FOR COUNTY BUSINESS DEVELOPMENT GIS June 2010 Prepared for: Prepared by: County of Imperial Planning and Development 801 Main Street El

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

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

SIE 509 Principles of GIS Exercise 5 An Introduction to Spatial Analysis

SIE 509 Principles of GIS Exercise 5 An Introduction to Spatial Analysis SIE 509 Principles of GIS Exercise 5 An Introduction to Spatial Analysis Due: Oct. 31, 2017 Total Points: 50 Introduction: The Governor of Maine is asking communities to look at regionalization for major

More information

Linear Referencing in Boulder County, CO. Getting Started

Linear Referencing in Boulder County, CO. Getting Started Linear Referencing in Boulder County, CO Getting Started 1 Authors Janie Pierre GIS Technician, Boulder County Road centerline and storm sewer geodatabases & maps John Mosher GIS Specialist, Boulder County

More information

GIS Data Production and Editing Pathway

GIS Data Production and Editing Pathway GIS Data Production and Editing Pathway Table of Contents ArcGIS Desktop II: Tools and Functionality 3 ArcGIS Desktop III: GIS Workflows and Analysis 6 Building Geodatabases 8 Creating and Maintaining

More information

Analysis of Change in Land Use around Future Core Transit Corridors: Austin, TX, Eric Porter May 3, 2012

Analysis of Change in Land Use around Future Core Transit Corridors: Austin, TX, Eric Porter May 3, 2012 Analysis of Change in Land Use around Future Core Transit Corridors: Austin, TX, 1990-2006 PROBLEM DEFINITION Eric Porter May 3, 2012 This study examines the change in land use from 1990 to 2006 in the

More information

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation.

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation. ST-Links SpatialKit For ArcMap Version 3.0.x ArcMap Extension for Directly Connecting to Spatial Databases ST-Links Corporation www.st-links.com 2012 Contents Introduction... 3 Installation... 3 Database

More information

Geodatabases and ArcCatalog

Geodatabases and ArcCatalog Geodatabases and ArcCatalog Francisco Olivera, Ph.D., P.E. Srikanth Koka Lauren Walker Aishwarya Vijaykumar Keri Clary Department of Civil Engineering April 21, 2014 Contents Geodatabases and ArcCatalog...

More information

ISU GIS CENTER S ARCSDE USER'S GUIDE AND DATA CATALOG

ISU GIS CENTER S ARCSDE USER'S GUIDE AND DATA CATALOG ISU GIS CENTER S ARCSDE USER'S GUIDE AND DATA CATALOG 2 TABLE OF CONTENTS 1) INTRODUCTION TO ARCSDE............. 3 2) CONNECTING TO ARCSDE.............. 5 3) ARCSDE LAYERS...................... 9 4) LAYER

More information

Lecture 2. Introduction to ESRI s ArcGIS Desktop and ArcMap

Lecture 2. Introduction to ESRI s ArcGIS Desktop and ArcMap Lecture 2 Introduction to ESRI s ArcGIS Desktop and ArcMap Outline ESRI What is ArcGIS? ArcGIS Desktop ArcMap Overview Views Layers Attribute Tables Help! Scale Tips and Tricks ESRI Environmental Systems

More information

Introduction to ArcGIS Server Development

Introduction to ArcGIS Server Development Introduction to ArcGIS Server Development Kevin Deege,, Rob Burke, Kelly Hutchins, and Sathya Prasad ESRI Developer Summit 2008 1 Schedule Introduction to ArcGIS Server Rob and Kevin Questions Break 2:15

More information

Within this document, the term NHDPlus is used when referring to NHDPlus Version 2.1 (unless otherwise noted).

Within this document, the term NHDPlus is used when referring to NHDPlus Version 2.1 (unless otherwise noted). Exercise 7 Watershed Delineation Using ArcGIS Spatial Analyst Last Updated 4/6/2017 Within this document, the term NHDPlus is used when referring to NHDPlus Version 2.1 (unless otherwise noted). There

More information

Working with ArcGIS: Classification

Working with ArcGIS: Classification Working with ArcGIS: Classification 2 Abbreviations D-click R-click TOC Double Click Right Click Table of Content Introduction The benefit from the use of geographic information system (GIS) software is

More information

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites.

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites. GIS Level 2 In the Introduction to GIS workshop we filtered data and visually examined it to determine where to potentially build a new mixed use facility. In order to get a low interest loan, the building

More information

Working with Digital Elevation Models and Spot Heights in ArcMap

Working with Digital Elevation Models and Spot Heights in ArcMap Working with Digital Elevation Models and Spot Heights in ArcMap 10.3.1 1 TABLE OF CONTENTS INTRODUCTION... 3 WORKING WITH SPOT HEIGHTS FROM NRVIS, CITY OF KITCHENER, AND CITY OF TORONTO...4 WORKING WITH

More information

Using CAD data in ArcGIS

Using CAD data in ArcGIS Using CAD data in ArcGIS Phil Sanchez and Jeff Reinhart Esri UC 2014 Technical Workshop Agenda Overview of ArcGIS CAD Support Using CAD Datasets in ArcMap Georeferencing CAD data for ArcGIS Loading CAD

More information

Spatial Data Analysis with ArcGIS Desktop: From Basic to Advance

Spatial Data Analysis with ArcGIS Desktop: From Basic to Advance Spatial Data Analysis with ArcGIS Desktop: From Basic to Advance 1. Course overview Modern environmental, energy as well as resource modeling and planning require huge amount of geographically located

More information

Using a GIS to Calculate Area of Occupancy. Part 1: Creating a Shapefile Grid

Using a GIS to Calculate Area of Occupancy. Part 1: Creating a Shapefile Grid Using a GIS to Calculate Area of Occupancy Part 1: Creating a Shapefile Grid By Ryan Elliott California Natural Diversity Database, A NatureServe network program December 2008 This document describes the

More information

Spatial Data Analysis in Archaeology Anthropology 589b. Kriging Artifact Density Surfaces in ArcGIS

Spatial Data Analysis in Archaeology Anthropology 589b. Kriging Artifact Density Surfaces in ArcGIS Spatial Data Analysis in Archaeology Anthropology 589b Fraser D. Neiman University of Virginia 2.19.07 Spring 2007 Kriging Artifact Density Surfaces in ArcGIS 1. The ingredients. -A data file -- in.dbf

More information

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes v. 10.1 WMS 10.1 Tutorial GSSHA WMS Basics Creating Feature Objects and Mapping Attributes to the 2D Grid Populate hydrologic parameters in a GSSHA model using land use and soil data Objectives This tutorial

More information

How to Convert USGS Topographic GeoPDF 1 Maps to GeoTIFF using ArcGIS 10.4

How to Convert USGS Topographic GeoPDF 1 Maps to GeoTIFF using ArcGIS 10.4 How to Convert USGS Topographic GeoPDF 1 Maps to GeoTIFF using ArcGIS 10.4 This tutorial assumes that you have: 1) downloaded some USGS geopdfs, 2) a pdf reader such as Adobe Acrobat, and 3) ArcGIS 10.4

More information

Delineation of Watersheds

Delineation of Watersheds Delineation of Watersheds Adirondack Park, New York by Introduction Problem Watershed boundaries are increasingly being used in land and water management, separating the direction of water flow such that

More information

Working with the Geodatabase

Working with the Geodatabase Working with the Geodatabase Agenda What is the geodatabase? Benefits of the geodatabase Inside the geodatabase Geodatabase rules Demos Additional resources and training Q & A The Geodatabase is the foundation

More information

Performing Advanced Cartography with Esri Production Mapping

Performing Advanced Cartography with Esri Production Mapping Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Performing Advanced Cartography with Esri Production Mapping Tania Pal & Madhura Phaterpekar Agenda Outline generic

More information

CAD: Introduction to using CAD Data in ArcGIS. Kyle Williams & Jeff Reinhart

CAD: Introduction to using CAD Data in ArcGIS. Kyle Williams & Jeff Reinhart CAD: Introduction to using CAD Data in ArcGIS Kyle Williams & Jeff Reinhart What we will accomplish today Overview of ArcGIS CAD Support Georeferencing CAD data for ArcGIS How Mapping Specification for

More information

Fundamentals of ArcGIS Desktop Pathway

Fundamentals of ArcGIS Desktop Pathway Fundamentals of ArcGIS Desktop Pathway Table of Contents ArcGIS Desktop I: Getting Started with GIS 3 ArcGIS Desktop II: Tools and Functionality 5 Understanding Geographic Data 8 Understanding Map Projections

More information

DP Project Development Pvt. Ltd.

DP Project Development Pvt. Ltd. Dear Sir/Madam, Greetings!!! Thanks for contacting DP Project Development for your training requirement. DP Project Development is leading professional training provider in GIS technologies and GIS application

More information

CityGML XFM Application Template Documentation. Bentley Map V8i (SELECTseries 2)

CityGML XFM Application Template Documentation. Bentley Map V8i (SELECTseries 2) CityGML XFM Application Template Documentation Bentley Map V8i (SELECTseries 2) Table of Contents Introduction to CityGML 1 CityGML XFM Application Template 2 Requirements 2 Finding Documentation 2 To

More information

Exercise 6: Working with Raster Data in ArcGIS 9.3

Exercise 6: Working with Raster Data in ArcGIS 9.3 Exercise 6: Working with Raster Data in ArcGIS 9.3 Why Spatial Analyst? Grid query Grid algebra Grid statistics Summary by zone Proximity mapping Reclassification Histograms Surface analysis Slope, aspect,

More information

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II Week 5 ArcMap - EXPLORING THE DATABASE Part I SPATIAL DATA FORMATS Part II topics of the week Exploring the Database More on the Table of Contents Exploration tools Identify, Find, Measure, Map tips, Hyperlink,

More information

ArcGIS Domains for ArcGIS Online (AGOL) Using ArcCatalog and FGDB Tables. Understanding ArcGIS Domains...2

ArcGIS Domains for ArcGIS Online (AGOL) Using ArcCatalog and FGDB Tables. Understanding ArcGIS Domains...2 Table of Contents Understanding ArcGIS Domains...2 Introduction...2 GIS Processing Environment Standard Practices for Consideration...3 Domains...8 Proposed Workflow:...10 Managing Domains Across Geodatabases...14

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

Geospatial Intelligence

Geospatial Intelligence Geospatial Intelligence Geospatial analysis has existed as long as humans have made and studied maps but its importance to the intelligence community has skyrocketed in the past several years, with Unmanned

More information

Automatic Watershed Delineation using ArcSWAT/Arc GIS

Automatic Watershed Delineation using ArcSWAT/Arc GIS Automatic Watershed Delineation using ArcSWAT/Arc GIS By: - Endager G. and Yalelet.F 1. Watershed Delineation This tool allows the user to delineate sub watersheds based on an automatic procedure using

More information

GEOG 487 Lesson 3: Step-by-Step Activity

GEOG 487 Lesson 3: Step-by-Step Activity GEOG 487 Lesson 3: Step-by-Step Activity Part I: Explore Publically Available Wetlands Data & Historical Imagery In Part I, we will explore our study area and the time-series aerial photos used to digitize

More information

Calculating Conflict Density and Change over Time in Uganda using Vector Techniques

Calculating Conflict Density and Change over Time in Uganda using Vector Techniques Calculating Conflict Density and Change over Time in Uganda using Vector Techniques Created by Patrick Florance and Kyle Monahan; revised by Patrick Florance April 2, 2018. OVERVIEW... 1 SET UP... 1 SET

More information

Utilizing Data from American FactFinder with TIGER/Line Shapefiles in ArcGIS

Utilizing Data from American FactFinder with TIGER/Line Shapefiles in ArcGIS Utilizing Data from American FactFinder with TIGER/Line Shapefiles in ArcGIS Web Adams, GISP Data Dissemination Specialist U.S. Census Bureau New York Regional Office 1 What We Do Decennial Census Every

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

Office of Geographic Information Systems

Office of Geographic Information Systems Office of Geographic Information Systems Print this Page Winter 2009 - Desktop GIS: The National Grid Wants You! By Todd Lusk In case of a disaster would you want emergency responders to be able to easily

More information

Week 7 Last week: This week s topics. GIS and Forest Engineering Applications. FE 257. GIS and Forest Engineering Applications.

Week 7 Last week: This week s topics. GIS and Forest Engineering Applications. FE 257. GIS and Forest Engineering Applications. FE 257. GIS and Forest Engineering Applications Week 7 Week 7 Last week: Spatial Projections Questions? Next week- read: Chapter 10: Updating GIS Databases Chapter 12: Synthesis of Techniques Applied to

More information

Compilation of GIS data for the Lower Brazos River basin

Compilation of GIS data for the Lower Brazos River basin Compilation of GIS data for the Lower Brazos River basin Francisco Olivera, Ph.D., P.E. Srikanth Koka Lauren Walker Aishwarya Vijaykumar Department of Civil Engineering December 5, 2011 Contents Brief

More information

ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS

ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS PHASE 1_4 th SESSION ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS 4 th SESSION REPORT: 30 TH JUNE - 2 ND JULY SCHOOL OF ENVIRONMENTAL STUDIES COMPUTER LAB

More information

Performing Map Cartography. using Esri Production Mapping

Performing Map Cartography. using Esri Production Mapping AGENDA Performing Map Cartography Presentation Title using Esri Production Mapping Name of Speaker Company Name Kannan Jayaraman Agenda Introduction What s New in ArcGIS 10.1 ESRI Production Mapping Mapping

More information

WlLPEN L. GORR KRISTEN S. KURLAND. Universitats- und Landesbibliothek. Bibliothek Architektur und Stadtebau ESRI

WlLPEN L. GORR KRISTEN S. KURLAND. Universitats- und Landesbibliothek. Bibliothek Architektur und Stadtebau ESRI hj WlLPEN L. GORR KRISTEN S. KURLAND Universitats- und Landesbibliothek Darmstadt Bibliothek Architektur und Stadtebau ESRI Contents Acknowledgments Preface xvii XV GIS Tutorial 1 Introduction Launch ArcMap

More information

Anne Trainor Matt Simon Geog 593 Final Project Report December 8, 2006

Anne Trainor Matt Simon Geog 593 Final Project Report December 8, 2006 Anne Trainor Matt Simon Geog 593 Final Project Report December 8, 2006 INTRODUCTION Habitat fragmentation has led to an increasingly patchy landscape. This has forced land managers to adopt a metapopulation

More information

Time Series Analysis with SAR & Optical Satellite Data

Time Series Analysis with SAR & Optical Satellite Data Time Series Analysis with SAR & Optical Satellite Data Thomas Bahr ESRI European User Conference Thursday October 2015 harris.com Motivation Changes in land surface characteristics mirror a multitude of

More information

Assessment of Physical status and Irrigation potential of Canals using ArcPy

Assessment of Physical status and Irrigation potential of Canals using ArcPy Assessment of Physical status and Irrigation potential of Canals using ArcPy Ekta Gupta 1, R.N. Sankhua 2 1 JRF, CES, Indian Institute of Science, Bangalore 2 Director, National Water Academy, Pune Abstract:

More information

Outline Anatomy of ArcGIS Metadata Data Types Vector Raster Conversion Adding Data Navigation Symbolization Methods Layer Files Editing Help Files

Outline Anatomy of ArcGIS Metadata Data Types Vector Raster Conversion Adding Data Navigation Symbolization Methods Layer Files Editing Help Files UPlan Training Lab Exercise: Introduction to ArcGIS Outline Anatomy of ArcGIS Metadata Data Types Vector Raster Conversion Adding Data Navigation Symbolization Methods Layer Files Editing Help Files Anatomy

More information

Introduction to ArcMap

Introduction to ArcMap Introduction to ArcMap ArcMap ArcMap is a Map-centric GUI tool used to perform map-based tasks Mapping Create maps by working geographically and interactively Display and present Export or print Publish

More information

SLEEP Soil-Landscape Estimation and Evaluation Program For ArcGIS 10.1

SLEEP Soil-Landscape Estimation and Evaluation Program For ArcGIS 10.1 SLEEP Soil-Landscape Estimation and Evaluation Program For ArcGIS 10.1 USER s GUIDE Feras Ziadat, David Shoemate, Dhanesh Yeganantham, Raghavan Srinivasan, Jaclyn Tech International Center for Agricultural

More information

In order to follow this exercise you need to have completed exercise 1.

In order to follow this exercise you need to have completed exercise 1. In order to follow this exercise you need to have completed exercise 1. Contents of Exercise 2: Derive new datasets from inputs and carry out Multicriteria analysis in order to Part 1: Use Spatial Analysis

More information

PHASE 1_7 TH SESSION ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS

PHASE 1_7 TH SESSION ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS PHASE 1_7 TH SESSION ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS 7 TH SESSION REPORT: 10 TH - 12 TH SEPTEMBER 2014 SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER

More information

OECD QSAR Toolbox v.3.0

OECD QSAR Toolbox v.3.0 OECD QSAR Toolbox v.3.0 Step-by-step example of how to categorize an inventory by mechanistic behaviour of the chemicals which it consists Background Objectives Specific Aims Trend analysis The exercise

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