Introduction to GIS software

Size: px
Start display at page:

Download "Introduction to GIS software"

Transcription

1 Introduction to GIS software There are a wide variety of GIS software packages available. Some of these software packages are freely available for you to download and could be used in your classroom. ArcGIS Explorer is one of those freely available GIS software packages. Objective: The objective of this tutorial is to familiarize you with some basic functions of ArcGIS Explorer. Please note that this tutorial does not attempt to give you a complete introduction to all basic functions in ArcGIS Explorer. It is rather a starting point for you to explore some more of the functionality that is offered by ArcGIS Explorer for some of your specific geospatial data analysis needs/geospatial classroom activity. Note: This tutorial is written for PCs running Windows 7 and 8, so some parts of the tutorial might not work for you if you are using a Mac or running a different version of Windows. Data: All data you need for this tutorial are in the MOSS graduate student Dropbox/GIS data folder. To access the Dropbox folder, type the following in your web-browser: Next, type in the following username and password (see figure below): Username: lakepayette@gmail.com Password: pay3tt3l (make sure you type the l at the end of the password) 1

2 Important: After you accessed the Dropbox folder, please download all files somewhere onto your harddrive so you can use them for this tutorial. 1) Installing ArcGIS Explorer on your own computer Unfortunately, ArcGIS Explorer only runs on PCs. If you have a PC, you can download ArcGIS Explorer for free from the following ESRI website: ( For those of you using a MOSS computer, ArcGIS should already be installed and ready to use. 2) Start ArcGIS Explorer To start ArcGIS Explorer simply double click on the ArcGIS Explorer icon on your desktop. The following window will appear: Select Associate KML with ArcGIS Explorer. 2

3 You should now see a satellite image of the world that looks something like the image shown below: If you do not see the satellite image of the world, do the following: 1) Go to the following website: 2) Select World Imagery 3) Click on Open 4) After you click Open, a window will pop-up asking you if you do want to open or save the file. Simply click Open and the satellite image of the world should now be visible. Above the satellite image, you will see the ArcGIS Explorer ribbon with the Home and Display tab. To navigate to the McCall area (or the area you are interested in), pick the Home tab on the ribbon, click on the Find button and type in McCall, ID or the geographic coordinates of the location you are looking for. 3

4 2) Reading in field data and displaying it In this step you will learn how to read GPS coordinates into ArcGIS Explorer. Let s imagine you identified 4 different plant species in Ponderosa State Park and you used your GPS to determine their location in the Park. You also collected some soil moisture information at the location where you found the plants. This is the datasheet you created: To read the data into ArcGIS Explorer, you first have to create a spreadsheet of your data. To do this, open Excel (Start/All programs/microsoft Office) and create a spreadsheet that has at least the following three columns: location (your first data entry would be 1 for location one, your second data entry would be 2 for location two, and so forth), latitude, and longitude. You can also add additional columns that contain information associated with a given coordinate (e.g. plant species name, soil moisture information). After you created the spreadsheet it might look something like this: 4

5 Next, save your file as a.txt (tab delimited file). To do this, click on the Microsoft Windows icon in the upper left hand corner of the Excel screen and click on Save as /other formats. This will bring up a window that allows you to save your spreadsheet in different file formats. You want to save your file as a.txt file. To do this, find the Save as type pull-down menu and select Text (Tab delimited). After you click OK a warning window will pop-up. Click OK. Another warning window will popup. Select Yes. Now we are ready to read the text file you just created into ArcGIS Explorer. To do this, pick the Home tab on the ribbon, click on the Add Content pull-down menu, and click on Add text file. A window will appear that allows you to navigate to the text file you created earlier. Once you have located your GPS file, specify the file delimiter (if it is a.txt file it is tab delimited so select "Tab") and click Next. In the following window you will have to select the columns in your GPS file that contain the latitude and longitude information as well as the coordinate system (most likely WGS-84) of the data you collected. Also, you have to select the column that contains the title field (e.g. the columns that contains the unique name or number you assigned to each of your GPS points. In our case that is the Location column). Finally, select All Fields in the Description Field dropdown menu. 5

6 You should now see the locations of all four plant species on the map marked by a pin. To get some more information about the locations (e.g., the soil moisture or plant species information), simply click on the pins. 3) Importing GIS data layers and shapefiles Many GIS data that could assist in the interpretation and analysis of your geospatial data are already freely available online. So a good place to start looking for geospatial datasets before you go out in the field to collect data might be to search online. A good place to start looking for GIS data for Idaho is the Inside Idaho website ( For this part of the tutorial, please open the Inside Idaho website ( and click on the Popular data in the Find Data dropdown menu. This will bring you to the page shown below that provides an overview of the different types of datasets that are available (e.g. datasets related to climate, geoscience, transportation etc.) 6

7 For this tutorial, you will take a look at some precipitation data for Idaho. To get these data, click on the Idaho Climate Data hyperlink. A new window will appear that lists different datasets. Before you download any of the datasets listed, it is good practice to look at the data description that provides some valuable information about the data (e.g. what data type you are dealing with, data description, geographic coordinate system associated with the data etc.). To get this information about the data you are about to download, click on the Precipitation for Idaho; Mean Annual ( ) hyperlink. Take a moment and browse through the data description. You might wonder why you need all this information about the data. For example, it is important to know what coordinate system the dataset is in if you are planning to overlay it with other GIS data layers. If it does not have the same coordinate system as your other layers, you have to transform it to the coordinate system of your other layers. Otherwise, you would not be able to lay it on top of your other GIS data layers (Note: It is beyond this tutorial to discuss how to transform GIS data layers from one coordinate system to another). After you have familiarized yourself with the data, pick the Home tab on the ArcGIS Explorer ribbon, click on the Add Content pull-down menu, click on ArcGIS layers... and navigate to the GIS Files 7

8 folder containing the pre-downloaded precipitation layer file (see file Mean Annual Precipitation lyr downloaded from the Dropbox/GIS data folder). You should now see a precipitation map for Idaho shown below: Note: If you are using your personal computer you can download the layer file by clicking on ESRI Layer File (lyr) from the Inside Idaho website. Once you have downloaded and saved the dataset to your computer, you can access the data in the same manner as above: pick the Home tab on the ArcGIS Explorer ribbon, click on the Add Content pull-down menu, click on ArcGIS layers..., and navigate to the folder where you saved the data. To see the legend of the map, right click on in the Contents window and click on Show Legend. The precipitation information for Idaho in the GIS layers you just opened is stored in grid cells, similar to information stored in a digital image (Fig. 1). This type of data is called raster data. Another type of GIS data you might frequently come across when you are working with GIS is called vector data. Vector data are points, lines, and polygons (Fig. 1). 8

9 Figure 1. Illustration of raster and vector data (Source of illustration: This means you already worked with vector data in part 2 of this tutorial when you imported GPS locations (or points) into ArcGIS Explorer. Now, we want to create a map that shows the location of MOSS, the Nokes Experimental forest (which is an experimental forest approximately 3 miles southeast of MOSS), and Ponderosa State Park. To do this, zoom into the McCall area. Next, pick the Home tab on the ArcGIS Explorer ribbon, click on the Add Content pull-down menu, click on Shapefiles... (Note: a shapefile is a vector data format), and navigate to the Nokes and IDPR_Managed_Land folders (see files downloaded from the Dropbox/GIS data folder) that contain the area information for the Nokes Experimental Forest and Ponderosa State Park, respectively. Now, simply click on the.shp file in each of the folders and the area associated with the Nokes Experimental Forest and the Ponderosa State Park should appear (please note that the IDPR_Managed_Land shapefile contains all areas in Idaho managed 9

10 by Idaho State Parks and Recreation only the area that covers the peninsula reaching into Payette Lake and at the northern end of Payette Lake is associated with Ponderosa State Park). You will see that both the area covering the Nokes Experimental Forest and Ponderosa State Park do have the same color. To give the Nokes Experimental Forest a different color, click on the little arrow in the Contents menu next to the nokes_boundary. Next, right click on nokes_boundary and go to Symbol and chose a color you want to use for the Nokes Experimental Forest. OK now we mapped the area associated with Ponderosa State Park and with the Nokes Experimental Forest, but what about MOSS? To map the area associated with MOSS, zoom into the area. 10

11 Next, choose the Area tool from the Home tab... and trace the MOSS boundary by clicking on its corners. After you have traced the entire area, simply double click. Voilà now you have mapped the Nokes Experimental Forest, Ponderosa State Park, and MOSS. 11

12 Now, we want to make a map with a legend. To do this, we first want to change the names in our Contents window to MOSS, Nokes Experimental Forest, and Ponderosa State Park. To do this, simply right click on the current names and select Rename. This then allows you to rename the names associated with our three shapefiles. Next, you can place the contents window showing your legend anywhere you want within your map by simply clicking on it and holding down your left mouse button. You can also adjust the size of the legend window by putting your mouse on the corner of the Contents window. 12

13 Now, find the prt scr key on your keyboard press the prt scr key to take a screenshot, and then open Paint (under Accessories ). After you open Paint, simply right click within the white area and select paste. You should now see your map within Paint but also some information you do not want. To just select the map area you want to show, click on the Select tool on the Paint menu bar that allows you to identify the area you are 13

14 interested in. Make sure you select the north arrow in the lower left corner, the legend, and the scale bar in the lower right corner since every good map should have this information. Once you have selected the area, right click and select copy, press Ctrl+N, select Don t Save in the window that pops up, right click within the white area and select paste. Finally, go to Save as and save your map as a JPEG picture on your hard-drive. Make sure you save the map image in a location where you can later find it. Now, navigate to the folder where you saved your map image and open it. 14

15 Congratulations! Here is the first map you made with ArcGIS Explorer. Make sure that it has a legend, north arrow, and a scale bar. Task: Please open and display the USA topo map and telemetry data in ArcGIS Explorer (see Telemetry data folder downloaded from the Dropbox/GIS data folder). We will be using the telemetry data and topo map for further analysis during our Wildlife day (i.e., day 5 of the Ecology class) so please make sure you are able to display both in ArcGIS Explorer before the Wildlife day. Based on what you learned in this tutorial, you should be able to display the telemetry data in ArcGIS Explorer. To open the topo map, please do the following: Go to the following website: Select USA Topo Maps Click on Open After you click Open, a window will pop-up asking you if you do want to open or save the file. Simply click Open and the USA topo map should be loaded. To display the topo map, make sure it is checked in the content window on the lower left and all the other content is unchecked (see figure below). 15

16 5) Helpful tutorials on tools that might help in the analysis of your data How to query your data ( 6) Helpful resources To learn more about ArcGIS Explorer (e.g. see some demos), go to the ArcGIS Explorer website: Important: If you used a MOSS computer for this tutorial, please make sure you delete all the files you created from the computer after you are done with the tutorial. Thanks! Disclaimer: Please any suggestions of how to potentially improve this document to Jan Eitel (jeitel@ uidaho.edu). Use of trade names does not constitute an official endorsement by the McCall Outdoor Science School. 16

Introduction to Remote Sensing

Introduction to Remote Sensing Introduction to Remote Sensing Objective: The objective of this tutorial is to show you 1) how to create NDVI images to map the amount of green vegetation in an area 2) how to conduct a supervised classification

More information

R Commander Tutorial

R Commander Tutorial R Commander Tutorial Introduction R is a powerful, freely available software package that allows analyzing and graphing data. However, for somebody who does not frequently use statistical software packages,

More information

Overview. Setting Up. Geospatial Centre University of Waterloo May 2014

Overview. Setting Up. Geospatial Centre University of Waterloo May 2014 Overview ArcGIS Online is a web-based mapping and app-building site created by Esri, the world leader in GIS software. In an effort to empower users of all levels to create interactive maps and applications

More information

Overview. Setting Up. Geospatial Centre University of Waterloo November 2015

Overview. Setting Up. Geospatial Centre University of Waterloo November 2015 Overview ArcGIS Online is a web-based mapping and app-building site created by Esri, the world leader in GIS software. In an effort to empower users of all levels to create interactive maps and applications

More information

SAGIS Property Map Viewer Instruction Manual Instructions for using the SAGIS Property Map Viewer. Published December 21, 2018.

SAGIS Property Map Viewer Instruction Manual   Instructions for using the SAGIS Property Map Viewer. Published December 21, 2018. SAGIS Property Map Viewer Instruction Manual www.sagis.org/map Instructions for using the SAGIS Property Map Viewer. Published December 21, 2018. 1 Instructional Videos Click on a link to watch a video

More information

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency Innovation and Networks Executive Agency GIS DATA SUBMISSION USER GUIDE Innovation and Networks Executive Agency (INEA) W910 Chaussée de Wavre 910 B-1049 Brussels, Belgium Tel: +32 (0)2 29 95252 Fax: +32

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

GPS to GIS Tutorial Exploration of Native Plants

GPS to GIS Tutorial Exploration of Native Plants Grossmont College Introduction to GIScience NAME: Instructors: Curran & Goodman 1 GPS to GIS Tutorial Exploration of Native Plants 1. Create a folder on your USB drive titled: GPS1 2. Using your GPS receiver,

More information

Each primary search has an auto-fill that will filter out results as the user continues to type.

Each primary search has an auto-fill that will filter out results as the user continues to type. The Town of Farmville has recently requested a GIS parcel viewer and Timmons Group, based out of Richmond, VA, was selected to design and host this new website. This website allows users to look up parcel

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

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

Importing a txt or csv file into ArcGIS Online [AGO]

Importing a txt or csv file into ArcGIS Online [AGO] Importing a txt or csv file into ArcGIS Online [AGO] Spring 2014 This is how to find addresses online and copy them into an Excel spreadsheet, save them in a format that ArcGIS can use, and then import

More information

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency Innovation and Networks Executive Agency GIS DATA SUBMISSION USER GUIDE Innovation and Networks Executive Agency (INEA) W910 Chaussée de Wavre 910 B-1049 Brussels, Belgium Tel: +32 (0)2 29 95252 Fax: +32

More information

ArcGIS Online. Overview. Setting Up

ArcGIS Online. Overview. Setting Up ArcGIS Online Overview ArcGIS Online is a web-based mapping and app-building site created by Esri, the world leader in GIS software. In an effort to empower users of all levels to create interactive maps

More information

HCA ArcGIS. Online Tool - How To Guide V1.0 2/15/2016 HAWAII CONSERVATION ALLIANCE AGOL

HCA ArcGIS. Online Tool - How To Guide V1.0 2/15/2016 HAWAII CONSERVATION ALLIANCE AGOL HCA ArcGIS 2/15/2016 Online Tool - How To Guide V1.0 HAWAII CONSERVATION ALLIANCE AGOL Table of Contents What is ArcGIS Online?... 1 Getting Started... 1 Getting a Login... 1 Logging In... 2 Searching

More information

QGIS Workshop Su Zhang and Laura Gleasner 11/15/2018. QGIS Workshop

QGIS Workshop Su Zhang and Laura Gleasner 11/15/2018. QGIS Workshop 1. Introduction to QGIS QGIS Workshop QGIS is a free and open source Geographic Information System (GIS). QGIS can help users create, edit, visualize, analyze, and publish geospatial information on various

More information

Once you have entered your Google and password, you can click the Sign In button to continue.

Once you have entered your Google  and password, you can click the Sign In button to continue. Slide 1 Welcome to the Creating and Uploading with Google Docs Tutorial. Google Docs allows you to create documents, spreadsheets, presentations, draw pictures, create forms, and much more directly within

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

Analysing crime data in Maps for Office and ArcGIS Online

Analysing crime data in Maps for Office and ArcGIS Online Analysing crime data in Maps for Office and ArcGIS Online For non-commercial use only by schools and universities Esri UK GIS for School Programme www.esriuk.com/schools Introduction ArcGIS Online is a

More information

Frequently Asked Questions

Frequently Asked Questions ArcGIS Online Map This map will support Forest Stewards, partner organizations, and contractors in carrying out the mission of the Green Seattle Partnership (GSP). Maps help communicate about work areas

More information

Lesson 8 : How to Create a Distance from a Water Layer

Lesson 8 : How to Create a Distance from a Water Layer Created By: Lane Carter Advisor: Paul Evangelista Date: July 2011 Software: ArcGIS 10 Lesson 8 : How to Create a Distance from a Water Layer Background This tutorial will cover the basic processes involved

More information

Biodiversity Interactive Map

Biodiversity Interactive Map Powered by MapShare Biodiversity Interactive Map (BIM) User Tips The Biodiversity Interactive Map (BIM) is accessible via the Department of Environment and Primary Industries (DEPI) website at www.depi.vic.gov.au.

More information

Lucas County Engineer s GIS Maps User Guide

Lucas County Engineer s GIS Maps User Guide Lucas County Engineer s GIS Maps User Guide The Web Map Interface On the left hand side of the screen, you will see the Legend of the layers shown in the map. If you click on Details, you will see just

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

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS This tutorial will introduce you to the following: Websites where you may browse to find geospatial information Identifying spatial data, usable

More information

How to Create a Tile Package

How to Create a Tile Package United States Department of Agriculture Digital Mobile Sketch Mapping (DMSM) How to Create a Tile Package (TPK) Forest Service Introduction A tile package (.tpk) allows you to use a set of packaged tiles

More information

GST 101: Introduction to Geospatial Technology Lab 2 - Spatial Data Models

GST 101: Introduction to Geospatial Technology Lab 2 - Spatial Data Models GST 101: Introduction to Geospatial Technology Lab 2 - Spatial Data Models Objective Explore and Understand Spatial Data Models Document Version: 3/3/2015 FOSS4G Lab Author: Kurt Menke, GISP Bird's Eye

More information

Using GIS-GPS Devices with Thermo Scientific Niton XRF Analyzers. Standard Operating Procedure

Using GIS-GPS Devices with Thermo Scientific Niton XRF Analyzers. Standard Operating Procedure Using GIS-GPS Devices with Thermo Scientific Niton XRF Analyzers Standard Operating Procedure October 2011 TABLE OF CONTENTS Adding Niton XRF Applet to ArcPad.. 3 Bluetooth Connection of Thermo Scientific

More information

Brianna Nelson Updated 6/30/15 HOW TO: Docs, Sheets, Slides, Calendar, & Drive. English

Brianna Nelson Updated 6/30/15 HOW TO: Docs, Sheets, Slides, Calendar, & Drive. English Brianna Nelson Updated 6/30/15 HOW TO: Docs, Sheets, Slides, Calendar, & Drive English ABOUT Use this guide to write papers, create spreadsheets, give presentations, manage your time, and save your files

More information

QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS

QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS COWASH Training Quantum GIS 1 QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS Quantum GIS (QGIS) is widely used open source GIS software which usage is very similar to GIS-software market

More information

NorWeST ArcGIS Online Map Help Document

NorWeST ArcGIS Online Map Help Document Overview of the Online Map NorWeST ArcGIS Online Map Help Document Sharon (Parkes) Payne November 1, 2017 There are tabs available along the left under the map name and tools in the upper left-hand corner

More information

Remote Sensing in an

Remote Sensing in an Chapter 2: Adding Data to a Map Document Remote Sensing in an ArcMap Environment Remote Sensing Analysis in an ArcMap Environment Tammy E. Parece Image source: landsat.usgs.gov Tammy Parece James Campbell

More information

This user guide covers select features of the desktop site. These include:

This user guide covers select features of the desktop site. These include: User Guide myobservatory Topics Covered: Desktop Site, Select Features Date: January 27, 2014 Overview This user guide covers select features of the desktop site. These include: 1. Data Uploads... 2 1.1

More information

1. Start ArcMap by going to the Start menu > All Programs > ArcGIS > ArcMap.

1. Start ArcMap by going to the Start menu > All Programs > ArcGIS > ArcMap. Learning ArcGIS: Introduction to ArcMap 10.1 The Map Document Feature Manipulation Navigating ArcMap Map Documents, Layers, and Features Shapes, Location, and Attribute Data Symbology Zoom, Pan and Map

More information

Map Direct Lite. Quick Start Guide: Map Layers 5/14/2018

Map Direct Lite. Quick Start Guide: Map Layers 5/14/2018 Map Direct Lite Quick Start Guide: Map Layers 5/14/2018 Contents Quick Start Guide: Map Layers... 1 Map Layers in Map Direct Lite.... 3 What is a Basemap Layer?... 4 Change the Basemap Using the Basemap

More information

Tutorial 1: Downloading elevation data

Tutorial 1: Downloading elevation data Tutorial 1: Downloading elevation data Objectives In this exercise you will learn how to acquire elevation data from the website OpenTopography.org, project the dataset into a UTM coordinate system, and

More information

Exercise 4: Import Tabular GPS Data and Digitizing

Exercise 4: Import Tabular GPS Data and Digitizing Exercise 4: Import Tabular GPS Data and Digitizing You can create NEW GIS data layers by digitizing on screen with an aerial photograph or other image as a back-drop. You can also digitize using imported

More information

WMS 10.1 Tutorial GSSHA Applications Analyzing the Effects of Land Use Change (Part - I) Model land use changes using GSSHA

WMS 10.1 Tutorial GSSHA Applications Analyzing the Effects of Land Use Change (Part - I) Model land use changes using GSSHA v. 10.1 WMS 10.1 Tutorial GSSHA Applications Analyzing the Effects of Land Use Change (Part - I) Model land use changes using GSSHA Objectives This tutorial demonstrates how to model and compare the effects

More information

GIS IN ECOLOGY: CREATING RESEARCH MAPS

GIS IN ECOLOGY: CREATING RESEARCH MAPS GIS IN ECOLOGY: CREATING RESEARCH MAPS Contents Introduction... 2 Elements of Cartography... 2 Course Data Sources... 3 Tasks... 3 Establishing the Map Document... 3 Laying Out the Map... 5 Exporting Your

More information

Lab Assignment 4 Basics of ArcGIS Server. Due Date: 01/19/2012

Lab Assignment 4 Basics of ArcGIS Server. Due Date: 01/19/2012 Lab Assignment 4 Basics of ArcGIS Server Due Date: 01/19/2012 Overview This lab assignment is designed to help you develop a good understanding about the basics of ArcGIS Server and how it works. You will

More information

Please refer to for specifics and limitations with these operating systems.

Please refer to   for specifics and limitations with these operating systems. Appendix B ArcReader User Guide For the Southeast Ocean Based Renewable Energy Project INTRODUCTION The purpose of this document is to provide guidance and assistance to users with ArcReader, so that they

More information

QGIS Workshop Su Zhang and Laura Gleasner 11/10/2016. QGIS Workshop

QGIS Workshop Su Zhang and Laura Gleasner 11/10/2016. QGIS Workshop 1. Introduction to Quantum GIS (QGIS) QGIS Workshop QGIS is a free and open source Geographic Information System (GIS). QGIS can help you create, edit, visualize, and publish geospatial information on

More information

Chapter 6. Building Maps with ArcGIS Online

Chapter 6. Building Maps with ArcGIS Online Chapter 6 Building Maps with ArcGIS Online Summary: ArcGIS Online is an on-line mapping software that allows you to upload tables with latitude and longitude geographic coordinates to create map layers

More information

Geological mapping using open

Geological mapping using open Geological mapping using open source QGIS MOHSEN ALSHAGHDARI -2017- Abstract Geological mapping is very important to display your field work in a map for geologist and others, many geologists face problems

More information

Microsoft Excel 2007 Lesson 7: Charts and Comments

Microsoft Excel 2007 Lesson 7: Charts and Comments Microsoft Excel 2007 Lesson 7: Charts and Comments Open Example.xlsx if it is not already open. Click on the Example 3 tab to see the worksheet for this lesson. This is essentially the same worksheet that

More information

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4 Data Assembly, Part II GIS Cyberinfrastructure Module Day 4 Objectives Continuation of effective troubleshooting Create shapefiles for analysis with buffers, union, and dissolve functions Calculate polygon

More information

WILD 2400 ASSIGNMENT #1: GPS TUTORIAL*

WILD 2400 ASSIGNMENT #1: GPS TUTORIAL* WILD 2400 ASSIGNMENT #1: GPS TUTORIAL* Overview: In this tutorial you will learn how to collect, download, and display data using a Garmin GPSMAP 64 unit, the DNRGPS Application, and Google Earth. For

More information

A Practical Guide to Using QGIS

A Practical Guide to Using QGIS A Practical Guide to Using QGIS 1.1 INTRODUCTION Quantum GIS (QGIS) is a useful mapping software that enables the compilation and displaying of spatial data in the form of a map. Gaining experience in

More information

Adding text and shapefiles and editing their layer properties into ArcGIS.com

Adding text and shapefiles and editing their layer properties into ArcGIS.com Adding text and shapefiles and editing their layer properties into ArcGIS.com With the latest release of ArcGIS.com, you can add a layer to your map that was stored in a delimited text file (.txt or.csv),

More information

Overview of CCSD Secure Cropper Map

Overview of CCSD Secure Cropper Map Overview of CCSD Secure Cropper Map Map Components: 1. Menu Options Use these menus to interact with the map. View School Zones: Use this menu to choose which school zone map to view. Select Students:

More information

Exercise 5: Import Tabular GPS Data and Digitizing

Exercise 5: Import Tabular GPS Data and Digitizing Exercise 5: Import Tabular GPS Data and Digitizing You can create NEW GIS data layers by digitizing on screen with an aerial photograph or other image as a back-drop. You can also digitize using imported

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

How to plot a species distribution on a simple map of New Zealand from an Excel file

How to plot a species distribution on a simple map of New Zealand from an Excel file How to plot a species distribution on a simple map of New Zealand from an Excel file This is a very simple step by step guide created by a beginner using QGIS for a beginner using QGIS. It will help you

More information

P2 MANUAL FOR WEB-BASED TXDOT RIGID PAVEMENT DATABASE. Authors: Sureel Saraf Moon Won

P2 MANUAL FOR WEB-BASED TXDOT RIGID PAVEMENT DATABASE. Authors: Sureel Saraf Moon Won 0-5445-P2 MANUAL FOR WEB-BASED TXDOT RIGID PAVEMENT DATABASE Authors: Sureel Saraf Moon Won TxDOT Project 0-5445: Project Level Performance Database for Rigid Pavements in Texas SEPTEMBER 2007, REV. JULY

More information

Basic Tasks in ArcGIS 10.3.x

Basic Tasks in ArcGIS 10.3.x Basic Tasks in ArcGIS 10.3.x This guide provides instructions for performing a few basic tasks in ArcGIS 10.3.1, such as adding data to a map document, viewing and changing coordinate system information,

More information

From data source to data view: A practical guide to uploading spatial data sets into MapX

From data source to data view: A practical guide to uploading spatial data sets into MapX From data source to data view: A practical guide to uploading spatial data sets into MapX Thomas Piller UNEP/GRID Geneva I Table of contents 1. Adding a new data source to MapX... 1 1.1 Method 1: upload

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

Manitowoc County, WI Advanced Access GIS Viewer User Documentation

Manitowoc County, WI Advanced Access GIS Viewer User Documentation Manitowoc County, WI Advanced Access GIS Viewer User Documentation Introduction Extensive time was put into developing this website both from a display, and from a printing and scaling perspective. This

More information

Step by Step GIS. Section 1

Step by Step GIS. Section 1 Step by Step GIS Section 1 Contact the web page given below for the data required to do the exercises (http://www.pasda.psu.edu/default.asp) Before beginning the tutorials please visit the Preparation

More information

Introduction to SAGA GIS

Introduction to SAGA GIS GIS Tutorial ID: IGET_RS_001 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial is released under the Creative

More information

REF2020 open access policy

REF2020 open access policy REF2020 open access policy File formats required for the evidence of the acceptance date and how to produce them REF2020 open access policy requires authors to upload their final peer reviewed and accepted

More information

RAPIDMAP Geocortex HTML5 Viewer Manual

RAPIDMAP Geocortex HTML5 Viewer Manual RAPIDMAP Geocortex HTML5 Viewer Manual This site was developed using the evolving HTML5 web standard and should work in most modern browsers including IE, Safari, Chrome and Firefox. Even though it was

More information

Download elevation model page 2 Re-Project DEM coordinates page 5 Cut region of interest page 10

Download elevation model page 2 Re-Project DEM coordinates page 5 Cut region of interest page 10 1 Download elevation model page 2 Re-Project DEM coordinates page 5 Cut region of interest page 10 Version June 2017, Dr. Jonas von Rütte, Dr. Peter Lehmann 2 Download elevation model for region of interest:

More information

Supply Chain Guru Network Optimization Tutorial. Version 8.2

Supply Chain Guru Network Optimization Tutorial. Version 8.2 Supply Chain Guru Network Optimization Tutorial Version 8.2 Supply Chain Guru 8.2 Network Optimization Tutorial January 2015 Copyright 2015 LLamasoft, Inc. All Rights Reserved. PC*MILER and ALK are registered

More information

Open Source Cloud Map User Guide

Open Source Cloud Map User Guide Open Source Cloud Map User Guide Table of Contents Map Page... 1 Static Mercator Map... 1 Customizable Map... 1 Title Bar... 2 Toolbar... 2 Non Toolbar Navigation... 3 Map Window... 3 Layers / Legend Window...

More information

SSURGO Processing Tool

SSURGO Processing Tool SSURGO Processing Tool User Guide (Revised 08.02.11) Software Requirements: Setup_SWATioTools_094.exe Windows XP or Windows 7 32-bit with MS Office 2007 (Access and Excel) ArcGIS 9.3.1 SP2 Instructions

More information

CVEN 2012 GEOMATICS LAB SPRING 2016 INTRO TO ESRI ARCGIS

CVEN 2012 GEOMATICS LAB SPRING 2016 INTRO TO ESRI ARCGIS CVEN 2012 GEOMATICS LAB SPRING 2016 INTRO TO ESRI ARCGIS Objectives 1. Download and Add Data into ArcMap 2. Symbolize and Label Features 3. Navigate and Investigate the Map 4. Explore Attributes and Metadata

More information

PlaceMap. Accommodation. Slide 1

PlaceMap. Accommodation.   Slide 1 PlaceMap for Accommodation Slide 1 PlaceMap Using the power of Google Earth to store and display all of your spatial data in a much more dynamic way Google Earth is a free software program that lets you

More information

Geocoding Reference USA data in ArcMap 9.3

Geocoding Reference USA data in ArcMap 9.3 Tufts GIS Tip Sheet Geocoding Reference USA data in ArcMap 9.3 Written by Barbara Parmenter Revised 3/1/2011 In this exercise, you will map businesses or services for a town in the Boston metropolitan

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

Full Search Map Tab Overview

Full Search Map Tab Overview FlexMLS Map Server Full Search Map Tab Overview The Full Search Map tab is a need to know module. It is accessible when you use Full Search under Search in the Main Menu tree of FlexMLS. This map can

More information

FOR 240 Lab 8 Assignment Using GPS to Collect Spatial Data of Forest Management Introduction to Computing in Natural Resources

FOR 240 Lab 8 Assignment Using GPS to Collect Spatial Data of Forest Management Introduction to Computing in Natural Resources FOR 240 Lab 8 Assignment Using GPS to Collect Spatial Data of Forest Management Introduction to Computing in Natural Resources In this lab, we are going to use the GPS to collect timber cruising data.

More information

Introduction to Geospatial Technology Lab Series. Lab: Basic Geospatial Analysis Techniques

Introduction to Geospatial Technology Lab Series. Lab: Basic Geospatial Analysis Techniques Introduction to Geospatial Technology Lab Series Lab: Basic Geospatial Analysis Techniques Document Version: 2012-08-24 Lab Author: Richard Smith Organization: Copyright 2003-2012 Center for Systems Security

More information

Intro to GIS (requirements: basic Windows computer skills and a flash drive)

Intro to GIS (requirements: basic Windows computer skills and a flash drive) Introduction to GIS Intro to GIS (requirements: basic Windows computer skills and a flash drive) Part 1. What is GIS. 1. System: hardware (computers, devices), software (proprietary or free), people. 2.

More information

GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems

GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems v. 10.0 WMS 10.0 Tutorial GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems Learn how to work with DEMs and images and to convert between projection systems in the WMS interface

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

v SMS 11.1 Tutorial GIS Requirements GIS Module Map Module ArcGis (Optional) Time minutes Prerequisites None Objectives

v SMS 11.1 Tutorial GIS Requirements GIS Module Map Module ArcGis (Optional) Time minutes Prerequisites None Objectives v. 11.1 SMS 11.1 Tutorial GIS Objectives This tutorial demonstrates how you can read in GIS data, visualize it, and convert it into SMS coverage data that could be used to build a numeric model. We will

More information

Chapter 7. Geocoding in ArcGIS Desktop (ArcMap)

Chapter 7. Geocoding in ArcGIS Desktop (ArcMap) Chapter 7 Geocoding in ArcGIS Desktop (ArcMap) Summary: In many cases, online geocoding services are all you will need to convert addresses and other location data into geographic data. When you have a

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

QUICK START GUIDE. SOLO Forest

QUICK START GUIDE. SOLO Forest QUICK START GUIDE SOLO Forest Software Installation 1. For PC installation, run the.msi file. 2. For Mobile device installation, copy the.cab file onto the device 3. Run the.cab file Starting the Program

More information

Introduction to QGIS: Student Workbook

Introduction to QGIS: Student Workbook 2016 Introduction to QGIS: Student Workbook Created by: MARK DE BLOIS, CEO / FOUNDER, UPANDE LIMITED WITH SUPPORT FROM THE WORLD BANK AND THE UK DEPARTMENT FOR INTERNATIONAL DEVELOPMENT (DFID) Module 3:

More information

Assembling Datasets for Species Distribution Models. GIS Cyberinfrastructure Course Day 3

Assembling Datasets for Species Distribution Models. GIS Cyberinfrastructure Course Day 3 Assembling Datasets for Species Distribution Models GIS Cyberinfrastructure Course Day 3 Objectives Assemble specimen-level data and associated covariate information for use in a species distribution model

More information

The Change Factor Viewer

The Change Factor Viewer Introduction The Change Factor tool provides access to projections of the change between a baseline climate and the future climate by calendar month based on Regional Climate Model projections. The Change

More information

Objective: To be come more familiar with some more advanced applications in ArcGIS.

Objective: To be come more familiar with some more advanced applications in ArcGIS. Advanced Procedures in ArcGIS 2005 SPACE Workshop OSU Author: Jason VanHorn Purpose: Having gone through Getting to know ArcGIS, you are now ready to do some more advanced applications. In this lab you

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

Multi-LCC Mississippi River Basin Gulf Hypoxia Initiative. ScienceBase and Data Basin User Guide

Multi-LCC Mississippi River Basin Gulf Hypoxia Initiative. ScienceBase and Data Basin User Guide Multi-LCC Mississippi River Basin Gulf Hypoxia Initiative ScienceBase and Data Basin User Guide Data delivery for the Gulf Hypoxia Initiative is carried out through the use of two websites: ScienceBase

More information

Starting the QGIS Program. Exercise 1: Exploring QGIS

Starting the QGIS Program. Exercise 1: Exploring QGIS Exercise 1: Exploring QGIS In this exercise you will learn how to open maps, manipulate layers, add spatial data, change symbols, and navigate within QGIS. You will also learn to repair broken data links.

More information

Introduction to GIS 2011

Introduction to GIS 2011 Introduction to GIS 2011 Digital Elevation Models CREATING A TIN SURFACE FROM CONTOUR LINES 1. Start ArcCatalog from either Desktop or Start Menu. 2. In ArcCatalog, create a new folder dem under your c:\introgis_2011

More information

ArcGIS Basics: Creating a Map with ArcMap (India Data)

ArcGIS Basics: Creating a Map with ArcMap (India Data) ArcGIS Basics: Creating a Map with ArcMap (India Data) Written by Barbara Parmenter and Irina Rasputnis, updated by Carolyn Talmadge on January 14, 2015 INTRODUCTION...1 MUGAR LAB NOTE: MAPPING A NETWORK

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 02: Feature Types and Data Models

GEOGRAPHIC INFORMATION SYSTEMS Lecture 02: Feature Types and Data Models GEOGRAPHIC INFORMATION SYSTEMS Lecture 02: Feature Types and Data Models Feature Types and Data Models How Does a GIS Work? - a GIS operates on the premise that all of the features in the real world can

More information

Online National Mosquito Surveillance Database. User Guide

Online National Mosquito Surveillance Database. User Guide Online National Mosquito Surveillance Database User Guide Version 4 Updated November 2018 Contents Introduction... 3 Database Operation... 3 Access... 3 Users... 3 New Users... 4 Logging In... 4 Entering

More information

MS2. Modern Traffic Analytics ms2soft.com

MS2. Modern Traffic Analytics ms2soft.com MS2 Modern Traffic Analytics ms2soft.com Updated: October 31, 2014 The Traffic Count Database System (TCDS) module is a powerful tool for the traffic engineer or planner to organize an agency's traffic

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

Chapter 7. A Quick Tour of ArcGIS Pro

Chapter 7. A Quick Tour of ArcGIS Pro Chapter 7 A Quick Tour of ArcGIS Pro Skills you will learn: This tutorial is intended to get you going using ArcGIS Pro, a new desktop application that is part of ArcGIS Desktop. A separate tutorial gives

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

Using analytical tools in ArcGIS Online to determine where populations vulnerable to flooding and landslides exist in Boulder County, Colorado.

Using analytical tools in ArcGIS Online to determine where populations vulnerable to flooding and landslides exist in Boulder County, Colorado. Using analytical tools in ArcGIS Online to determine where populations vulnerable to flooding and landslides exist in Boulder County, Colorado. Estimated Time to complete: 1-2 hours Learning Objective:

More information

Downloading shapefiles and using essential ArcMap tools

Downloading shapefiles and using essential ArcMap tools CHAPTER 1 KEY CONCEPTS downloading shapefiles learning essential tools exploring the ArcMap table of contents understanding shapefiles customizing shapefiles saving projects Downloading shapefiles and

More information

SADC Groundwater Information Portal (SADC-GIP) User Manual

SADC Groundwater Information Portal (SADC-GIP) User Manual SADC Groundwater Information Portal (SADC-GIP) User Manual version 20 July 2017 Program / Client: Project: Southern African Development Community - Groundwater Management Institute (SADC-GMI) Resuscitating

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

In order to follow this set of directions you will need the following

In order to follow this set of directions you will need the following How to Create Maps & Figures in ArcView 9x In order to follow this set of directions you will need the following 1) the Jenny s Louisiana GIS Instructional CD 2) a computer with ArcGIS on it (version 9.0

More information