Title of Paper: Computational grid generation modeling transport of pathogens in Lake Michigan

Size: px
Start display at page:

Download "Title of Paper: Computational grid generation modeling transport of pathogens in Lake Michigan"

Transcription

1 Title of Paper: Computational grid generation modeling transport of pathogens in Lake Michigan Authors Names: Peter N. Shedivy, Hector Bravo PhD Abstract: An estimated 1.2 million people, mostly young and elderly, die annually from waterborne disease worldwide (Hunter 1997). Research at the University of Wisconsin- Milwaukee is underway to develop a coupled biological and physical model to improve predictions of pathogen transport and fate in the Great Lakes coastal environment. Reliability of model predictions depends on accurate representation of the modeling domain, meteorological forcing fields, initial conditions, and boundary conditions. This paper describes the generation of the modeling domain using ArcGIS 3D Analyst and Spatial Analyst extensions. Irregular spaced data including bathymetry, coastlines, and harbor structures formed a triangulated irregular network (TIN) which was converted to a raster. A constant raster converted to a point feature class orientated parallel to the coast was assigned depth values from the converted TIN. A grid tool was created in AcrGIS Model Builder allowing future implementation. The Lake Michigan model currently runs on this grid. Paper Body 1. Introduction ArcGIS ArcInfo 9 contains many toolboxes, two of which are Spatial Analyst and 3D Analyst. Both tools are applied in developing the modeling domain for a coupled biological and physical model to improve predictions of pathogen transport and fate in the Great Lakes coastal environment. The task of creating this modeling domain is the result of current research being conducted at the University of Wisconsin-Milwaukee, Department of Civil Engineering and Mechanics. The project is entitled Predicting Pathogen Fate in Great Lakes Coastal Environment and is funded by NOAA Human Health Initiative. Currents in Lake Michigan and all coastal bodies of water are driven by the wind, bathymetry, temperatures, and the earth s rotation. Therefore, accurate representation of the bathymetry is one crucial task to develop reliable lake current predictions. Inaccurate bathymetry would create poor predictions of lake currents and hence the transport of pathogens. The capabilities of ArcGIS 3D Analyst and Spatial Analyst will readily solve the need for a highly resolved and reliable bathymetry. The Lake Michigan bathymetry makes up the modeling domain along the shores of Milwaukee County, Wisconsin, USA (Figure 1). According to the predefined model conditions, the domain encompasses north-south extent of 45,500 meters by 12,000 meters east-west along the shores of Milwaukee and its coastal neighbors. This domain contains 100 by 100 square meter cells, resulting in a 455 row by 120 column grid. Each grid square has to be assigned only one depth value representative of the entire cell area. A total of 54,600 cells will then need a depth assigned to them to provide an accurate 1

2 bathymetry. Since the Milwaukee coast is parallel to lines of longitude, the modeling domain must also be aligned parallel to the coast to maximize the number of cells that are not on land. In general, the modeling domain is quite complex, containing a marina, breakwaters, and ship docks. Fortunately, these features are easily represented by vector data type and the National Oceanic Atmospheric Administration (NOAA) is the source of all lake depths, shorelines, breakwaters, and pier structures in the Great Lakes(1). Figure 1a: Map of the study area for the transport model. Since depths or the bathymetry of Lake Michigan is a continuous surface, developing a continuous depth map in three dimensions is appropriate and ArcGIS Spatial Analysis and 3D Analyst are toolboxes that model surfaces well with either raster or vector data approaches. The analysis created the bathymetry surface using both, NOAA s vector data formed a TIN which was converted to a raster. The raster attributes of depth were then converted back to vector data, or a point feature class containing a 455 by 120 uniform grid which is oriented parallel to the Milwaukee coast. In this interpolation by creating the TIN first it will preserve the original data. The raster will then be a good approximation of the TIN based on raster cell size of 100 meters and some filtering. Since the raster will not be oriented parallel to the coast, a point feature class that is parallel to the coast will be assigned the depths values of the raster. For further reference to the ArcGIS Spatial Analyst and 3D Analyst tools, the reader is referred to the ESRI texts on the subjects (2, 3). 2

3 2. Data Source and Preparation 2.1 Source Data The sources of the data needed for the modeling domain is the National Oceanic Atmospheric Administration (NOAA) website (1). This website contains vector data (shapefiles) for download. Of interest are the soundings or depth values, the shoreline and breakwaters polylines, and a shoreline polygon. The data has a geographic spatial reference to the World Geodetic System of 1984 (NAD 83). This is an important part of the analysis, since the z-values of the downloaded data are in meters and their x and y values are in degrees. This vector data is the format used for creating a three dimensional surface called a TIN in the 3D Analyst toolbox of ArcGIS (4). Preparing the extracted data from the NOAA website was easily performed using common ArcGIS tools. The shapefiles of interest were only extractable at a large viewable scale. Again, the boundary of the model is approximately 12,000 meters north to south and 45,500 meters east to west, while the extractable viewable area of the soundings shapefiles from the web was approximately one-tenth of the 120 by 455 cell domain. Therefore around 10 different screens in all were downloaded for each feature of interest. 2.2 Preparing Downloaded Shapefiles The source data types were appended together and topology errors were corrected. All the downloaded shapefiles were added to ArcMap. The soundings shapefiles were all appended together using the Data Management Tool Append. This simply consolidated the 10 soundings, 10 coastline, and 2 break wall shapefiles into one sounding, one coastline, and one breakwater layer, respectively. The shoreline polygon was extracted at a small scale and consisted of only one shapefile. A view of this data is displayed in Figure 2 taken from ArcMap. The spatial reference of this data is the same as the format that it was downloaded in, namely the WGS 1984(NAD1983) coordinates. Next the Data Management Tools in ArcMap, Add XY Coordinates Tool was applied on the soundings shapefile. The attribute table of the soundings shapefile now contained latitude and longitude coordinates, and its original depth value. 3

4 Figure 2: Source data downloaded from the NOAA website which includes the soundings, breakwaters, shoreline, and shoreline polygon. Topology errors existed in the source data. The shoreline had breaks in it that needed to be connected in random segments. Any breaks in the shoreline will result in an incomplete TIN. To correct these errors, an ortho-rectified aerial photo(5) with a raster resolution of 30 meters was added to ArcMap and the features were overlaid. By using the Editor Toolbar, topology errors in the shoreline were corrected manually. Automated methods of correcting topology errors using ArcGIS tools can be found in Huxhold et al(6). 2.3 Creating a Custom Map Projection The spatial reference of the source data, WGS 1984, is one of the many geographic spatial references available in ArcGIS. Therefore projecting the source data can be done easily. A map projection is now needed in order to view the data in threedimensions using ArcScene, to create the final raster cell size of 100 meters, and for use 4

5 of the 3D Analyst Tools. The projection chosen is a custom Lambert Conformal Conic projection. This projection uses a flattened cone and projects the latitude and longitude (3D coordinates) values of degrees to meters (2D coordinates). The resulting coordinates of all the projected shapefiles will have X, Y, and Z values in units of meters. The input parameters for defining the projection in ArcCatalog are based on the location of modeling domain and follow conventional rules of creating projections for maintaining accuracy, which can be found in ESRI s text on map projections(7). These parameters include: Central Meridian: degrees Standard Parallel 1: Standard Parallel 2: Latitude of Origin: Linear Unit: Meters Geographic Coordinate System: WGS 1984 The custom map projection has been named mke.prj. The shapefiles were then added to ArcMap and the display was changed to the map projection mke.prj. As the data is now displayed in ArcMap in units of meters, each shapefile was exported and assigned the same coordinate system as the data frame. This step is necessary because the Add XY Coordinates Tool (discussed below) would otherwise assign the WGS 1984 coordinates to the attribute tables, and not the mke.prj in units of meters. The original 4 shapefiles were preserved and from then on the 4 newly exported shapefiles were used. These shapefiles obviously only differ by their spatial reference, the old one having a geographic reference and the updated shapefiles have a projected reference. The attribute table of the soundings shapefile now has five attributes, the new X and Y projected coordinates, the old latitude and longitude geographic coordinates, and the original depth value in meters. Figure 3 shows the shapefiles displayed with all three dimensions using ArcScene. Figure 3. A view from ArcScene. The TIN boundary for the TIN is made transparent and the soundings base heights have a z unit conversion of

6 2.4 Creating the boundary for TIN input Additionally, a boundary polygon used as TIN input needs to be created in ArcMap using the ArcEditor tools. The exact purpose of this is discussed below, but a polygon that encloses the soundings data and exactly matches the shoreline will serve as a boundary in the TIN creation. The four exported shapefiles (which now display in the mke.prj) are added to a new ArcMap session. Using the Arc Toolbox under the Data Management Tools, a new polygon type feature class was created. The spatial reference of the new shapefile is set to same as display under the Environments tab to assure that the newly created feature class will have the mke.prj as a spatial reference. The boundaries on the north, south, and west end do not coincide with the modeling domain and extend beyond the grid. Next, the Editor Toolbar in ArcMap was initialized to draw the boundary polygon. The boundary polygon was drawn to coincide with the west shoreline and border the north, west and south sounding points. However, the west boundary or shoreline needs to be traced exactly. The depths of zero and shallow water especially around beaches are critical for the transport model. This boundary will serve as a mask in the raster creation. Additionally, a second TIN boundary that does not trace the west shoreline carefully but extends inland was created and later will be used as TIN input. The newly created TIN boundary polygon is displayed in ArcMap shown in Figure The Geodatabase Other than the aforementioned data preparation procedures, the only other data preparation for the vector data was to convert the downloaded shapefiles to the higher form of spatial data in ArcGIS, a feature class in a personal geodatabase. This is not needed for use of the remaining tools but is simply the higher and preferred form of spatial data currently. More on geodatabase design can be found in Zeiler (4). This geodatabase contains all the information involved in creating the 3D model. The data is ready for analysis using ArcGIS 3D and Spatial Analyst Tools. 3. 3D Analyst 3.1 Tin Creation A triangulated irregular network or TIN is a continuous surface made up from a set of points with elevation. Triangulated refers to the forming of an optimized set of triangles from a set of points, irregular refers to the surface can be modeled with a variable density of points, and network refers to the topological structure in the TIN necessary for spatial analysis (4). A TIN is created by multiple feature classes containing point, line, and polygon geometry types (4). ArcGIS uses the Delaunay triangulation algorithm to optimize how the triangle faces model the surface. This algorithm is commonly used when modeling surfaces, for example Matlab and IDL software s have this function built in to create surfaces from points. A TIN models a surface well and is more accurate than a raster surface model because the resolution of the surface in a raster is limited to the cell size (4). Sharp 6

7 discontinuities in the surface like the breakwaters and shorelines are hard to resolve in a raster. A TIN can easily distinguish hard break line features such as the breakwaters and shoreline. TIN creation started by the launching of ArcScene, displaying the 3D Analyst toolbar, and verifying the Scene Properties are set to the spatial reference of the mke.prj. The 4 feature classes were then added to ArcScene; soundings, shoreline, breakwater, and TIN boundary. Additionally, the shoreline polygon was added to include the rivers in the TIN and for visualization purposes. Under the 3D Analyst toolbar the Create TIN from Features Tool was then utilized. The soundings were triangulated as mass points with their height source set to their z attribute field, the shoreline and breakwater polylines were triangulated as hard break lines with their height source field set to zero, and the TIN boundary was used in the triangulation as a hard clip eliminating absent data outside the soundings area for interpolation into the TIN. The shoreline polygon was used as a hard fill in the TIN creation with a height source of zero. This assigned a constant z value of 0 on the face of the shoreline polygon. This boundary did coincide on its east side with the shoreline polyline. Worth mentioning, is that if any feature classes used here had no attribute field with z values of zero, then they were created. A summary of the TIN input is given in Table 1. The resulting TIN is displayed in Figure 4 with its symbology set to face elevation with a graduated color ramp, and its base heights modified with a z unit under conversion of negative ten to account for bathymetry and a multiple of ten due to the small vertical to horizontal extent displayed. After all, the maximum depth is 120 meters which is a fraction of the horizontal extent. Layer Height Source Triangulate As Soundings Z Mass points Shoreline Z = 0 Hard breakline Breakwater Z = 0 Hard breakline Dredged Depths Z Hard fill TIN Boundary NO VALUE Hard clip Shore Land Z Hard fill Table 1. Input feature classes used in the TIN creation. An additional input feature for the TIN can be added simply by accessing the Modify TIN tool under the 3D Analyst Toolbar. This tool was used between the shore land and breakwaters near the confluence of the Milwaukee River and Lake Michigan, where the bottom surface is dredged for the port of Milwaukee. The dredged depth polygon was extracted from the NOAA website and was triangulated as a hard fill with its height source set to its respective z field (Table 1). The resulting TIN is shown in Figure 4 below. 7

8 Figure 4. A small scale view (left) and a large scale view (right) of the created TIN. The breakwater and shoreline (right) are accurately represented in this surface model. 3.2 TIN to Raster Since the conversion of the breakwaters to a raster will produce poor results at a 100 meter resolution, another TIN is created without using the breakwater. Additionally, since the modeling domain will not contain the rivers, the boundary created previously does close the gap caused by the river confluence. This boundary was used as a mask in the TIN to raster conversion. In ArcScene, the 3D Analyst Toolbox was used to convert the TIN to a raster. The output raster data was set to a 100 meter cell size, used the nearest neighbor method of conversion, and was masked with the newly edited boundary. The raster is displayed in Figure 5. Figure 5. The raster resulting from the TIN. The boundary used for the mask is displayed at 70% transparent allowing the water surface to be visualized. 4. Spatial Analyst 8

9 4.1 Introduction Thus far, the modeling domain of 54,600 cells encompassed a rectangle that is not parallel to the coast and a coordinate transformation of the raster to align it with the coast would contain incorrect depth values. However, a uniform point feature class centered at each raster with only X and Y values as attributes was created to perform a coordinate transformation on. Using the Spatial Analyst Toolbox under Extraction, the Extract Values to Points tool was then used to assign the raster depth values to the transformed point feature class. The attributes of the final point feature class then contained the original X and Y coordinates in the mke.prj, but also the depths referenced to the transformed coordinates. The table of attributes was then exported and used as the modeling domain in the transport model meter by 100 meter Grid Generation Using the Spatial Analysis Toolbox, the Raster Creation tool was used to create a constant raster matching the extent of the modeling domain. The output cell size was 100 meters and the spatial extent follows; north, 0 south, east, and 0 West. In the Conversion Toolbox, the Raster to Point tool was used to convert the raster to a point feature class with points centered at the raster center. The lower southwest corner cell coordinates were identified as (X, Y) ~ (50m, 50m), although the attribute table did not contain these coordinates. Therefore the add XY Coordinates tool was used to add these coordinates as attributes to the feature class. This geoprocessing took 15 minutes to complete, depending on computer processor speed and memory. Both the raster and point feature class are shown below in Figure 6. Figure 6. The constant raster created (far left) set at 50% transparent, the converted point feature class (inner left), the coordinate transformation performed on the point feature class aligning the grid with coast (inner right), and finally the transformed grid assigned depth values from the underlying raster (far right). The transparency of the far right grid is at 50%, allowing the depths assigned from the bathymetry raster to be visible. 9

10 4.3 Rotated and Translated Grid Two new attribute fields in the grid file needed to be added to store the new X and Y transformed coordinates. These coordinates would then be used to create another grid rotated and translated to match the modeling domain. Predefined model conditions for the domain in addition to the spacing and number of points, is a rotation of 12.5 degrees counter clockwise and a translation of meters east for each point. The new fields were named X_rot_tran and Y_rot, since the translation was only in the horizontal direction. An editing session was then initialized and the two new fields were calculated using the following transformation equations: 12.5π 12.5π X _ rot _ tran = X cos + Y sin () π 12.5π Y _ rot = X sin + Y cos ( 2) After saving the edits, the attribute table was exported to a database file (dbf) and given a new name. The new table contained X and Y values, but did not contain any features displayable on a map since it was just a dbf file. In ArcCatalog, the exported table was used to create a feature class from its XY table. The new feature class X field was assigned the X_rot_tran field, the Y field was assigned the Y_rot field, and the spatial reference was set to the mke.prj. The feature class was previewed in ArcCatalog and then displayed in ArcMap to assure no errors were made. The rotated and translated uniform grid is shown in Figure Assign Raster Depths to Grid In ArcMap, the raster created from the TIN and the transformed grid were displayed. In the Spatial Analysis Toolbox, the Extraction toolbox was used and the Extract Values to Points tool opened. This tool extracts the bathymetry from the raster cells to the rotated and translated grid points. Since the point file will no longer coincide with the center of the raster cells, depths will be interpolated from surrounding cells and this interpolated value assigned to the grid point. All the attributes of the input raster and the input point shapefile were included in the output point feature class. The new point feature class attribute table was then exported and became the model domain for input to the transport model. It contains 54,600 rows ordered from west to east and north to south relative to its location in ArcMap. 5. Analysis Results 5.1 Smoothing Raster Surface Although the raster in Figure 6 does represent the bathymetry well, some slopes are too great which caused instabilities in the transport model. This problem was resolved by using the Filter tool in the Spatial Analyst Toolbox. The filter was set to low which then averaged each cell with its surrounding eight cells, resulting in a smoother surface 10

11 shown on the right in Figure 7. The filter tool was performed twice to achieve model stability. Figure 7. The roughness in the bathymetry along the coast south of the harbor caused the transport model to become unstable. The unfiltered bathymetry (left) and the filtered bathymetry (right); although there is not much difference, this filtering created model stability. The filtered raster was used to assign depths to the final grid. 5.2 Transport Model Predictions The transport of pathogens depends on the currents in the lake. Using the modeling domain created in this analysis, the transport model was run for a three week period during which velocity measurements existed. The model predictions compare well with the measurements as shown in Figure Future Implementation During the ArcGIS analysis, many toolboxes were utilized and rather than complete the entire procedures over for a different location or to add new data as it becomes available, a grid generation tool was created using ArcGIS Model Builder. From the source data to the generated raster, Figure 9 shows a flow chart of the steps taken for this analysis. This grid tool allows future implementations of the method used herein. 11

12 Figure 8. Comparison of model predictions and measurements is routine in calibrating any physical model. A measured three week period of velocity at a monitoring location at a depth of 19 meters compared well with the model predictions. From top to bottom are the east-west currents, the northsouth currents, and the magnitude of the currents. Measurements are designated by tick marks. 12

13 Figure 8. A grid generation tool flow chart. This tool can be simplified to converting the source data to the end product of the raster. This tool is useful for future implementation of grid generation. 13

14 6. Conclusions Successful modeling of circulation and transport in a lake requires accurate and appropriate representation of the modeling domain and the driving mechanisms. In the case study presented here the driving mechanisms are atmospheric forcing (wind, cloudiness, air temperature, and dew point), flow from tributaries, effect of the Earth s rotation, and the flow and thermal conditions at open boundaries. Appropriate representation of the modeling domain requires a balance between detail and scale. Bathymetry, shoreline, and existing structures have to be represented in enough detail. On the other hand, lake circulation models are designed to solve problems at a certain scale, and too much detail can lead to problems such as numerical instability. Modeling is a combination of science and art, and ArcGIS provided in this case an excellent and efficient tool to strike a balance between detail and scale. Acknowledgements This research has been supported by the National Oceanic Atmospheric Administration. The following faculty and staff at the University of Wisconsin-Milwaukee contributed to the authors academic advancement in the area of ArcGIS; Professor William Huxhold and Eric Fowler of the School of Architecture and Urban Planning, along with student help from Joyce Witebsky. Additional thanks to ESRI. Appendixes None End Notes None References 1. US Department of Commerce: National Oceanic Atmospheric Administration; Available: June ESRI, ArcGIS 9 Using ArcGIS Spatial Analyst, Environmental Systems Research Institute, Inc ESRI, ArcGIS 9 Using ArcGIS 3D Analyst, Environmental Systems Research Institute, Inc Zeiler, Michael, Modeling Our World: The ESRI Guide to Geodatabase Design, Environmental Systems Research Institute, Inc

15 5. Environmental Remote Sensing Center, Space Science & Engineering Center, University of Wisconsin-Madison. Available: Accessed: June 20, Huxhold, William, Fowler, Eric M., Parr, Brain, ArcGIS and the Digital City: A hands on approach for local government, Environmental Systems Research Institute, Inc ESRI, ArcGIS 9 Understanding Map Projections, Environmental Systems Research Institute, Inc Author Information: Primary Author Peter N. Shedivy Research Assistant University of Wisconsin-Milwaukee Department of Civil Engineering and Mechanics 3200 N. Cramer Street Milwaukee, WI US shedivy@uwm.edu Co-Author Dr. Hector Bravo, Ph.D. Associate Professor University of Wisconsin-Milwaukee Department of Civil Engineering and Mechanics 3200 N. Cramer Street Milwaukee, WI US hrbravo@uwm.edu 15

Popular Mechanics, 1954

Popular Mechanics, 1954 Introduction to GIS Popular Mechanics, 1954 1986 $2,599 1 MB of RAM 2017, $750, 128 GB memory, 2 GB of RAM Computing power has increased exponentially over the past 30 years, Allowing the existence of

More information

Determining the Location of the Simav Fault

Determining the Location of the Simav Fault Lindsey German May 3, 2012 Determining the Location of the Simav Fault 1. Introduction and Problem Formulation: The issue I will be focusing on involves interpreting the location of the Simav fault in

More information

caused displacement of ocean water resulting in a massive tsunami. II. Purpose

caused displacement of ocean water resulting in a massive tsunami. II. Purpose I. Introduction The Great Sumatra Earthquake event took place on December 26, 2004, and was one of the most notable and devastating natural disasters of the decade. The event consisted of a major initial

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

Lauren Jacob May 6, Tectonics of the Northern Menderes Massif: The Simav Detachment and its relationship to three granite plutons

Lauren Jacob May 6, Tectonics of the Northern Menderes Massif: The Simav Detachment and its relationship to three granite plutons Lauren Jacob May 6, 2010 Tectonics of the Northern Menderes Massif: The Simav Detachment and its relationship to three granite plutons I. Introduction: Purpose: While reading through the literature regarding

More information

Display data in a map-like format so that geographic patterns and interrelationships are visible

Display data in a map-like format so that geographic patterns and interrelationships are visible Vilmaliz Rodríguez Guzmán M.S. Student, Department of Geology University of Puerto Rico at Mayagüez Remote Sensing and Geographic Information Systems (GIS) Reference: James B. Campbell. Introduction to

More information

Creating Watersheds from a DEM

Creating Watersheds from a DEM Creating Watersheds from a DEM These instructions enable you to create watersheds of specified area using a good quality Digital Elevation Model (DEM) in ArcGIS 8.1. The modeling is performed in ArcMap

More information

Introduction to Geographic Information Systems

Introduction to Geographic Information Systems Introduction to Geographic Information Systems Lynn_Carlson@brown.edu 401-863-9917 The Environmental And Remote TecHnologies Lab MacMillan Hall, Room 105 http://www.brown.edu/research/earthlab/ Outline

More information

Trail Flow: Analysis of Drainage Patterns Affecting a Mountain Bike Trail

Trail Flow: Analysis of Drainage Patterns Affecting a Mountain Bike Trail Andy Belcher BAE 590 Professor Huffman 12.9.11 Location Trail Flow: Analysis of Drainage Patterns Affecting a Mountain Bike Trail The location of the project area rests in the Cary area of Wake County,

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

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

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

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

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

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

Using ArcGIS for Hydrology and Watershed Analysis:

Using ArcGIS for Hydrology and Watershed Analysis: Using ArcGIS 10.2.2 for Hydrology and Watershed Analysis: A guide for running hydrologic analysis using elevation and a suite of ArcGIS tools Anna Nakae Feb. 10, 2015 Introduction Hydrology and watershed

More information

Data Creation and Editing

Data Creation and Editing 11.520:A Workshop on Geographical Information Systems 1.188: Urban Planning and Social Science Laboratory Data Creation and Editing Based in part on notes by Prof. Joseph Ferreira and Michael Flaxman Lulu

More information

2G1/3G4 GIS TUTORIAL >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

2G1/3G4 GIS TUTORIAL >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > University of Michigan >Taubman College of Architecture > ARCH 552, Perimeter @ Work Out [T]here, Fall 2009 >September 24, 2009 2G1/3G4 GIS TUTORIAL >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

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

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

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

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

More information

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual)

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual) Introduction Geo-information Science (GRS-10306) Overview key concepts and terms (based on the textbook 2006 and the practical manual) Introduction Chapter 1 Geographic information system (GIS) Geographically

More information

GEOREFERENCING, PROJECTIONS Part I. PRESENTING DATA Part II

GEOREFERENCING, PROJECTIONS Part I. PRESENTING DATA Part II Week 7 GEOREFERENCING, PROJECTIONS Part I PRESENTING DATA Part II topics of the week Georeferencing Coordinate systems Map Projections ArcMap and Projections Geo-referencing Geo-referencing is the process

More information

Gravity and Magnetic Anomalies Compared to Moho Depth throughout the State of Texas

Gravity and Magnetic Anomalies Compared to Moho Depth throughout the State of Texas Gravity and Magnetic Anomalies Compared to Moho Depth throughout the State of Texas Taylor Borgfeldt Introduction My Master s thesis is to improve and create additional crustal seismic velocity models

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

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

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

More information

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

COURSE SCHEDULE, GRADING, and READINGS

COURSE SCHEDULE, GRADING, and READINGS COURSE SCHEDULE, GRADING, and READINGS Note: All academic classes will be held in the GIS lab at Royal Thimphu College. These dates are listed here. Other days will involve travel or days off, and the

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

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

The Looming Threat of Rising Sea Levels to the Florida Keys

The Looming Threat of Rising Sea Levels to the Florida Keys The Looming Threat of Rising Sea Levels to the Florida Keys 1. Introduction Sea levels are rising, and possibly faster than we thought before. In a recent report in 2017 by the National Oceanic and Atmospheric

More information

Hydroacoustic survey and bathymetric map creation for Brant Lake, New York

Hydroacoustic survey and bathymetric map creation for Brant Lake, New York Hydroacoustic survey and bathymetric map creation for Brant Lake, New York Holly A. Waterfield CLM 1 INTRODUCTION Brant Lake is located in Warren County, New York, within the bounds of the Adirondack Park.

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

The University of Texas at Austin. Icebox Model Projections for Sea Level Fall in the Gulf Coast and Caribbean Sea Region

The University of Texas at Austin. Icebox Model Projections for Sea Level Fall in the Gulf Coast and Caribbean Sea Region The University of Texas at Austin Icebox Model Projections for Sea Level Fall in the Gulf Coast and Caribbean Sea Region Lizzadro-McPherson, Daniel J. December 3rd, 2015 Introduction Many climate scientists

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

GIS 2010: Coastal Erosion in Mississippi Delta

GIS 2010: Coastal Erosion in Mississippi Delta 1) Introduction Problem overview To what extent do large storm events play in coastal erosion rates, and what is the rate at which coastal erosion is occurring in sediment starved portions of the Mississippi

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

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

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

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

Introduction to GIS - 2

Introduction to GIS - 2 Introduction to GIS - 2 Outline Using GIS Representation of spatial objects in GIS Prof. D. Nagesh Kumar Department of Civil Engineering Indian Institute of Science Bangalore 560 012, India http://www.civil.iisc.ernet.in/~nagesh

More information

GIS Lecture 5: Spatial Data

GIS Lecture 5: Spatial Data GIS Lecture 5: Spatial Data GIS 1 Outline Vector Data Formats Raster Data Formats Map Projections Coordinate Systems US Census geographic files US Census data files GIS Data Sources GIS 2 Vector Data Formats

More information

Effects of Rising Sea Levels on Coral Reef and Mangrove Distributions along the Great Barrier Reef in Australia

Effects of Rising Sea Levels on Coral Reef and Mangrove Distributions along the Great Barrier Reef in Australia Effects of Rising Sea Levels on Coral Reef and Mangrove Distributions along the Great Barrier Reef in Australia Sarah Barfield Graduate Student Department of Integrative Biology University of Texas, Austin

More information

Handling Raster Data for Hydrologic Applications

Handling Raster Data for Hydrologic Applications Handling Raster Data for Hydrologic Applications Prepared by Venkatesh Merwade Lyles School of Civil Engineering, Purdue University vmerwade@purdue.edu January 2018 Objective The objective of this exercise

More information

Using Ice Thickness and Bed Topography to Pick Field Sites Near Swiss Camp, Greenland

Using Ice Thickness and Bed Topography to Pick Field Sites Near Swiss Camp, Greenland Lauren Andrews 6 May 2010 GEO 386G: GIS final project Using Ice Thickness and Bed Topography to Pick Field Sites Near Swiss Camp, Greenland Problem Formulation My primary goal for this project is to map

More information

Effects of sea level rise on shallow atolls in the South Pacific

Effects of sea level rise on shallow atolls in the South Pacific Tuvalu 2100 Effects of sea level rise on shallow atolls in the South Pacific Kristin Vollmann GEO 327GG December 3, 20100 INTRODUCTION Residents of the tiny island nation of Tuvalu, withh a maximumm elevation

More information

GIS APPLICATIONS IN SOIL SURVEY UPDATES

GIS APPLICATIONS IN SOIL SURVEY UPDATES GIS APPLICATIONS IN SOIL SURVEY UPDATES ABSTRACT Recent computer hardware and GIS software developments provide new methods that can be used to update existing digital soil surveys. Multi-perspective visualization

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

GEOGRAPHIC INFORMATION SYSTEMS

GEOGRAPHIC INFORMATION SYSTEMS GEOGRAPHIC INFORMATION SYSTEMS 4-H Round-Up Community Transitions Workshop Daniel Hanselka June 14, 2011 Goals of the Workshop Answer the question: What is GIS? Uses of GIS. Some of the Common Terminology

More information

2. GETTING STARTED WITH GIS

2. GETTING STARTED WITH GIS 2. GETTING STARTED WITH GIS What are geographic information systems and what are they used for? ArcGIS: ArcMap, ArcCatalog and ArcToolbox Vector data vs. raster data vs. attribute tables Polygons, polylines,

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

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

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

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

More information

Global Atmospheric Circulation Patterns Analyzing TRMM data Background Objectives: Overview of Tasks must read Turn in Step 1.

Global Atmospheric Circulation Patterns Analyzing TRMM data Background Objectives: Overview of Tasks must read Turn in Step 1. Global Atmospheric Circulation Patterns Analyzing TRMM data Eugenio Arima arima@hws.edu Hobart and William Smith Colleges Department of Environmental Studies Background: Have you ever wondered why rainforests

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

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

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

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

Problems and Challenges

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

More information

EnvSci 360 Computer and Analytical Cartography

EnvSci 360 Computer and Analytical Cartography EnvSci 360 Computer and Analytical Cartography Lecture 7 Mapping Images, Surfaces, and 3-D Data Brief Overview of Imagery What is Imagery? A spatial data model that defines space as an array of equally

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

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

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

Sediment Budget Analysis System-A: SBAS-A for ArcView Application

Sediment Budget Analysis System-A: SBAS-A for ArcView Application Sediment Budget Analysis System-A: SBAS-A for ArcView Application by Rose Dopsovic, Lynn Hardegree, and Julie Rosati PURPOSE. This Coastal and Hydraulics Engineering Technical Note (CHETN) describes a

More information

Esri Exam EADP10 ArcGIS Desktop Professional Version: 6.2 [ Total Questions: 95 ]

Esri Exam EADP10 ArcGIS Desktop Professional Version: 6.2 [ Total Questions: 95 ] s@lm@n Esri Exam EADP10 ArcGIS Desktop Professional Version: 6.2 [ Total Questions: 95 ] Question No : 1 An ArcGIS user runs the Central Feature geoprocessing tool on a polygon feature class. The output

More information

Lecture 9: Geocoding & Network Analysis

Lecture 9: Geocoding & Network Analysis Massachusetts Institute of Technology - Department of Urban Studies and Planning 11.520: A Workshop on Geographic Information Systems 11.188: Urban Planning and Social Science Laboratory Lecture 9: Geocoding

More information

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4 Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4 Vector Data Modeling To prepare spatial data for computer processing: Use x,y coordinates to represent spatial features

More information

Session Objectives. Learn how to: Bring georeferenced aerial imagery into Civil 3D. Connect to and import GIS data using various tools and techniques.

Session Objectives. Learn how to: Bring georeferenced aerial imagery into Civil 3D. Connect to and import GIS data using various tools and techniques. GIS into Civil 3D Data 70th Annual Wisconsin Society of Land Surveyors' Institute January 24, 2019 1 Learn how to: Session Objectives Bring georeferenced aerial imagery into Civil 3D. Connect to and import

More information

This week s topics. Week 6. FE 257. GIS and Forest Engineering Applications. Week 6

This week s topics. Week 6. FE 257. GIS and Forest Engineering Applications. Week 6 FE 257. GIS and Forest Engineering Applications Week 6 Week 6 Last week Chapter 8 Combining and splitting landscape features and merging GIS databases Chapter 11 Overlay processes Questions? Next week

More information

Lab 1: Importing Data, Rectification, Datums, Projections, and Coordinate Systems

Lab 1: Importing Data, Rectification, Datums, Projections, and Coordinate Systems Lab 1: Importing Data, Rectification, Datums, Projections, and Coordinate Systems Topics covered in this lab: i. Importing spatial data to TAS ii. Rectification iii. Conversion from latitude/longitude

More information

QGIS FLO-2D Integration

QGIS FLO-2D Integration EPiC Series in Engineering Volume 3, 2018, Pages 1575 1583 Engineering HIC 2018. 13th International Conference on Hydroinformatics Karen O Brien, BSc. 1, Noemi Gonzalez-Ramirez, Ph. D. 1 and Fernando Nardi,

More information

UNIT 4: USING ArcGIS. Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi

UNIT 4: USING ArcGIS. Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi UNIT 4: USING ArcGIS Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi Getting to Know ArcGIS ArcGIS is an integrated collection of GIS software products ArcGIS

More information

What are the five components of a GIS? A typically GIS consists of five elements: - Hardware, Software, Data, People and Procedures (Work Flows)

What are the five components of a GIS? A typically GIS consists of five elements: - Hardware, Software, Data, People and Procedures (Work Flows) LECTURE 1 - INTRODUCTION TO GIS Section I - GIS versus GPS What is a geographic information system (GIS)? GIS can be defined as a computerized application that combines an interactive map with a database

More information

Dr. ABOLGHASEM AKBARI Faculty of Civil Engineering & Earth Resources, University Malaysia Pahang (UMP)

Dr. ABOLGHASEM AKBARI Faculty of Civil Engineering & Earth Resources, University Malaysia Pahang (UMP) Workshop on : Dr. ABOLGHASEM AKBARI Faculty of Civil Engineering & Earth Resources, University Malaysia Pahang (UMP) 14-15 April 2016 Venue: Tehran, Iran GIS definitions GIS: A simplified view of the real

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

Lab 1: Importing Data, Rectification, Datums, Projections, and Output (Mapping)

Lab 1: Importing Data, Rectification, Datums, Projections, and Output (Mapping) Lab 1: Importing Data, Rectification, Datums, Projections, and Output (Mapping) Topics covered in this lab: i. Importing spatial data to TAS ii. Rectification iii. Conversion from latitude/longitude to

More information

Lecture 5. GIS Data Capture & Editing. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Lecture 5. GIS Data Capture & Editing. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lecture 5 GIS Data Capture & Editing Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University GIS Data Input Surveying/GPS Data capture Facilitate data capture Final

More information

Learning Unit Student Guide. Title: Estimating Areas of Suitable Grazing Land Using GPS, GIS, and Remote Sensing

Learning Unit Student Guide. Title: Estimating Areas of Suitable Grazing Land Using GPS, GIS, and Remote Sensing Learning Unit Student Guide Name of Creator: Jeff Sun Institution: Casper College Email: jsun@caspercollege.edu Phone: Office (307) 268-3560 Cell (307) 277-9766 Title: Estimating Areas of Suitable Grazing

More information

Delineation of high landslide risk areas as a result of land cover, slope, and geology in San Mateo County, California

Delineation of high landslide risk areas as a result of land cover, slope, and geology in San Mateo County, California Delineation of high landslide risk areas as a result of land cover, slope, and geology in San Mateo County, California Introduction Problem Overview This project attempts to delineate the high-risk areas

More information

Final Project: Geodatabase of Mule Mountains Area, southeastern Arizona

Final Project: Geodatabase of Mule Mountains Area, southeastern Arizona R. Aisner 11/24/09 GEO 386G Final Project: Geodatabase of Mule Mountains Area, southeastern Arizona Project goal: Develop a geodatabase with vector and raster data for future data organization and analysis.

More information

Migrating Defense Workflows from ArcMap to ArcGIS Pro. Renee Bernstein and Jared Sellers

Migrating Defense Workflows from ArcMap to ArcGIS Pro. Renee Bernstein and Jared Sellers Migrating Defense Workflows from ArcMap to ArcGIS Pro Renee Bernstein and Jared Sellers ArcGIS Desktop Desktop Web Device ArcMap ArcCatalog ArcScene ArcGlobe ArcGIS Pro portal Server Online Content and

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

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : EADP10 Title : ArcGIS Desktop Professional Vendor : Esri Version : DEMO

More information

GIS FOR PLANNING. Course Overview. Schedule. Instructor. Prerequisites. Urban Planning 792 Thursday s 5:30-8:10pm SARUP 158

GIS FOR PLANNING. Course Overview. Schedule. Instructor. Prerequisites. Urban Planning 792 Thursday s 5:30-8:10pm SARUP 158 GIS FOR PLANNING Urban Planning 792 Thursday s 5:30-8:10pm SARUP 158 Schedule Class/Lab - SARUP 158 Thursdays 5:30pm - 8:10pm Office Hours - By Appointment Project Ideas - Week 4 Final - 5/10/2018 Instructor

More information

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

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

More information

SECTION 4 PARCEL IDENTIFIERS 4.1 LONGITUDE AND LATITUDE

SECTION 4 PARCEL IDENTIFIERS 4.1 LONGITUDE AND LATITUDE SECTION 4 PARCEL IDENTIFIERS 4.1 LONGITUDE AND LATITUDE Most maps must be drawn in such a way that points and areas can be located accurately on the earth's surface and described objectively. A uniform

More information

Working with Map Projections

Working with Map Projections Working with Map Projections Rachel Applebaum and Margaret M. Maher Author of Lining Up Data in ArcGIS: a guide to map projections Second edition Some common problems that prevent data from aligning correctly

More information

Today: GEOL 452/552 - GIS for Geoscientists I. Lecture 3 - Chapter 1. GIS vector Data (review) Let s annotate this layer (draw on paper)

Today: GEOL 452/552 - GIS for Geoscientists I. Lecture 3 - Chapter 1. GIS vector Data (review) Let s annotate this layer (draw on paper) Today: GEOL 452/552 - GIS for Geoscientists I Lecture 3 - Chapter 1 GIS vector data - review raster data history: ArcView/ArcINFO - ArcGIS types of GIS data files Lab: finish Ch. 1 tutorial and HW1 Please

More information

Geoprocessing Tools at ArcGIS 9.2 Desktop

Geoprocessing Tools at ArcGIS 9.2 Desktop Geoprocessing Tools at ArcGIS 9.2 Desktop Analysis Tools Analysis Tools \ Extract Clip Analysis Tools \ Extract Select Analysis Tools \ Extract Split Analysis Tools \ Extract Table Select Analysis Tools

More information

Geography 281 Map Making with GIS Project Eight: Comparing Map Projections

Geography 281 Map Making with GIS Project Eight: Comparing Map Projections Geography 281 Map Making with GIS Project Eight: Comparing Map Projections In this activity, you will do a series of projection comparisons using maps at different scales and geographic extents. In this

More information

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

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

More information

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

Lecture 9: Reference Maps & Aerial Photography

Lecture 9: Reference Maps & Aerial Photography Lecture 9: Reference Maps & Aerial Photography I. Overview of Reference and Topographic Maps There are two basic types of maps? Reference Maps - General purpose maps & Thematic Maps - maps made for a specific

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

Georeferencing the Lackawanna Synclinorium using GIS

Georeferencing the Lackawanna Synclinorium using GIS Georeferencing the Lackawanna Synclinorium using GIS Conservation Services, LLC 2/20/2010 Contact: Philip Pass 570.510.1758 Rick Marquardt 570-335-7525 Managing Partners: Conservation Services LLC Author:

More information

Introduction-Overview. Why use a GIS? What can a GIS do? Spatial (coordinate) data model Relational (tabular) data model

Introduction-Overview. Why use a GIS? What can a GIS do? Spatial (coordinate) data model Relational (tabular) data model Introduction-Overview Why use a GIS? What can a GIS do? How does a GIS work? GIS definitions Spatial (coordinate) data model Relational (tabular) data model intro_gis.ppt 1 Why use a GIS? An extension

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

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

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

Calhoun County, Texas Under 5 Meter Sea Level Rise

Calhoun County, Texas Under 5 Meter Sea Level Rise Kyle Kacal GEO 327G Calhoun County, Texas Under 5 Meter Sea Level Rise PROBLEM AND PURPOSE: Sea level rise is threat to all coastal areas. Although natural sea level rise happens at a very slow rate, hurricanes

More information