Lab 4: Advanced Editing and Topology

Size: px
Start display at page:

Download "Lab 4: Advanced Editing and Topology"

Transcription

1 Lab 4: Advanced Editing and Topology What You ll Learn: Creating, validating, and editing topology. You should read the section on topology in Chapter 2, and Chapter 4 on digitizing of the GIS Fundamentals textbook before starting this lab. Also, very important, read through this entire Lab 1 st to understand the process, it will help! Data: The several data layers are in the Lab4 subdirectory, all in the UTM, NAD83(2011) zone 15 coordinate system, for a portion of Big Marine Lake, in Washington County, Minnesota: BigMarSum.img, a summer infrared image, with a 1-meter cell size, RectSpring.img, a spring infrared image with 1 meter cell size, The following in the geodatabase Lab4AP.gdb in the Lab4 directory: NWILakes, MNDOTLakes, different renditions of lake boundaries, and SouthBayArea, a polyline feature class, in the SB Feature Data Set, and ExamShore, a polyline layer showing examples of the upland/lake boundary. Background: Multi-temporal images are commonly used for updating information. Start ArcGIS Pro, add a Map, load the RectSpring image from Lab4, add the Lab4/Lab4AP.gdb to your databases using via the Catalog Panel (right click on Databases, then Add Database, see figure at right). Also add the NWI, MNDOT, DNR lakes, and SouthBayArea feature classes from the Lab4AP.gdb, and zoom to the SouthBayArea extent. Symbolize each layer similar to that in the figure on the left. Note how the various lakes boundaries are different. While the DNR data comes closest (purple), it still includes the emergent lake plants in upland, and we want them included with the lake for our intended use. We need to digitize a new lake boundary layer. We will digitize the upland and lake boundaries for the SouthBayArea portion of Big Marine Lake, based primarily on the RectSpring image. 1

2 We will digitize the emergent wetland vegetation and the floating wetland vegetation from the lake area, using both the RectSpring image and the BigMarSum image. We will create topology, including rules about inclusion and overlap, and validate this topology. There are examples and maps lower down for guidance on distinguishing vegetation types. First you need to create topology. Understanding and Defining Topology As noted in the readings, topology specifies the spatial relationships or constraints within features in a layer, and between features in different layers. You enforce topological relationships by first creating a list of topology rules, validating them against data, and editing the topological errors found by the validation. There are many possible rules for polygon topology, described at the ArcGIS Pro webpage You set up a topology by specifying rules, and then the layers that participate in that rule. Some rules require only one layer, some have two participate, and some more than two. One commonly applied rule is a layer Must not have gaps. This applies to only the single participating layer, and implies that there can be no slivers or uncovered pieces. Here is an example of a layer with an error in the Must not have gaps rule: Layer: Error, after validation. ArcGIS shows the red line around the interior gap. It also shows a red line around the outside of the layer for this rule, which technically is a gap (to the outside world), but isn t what we interpret as a real error, so we call it a faux error. Another common topological rule in ArcGIS Pro specifies that features in one layer cannot overlap with features in another layer. I might use this Cannot overlap rule to prevent features in a buildings layer from 2

3 overlapping with features in a lakes layer. There are a few buildings built in lakes, but very few, so most in almost all data sets would be the result of errors. The figure below shows Cannot overlap errors where the dark blue features, in one layer, partially cover light blue features, in another layer. The errors are flagged after validating the topology, as shown on the lower right, below. There are subtle differences in some of the names and actions of the rules, for example between a rule named: Must be covered by and one named Must be covered by Feature Class of You should read the documentation carefully for each topological rule, and make sure you are using them correctly. There are similar, but fewer and simpler, rules for point and line topology, which we won t discuss here. If you understand and master the polygon tools, you shouldn t have trouble with point and line topologies. An Example Toplogy We ll show an example of topology creation for a set of layers. You re not required to do these steps, you ll not be turning in any maps or data from this example, but you may want to execute the commands, as the instructions for your work later will refer to the information covered in this example. We ve included a geodatabase named Besset.gdb for an area in southern France (gdb is in the Lab 4 directory). 3

4 Besset: As shown in previous labs, I first created a geodatabase, then a feature dataset with the geodatabase named Besset, then added three polygon feature classes, Buildings, Roads, and landcover. I assigned the most accurate local coordinate system, selecting Projected - National Grids France RGF 1993 CC43 when specifying the coordinate system for the feature data set. I want to create a data layer that shows the urban area, and the surrounding rural land. I want to digitize the building footprints into the buildings layer, the urban boundary and surrounding rural area into the landcover layer, and the main roads into the roads layer. I want to restrict the buildings to be contained within the landcover layer polygons that is, the buildings cannot straddle the urban to rural polygons, nor extend outside the landcover layer. I want there to be no slivers or gaps between the landcover polygons. I want there to be no slivers or gaps between the landcover polygons and road polygons where they meet, and roads and landcover must not overlap. I need to create a topology for the Feature Data Set (FDS). I do that by right clicking on the FDS named Besset, then left clicking on New Topology: (Video: Create Example Topology) 4

5 This opens the Topology Wizard, by which you define a new topology: You set cluster tolerances (also called fuzzy tolerances in the textbook), the number of Ranks, and the participating feature classes. Ranks indicate which layer features should remain stationary, and which should be moved, in the event an error less than the cluster tolerance is discovered; features of lower rank will be moved to features of higher rank (e.g., 3 will move to 1). In my case, I modified the XY cluster tolerance to 0.25 meters, kept all ranks equal, and clicked on all three feature classes to participate in the topology, then clicked on the Next button. This displays a rules panel (see figure below). 5

6 First you click on the +Add button near the top-left of the entry panel, this will add a row for the rule. Then you can click in a row box to display a drop down of choices. Starting with Feature class 1, the dropdown lets me specify the feature class. I ll choose landcover, here to enter the rule that prohibits gaps. 6

7 Next, I click on the Rule box to reveal a dropdown containing selectable rules: Here, I ll select the Must Not Have Gaps rule. I ignore the Subtype 1 column, it doesn t apply here. I add rules for each of my conditions: Landcover polygons must not overlap each other, Buildings must be contained within landcover polygons (not extending across urban boundary) Roads must not overlap with landcover, and must meet at the bounding edge. 7

8 When I click on finish, it adds the rules, and then adds the new topology to my Feature Data Set: I then digitized a set of features for each of the Buildings, landcover, and Roads layers. I set the snapping as shown in previous labs, but added a few errors on purpose to show how to validate topology. A building overlaps a road, and I ve inserted gaps and overlaps in the roads and landcover layers. At first these errors aren t visible, as they are small. We need to validate the topology, which finds and highlights errors. We do this through the Analysis tab, then clicking on the Tools icon (toolbox, see right). This should open the geoprocessing panel on the far right of the main 8

9 window. Select Toolboxes, then open the Data Management toolbox, and then the Topology toolbox, and you ll find the Validate Topology tool near the bottom of the list: Double clicking on the tool opens a simple window, with one entry, the input topology. I specify the Besset topology, contained in the Feature Data Set I created On clicking Run at the bottom right this should validate the topology, creating an error table and highlighting errors in red (see the figure below). (Video Validate Topology) 9

10 This also shows the errors in the topology entry for the Table of Contents, displayed on the left side of the main ArcGIS Pro window: Dirty Areas are areas that have been edited since the last validation, and here are not clicked for display here. Pinks show errors, and green as exceptions, features specified as allowed to violate given topology rules. Then Errors I can view an error summary by right clicking on the topology entry in the Catalog pane at the right side of the main ArcGIS Pro window (may have to activate the pane first, click on its tab at the lower right to bring it to the front), Then click on properties, 10

11 Inspect the displayed table above. It shows 6 errors in landcover for the rule Must not have gaps, 1 error for landcover Must not overlap, and various other errors. Each time you validate a topology, it creates a table with entries for each layer in that participates in the topology. You can display the table of individual errors by right clicking in the Topology entry in the Table of Contents, and clicking on Attribute Table : 11

12 This should display the error table in a panel below the map, and you can highlight an individual error in the selection color on the map by clicking on a row in the table: You can also display the error table by activating the Edit tab along the top of the main window, then clicking on the Error Inspector icon: 12

13 Once you ve identified an error, you proceed to fix it. For some errors, such as the one highlit in the figures above, I need to move the edges to fix the overlap. I simply activate the Modify features edit tool, activate snapping, choose the Reshape vertices tool from the list of tools in the edit panel on the right hand side of the main window and manually edit the offending edges that overlap, bringing the edges into alignment. I may have to adjust the transparency on the layer if some interpretation from the image below is required. I can then validate the topology again via the Toolbox tool, and confirm that I ve fixed the error, by noting that it doesn t show up on the map of topological errors. It is sometimes quicker to use suggested Fixes shown with the Error Inspector tool. You might have noticed that when you activated the Error Inspector, it showed a small submap window to the lower right of the main window. Clicking on an error, and then Preview in the submap window will zoom to an error: 13

14 You can then click on Fix in the submap window, and it displays a set of actions, including suggested fixes, if any. Here, a house extends outside the landcover area, in violation of the rules. An appropriate fix in this case might be to remove the overlap, the second suggested fix. Clicking on this fix removes the error. Alternately I could Mark this as an Exception, an allowable violation of the rules, or select the Modify Features tool in the main editing window and edit manually. Note that all the errors listed in the table aren t real errors. For example, I have a rule that says the roads boundary must be covered by the landcover boundary. This rule is to prevent gaps at the edges of the roads. However, at the edge of my study area, the roads and landcover polygons end, so there the road boundaries are not covered by landcover polygons. It shows as an error, when it is just and edge effect: I could fix this several ways, either by marking it as an exception (preferred), or extending the landcover around the edge (although this wouldn t be exactly accurate), but often these faux errors are just noted and ignored. After editing, I make sure to save my edits. 14

15 Digitizing Lake, vegetation, and upland features Your task is to create three layers for the SouthBayArea on Big Marine Lake: Uplands Lake An aquatic vegetation layer, split into emergent and floating vegetation As noted earlier, the polyline feature class SouthBayArea defines our working area, so only digitize your new data in that area. We will draw our upland/lake boundary based primarily on the RectSpring image, but this boundary will represented in two feature classes (layers), the Uplands and the Lake We will digitize the emergent wetland vegetation and the floating wetland vegetation from the lake area, using both the RectSpring image and the BigMarSum image. You ll have to interpret the shoreline for the upland/lake boundary to digitize the lake and upland layers. You ll also need to split the emergent vegetation from the floating vegetation on the lake. There is substantial marshland that is considered part of the lake, and not land, along some sections. You will have to do your best job of identifying the land/water boundary, which is difficult because of similar appearing upland and lake vegetation near shore. Here, we ll call wetlands part of the lake, that is, we ll include all patches of wetland vegetation in the lake when digitizing the upland/wetland boundary. Some wetland grasses grow both in shallow water and upland wet soils, and cattails are rooted but grow out of the water, so the boundary is at times difficult to distinguish. We ve provided the map on the right to give you the approximate boundaries, with uplands in green, lake in blue, emergent wetland in brown, and floating plants in tan. Note that the lake polygon extends to the areas shown as wetland vegetation, but they are displayed on top of the lake layer. 15

16 The two examples (below) illustrate how the various classes appear on the images. The examples are of the north shore of the eastern lobe of Big Marine Lake. An approximation of the land/water boundary is shown in yellow. The Rectspring image is shown first. Note the water is dark blue, and cattails/wetland grasses show as dark grey. Roads are also grey, but uniform in color and straight-sided, so shape and texture sets them apart. Upland grasses are white, through pinks to red, so the boundary (in yellow) between upland and lowland is somewhat obvious for most of this stretch. There is a near-shore area of upland, labeled A on the images. This is a bit more complicated and subjective to delineate, because the both the marsh cattails and wetland grasses and the upland grass are shades of grey, so it isn t obvious where the land/water boundary should be. In addition, there are small patches of cattail and water embedded in upland polygon A, which we include as part of the upland polygon because we can t spend all day digitizing. A The summer image (2 nd image shown below) helps, because the various shades of light red and pink are upland grass/forbs, while the emergent wetland cattails are blue/black to very dark red. Floating vegetation is also white/pink/light red, but their texture and location (areas that are water in spring, vegetation in summer) gives them away. A There is no floating vegetation in the lake in the spring (upper) image. 16

17 You will also create topology, including rules about inclusion and overlap, and validate this topology. We are not going to give you specific instructions on each of the steps for digitizing or topology creation. We will give examples of how you might want to proceed, and hints, and we will demonstrate a few new tools, but we have covered most the tools you need in the section above, or in previous labs. One good strategy is to use the spring image, aided by the summer image, to digitize the upland and lake boundaries then use the spring image to digitize the emergent vegetation polygons use the summer image to digitize the floating wetland vegetation A few things to keep in mind: You NEVER, EVER, EVER want to digitize complicated lines twice. It is o.k. for simple, long, straight lines with only a few vertices, but a nightmare for most curving natural features. For example, don t digitize the upland polygons, then trace over the same line digitizing the lakes polygons. You ll just waste way too much time you could be spending with your friends or calling your parents, and/or make yourself miserable when it comes time to validate and fix your topology. Use other tools, like split, merge, or conversion, so that you don t spend a lot of time retracing the same path. Digitize at a goldilocks scale, not too small, nor too large, to get sufficient detail. Since we re interested to about two meters, you should set your snapping at about that or a little less and digitize most of your lines at a scale of about 1:3,000, zooming in or out from about half to double that as needed. Save your Edits FREQUENTLY. Toggle back and forth between the spring and summer image by clicking the top on off in the Table of Contents pane. Sometimes it is much easier to see a boundary in one image than another. The Process: Start by creating a new geodatabase, named something like a new BML_digit_xyz, where xyz are your initials. You should create a Feature Data Set with the UTM North American zone 15N NAD83(2011) coordinates. 17

18 You should create empty polygon feature classes in this new feature data set, into which you will digitize new features. A straightforward way is to create layers for 1) Lakes 2) Uplands 3) WetVeg The WetVeg feature class will hold vegetation polygons, in two categories, 1) emergent aquatic vegetation (plants that stand up out of the water, most commonly cattails), and 2) floating aquatic vegetation, so you ll need to create a type variable in the table for that layer. You need to create a topology within the feature data set, and add rules to enforce the following conditions: 1) Upland and Lake areas do not overlap 2) There are no gaps between Upland and Lake areas 3) The emergent vegetation and floating vegetation layers do not overlap 4) The wetland vegetation layers are contained within the lakes layer 5) All layers are contained within the study area defined by the SouthBayArea polyline Review the topology rules described in the Understanding and Defining Topology in the first part of this exercise, read the description of rules in the cited URL, and create a topology in your feature data set that includes the necessary rules. You want to look at the Must Not Overlap With rule for the lake/uplands boundary overlap The Area Boundary Must Be Covered By Boundary Of for the Lakes/Uplands boundary gaps Must Not Overlap for the wetland vegetation polygons (different from must not overlap WITH) and the Must be Covered By to make sure all the wetland vegetation polygons are within the Lake, and that all the layers are inside the SouthBayArea boundary. Note that there is no layer that allows us to enforce condition 5, All layers are contained within the study area defined by the SouthBayArea polyline. The Must be Covered By rule requires the bounding feature to be a polygon. Luckily, you can convert the SouthBayArea polyline feature to a polygon. 18

19 Activate the Analysis tab along the top main window Then select the Toolboxes menu in the Geoprocessing pane on the right hand side of the main window Then open the Features Toolbox And select the Features to Polygon tool Specify the SouthBayArea layer as input, and something like SouthBayPolys as output, storing it in your geodatabase with you other layers. This should create a polygon feature class you can use in your topology. 19

20 Example Topology Rules Below is a partial table containing some of the rules for one topology specification that meets our needs. It still needs a few more rules to be complete, but provides some direction if you don t know where to start. The first two rules make sure that the Lakes neither overlap with Uplands, nor are there gaps along the edges they share (Boundary Must Be Covered By Boundary Of). The third rule tests that the lakes are within the study area. The fourth rule tests that the wetland vegetation polygons are within the Lakes. Note that these rules don t include all of our requirements, e.g., that the Uplands must be inside the study area, or that the wetland vegetation polygons don t overlap with each other. Note that when you validate topology from a completed set of rules, you will likely still have rules for some of the outer edges. The particular issue is the must not have gaps between uplands and the lake. There is no rule that will exactly provide this. We use a boundary must be covered by rule, but this rule will by definition be broken on the study area boundary, so you ll get the faux errors when you validate the topology, as we mentioned before. You could provide exceptions for those errors, but no need to create exceptions here. 20

21 New Techniques That Should Help Cross hatch fills. You will be digitizing several layers, and want to display some of them at the same time to visually check while digitizing. For example, you ll want to display both the Upland and Lake layers at the same time, with perhaps the SouthBayPoly in the background. We ve shown transparent fills, but these are sometimes sub-optimal when shown two and three layers deep, so cross hatch fills can sometimes help. Unfortunately, you can t pick them from most standard sets, and creating them is a bit hidden. (Video: Cross Hatch and Transparent Fills) Start by clicking on the color patch for a layer in the Table of Contents on the left side of the main window, here Lakes: The right panel should switch to the Symbol tools. Select Properties, then the wrench, labeled Structure if you hover over it: Then click on Layers Add symbol layer, and select Fill layer This will display a patch, usually dark, in the Layers section. class. Click Apply at the bottom of the Symbology panel, and it should change the appearance of your feature Now click to activate the layer stack in the main Symbology pane, then click to the right of the new symbol layer to reveal a drop-down list. Select Hatched fill, and Apply. This should change the fill to northeast pointing hatch lines. Notice there are options to alter the color, line width, and hatch angle (not shown here). You would want to make the Uplands layer different, so you can distinguish the two. 21

22 Digitizing in Pieces, then Merging When creating large complex polygons, it may be useful to digitize them a section at a time, to contain errors and allow frequent saves. One approach, as described last week, is to first digitize a new polygon that is a portion of the target feature, add to the polygon with the auto complete tool (in the Create panel) Remember that you must merge these separate parts of the lake by selecting both and then use the Edit Merge. Clip digitizing for Islands. You must digitize islands both in the lake and near shore, as shown in the example map. Perhaps the easiest way to digitize and island is: First digitize the lake, covering the islands. Set the lake fill semi-transparent (Symbology panel, properties, then display, set transparency something like 40 50%) Then digitize a Upland polygon that outlines an island polygon. Select the island polygon From the main Edit-Modify menu, select the Clip option (see figure) 22

23 Specify the Discard (Remainder) option by clicking on the appropriate radio button in the window that appears this clips out the lake portion behind the island, and the island still remains, filling the hole, so See the Lab 4 video, ClipDigitizing Tracing and Existing Edge. When we say you never want to digitize the same line twice, that means if there are lots of vertices, you don t want to have to match each one while digitizing adjoining edges. However, how do you make sure edges match across features in different layers? You may have discovered that the autocomplete polygon tool does not work across different layers. You can t autocomplete a lake polygon on the edge of an upland polygon. There is a Trace tool that automatically traces and edge for you, saving much time while digitizing. It is found toward the right hand side of the Create Features Panel, the tools that display on the right side of the main window when you are editing. It is perhaps more easily understood by viewing the Trace video, but we ll summarize here also. You first activate the tool for a layer. Then locate and edge vertex with your cursor, indicated by a square and title, as shown at right. Click on the vertex. Note that you can follow edges from the layer your digitizing, other layers, or both. While NOT depressing any mouse buttons, move the cursor to a point further along the edge(s) of polygon(s), 23

24 and notice a dotted outline, and vertexes identified as you move further down the edge (see at right). When you get to a convenient stopping place, hover over a vertex or midpoint on the edge and click. This should automatically create a polygon following the edge (see right). You can then merge this polygon to the existing lake polygon adjacent to your starting point, and then trace the next piece. You should note that it is easy to create crazy polygons, that are ill formed and will cause all sorts of problems, as the example shown to the right. The polygon boundary crosses over itself multiple times, and this won t do. You avoid this by tracing longer or shorter edges, and inspecting your polygon as you trace it to make sure it doesn t overlap itself. 24

25 You ll have to add a column to your wetlands vegetation table to hold the code for the two types. As illustrated below, you do this by displaying the table (right click in the TOC on the layer name, then Attribute table), then the Field: Add tool. You may then select individual rows/polygons, and type the code for wetland type in the column. Here I used a text variable, and specify Emergent and Floating, but you could use numbers in a numeric column, e.g. 1 and 2. See the Video AddAttribute An alternative approach to consider: When you are trying to ensure digitized data layers adhere to topological rules, one approach is to create one layer that covers the entire study area and then carefully cut it apart, moving pieces to the appropriate final layers. 25

26 This approach cannot be applied to every topological editing situation, but it would work for this lab (Lab 4). To use the approach, follow the above step to create a polygon layer from the polyline layer, SouthBayArea. The previous instructions named this polygon layer SouthBayPolys Step 1: Create empty polygon layers for Lakes, Uplands, Emergent Veg and Floating Vegetation. (Note: the previous approach used a Wetlands as one polygon layer and had Emergent and Floating Vegetation as attributes, this approach uses separate Emergent Veg and Floating Vegetation polygon layers) Step 2: Create empty working polygon layers, WorkingBase and WorkingLakes Step 3: Select all polygons in SouthBayPolys and Copy/Paste (Paste Special) in to Working Area and make WorkingBase somewhat transparent. Step 4: Select the one big polygon in WorkingBase (in Edit) and draw a CUT LINE at the EDGE of the UPLANDS and WATER (this margin could be open or have emergent or floating on top). CUT the out the non-upland polygons and paste them into WorkingLakes. Cut out the uplands and paste them into Upland layer. Remember, to Cut you have to have the subject selected. When you select the polygons, right click and CUT then select the PASTE in the upper left and choose PASTE SPECIAL then choose the correct layer you want to paste into. Step 5: Repeat the process for CUTTING the WorkingLakes into Lakes, EmergentVeg and FloatingVeg. HINT: It will be easiest if you 1 st cut out open water and paste it into Lakes, then the FloatingVeg and finally everything that is left goes to EmergentVeg. Step 6: Set up and apply your topological rules and there SHOULD BE (if you were careful) NO ERRORS. If there are, fix them as described earlier. 26

27 Simple Overall Instructions Summary Digitize the Upland, Lake, and Wetland Vegetation layers. Check them against your created topology to make sure they conform to our requirements. Create a Layout that contains all your layers and your validated topology, showing that you ve removed all the errors, except for the faux errors along the outer boundary. Turn this in on the class website. 27

Lab 3: Digitizing in ArcGIS Pro

Lab 3: Digitizing in ArcGIS Pro Lab 3: Digitizing in ArcGIS Pro What You ll Learn: In this Lab you ll be introduced to basic digitizing techniques using ArcGIS Pro. You should read Chapter 4 in the GIS Fundamentals textbook before starting

More information

Lab 3: Digitizing in ArcMap

Lab 3: Digitizing in ArcMap Lab 3: Digitizing in ArcMap What You ll Learn: In this Lab you ll be introduced to basic digitizing techniques using ArcMap. You should read Chapter 4 in the GIS Fundamentals textbook before starting this

More information

Lab 11: Terrain Analyses

Lab 11: Terrain Analyses Lab 11: Terrain Analyses What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. There is a mix of old and new functions used in this lab. We ll explain

More information

Lab 7: Tables Operations in ArcMap

Lab 7: Tables Operations in ArcMap Lab 7: Tables Operations in ArcMap What You ll Learn: This Lab provides more practice with tabular data management in ArcMap. In this Lab, we will view, select, re-order, and update tabular data. You should

More information

4. If you are prompted to enable hardware acceleration to improve performance, click

4. If you are prompted to enable hardware acceleration to improve performance, click Exercise 1a: Creating new points ArcGIS 10 Complexity: Beginner Data Requirement: ArcGIS Tutorial Data Setup About creating new points In this exercise, you will use an aerial photograph to create a new

More information

This will display various panes in a window.

This will display various panes in a window. Map Map projections in ArcMap can be a bit confusing, because the program often automatically reprojects data for display, and there are a ways to permanently project data to new data sets. This describes

More information

Data for this exercise are located in the L1 subdirectory or the class web page. Videos for this exercise are located in the class web page.

Data for this exercise are located in the L1 subdirectory or the class web page. Videos for this exercise are located in the class web page. Lesson 1: What You ll Learn: -Start ArcMap -Create a new map -Add data layers -Pan and zoom -Change data symbology -Change display properties -Set relative paths -Add layers to features -Select data -Measure

More information

Field-Scale Watershed Analysis

Field-Scale Watershed Analysis Conservation Applications of LiDAR Field-Scale Watershed Analysis A Supplemental Exercise for the Hydrologic Applications Module Andy Jenks, University of Minnesota Department of Forest Resources 2013

More information

Lab 11: Terrain Analyses

Lab 11: Terrain Analyses Lab 11: Terrain Analyses What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. There is a mix of old and new functions used in this lab. We ll explain

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Videos that show how to copy/paste data

More information

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas.

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. GIS LAB 1 Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. ArcGIS offers some advantages for novice users. The graphical user interface is similar to many Windows packages

More information

Data for this exercise are in the class resources Lab/lesson 1,

Data for this exercise are in the class resources Lab/lesson 1, Lab 1: What You ll Learn: -Start ArcMap -Create a new map -Add data layers -Pan and zoom -Change data symbology -Change display properties -Set relative paths -Add layers to features -Select data -Measure

More information

Making ArcGIS Work for You. Elizabeth Cook USDA-NRCS GIS Specialist Columbia, MO

Making ArcGIS Work for You. Elizabeth Cook USDA-NRCS GIS Specialist Columbia, MO Making ArcGIS Work for You Elizabeth Cook USDA-NRCS GIS Specialist Columbia, MO 1 Topics Using ArcMap beyond the Toolkit buttons GIS data formats Attributes and what you can do with them Calculating Acres

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2011 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

v Overview SMS Tutorials Prerequisites Requirements Time Objectives

v Overview SMS Tutorials Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap

ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap ArcGIS Procedures NUMBER OPERATION APPLICATION: TOOLBAR 1 Import interchange file to coverage 2 Create a new 3 Create a new feature dataset 4 Import Rasters into a 5 Import tables into a PROCEDURE Coverage

More information

INTRODUCTION TO GIS WORKSHOP EXERCISE

INTRODUCTION TO GIS WORKSHOP EXERCISE 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) 643-4539 INTRODUCTION TO GIS WORKSHOP EXERCISE This exercise is a survey of some GIS and spatial analysis tools for ecological and natural

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2008 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

GstarCAD Complete Features Guide

GstarCAD Complete Features Guide GstarCAD 2017 Complete Features Guide Table of Contents Core Performance Improvement... 3 Block Data Sharing Process... 3 Hatch Boundary Search Improvement... 4 New and Enhanced Functionalities... 5 Table...

More information

ArcGIS Pro Editing: An Introduction. Jennifer Cadkin & Phil Sanchez

ArcGIS Pro Editing: An Introduction. Jennifer Cadkin & Phil Sanchez ArcGIS Pro Editing: An Introduction Jennifer Cadkin & Phil Sanchez See Us Here WORKSHOP ArcGIS Pro Editing: An Introduction LOCATION SDCC - Ballroom 20 D TIME FRAME Thursday 10:00 11:00 ArcGIS Pro: 3D

More information

GGR 375 QGIS Tutorial

GGR 375 QGIS Tutorial GGR 375 QGIS Tutorial With text taken from: Sherman, Gary E. Shuffling Quantum GIS into the Open Source GIS Stack. Free and Open Source Software for Geospatial (FOSS4G) Conference. 2007. Available online

More information

ArcGIS Pro Editing. Jennifer Cadkin & Phil Sanchez

ArcGIS Pro Editing. Jennifer Cadkin & Phil Sanchez ArcGIS Pro Editing Jennifer Cadkin & Phil Sanchez ArcGIS Pro Editing Overview Provides tools that allow you to maintain, update, and create new data - Modifying geometry, drawing new features - Entering

More information

A Second Look at DEM s

A Second Look at DEM s A Second Look at DEM s Overview Detailed topographic data is available for the U.S. from several sources and in several formats. Perhaps the most readily available and easy to use is the National Elevation

More information

STUDENT PAGES GIS Tutorial Treasure in the Treasure State

STUDENT PAGES GIS Tutorial Treasure in the Treasure State STUDENT PAGES GIS Tutorial Treasure in the Treasure State Copyright 2015 Bear Trust International GIS Tutorial 1 Exercise 1: Make a Hand Drawn Map of the School Yard and Playground Your teacher will provide

More information

Lab 2. Practice with ArcGIS

Lab 2. Practice with ArcGIS Lab 2. Practice with ArcGIS Purpose: To practice map composition and printing in ArcGIS To Do and Hand In: Compose, print, and hand in two maps, described below. Maps due in lab one week after assignment.

More information

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch User Guide for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch allows the user to quickly create, or sketch, features in ArcMap using easy-to-use

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Data for the exercise are in the L12 subdirectory.

More information

LAB 1: Introduction to ArcGIS 8

LAB 1: Introduction to ArcGIS 8 LAB 1: Introduction to ArcGIS 8 Outline Introduction Purpose Lab Basics o About the Computers o About the software o Additional information Data ArcGIS Applications o Starting ArcGIS o o o Conclusion To

More information

Topology in the Geodatabase: An Introduction

Topology in the Geodatabase: An Introduction Topology in the Geodatabase: An Introduction Colin Zwicker Erik Hoel ESRI Super Secret Topology Laboratory, May 2016 Agenda ArcGIS Topology defined Validating a topology Editing a topology Geoprocessing

More information

Topology in the Geodatabase an Introduction. Erik Hoel Doug Morgenthaler

Topology in the Geodatabase an Introduction. Erik Hoel Doug Morgenthaler Topology in the Geodatabase an Introduction Erik Hoel Doug Morgenthaler ESRI Super Secret Topology Laboratory, May 2012 Agenda ArcGIS Topology defined Validating a topology Editing a topology Geoprocessing

More information

ArcMap Editing Tips and Tricks. Sean Jones

ArcMap Editing Tips and Tricks. Sean Jones ArcMap Editing Tips and Tricks Sean Jones Overview Topics - Tuning your editing map - Creating features - Editing features and attributes - Aligning and editing coincident features - Addins Format - Software

More information

Geology & Geophysics REU GPS/GIS 1-day workshop handout #2: Importing Field Data to ArcGIS

Geology & Geophysics REU GPS/GIS 1-day workshop handout #2: Importing Field Data to ArcGIS Geology & Geophysics REU GPS/GIS 1-day workshop handout #2: Importing Field Data to ArcGIS In this lab you ll start to use some basic ArcGIS routines. These include importing GPS field data and creating

More information

Explore some of the new functionality in ArcMap 10

Explore some of the new functionality in ArcMap 10 Explore some of the new functionality in ArcMap 10 Scenario In this exercise, imagine you are a GIS analyst working for Old Dominion University. Construction will begin shortly on renovation of the new

More information

Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3

Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3 Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3 Practical: Creating and Editing Shapefiles Using Straight, AutoComplete and Cut Polygon Tools Use ArcCatalog to copy data files from:

More information

GIS LAB 8. Raster Data Applications Watershed Delineation

GIS LAB 8. Raster Data Applications Watershed Delineation GIS LAB 8 Raster Data Applications Watershed Delineation This lab will require you to further your familiarity with raster data structures and the Spatial Analyst. The data for this lab are drawn from

More information

1. Preparing the base map. 2. Creating new shapefiles. Collecting Spatial Data by Digitizing

1. Preparing the base map. 2. Creating new shapefiles. Collecting Spatial Data by Digitizing Topics: 1. Preparing the base map 2. Creating new shapefiles 3. Digitizing Features 4. Modifying Existing Features 5. Adding Data Fields and editing Feature Attributes 6. Displaying and Labelling features

More information

Exercise 1: Getting to know ArcGIS

Exercise 1: Getting to know ArcGIS The Scenario You are working for the California Visitor s Commission. You have been asked to prepare a map of California for several dignitaries from out of the country. Your map will need to include enough

More information

GIS Fundamentals: Supplementary Lessons with ArcGIS Pro

GIS Fundamentals: Supplementary Lessons with ArcGIS Pro Station Analysis (parts 1 & 2) What You ll Learn: - Practice various skills using ArcMap. - Combining parcels, land use, impervious surface, and elevation data to calculate suitabilities for various uses

More information

In this exercise we will:

In this exercise we will: Intro to GIS Exercise #3 TOC Data frame visual hierarchy / Select by Attribute / Select by Location / Geoprocessing IUP Dept. of Geography and Regional Planning Dr. Richard Hoch Please prepare answers

More information

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3)

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) CS 1033 Multimedia and Communications Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Table Properties Reference Guide The Property

More information

Heads-up Digitizing from Scanned Hard-Copy Maps Part II - Vector Point, Segment and Polygon Editing 1

Heads-up Digitizing from Scanned Hard-Copy Maps Part II - Vector Point, Segment and Polygon Editing 1 Data conversion/entry (GIS, databases) February 18-25, 2007 Freetown, Sierra Leone Heads-up Digitizing from Scanned Hard-Copy Maps Part II - Vector Point, Segment and Polygon Editing 1 Objectives: Create

More information

Animations involving numbers

Animations involving numbers 136 Chapter 8 Animations involving numbers 8.1 Model and view The examples of Chapter 6 all compute the next picture in the animation from the previous picture. This turns out to be a rather restrictive

More information

Introduction to GIS A Journey Through Gale Crater

Introduction to GIS A Journey Through Gale Crater Introduction to GIS A Journey Through Gale Crater In this lab you will be learning how to use ArcMap, one of the most common commercial software packages for GIS (Geographic Information System). Throughout

More information

Creating Digital Illustrations for Your Research Workshop III Basic Illustration Demo

Creating Digital Illustrations for Your Research Workshop III Basic Illustration Demo Creating Digital Illustrations for Your Research Workshop III Basic Illustration Demo Final Figure Size exclusion chromatography (SEC) is used primarily for the analysis of large molecules such as proteins

More information

Lab 5: Georeferencing, Digitization, and Processing

Lab 5: Georeferencing, Digitization, and Processing Lab 5: Georeferencing, Digitization, and Processing Purpose: An introduction to georeferencing images, practice digitizing, and combine lesson up to this point. To Do: Register a scanned image, digitize

More information

Watershed Modeling Advanced DEM Delineation

Watershed Modeling Advanced DEM Delineation v. 10.1 WMS 10.1 Tutorial Watershed Modeling Advanced DEM Delineation Techniques Model manmade and natural drainage features Objectives Learn to manipulate the default watershed boundaries by assigning

More information

Lab 11: Terrain Analysis

Lab 11: Terrain Analysis Lab 11: Terrain Analysis What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. You should read chapter 11 in the GIS Fundamentals textbook before performing

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

More information

SETTING UP A. chapter

SETTING UP A. chapter 1-4283-1960-3_03_Rev2.qxd 5/18/07 8:24 PM Page 1 chapter 3 SETTING UP A DOCUMENT 1. Create a new document. 2. Create master pages. 3. Apply master pages to document pages. 4. Place text and thread text.

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Data for the exercise are found in the

More information

v SMS 11.2 Tutorial Overview Prerequisites Requirements Time Objectives

v SMS 11.2 Tutorial Overview Prerequisites Requirements Time Objectives v. 11.2 SMS 11.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

Building Vector Layers

Building Vector Layers Building Vector Layers in QGIS Introduction: Spatially referenced data can be separated into two categories, raster and vector data. This week, we focus on the building of vector features. Vector shapefiles

More information

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat The American University in Cairo Academic Computing Services Word 2000 prepared by Soumaia Ahmed Al Ayyat Spring 2001 Table of Contents: Opening the Word Program Creating, Opening, and Saving Documents

More information

Geography 281 Map Making with GIS Project Six: Labeling Map Features

Geography 281 Map Making with GIS Project Six: Labeling Map Features Geography 281 Map Making with GIS Project Six: Labeling Map Features In this activity, you will explore techniques for adding text to maps. As discussed in lecture, there are two aspects to using text

More information

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

More information

In this lesson, you ll learn how to:

In this lesson, you ll learn how to: LESSON 5: ADVANCED DRAWING TECHNIQUES OBJECTIVES In this lesson, you ll learn how to: apply gradient fills modify graphics by smoothing, straightening, and optimizing understand the difference between

More information

ORGANIZING YOUR ARTWORK WITH LAYERS

ORGANIZING YOUR ARTWORK WITH LAYERS 9 ORGANIZING YOUR ARTWORK WITH LAYERS Lesson overview In this lesson, you ll learn how to do the following: Work with the Layers panel. Create, rearrange, and lock layers and sublayers. Move objects between

More information

Learning to use the drawing tools

Learning to use the drawing tools Create a blank slide This module was developed for Office 2000 and 2001, but although there are cosmetic changes in the appearance of some of the tools, the basic functionality is the same in Powerpoint

More information

Crop Probability Map Tutorial

Crop Probability Map Tutorial Crop Probability Map Tutorial To be used in association with the CropProbabilityMap ArcReader document Prepared by Karen K. Kemp, PhD GISP, October 2012 This document provides a few key details about the

More information

Tutorial: De Novo Assembly of Paired Data

Tutorial: De Novo Assembly of Paired Data : De Novo Assembly of Paired Data September 20, 2013 CLC bio Silkeborgvej 2 Prismet 8000 Aarhus C Denmark Telephone: +45 70 22 32 44 Fax: +45 86 20 12 22 www.clcbio.com support@clcbio.com : De Novo Assembly

More information

GIS Exercise 10 March 30, 2018 The USGS NCGMP09v11 tools

GIS Exercise 10 March 30, 2018 The USGS NCGMP09v11 tools GIS Exercise 10 March 30, 2018 The USGS NCGMP09v11 tools As a result of the collaboration between ESRI (the manufacturer of ArcGIS) and USGS, ESRI released its Geologic Mapping Template (GMT) in 2009 which

More information

Digitising a map in arcgis desktop 10.3

Digitising a map in arcgis desktop 10.3 Digitising a map in arcgis desktop 10.3 1 CONTENTS 2 Evaluating your map... 2 3 Setting up the base map... 3 4 Georeferencing your map/maps... 3 4.1 Georeferencing tips.... 4 5 Digitising your maps...

More information

Minnesota Department of Natural Resources ArcView Utilities Extension User s Guide

Minnesota Department of Natural Resources ArcView Utilities Extension User s Guide Introduction This document describes the functionality and use of the ArcView Utilities extension for the ArcView desktop GIS software. These tools were developed out of the need for additional geoprocessing

More information

v SMS 11.1 Tutorial Overview Time minutes

v SMS 11.1 Tutorial Overview Time minutes v. 11.1 SMS 11.1 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. It is suggested that this tutorial

More information

Exercise 1: An Overview of ArcMap and ArcCatalog

Exercise 1: An Overview of ArcMap and ArcCatalog Exercise 1: An Overview of ArcMap and ArcCatalog Introduction: ArcGIS is an integrated collection of GIS software products for building a complete GIS. ArcGIS enables users to deploy GIS functionality

More information

Tutorial 7: Adding Features and Editing Line and Polygon Layers

Tutorial 7: Adding Features and Editing Line and Polygon Layers Tutorial 7: Adding Features and Editing Line and Polygon Layers Tutorial Content 7.1. When should I use a line layer to represent data? 7.2. How do I add line features? 7.3. How to use the snapping tool?

More information

Graphic Design & Digital Photography. Photoshop Basics: Working With Selection.

Graphic Design & Digital Photography. Photoshop Basics: Working With Selection. 1 Graphic Design & Digital Photography Photoshop Basics: Working With Selection. What You ll Learn: Make specific areas of an image active using selection tools, reposition a selection marquee, move and

More information

Creating raster DEMs and DSMs from large lidar point collections. Summary. Coming up with a plan. Using the Point To Raster geoprocessing tool

Creating raster DEMs and DSMs from large lidar point collections. Summary. Coming up with a plan. Using the Point To Raster geoprocessing tool Page 1 of 5 Creating raster DEMs and DSMs from large lidar point collections ArcGIS 10 Summary Raster, or gridded, elevation models are one of the most common GIS data types. They can be used in many ways

More information

_Tutorials. Arcmap. Linking additional files outside from Geodata

_Tutorials. Arcmap. Linking additional files outside from Geodata _Tutorials Arcmap Linking additional files outside from Geodata 2017 Sourcing the Data (Option 1): Extracting Data from Auckland Council GIS P1 First you want to get onto the Auckland Council GIS website

More information

City of La Crosse Online Mapping Website Help Document

City of La Crosse Online Mapping Website Help Document City of La Crosse Online Mapping Website Help Document This document was created to assist in using the new City of La Crosse online mapping sites. When the website is first opened, a map showing the City

More information

Introduction to LiDAR

Introduction to LiDAR Introduction to LiDAR Our goals here are to introduce you to LiDAR data, to show you how to download it for an area of interest, and to better understand the data and uses through some simple manipulations.

More information

GraphWorX64 Productivity Tips

GraphWorX64 Productivity Tips Description: Overview of the most important productivity tools in GraphWorX64 General Requirement: Basic knowledge of GraphWorX64. Introduction GraphWorX64 has a very powerful development environment in

More information

Tutorial 1 Exploring ArcGIS

Tutorial 1 Exploring ArcGIS Tutorial 1 Exploring ArcGIS Before beginning this tutorial, you should make sure your GIS network folder is mapped on the computer you are using. Please refer to the How to map your GIS server folder as

More information

LAB 9: Buffering and Overlay in ArcGIS - ArcMAP

LAB 9: Buffering and Overlay in ArcGIS - ArcMAP LAB 9: Buffering and Overlay in ArcGIS - ArcMAP What You ll Learn: to apply the concepts of buffering and overlay, two common cartographic operations. You should read chapter 9 in the GIS Fundamentals

More information

S206E Lecture 3, 5/15/2017, Rhino 2D drawing an overview

S206E Lecture 3, 5/15/2017, Rhino 2D drawing an overview Copyright 2017, Chiu-Shui Chan. All Rights Reserved. S206E057 Spring 2017 Rhino 2D drawing is very much the same as it is developed in AutoCAD. There are a lot of similarities in interface and in executing

More information

GEOG 487 Lesson 4: Step-by-Step Activity

GEOG 487 Lesson 4: Step-by-Step Activity GEOG 487 Lesson 4: Step-by-Step Activity Part I: Visually Explore Trends In Part I, we will explore several tools and technique to make it easier to visually interpret patterns in your data using ArcGIS.

More information

Introduction to GIS & Mapping: ArcGIS Desktop

Introduction to GIS & Mapping: ArcGIS Desktop Introduction to GIS & Mapping: ArcGIS Desktop Your task in this exercise is to determine the best place to build a mixed use facility in Hudson County, NJ. In order to revitalize the community and take

More information

Undo Button Clicking this tool will undo the last action. Clicking on this tool multiple times will undo all subsequent changes that were made.

Undo Button Clicking this tool will undo the last action. Clicking on this tool multiple times will undo all subsequent changes that were made. SMS Featured Icons: Editor Window This document includes a brief description of the tools in the SMS Desktop Software Editor windows, as well as showing you the toolbar shortcuts to easily access these

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Please

More information

EDITING AND COMBINING SHAPES AND PATHS

EDITING AND COMBINING SHAPES AND PATHS 4 EDITING AND COMBINING SHAPES AND PATHS Lesson overview In this lesson, you ll learn how to do the following: Cut with the Scissors tool. Join paths. Work with the Knife tool. Outline strokes. Work with

More information

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Before

More information

Geography 104 Instructors: Judd Curran & Mark Goodman. LAB EXERCISE #3 Data Analysis - Buffering (25pts)

Geography 104 Instructors: Judd Curran & Mark Goodman. LAB EXERCISE #3 Data Analysis - Buffering (25pts) Instructors: Judd Curran & Mark Goodman Name: LAB EXERCISE #3 Data Analysis - Buffering (25pts) Transformations in GIS are methods that transform GIS objects and databases into more useful products using

More information

Chapter 1. Getting to Know Illustrator

Chapter 1. Getting to Know Illustrator Chapter 1 Getting to Know Illustrator Exploring the Illustrator Workspace The arrangement of windows and panels that you see on your monitor is called the workspace. The Illustrator workspace features

More information

Part II: Creating Visio Drawings

Part II: Creating Visio Drawings 128 Part II: Creating Visio Drawings Figure 5-3: Use any of five alignment styles where appropriate. Figure 5-4: Vertical alignment places your text at the top, bottom, or middle of a text block. You could

More information

GIS Basics for Urban Studies

GIS Basics for Urban Studies GIS Basics for Urban Studies Date: March 21, 2018 Contacts: Mehdi Aminipouri, Graduate Peer GIS Faciliator, SFU Library (maminipo@sfu.ca) Keshav Mukunda, GIS & Map Librarian Librarian for Geography (kmukunda@sfu.ca)

More information

In this exercise, you will convert labels into geodatabase annotation so you can edit the text features.

In this exercise, you will convert labels into geodatabase annotation so you can edit the text features. Instructions: Use the provided data stored in a USB. For the report: 1. Start a new word document. 2. Follow an exercise step as given below. 3. Describe what you did in that step in the word document

More information

Let s Make a Front Panel using FrontCAD

Let s Make a Front Panel using FrontCAD Let s Make a Front Panel using FrontCAD By Jim Patchell FrontCad is meant to be a simple, easy to use CAD program for creating front panel designs and artwork. It is a free, open source program, with the

More information

2 SELECTING AND ALIGNING

2 SELECTING AND ALIGNING 2 SELECTING AND ALIGNING Lesson overview In this lesson, you ll learn how to do the following: Differentiate between the various selection tools and employ different selection techniques. Recognize Smart

More information

Geography 281 Map Making with GIS Project Two: Map Design Issues in ArcMap

Geography 281 Map Making with GIS Project Two: Map Design Issues in ArcMap Geography 281 Map Making with GIS Project Two: Map Design Issues in ArcMap This activity provides an introduction to the map design process. It takes you through a typical sequence from the initial decision

More information

Georeferencing Imagery in ArcGIS 10.3.x

Georeferencing Imagery in ArcGIS 10.3.x Georeferencing Imagery in ArcGIS 10.3.x Georeferencing is the process of aligning imagery (maps, air photos, etc.) with spatial data such as point, lines or polygons (for example, roads and water bodies).

More information

Create ruler guides. Create a ruler guide

Create ruler guides. Create a ruler guide Create ruler guides Ruler guides are different from grids in that they can be positioned freely on a page or on a pasteboard. You can create two kinds of ruler guides: page guides, which appear only on

More information

Getting to Know ModelBuilder

Getting to Know ModelBuilder Getting to Know ModelBuilder Offered by Shane Bradt through the UNH Cooperative Extension Geospatial Technologies Training Center Developed by Sandy Prisloe and Cary Chadwick at the Geospatial Technology

More information

Tips for a Good Meshing Experience

Tips for a Good Meshing Experience Tips for a Good Meshing Experience Meshes are very powerful and flexible for modeling 2D overland flows in a complex urban environment. However, complex geometries can be frustrating for many modelers

More information

Editing Parcel Fabrics Tutorial

Editing Parcel Fabrics Tutorial Editing Parcel Fabrics Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Getting started with parcel fabric editing...................... 3 Tutorial: Creating new parcels

More information

Adobe InDesign CS6 Tutorial

Adobe InDesign CS6 Tutorial Adobe InDesign CS6 Tutorial Adobe InDesign CS6 is a page-layout software that takes print publishing and page design beyond current boundaries. InDesign is a desktop publishing program that incorporates

More information

Piping Design. Site Map Preface Getting Started Basic Tasks Advanced Tasks Customizing Workbench Description Index

Piping Design. Site Map Preface Getting Started Basic Tasks Advanced Tasks Customizing Workbench Description Index Piping Design Site Map Preface Getting Started Basic Tasks Advanced Tasks Customizing Workbench Description Index Dassault Systèmes 1994-2001. All rights reserved. Site Map Piping Design member member

More information

Using ArcGIS 10.x Introductory Guide University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre

Using ArcGIS 10.x Introductory Guide University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre Using ArcGIS 10.x Introductory Guide University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre FURTHER ASSISTANCE If you have questions or need assistance, please contact: Andrew

More information

Karlen Communications Track Changes and Comments in Word. Karen McCall, M.Ed.

Karlen Communications Track Changes and Comments in Word. Karen McCall, M.Ed. Karlen Communications Track Changes and Comments in Word Karen McCall, M.Ed. Table of Contents Introduction... 3 Track Changes... 3 Track Changes Options... 4 The Revisions Pane... 10 Accepting and Rejecting

More information