Remote Sensing & GIS (Bio/Env384 A): 10 November 2015 GIS Database Query

Size: px
Start display at page:

Download "Remote Sensing & GIS (Bio/Env384 A): 10 November 2015 GIS Database Query"

Transcription

1 Remote Sensing & GIS (Bio/Env384 A): 10 November 2015 GIS Database Query One primary purpose of establishing any GIS database is to provide the possibility of querying that database, i.e., of asking questions that draw on existing data and produce new information as a result of those queries. For this exercise, we will use two raster images that contain all the data needed to produce the required derivative map as well as the numerical value for the number of hectares suitable for a given purpose. 1.) Log on to your computer. 2.) Gain access to the necessary files by doing the following: Your four images are located on the University of Portland campus network at Academic / Environmental Science / Env384 / Idrisi_Files / Idrisi_DatabaseQuery_F. Right-click on it and then press the Control and C keys simultaneously to copy the folder. Locate your personal folder on the RS-GIS disk drive and double-click on it to open it. Press the Control and V keys simultaneously to paste the folder into your personal folder. One purpose of doing this is to prevent accidental changes to the original copies of the files. A second purpose of doing this is to keep your personal output files in your own folder. 3.) Launch Idrisi Selva. 4.) Single-click on the Environment icon (it looks like a blue globe with folders in front of it) at the far left on the toolbar. Click on the Projects tab. Leave the Default project, but remove all other projects. While not strictly necessary, this will keep clutter to a minimum. They can be easily restored later. Establish a new project by right-clicking anywhere below the listing for the Default project. You can use the Insert (Ins) button to accomplish the same thing. Navigate to your personal folder on the RS-GIS drive and then to Idrisi_DatabaseQuery_F. 5.) Single-click on the Display Launcher icon (the miniature world map) second from the left on the toolbar. Single-click on the ellipsis button to bring up the list of files to choose from. Any files that you have previously saved to Idrisi_Output_F will appear. There should not be any such files at the start of this exercise. If the file names are not already displayed, then single-click on Idrisi_DatabaseQuery_F to display the list of files contained in the folder. Insure that the following two files are available: drelief (a digital terrain model) dsoils (a map of different soil types) Double-click on the file named drelief to insert it into the edit field. Toward the lower right, check the box for the IDRISI Default Quantitative palette. Toward the upper right, check the box for Autoscale, Equal Intervals. This should be the default. Toward the lower left, check the box for Legend. This should be the default. Toward the lower left, check the box for Title. This should be the default. Click the OK button on the Display Launcher dialog box. You will see a very colorful scene with the title Dirol Plain, Mauritania: Relief (DTM) Use Cursor Inquiry Mode (the toolbar icon near the center that looks like a question mark with an arrow pointing toward the lower left) to inspect the numerical value of numerous pixels in the scene. Can you tell whether the pixel data are byte or real format data? If necessary, check the Metadata listing (lower left of your computer screen) to confirm your conclusion about Data Type. Remote Sensing & GIS (Env/Bio 384 A): 10 November 2015 GIS Database Query, page 1 of 12

2 What part(s) of the scene have the highest elevations? What part(s) of the scene have the lowest elevations? Is there anything unusual about any part(s) of the scene? 6.) Some areas in this scene near the Senegal River flood every year during a very brief rainy season. Farmers plant their crops (mostly sorghum) immediately after the flood waters recede (an approach known as recessional agriculture ) in order to benefit from the retained soil moisture. This was a real project by which the local residents were seriously considering building a small dam on the North side of the Senegal River to hold the flood waters longer than usual, allowing more water to soak into and be retained by the soil. The normal maximum flood stage (i.e., maximum elevation of the flood) is 9.0 meters. In addition to sufficient soil moisture, the recessional sorghum farmers need the soil type that is most efficient at retaining water, and the only such soil type is clay. 7.) Single-click on the Display Launcher icon. Single-click on the ellipsis button to bring up the list of files to choose from. If necessary, single-click on Idrisi_DatabaseQuery_F to display the list of files contained in the folder (presuming the list is not already displayed). Double-click on the file named dsoils to insert it into the edit field. Toward the lower right, check the box for the second palette, i.e., IDRISI Default Qualitative. Toward the upper right, un-check the box for Autoscale. This should be the default. Toward the bottom left, check the box for Legend. This should be the default. Toward the bottom left, check the box for Title. This should be the default. Use Cursor Inquiry Mode to inspect the numerical value of numerous pixels in the scene. Do you notice any difference between these pixel values and the pixel values for the drelief layer? Is there anything else different about the display of pixel values? 8.) In determining whether or not to build the dam, the decision makers need to have some quantitative idea about how much sorghum yields will increase. That, in turn, depends almost exclusively on how many hectares of land will benefit from the trapped flood waters. Our task is to determine all areas suitable for recessional sorghum agriculture. Specifically, we need to find all regions (i.e., all pixels) which are: Located in the normal flood zone AND Located on clay soils Notice that this is a logical statement rather than a mathematical statement. Thus, at least in the latest stages of completing our task, we will need to use logical operators specifically, the logical AND operator. Naturally enough, how we approach our task is determined by the data layers we start with and the derivative map layer we end with. Why do we need the two layers to achieve our goal? We need a digital terrain model (DTM) layer because (a) the flood waters reach some particular height each year and (b) any dam that is constructed will also reach some particular height. We need a soil layer because soil type is crucial to sorghum yield using recessional sorghum agriculture. 9.) Our ultimate goal is a derivative map layer that shows all the best areas for growing sorghum using trapped soil moisture. We will call this final derivative map layer BestForSorg. One relatively obvious strategy for accomplishing our goal is as follows: Use the digital elevation model together with our knowledge of flood stage to generate a derivative layer that separates all pixels into two categories: one below maximum flood stage and the other above maximum flood stage. We will call this intermediate derivative map layer _9m. - This process is called single-attribute query because only one input layer is involved. Remote Sensing & GIS (Env/Bio 384 A): 10 November 2015 GIS Database Query, page 2 of 12

3 - This derivative map will be Boolean (named after George Boole), i.e., a data type that has only zeroes (0 = unacceptable) and ones (1 = acceptable). Use the soils map together with our knowledge that clay is the best soil type to retain water and then generate a derivative layer that separates all pixels into two categories: one with non-clay soils and the other with clay soils. We will call this intermediate derivative map layer Soil_Clay. - This is another example of a single-attribute query. - This derivative map will also be Boolean (non-clay = 0 and clay = 1). Combine the Flood_LT9m and Soil_Clay derivative map layers into the final derivative map layer BestForSorg using the logical AND operator. - This process is called multiple-attribute query because more than one input layer is involved. - This derivative map will also be Boolean. Acceptable pixels will be added up and then multiplied by the amount of ground area covered by each image pixel to give us what we ultimately need: the total area that would benefit from construction of the proposed dam. 10.) At this point, we need to know which of Idrisi Selva s many capabilities will help us get from what we have (drelief and dsoils) to what we need, the number of suitable hectares. The first helpful Idrisi Selva module is Reclass. Go to the Idrisi Selva help function and look up Reclass (or page 7 of this document). The Reclass module lets us search a raster file for specific numerical values and then reclassify each numerical value as we desire. In particular, we will want to assign either one of two values: either zeroes or ones. Working with drelief, we will reclassify the scene such that: - all pixels with numerical values greater than or equal to 9.0 meters elevation will be classified as 0 (i.e., not to be affected by the proposed dam) and - all pixels with numerical values less than 9.0 meters elevation will be classified as 1 (i.e., affected by the proposed dam). Working with dsoils, we will reclassify the scene such that: - all pixels with the numerical code for soil types other than simple clay soils will be classified as 0 (i.e., not acceptable for recessional sorghum agriculture), and - all pixels with the numerical code for clay soils will be classified as 1 (i.e., acceptable for recessional sorghum agriculture). That numerical code is. The second helpful Idrisi Selva module is Overlay. Go to the Idrisi Selva help function and look up Overlay (or page 9 of this document). The basic purpose of this module is to simplify several processes that involve simple mathematical operations on pixel data layers. The capability used most often is multiplication on Boolean (zeroes and ones) data layers, which yields unacceptable and acceptable areas for specified purposes. The third helpful Idrisi Selva module is Area. Go to the Idrisi Selva help function and look up Area (or page 11 of this document). The basic purpose of this module is to calculate the area covered by a selected set of pixels. The fourth helpful Idrisi Selva module is Group. Go to the Idrisi Selva help function and look up Group (or page 12 of this document). The basic purpose of this module is to assign a label number to contiguous groups of identically valued pixels. To do this, Idrisi Selva inspects neighboring pixels to determine whether or not they have the same numerical value as the center pixel presently being inspected. One question that must be addressed is the definition of neighboring pixels (will neighbors only be left, right, up and down, or will they also include the diagonal pixels? 11.) Before proceeding, we need to set some Idrisi Selva preferences so that the program will automatically do certain operations for us. Proceed as follows: From the File menu, select User Preferences. This will show a dialog box with three tabs. Remote Sensing & GIS (Env/Bio 384 A): 10 November 2015 GIS Database Query, page 3 of 12

4 Under the System Settings tab, make sure that - the box is checked for Automatically display the output of analytical models. Under the Display Settings tab, make sure that - the Default qualitative palette is set to QUAL256 (single-click on the ellipsis button and search in the c:\program files\idrisi Selva\symbols folder); - the Default quantitative palette is set to IDRIS256; - the box is checked for Automatically show title; - the box is checked for Automatically show legend. Click the OK button to have your selections take effect. 12.) Our first step will be as follows: Select the Reclass module (the fifth-from-last button near the right end of the toolbar). Type of file to reclassify: Image Classification type: User defined reclass Input file: Single click the ellipsis button and double click on drelief Output file: Type in the name Flood_LT9m Assign a new value of: 1 (acceptable for our intended purposes) To all values from: 0.0 (the lowest possible elevation value in drelief) To just less than: 9.0 (the height of the proposed dam) Assign a new value of: 0 (not acceptable for our intended purposes) To all values from: 9.0 (again, the height of the proposed dam) To just less than: (much higher than the highest elevation in drelief) Note that every possible elevation value is explicitly given a value to make absolutely sure we don t get any surprises. Click the OK button to execute the procedure. Accept Integer as the output data type. Inspect the file named Flood_LT9m, which should automatically display when the procedure is finished. Does this image make sense visually (i.e., does it look like the areas in color are the ones below 9.0 meters elevation and the areas in black are the ones above 9.0 meters elevation)? If so, proceed; if not, try it again taking special care to avoid any mistakes. 13.) Our second step will be as follows: Select the Reclass module (the fifth-from-last button near the right end of the toolbar). Type of file to reclassify: Image Classification type: User defined reclass Input file: Single click the ellipsis button and double click on dsoils Output file: Type in the name Soil_Clay Inspect the dsoils image and determine which code number represents clay soils. Note this number for inclusion below. Assign a new value of: 0 (not clay soils) To all values from: 0 To just less than: The numerical code for clay soils Assign a new value of: 1 (clay soils) To all values from: The numerical code for clay soils To just less than: The numerical code for clay soils + 1 Remote Sensing & GIS (Env/Bio 384 A): 10 November 2015 GIS Database Query, page 4 of 12

5 Assign a new value of: 0 (not clay soils) To all values from: The numerical code for clay soils + 1 To just less than: 9999 Note that every possible numerical code value (even if it is ridiculously low or high) is explicitly given a value to make absolutely sure we don t get any surprises. Click the OK button to execute the procedure. Inspect the resulting file named Soil_Clay. If it appears black, then go to the Composer window, click on the button labeled Layer Properties, select the Qual256 palette, and click on the Apply button. Does this image make sense visually (i.e., does it look like the areas in color are clay soils and the areas in black are not clay soils)? If so, proceed; if not, try it again taking special care to avoid any mistakes. 14.) Our third step will be as follows: Select the Overlay module (the fourth-from-last button near the right end of the toolbar). First image: Single click the ellipsis button and double click on Flood_LT9m Second image: Single click the ellipsis button and double click on Soil_Clay Output image: Type in the name BestForSorg Overlay options: First * Second (because only 1 * 1 will be acceptable) Output documentation: Title: Dirol Plain, Mauritania: Best Sorghum Value Units: Boolean Inspect the resulting file named BestForSorg. Does this image make sense visually (i.e., does it look like the areas in color are fit both criteria and the areas in black do not fit both criteria)? If so, proceed; if not, try it again taking special care to avoid any mistakes. 15.) Our fourth step will be as follows: Select the Area module (from the GIS Analysis / Database Query menu). Output format: Tabular Input image: Single click the ellipsis button and double click on BestForSorg Calculate area as: Hectares Title: Leave blank since no image is being generated How many hectares would benefit from the proposed dam? 16.) We may decide that we also want to calculate the area of each individual polygon (i.e., cluster of pixels) that represents an area that would benefit from the proposed dam. This is why we might want to use the Group module in Idrisi Selva. Select Group from the Analysis / Context Operators menu. Input image: Single click the ellipsis button and double click on BestForSorg Output image: Type in the name Groups Select the check box to include diagonals. Title: Dirol Plain, Mauritania: Pixel groups Click the OK button to execute the procedure. Inspect the resulting file named Groups. Does this image make sense visually? Which polygon ID numbers correspond to the three polygons best suited to recessional sorghum agriculture? Run the Area module on Groups to determine the area of all the polygons, and note the areas of the three polygons that represent the areas best suited to recessional sorghum agriculture. Remote Sensing & GIS (Env/Bio 384 A): 10 November 2015 GIS Database Query, page 5 of 12

6 Do these add up to the same number that you got for the total area? If so, proceed; if not, try it again taking special care to avoid any mistakes. 17.) When working with computer programs, it is often the case that we can get from what we have to what we need in more than one way. That is almost always the case with GIS software, and it is certainly the case here. Note what we have already done: Reclassified the drelief scene. Reclassified the dsoils scene. Combined the two into our final derivative image. We can also use the Image Calculator do very quickly get to the same goal. Launch Image Calculator (the sixth-from-last button near the right end of the toolbar). Operation type: Logical expression Output file name: bestcalc Expression to process: Single-click the ( button Single-click the Insert image button and double-click on drelief Single-click the < button Type in number 9.0 (the elevation of the proposed dam) Single-click the ) button Single-click the AND button Single-click the ( button Single-click the Insert image button and double-click on dsoils Single-click the = button Type in number 2 (the code number for clay soils) Single-click the ) button Single-click the Process Expression button Inspect the resulting file named bestcalc. Does this image make sense visually (i.e., does it look like exactly like BestForSorg)? Run the Area module on bestcalc. Does this yield the same area as that calculated for BestForSorg? If so, you are finished; if not, try it again taking special care to avoid any mistakes. 18.) Homework assignment 1: Assume that financial constraints may limit the dam height to 8.0 meters instead of 9.0 meters. How many hectares would benefit from the proposed dam under these new conditions? 19.) Homework assignment 2: Assume that all three kinds of clay soils would be acceptable and the dam height would still be 9.0 meters. How many hectares would benefit from the proposed dam under these new conditions? Put the final results of both homework assignments on the E:/ drive on the Master computer. Remote Sensing & GIS (Env/Bio 384 A): 10 November 2015 GIS Database Query, page 6 of 12

7 RECLASS RECLASS classifies or reclassifies the pixel values stored in images, the feature ID values of vector files or the second column values of attribute values files into new integer categories. Classification or reclassification is by equal intervals division of the data range, or by the application of userdefined limits. Related Modules: ASSIGN, PCLASS, OVERLAY User-defined reclass RECLASS Operation 1. Specify the type of file to reclassify, either an image, vector, or a values file. 2. For classification type, indicate user-defined reclass. 3. Specify the name of the input file and a name for the resulting output file. 4. Enter the reclass parameters in the grid, the new class value and the range of old values to be assigned to this new class. Click into the upper left cell of the grid and enter the first new value. Tab or click into the next cell and enter the lower limit for the range of old values to be given the new value. Tab or click into the third cell on that line and enter the upper limit. As soon as a value is entered into the first grid cell, a second row will appear in the grid. Fill in each row until all new classes have been defined. You alternately have the option of using an existing.rcl file with the reclass parameters. Select the Use.RCL button to launch the Pick List. The choice of old values is important. The lower limit is inclusive while the upper limit is exclusive. Values outside the data range in the image are permitted and are used to ensure that all old data values are reclassified. For example, suppose old data values ranging from are to be classified into two new classes, the first containing all old values less than 30 and the second containing all old values greater than or equal to 30. Ranges from 11 - < 30 for the first and 30 - < 51 for the second will not work, since 51 is not included in the second class. Ranges from for the first, and 30 - < 52 for the second will work. The new value, lower limit and upper limit values may be real or integer. The order of class definition is not important. A blank row will always appear at the bottom of the grid. It is not necessary to remove it. Use the Remove line button to remove one line in the grid. Use the Clear grid button to clear the entire grid. Any original values not covered by the specified ranges will retain their original values (except that these may be rounded to integer, see Note 4). An.RCL file may be created in any text editor. See Note 2 for the.rcl file structure. 5. If desired, save the reclassification assignments to an ASCII file with an.rcl extension by clicking the Save as.rcl file button. 6. Select Output documentation to enter a title and value units. Remote Sensing & GIS (Env/Bio 384 A): 10 November 2015 GIS Database Query, page 7 of 12

8 7. Click OK. Equal interval reclass 1. Specify the type of file to reclass, either an image, vector, or a values file. 2. For classification type, indicate equal interval reclass. 3. Specify the name of the input file and a name for the resulting output file. 4. Set the new minimum and maximum values for the classification if desired. It is common to change the minimum and maximum in order to derive classes that start and end at some even value. For example, a data set with a minimum of 2 and a maximum of 57 might be changed to 0 and Indicate whether to use class width or number of classes and enter that value. 6. Click OK. RECLASS Notes 1. Any values not specified in a set of reclassification ranges will be left unaltered. For example, if the image contains values from 1 to 5 and you indicate that those from 2 to those just less than 5 should be reclassified to a 3, the final image will contain values of 1, 3 and 5. (Note, however, that original real values may be rounded to integers in the output image -- see Note 4.) 2. The format for the.rcl file is a set of lines with 3 numbers per line separated by spaces. The numbers represent the new value, the old from value, and the old to just less than value. See RECLASS Command File Structure for more information. The.RCL file may be created with Edit or may be saved from the RECLASS dialog. Note that if you are using the RECLASS dialog just to create an.rcl file, it is not necessary to fill in input and output filenames. Just fill in the classification grid and choose Save as.rcl file. 3. As an alternative to RECLASS, ASSIGN can be used as a reclassifier whenever the input image is integer. Unlike RECLASS, ASSIGN forces unmentioned values to take a new value of When RECLASS is run interactively from the dialog box, the reclassification parameters entered into the dialog box are written to a RECLASS Command File (see note 2) called idrtemp.rcl that is stored in the working folder. 5. If the IDRTEMP.RCL file has been set to read-only, RECLASS will not be able to open it and will not run. This can sometimes happen when data, along with a file called idrtemp.rcl are copied from a CD. Use your operating system explorer to remove the read-only attribute or delete the file (a new one will be constructed when you run RECLASS). 6. When real values are rounded to integer, "banker's rule" rounding is used. If the value is exactly 0.5, it rounds to the nearest even number Remote Sensing & GIS (Env/Bio 384 A): 10 November 2015 GIS Database Query, page 8 of 12

9 OVERLAY OVERLAY produces a new image from the data of two input images. New values result from applying one of the nine possible operations to the two input images, referred to as the first and second images during program operation. Related Modules: RECLASS, PCLASS, SCALAR, TRANSFORM OVERLAY Operation 1. Enter the names of the first and second images as well as a name for the output image. 2. Select an overlay option: First + Second: Corresponding pixels from the two images are added. First - Second: Pixels from the second image are subtracted from those of the first. First x Second: Corresponding pixels from the two images are multiplied. First / Second: Pixels from the first image are divided by corresponding pixels from the second. First - Second / First + Second: Divides the subtraction of the two images by their addition. Commonly used in the derivation of vegetation indices from remotely sensed data. First to the power of the Second: Raises pixels in the first image to the power of corresponding pixels in the second. Minimum: Output pixels represent the minimum of those in corresponding positions on the first and second image. Maximum: Output pixels represent the maximum of those in corresponding positions on the first and second image. First covers Second except where zero: Covers pixels of the second image with those of the first, except where the first image has values of zero. In these cells, the value of the second image shows through. Pay careful attention to the relationship between these two images in the overlay option you choose. For example, image 1/image 2 does not yield the same result as image 2/image 1. Image order does not affect functions that are reflexive, i.e., addition and multiplication. It does affect all of the other overlay functions. 3. If the ratio option is chosen, select an option for how to handle division by zero if this occurs in your data. The choices are: Change analysis: 0/0=0; <0/0=-1e37 (machine negative infinity); >0/0=+1e37 (machine infinity). Division by zero yields zero: any_number/0=0. Division by zero yields error: any_number/0=error message. 4. Choose the Output Documentation button to enter a title and value units. Remote Sensing & GIS (Env/Bio 384 A): 10 November 2015 GIS Database Query, page 9 of 12

10 5. Click OK. OVERLAY Notes 1. When both images are Boolean (i.e., they both contain only zeros and ones), various logic operations (Boolean algebra) can be undertaken. For example: multiply = AND maximum or cover = OR. 2. OVERLAY uses standard mixed arithmetic rules in determining the data type of the result. Thus any operation involving a real number input image will result in a real number output image. Dividing two integer images will lead to a real number output. All other operations involving integers will lead to an integer result. 3. OVERLAY creates a byte output file only if the input files are in byte format and the lowest possible minimum and the highest possible maximum fall with the range of If it is determined that an output file predicted to have non-byte values completely conforms to byte limits, a message is displayed indicating that compaction to byte format is possible. 4. The maximum and minimum operations record the values but do not record information about which image provided the recorded value. To create such an image, use MDCHOICE Remote Sensing & GIS (Env/Bio 384 A): 10 November 2015 GIS Database Query, page 10 of 12

11 AREA AREA measures the areas associated with each integer category in an image and creates an output in the form of a new image, where each pixel takes on the area of the category to which it originally belonged, an attribute values file listing integer categories and their areas, or a summary table. Related Modules: PERIM, GROUP AREA Operation 1. Select whether you would like to create an image, attribute values file or tabular output type. 2. Indicate the name of the input image. 3. If you chose to create an image or attribute values file, enter a name for the output file. 4. Choose the measurement units for the area calculation: cells, hectares, acres, square meters, square feet, square kilometers, or square miles. AREA undertakes the proper conversion to these units based on the unit type and the reference system parameters listed in the image documentation file. 5. Click OK. AREA Notes 1. AREA will correctly adjust for differences in the longitudinal length of cells when a lat/long reference system is used. 2. For cases other than reporting the number of cells, AREA uses the reference units stated in the image documentation file as the basis for any conversion calculations. 3. In order to calculate the areas of individual features that share the same identifier, run the module GROUP before running AREA Remote Sensing & GIS (Env/Bio 384 A): 10 November 2015 GIS Database Query, page 11 of 12

12 GROUP GROUP determines contiguous groupings of identically valued integer cells in an image. Cells belonging to the same contiguous grouping are given a unique identifier, numbered consecutively in the order found. GROUP Operation 1. Enter the input and output filenames. 2. Indicate whether you wish to include diagonals in defining groups. If you include diagonal links, cells will be considered to belong to the same group if they have the same value and they touch in any of the eight possible directions, n, e, s, w, nw, ne, sw, se. If diagonal links are not included, pixels will be considered to be part of the same group only if they have the same value and touch in one of the cardinal directions, n, e, s, w. The results can be remarkably different. In general you want to include diagonal links unless you are trying to uncover polygons separated by lines of a single pixel width. 3. Specify an initial group value. 4. Choose whether to ignore a background value. 5. If you choose to ignore a background, specify its value to be excluded from the groupings. 6. Click OK. GROUP Notes 1. GROUP operates on byte and integer data type images only. However, if the number of groups exceeds the integer range of 32,767, the output image will be real data type. 2. Group numbering starts with the cell in the top left corner of the image. The numbering starts with the value specified for the initial group value Remote Sensing & GIS (Env/Bio 384 A): 10 November 2015 GIS Database Query, page 12 of 12

Exercise 2-1 Cartographic Modeling

Exercise 2-1 Cartographic Modeling Exercise 2-1 Cartographic Modeling A cartographic model is a graphic representation of the data and analytical procedures used in a study. Its purpose is to help the analyst organize and structure the

More information

Module 7 Raster operations

Module 7 Raster operations Introduction Geo-Information Science Practical Manual Module 7 Raster operations 7. INTRODUCTION 7-1 LOCAL OPERATIONS 7-2 Mathematical functions and operators 7-5 Raster overlay 7-7 FOCAL OPERATIONS 7-8

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

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 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 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 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

Raster Data Model & Analysis

Raster Data Model & Analysis Topics: 1. Understanding Raster Data 2. Adding and displaying raster data in ArcMap 3. Converting between floating-point raster and integer raster 4. Converting Vector data to Raster 5. Querying Raster

More information

GeoWeb Portal. User Manual

GeoWeb Portal. User Manual GeoWeb Portal User Manual Purpose The GeoWeb Portal (GWP) is a map viewing and publishing site. It is designed to allow people to build their own maps and review the data that is attached to the elements

More information

Map Algebra Exercise (Beginner) ArcView 9

Map Algebra Exercise (Beginner) ArcView 9 Map Algebra Exercise (Beginner) ArcView 9 1.0 INTRODUCTION The location of the data set is eastern Africa, more specifically in Nakuru District in Kenya (see Figure 1a). The Great Rift Valley runs through

More information

Lab #4 Introduction to Image Processing II and Map Accuracy Assessment

Lab #4 Introduction to Image Processing II and Map Accuracy Assessment FOR 324 Natural Resources Information Systems Lab #4 Introduction to Image Processing II and Map Accuracy Assessment (Adapted from the Idrisi Tutorial, Introduction Image Processing Exercises, Exercise

More information

Understanding Geospatial Data Models

Understanding Geospatial Data Models Understanding Geospatial Data Models 1 A geospatial data model is a formal means of representing spatially referenced information. It is a simplified view of physical entities and a conceptualization of

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

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

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

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views ArcView QuickStart Guide Page 1 ArcView QuickStart Guide Contents The ArcView Screen Elements of an ArcView Project Creating an ArcView Project Adding Themes to Views Zoom and Pan Tools Querying Themes

More information

Using GIS to Site Minimal Excavation Helicopter Landings

Using GIS to Site Minimal Excavation Helicopter Landings Using GIS to Site Minimal Excavation Helicopter Landings The objective of this analysis is to develop a suitability map for aid in locating helicopter landings in mountainous terrain. The tutorial uses

More information

INTRODUCTION TO IDRISI

INTRODUCTION TO IDRISI INTRODUCTION TO IDRISI Introduction The aim of this practical is to familiarise yourself with the IDRISI GIS environment. IDRISI is primarily designed to process and analyse raster information (remember,

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

Vector Data Analysis Working with Topographic Data. Vector data analysis working with topographic data.

Vector Data Analysis Working with Topographic Data. Vector data analysis working with topographic data. Vector Data Analysis Working with Topographic Data Vector data analysis working with topographic data. 1 Triangulated Irregular Network Triangulated Irregular Network 2 Triangulated Irregular Networks

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 18: Spatial Modeling

GEOGRAPHIC INFORMATION SYSTEMS Lecture 18: Spatial Modeling Spatial Analysis in GIS (cont d) GEOGRAPHIC INFORMATION SYSTEMS Lecture 18: Spatial Modeling - the basic types of analysis that can be accomplished with a GIS are outlined in The Esri Guide to GIS Analysis

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

RASTER ANALYSIS GIS Analysis Fall 2013

RASTER ANALYSIS GIS Analysis Fall 2013 RASTER ANALYSIS GIS Analysis Fall 2013 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information. What

More information

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line.

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line. Lecture 06 Raster and Vector Data Models Part (1) 1 Common Data Models Vector Raster Y Points Points ( x,y ) Line Area Line Area 2 X 1 3 Raster uses a grid cell structure Vector is more like a drawn map

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

About Freeway. Freeway s Tools and Palettes

About Freeway. Freeway s Tools and Palettes About Freeway The most important thing to appreciate before you start a site in Freeway is how the process works, especially if you have tried other Web publishing software before. Freeway is not an HTML

More information

- 1 - GradePlane for Windows

- 1 - GradePlane for Windows GradePlane for Windows GradePlane is designed for Land Levelers and farmers and provides an easy way to design and output cut/fill maps for grading land to specified slopes. It uses the common, plane method

More information

Soil texture: based on percentage of sand in the soil, partially determines the rate of percolation of water into the groundwater.

Soil texture: based on percentage of sand in the soil, partially determines the rate of percolation of water into the groundwater. Overview: In this week's lab you will identify areas within Webster Township that are most vulnerable to surface and groundwater contamination by conducting a risk analysis with raster data. You will create

More information

This document will cover some of the key features available only in SMS Advanced, including:

This document will cover some of the key features available only in SMS Advanced, including: Key Differences between SMS Basic and SMS Advanced SMS Advanced includes all of the same functionality as the SMS Basic Software as well as adding numerous tools that provide management solutions for multiple

More information

RASTER ANALYSIS GIS Analysis Winter 2016

RASTER ANALYSIS GIS Analysis Winter 2016 RASTER ANALYSIS GIS Analysis Winter 2016 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information.

More information

Making Yield Contour Maps Using John Deere Data

Making Yield Contour Maps Using John Deere Data Making Yield Contour Maps Using John Deere Data Exporting the Yield Data Using JDOffice 1. Data Format On Hard Drive 2. Start program JD Office. a. From the PC Card menu on the left of the screen choose

More information

Working with Map Algebra

Working with Map Algebra Working with Map Algebra While you can accomplish much with the Spatial Analyst user interface, you can do even more with Map Algebra, the analysis language of Spatial Analyst. Map Algebra expressions

More information

START>PROGRAMS>ARCGIS>

START>PROGRAMS>ARCGIS> Department of Urban Studies and Planning Spring 2006 Department of Architecture Site and Urban Systems Planning 11.304J / 4.255J GIS EXERCISE 2 Objectives: To generate the following maps using ArcGIS Software:

More information

Crop Counting and Metrics Tutorial

Crop Counting and Metrics Tutorial Crop Counting and Metrics Tutorial The ENVI Crop Science platform contains remote sensing analytic tools for precision agriculture and agronomy. In this tutorial you will go through a typical workflow

More information

NEW SKILLS Begin to learn how to add data in QGIS. Exploration of some of the vector and raster analysis capabilities of QGIS

NEW SKILLS Begin to learn how to add data in QGIS. Exploration of some of the vector and raster analysis capabilities of QGIS Lab 3 VECTOR AND RASTER MODELING Last modified 7 May 2014 NEW SKILLS Begin to learn how to add data in QGIS. Exploration of some of the vector and raster analysis capabilities of QGIS 1. In this exercise

More information

Mapping 2001 Census Data Using ArcView 3.3

Mapping 2001 Census Data Using ArcView 3.3 Mapping 2001 Census Data Using ArcView 3.3 These procedures outline: 1. Mapping a theme (making a map) 2. Preparing the layout for printing and exporting the map into various file formats. In order to

More information

v. 9.1 GMS 9.1 Tutorial UTEXAS Embankment On Soft Clay Introduction to the UTEXAS interface in GMS for a simple embankment analysis

v. 9.1 GMS 9.1 Tutorial UTEXAS Embankment On Soft Clay Introduction to the UTEXAS interface in GMS for a simple embankment analysis v. 9.1 GMS 9.1 Tutorial UTEXAS Embankment On Soft Clay Introduction to the UTEXAS interface in GMS for a simple embankment analysis Objectives Learn how to build a simple UTEXAS model in GMS. Prerequisite

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

UNDERSTAND HOW TO SET UP AND RUN A HYDRAULIC MODEL IN HEC-RAS CREATE A FLOOD INUNDATION MAP IN ARCGIS.

UNDERSTAND HOW TO SET UP AND RUN A HYDRAULIC MODEL IN HEC-RAS CREATE A FLOOD INUNDATION MAP IN ARCGIS. CE 412/512, Spring 2017 HW9: Introduction to HEC-RAS and Floodplain Mapping Due: end of class, print and hand in. HEC-RAS is a Hydrologic Modeling System that is designed to describe the physical properties

More information

Ex. 4: Locational Editing of The BARC

Ex. 4: Locational Editing of The BARC Ex. 4: Locational Editing of The BARC Using the BARC for BAER Support Document Updated: April 2010 These exercises are written for ArcGIS 9.x. Some steps may vary slightly if you are working in ArcGIS

More information

CHAPTER 1 GETTING STARTED

CHAPTER 1 GETTING STARTED GETTING STARTED WITH EXCEL CHAPTER 1 GETTING STARTED Microsoft Excel is an all-purpose spreadsheet application with many functions. We will be using Excel 97. This guide is not a general Excel manual,

More information

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities Spatial Data Models Raster uses individual cells in a matrix, or grid, format to represent real world entities Vector uses coordinates to store the shape of spatial data objects David Tenenbaum GEOG 7

More information

v GMS 10.1 Tutorial UTEXAS Embankment on Soft Clay Introduction to the UTEXAS interface in GMS for a simple embankment analysis

v GMS 10.1 Tutorial UTEXAS Embankment on Soft Clay Introduction to the UTEXAS interface in GMS for a simple embankment analysis v. 10.1 GMS 10.1 Tutorial Introduction to the UTEXAS interface in GMS for a simple embankment analysis Objectives Learn how to build a simple UTEXAS model in GMS. Prerequisite Tutorials Feature Objects

More information

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Lecture 6: GIS Spatial Analysis GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University 1 Spatial Data It can be most simply defined as information that describes the distribution

More information

Basics of Using LiDAR Data

Basics of Using LiDAR Data Conservation Applications of LiDAR Basics of Using LiDAR Data Exercise #2: Raster Processing 2013 Joel Nelson, University of Minnesota Department of Soil, Water, and Climate This exercise was developed

More information

Masking Lidar Cliff-Edge Artifacts

Masking Lidar Cliff-Edge Artifacts Masking Lidar Cliff-Edge Artifacts Methods 6/12/2014 Authors: Abigail Schaaf is a Remote Sensing Specialist at RedCastle Resources, Inc., working on site at the Remote Sensing Applications Center in Salt

More information

download instant at

download instant at CHAPTER 1 - LAB SESSION INTRODUCTION TO EXCEL INTRODUCTION: This lab session is designed to introduce you to the statistical aspects of Microsoft Excel. During this session you will learn how to enter

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

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

Exercise 6-1 Image Georegistration Using RESAMPLE

Exercise 6-1 Image Georegistration Using RESAMPLE Exercise 6-1 Image Georegistration Using RESAMPLE Resampling is a procedure for spatially georeferencing an image to its known position on the ground. Often, this procedure is used to register an image

More information

Remote Sensing and GIS. GIS Spatial Overlay Analysis

Remote Sensing and GIS. GIS Spatial Overlay Analysis Subject Paper No and Title Module No and Title Module Tag Geology Remote Sensing and GIS GIS Spatial Overlay Analysis RS & GIS XXXI Principal Investigator Co-Principal Investigator Co-Principal Investigator

More information

UTEXAS Embankment on Soft Clay

UTEXAS Embankment on Soft Clay GMS TUTORIALS Figure 1. Sample slope stability problem from the Utexam1.dat file provided with the UTEXAS4 software. 1 Introduction UTEXAS4 is a slope stability software package created by Dr. Stephen

More information

Delineating Watersheds from a Digital Elevation Model (DEM)

Delineating Watersheds from a Digital Elevation Model (DEM) Delineating Watersheds from a Digital Elevation Model (DEM) (Using example from the ESRI virtual campus found at http://training.esri.com/courses/natres/index.cfm?c=153) Download locations for additional

More information

Transform data - Compute Variables

Transform data - Compute Variables Transform data - Compute Variables Contents TRANSFORM DATA - COMPUTE VARIABLES... 1 Recode Variables... 3 Transform data - Compute Variables With MAXQDA Stats you can perform calculations on a selected

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

NAME EET 2259 Lab 3 The Boolean Data Type

NAME EET 2259 Lab 3 The Boolean Data Type NAME EET 2259 Lab 3 The Boolean Data Type OBJECTIVES - Understand the differences between numeric data and Boolean data. -Write programs using LabVIEW s Boolean controls and indicators, Boolean constants,

More information

Import, view, edit, convert, and digitize triangulated irregular networks

Import, view, edit, convert, and digitize triangulated irregular networks v. 10.1 WMS 10.1 Tutorial Import, view, edit, convert, and digitize triangulated irregular networks Objectives Import survey data in an XYZ format. Digitize elevation points using contour imagery. Edit

More information

MODFLOW Conceptual Model Approach II Build a multi-layer MODFLOW model using advanced conceptual model techniques

MODFLOW Conceptual Model Approach II Build a multi-layer MODFLOW model using advanced conceptual model techniques v. 10.2 GMS 10.2 Tutorial Build a multi-layer MODFLOW model using advanced conceptual model techniques 00 Objectives The conceptual model approach involves using the GIS tools in the Map module to develop

More information

v Observations SMS Tutorials Prerequisites Requirements Time Objectives

v Observations SMS Tutorials Prerequisites Requirements Time Objectives v. 13.0 SMS 13.0 Tutorial Objectives This tutorial will give an overview of using the observation coverage in SMS. Observation points will be created to measure the numerical analysis with measured field

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

v MODFLOW Grid Approach Build a MODFLOW model on a 3D grid GMS Tutorials Time minutes Prerequisite Tutorials None

v MODFLOW Grid Approach Build a MODFLOW model on a 3D grid GMS Tutorials Time minutes Prerequisite Tutorials None v. 10.2 GMS 10.2 Tutorial Build a MODFLOW model on a 3D grid Objectives The grid approach to MODFLOW pre-processing is described in this tutorial. In most cases, the conceptual model approach is more powerful

More information

GY461 GIS 1: Environmental Campus Topography Project with ArcGIS 9.x

GY461 GIS 1: Environmental Campus Topography Project with ArcGIS 9.x I. Introduction GY461 GIS 1: Environmental In this project you will use data from a topographic survey of the USA campus to generate 2 separate maps: 1. A color-coded 2-dimensional topographic contour

More information

ENVI Tutorial: Map Composition

ENVI Tutorial: Map Composition ENVI Tutorial: Map Composition Table of Contents OVERVIEW OF THIS TUTORIAL...3 MAP COMPOSITION IN ENVI...4 Open and Display Landsat TM Data...4 Build the QuickMap Template...4 MAP ELEMENTS...6 Adding Virtual

More information

Combine Yield Data From Combine to Contour Map Ag Leader

Combine Yield Data From Combine to Contour Map Ag Leader Combine Yield Data From Combine to Contour Map Ag Leader Exporting the Yield Data Using SMS Program 1. Data format On Hard Drive. 2. Start program SMS Basic. a. In the File menu choose Open. b. Click on

More information

3. Map Overlay and Digitizing

3. Map Overlay and Digitizing 3. Map Overlay and Digitizing 3.1 Opening Map Files NavviewW/SprayView supports digital map files in ShapeFile format from ArcView, DXF format from AutoCAD, MRK format from AG-NAV, Bitmap and JPEG formats

More information

GIS OPERATION MANUAL

GIS OPERATION MANUAL GIS OPERATION MANUAL 1. Computer System Description Hardware Make Compaq Presario 5004 CPU AMD Athlon 1.1 Ghz Main Memory 640MB CD-ROM 52 X CD-RW 8 X HD 57GB Monitor 19 inch Video Adapter 16 Mb Nvidia

More information

Converting AutoCAD Map 2002 Projects to ArcGIS

Converting AutoCAD Map 2002 Projects to ArcGIS Introduction This document outlines the procedures necessary for converting an AutoCAD Map drawing containing topologies to ArcGIS version 9.x and higher. This includes the export of polygon and network

More information

1. NUMBER SYSTEMS USED IN COMPUTING: THE BINARY NUMBER SYSTEM

1. NUMBER SYSTEMS USED IN COMPUTING: THE BINARY NUMBER SYSTEM 1. NUMBER SYSTEMS USED IN COMPUTING: THE BINARY NUMBER SYSTEM 1.1 Introduction Given that digital logic and memory devices are based on two electrical states (on and off), it is natural to use a number

More information

Spatial Analysis with Raster Datasets

Spatial Analysis with Raster Datasets Spatial Analysis with Raster Datasets Francisco Olivera, Ph.D., P.E. Srikanth Koka Lauren Walker Aishwarya Vijaykumar Keri Clary Department of Civil Engineering April 21, 2014 Contents Brief Overview of

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

Hands on Exercise Using ecognition Developer

Hands on Exercise Using ecognition Developer 1 Hands on Exercise Using ecognition Developer 2 Hands on Exercise Using ecognition Developer Hands on Exercise Using ecognition Developer Go the Windows Start menu and Click Start > All Programs> ecognition

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Using a Geographic Information System (GIS) to look at marine fisheries data

Using a Geographic Information System (GIS) to look at marine fisheries data Using a Geographic Information System (GIS) to look at marine fisheries data Daniel Sheehan GIS Programmer & Analyst Office of Educational Innovation & Technology dsheehan@mit.edu x2-1475 Introduction

More information

Terrain Analysis. Using QGIS and SAGA

Terrain Analysis. Using QGIS and SAGA Terrain Analysis Using QGIS and SAGA Tutorial ID: IGET_RS_010 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial

More information

Developing an Interactive GIS Tool for Stream Classification in Northeast Puerto Rico

Developing an Interactive GIS Tool for Stream Classification in Northeast Puerto Rico Developing an Interactive GIS Tool for Stream Classification in Northeast Puerto Rico Lauren Stachowiak Advanced Topics in GIS Spring 2012 1 Table of Contents: Project Introduction-------------------------------------

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

George Mason University Department of Civil, Environmental and Infrastructure Engineering. Dr. Celso Ferreira Prepared by Lora Baumgartner

George Mason University Department of Civil, Environmental and Infrastructure Engineering. Dr. Celso Ferreira Prepared by Lora Baumgartner George Mason University Department of Civil, Environmental and Infrastructure Engineering Dr. Celso Ferreira Prepared by Lora Baumgartner Exercise Topic: Getting started with HEC GeoRAS Objective: Create

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

More information

+ = Spatial Analysis of Raster Data. 2 =Fault in shale 3 = Fault in limestone 4 = no Fault, shale 5 = no Fault, limestone. 2 = fault 4 = no fault

+ = Spatial Analysis of Raster Data. 2 =Fault in shale 3 = Fault in limestone 4 = no Fault, shale 5 = no Fault, limestone. 2 = fault 4 = no fault Spatial Analysis of Raster Data 0 0 1 1 0 0 1 1 1 0 1 1 1 1 1 1 2 4 4 4 2 4 5 5 4 2 4 4 4 2 5 5 4 4 2 4 5 4 3 5 4 4 4 2 5 5 5 3 + = 0 = shale 1 = limestone 2 = fault 4 = no fault 2 =Fault in shale 3 =

More information

RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O

RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O TOPICS COVERED Spatial Analyst basics Raster / Vector conversion Raster data

More information

CHAPTER TWO QUICKSTART. Projects and Session Files. Layers and Map Compositions CHAPTER TWO QUICKSTART 5

CHAPTER TWO QUICKSTART. Projects and Session Files. Layers and Map Compositions CHAPTER TWO QUICKSTART 5 CHAPTER TWO QUICKSTART Projects and Session Files Projects are an organizing concept throughout TerrSet. Projects contain folders which in turn contain files. Projects are similar to the concept of a geodatabase

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued

GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued Spatial Analyst - Spatial Analyst is an ArcGIS extension designed to work with raster data - in lecture I went through a series of demonstrations

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Learn how to delineate a watershed using the hydrologic modeling wizard

Learn how to delineate a watershed using the hydrologic modeling wizard v. 11.0 WMS 11.0 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Import a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

More information

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3.

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3. Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose The purpose of this document is to outline basic functionality of the DANC Internet

More information

City of Richmond Interactive Map (RIM) User Guide for the Public

City of Richmond Interactive Map (RIM) User Guide for the Public Interactive Map (RIM) User Guide for the Public Date: March 26, 2013 Version: 1.0 3479477 3479477 Table of Contents Table of Contents Table of Contents... i About this

More information

Neighbourhood Operations Specific Theory

Neighbourhood Operations Specific Theory Neighbourhood Operations Specific Theory Neighbourhood operations are a method of analysing data in a GIS environment. They are especially important when a situation requires the analysis of relationships

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki April 3, 2014 Lecture 11: Raster Analysis GIS Related? 4/3/2014 ENGRG 59910 Intro to GIS 2 1 Why we use Raster GIS In our previous discussion of data models,

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

Stream network delineation and scaling issues with high resolution data

Stream network delineation and scaling issues with high resolution data Stream network delineation and scaling issues with high resolution data Roman DiBiase, Arizona State University, May 1, 2008 Abstract: In this tutorial, we will go through the process of extracting a stream

More information

Suitability Modeling with GIS

Suitability Modeling with GIS Developed and Presented by Juniper GIS 1/33 Course Objectives What is Suitability Modeling? The Suitability Modeling Process Cartographic Modeling GIS Tools for Suitability Modeling Demonstrations of Models

More information

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS Map Library ArcView Version 1 02/20/03 Page 1 of 12 1. Introduction 1 ArcView GIS ArcView is the most popular desktop GIS analysis and map presentation software package.. With ArcView GIS you can create

More information

Attribute Accuracy. Quantitative accuracy refers to the level of bias in estimating the values assigned such as estimated values of ph in a soil map.

Attribute Accuracy. Quantitative accuracy refers to the level of bias in estimating the values assigned such as estimated values of ph in a soil map. Attribute Accuracy Objectives (Entry) This basic concept of attribute accuracy has been introduced in the unit of quality and coverage. This unit will teach a basic technique to quantify the attribute

More information

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center In this workshop, we will cover the basics of working with spatial data, as well as its main uses for archaeology.

More information

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes v. 12.2 SMS 12.2 Tutorial Observation Objectives This tutorial will give an overview of using the observation coverage in SMS. Observation points will be created to measure the numerical analysis with

More information

v Annotation Tools GMS 10.4 Tutorial Use scale bars, North arrows, floating images, text boxes, lines, arrows, circles/ovals, and rectangles.

v Annotation Tools GMS 10.4 Tutorial Use scale bars, North arrows, floating images, text boxes, lines, arrows, circles/ovals, and rectangles. v. 10.4 GMS 10.4 Tutorial Use scale bars, North arrows, floating images, text boxes, lines, arrows, circles/ovals, and rectangles. Objectives GMS includes a number of annotation tools that can be used

More information

COGCC GIS Online Map Instructions - Internet Site April 10, 2018

COGCC GIS Online Map Instructions - Internet Site April 10, 2018 COGCC GIS Online Map Instructions - Internet Site April 10, 2018 Table of Contents Page Section Page Section 1 Introduction 8 Clear Selection 2 Double Click 8 Buffer 3 Arrow Tip Information 9 Select within

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

Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations and Graphing Tasks

Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations and Graphing Tasks University of South Florida Scholar Commons Tampa Library Faculty and Staff Publications Tampa Library 2009 Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations

More information