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

Size: px
Start display at page:

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

Transcription

1 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 go through the entire process of creating and publishing a Web GIS application. Specifically, your tasks in this exercise include: Author content for a GIS service Connect to the GIS server Publish GIS services Create a Web GIS application Before you accomplish these tasks, make sure you are able to login the server successfully and become familiar with it. Data to be used: You are going to use a variety of data about the State of Maryland including: MD_Bnd.shp: state boundary MD_Cnty.shp: county boundary MD_FireStations.shp: fire stations MD_Hospitals.shp: hospitals MD_PoliceStations.shp: police stations MD_Schools.shp: all schools of different levels MD_Highways.shp: highways Suppose you work for FEMA, it will be very helpful to make these data available on the Web in order to raise the awareness of emergency resources in the State of Maryland. Certain GIS functions can be added to further facilitate the use of these data. That is exactly what you need to do in this lab assignment. 1

2 Part I: Getting to Know ArcGIS Server: An Example ArcGIS Server is a complete and integrated GIS that provides a set of software components and a framework for developing centrally managed GIS applications. It allows users to distribute maps and GIS capabilities over the Web. ArcGIS Server has become increasingly popular because of its flexibility (Java or.net) and versatility (not just Web mapping, but also geoprocessing, editing, and support most ESRI extensions such as Network Analyst.). Therefore, it is important to develop a good understanding about this technology. Your first task is to read the two documents ArcGIS Server Concepts and Terminology and Intro to ArcGIS Server which I posted on Blackboard under Course Documents > Module 5. You should be able to answer the following questions: 1. What are the components of the ArcGIS Server system? 2. What is SOM? 3. What is SOC? 4. What types of GIS services can you publish? 5. What are the clients that can use GIS services? 6. What are the three steps to enable Web GIS? Below is an example to show what a Web GIS application is and also the detailed steps to illustrate how this application was created using ArcGIS server. Note: Part I is only for reading and you don t need to do anything. You can also use the same data of the example and go through those steps for practice. If you are familiar with these steps, you can skip to Part II. In Part II, you will use a different dataset to create your own application which must meet some minimum requirements but have room for you to be creative. 2

3 1. The Example Here is the link: This Web GIS application delivers some general data about USA including state boundaries, cities, rivers, lakes, and highways. On the top of the Web page, there is a title along with some links. The title should be descriptive and yet concise. The links should be closely related to the Web application and its author. Or, links should be added to provide assistance to the users. On the top-right corner of the Web page, there is a row of tools including Zoom-in/out, Pan, Full Extent, Identify, Measure, etc. These tools were created by default when the Web application was created. Notice that there are some additional tools (tasks) at the top-left corner. These tools can help enhance the Web application. 3

4 Because there are multiple data layers, the map may look over-crowded if all layers are displayed at the same time, especially at small scale. Thus, it is helpful to define scale ranges for certain data layers. And scale ranges can be applied to labels as well. In this example, scale ranges have been applied to data layers Cities, Roads, and States. If there are multiple polygon layers, it also helps by making the layers on the top semitransparent. In this example, the data layer Lakes, has been made 50% transparent in order to see the state boundary underneath. 2. Steps There are three general procedures to enable GIS on the Internet: 1. Author GIS service content 2. Publish GIS resources as services Can use either ArcCatalog or ArcGIS Server Manager 3. Use GIS services Create Web mapping applications Mobile applications Desktop applications Others Step 1: Author GIS service content The GIS service content that can be created includes: 2D maps, 3D maps, 3D globes, geodatabases, and GIS functionality such as locators and geoprocessing models. You have two options to create the map documents: 1. Create the map document on your local computer and then upload the files to the server. Upload the data along with the.mxd file. In this case, you should set the data source in relative path in the map document. Or, since the lab4 data has already been saved within a folder on the server C:\Workspace\Geog677\Winter2012\Labs\Lab4, you can upload the.mxd file to the server and then change the data source. 2. Login to the server and then create the map document there. For the best visualization effect on the Web later on, you will need to define symbology properly at this stage. For example, Arrange appropriate sequence of the data layers in the Table of Content Select appropriate and descriptive symbols for different features. Choose appropriate colors Decide appropriate text font, size, and color for labels. Define appropriate scale ranges to features as well as labels. Set transparency ratio for certain polygon layers 4

5 Note: These settings will be automatically inherited once the map is published on the Web. Therefore, it is important to define those settings properly NOW. Make sure all the data layers have spatial references, i.e. all datasets are properly projected. Ideally, they should use the same coordinate system. There are no specific rules or requirements to define the symbology. The bottom line is to make a map more presentable and easier to read. In this particular example, I have defined the scale ranges as following: Minimum Scale Features 1:4,000,000 USA_Cities Labels 1:3,000,000 USA_Roads Features 1:32,000,000 USA_States Labels 1:10,000,000 Maximum Scale <None> <None> <None> 1:4,000,000 Step 2: Connect to a GIS Server Before you can publish GIS services, you must establish an administration connection to the ArcGIS server. This means that the account you use to connect to the server must be a member of the ArcGIS Server Administration group (i.e. agsadmin). I have already assigned you with an agsadmin role on the server. To connect to the ArcGIS server, you will follow the procedures below: 1. Go to this link: 2. For the user name, type in "hyperion\user_id". You will replace the "user_id" with your own id. 3. If you took Geog788R (Web Programming) last fall, you can use the same password to login. Otherwise, you should use the password - "Geog677_W12 ". (You must change the password immediately after login. Be sure to remember it because I will not be able to retrieve it if you forget.) 5

6 Note: Before you try to login the ArcGIS Server Manager, you must use Remote Desktop to login to the server first, which will activate your agsadmin role. ArcGIS Server Manager is a Web-based administration tool that allows you to create geospatial enterprise applications that showcase the geographic information running on your server. You can create and provide geospatial services such as mapping, querying, routing, and geocoding. The easy-to-use interface is intended for people with little or no application development experience. Without programming, you will be able to create powerful mapping applications. You can also view the log files and monitor the server security. Step 3: Publish a map service using ArcGIS Server Manager There are two options of publishing GIS services: ArcCatalog and ArcGIS Server Manager. In this exercise, you are going to use the second option. With the Web-based ArcGIS Server Manager, you can administer the GIS server and any of the GIS services it provides. You can also take advantage of easy-to-use wizards to quickly create Web mapping applications. Click the Services tab. The Manage Services panel displays any services that have been published at the root level of the server. Now, click Publish a GIS Resource and then the browse icon next to Resource textbox. Navigate the folders until \\HYPERION\Geog677\Winter2012\Labs\Lab4 where you will see a list of map documents under this folder. One of these documents will be created by you later in Part II. Note: Only shared folders appear in the File Browser and thus accessible by SOCs. I have already defined C:\workspace\Geog677 as a shared folder. I select my own document - Lab4_jma3.mxd for Resource. 6

7 Follow the instructions and finish the process. Now, you should be able to see a new GIS service has been created and it is named Lab4_userid. Click on the + sign to expand the services. A thumb-nailed preview and properties of each service are displayed. 7

8 Step 4: Create a Web mapping application Now that you have a map service running on the GIS server, you can start to create a Web mapping application so that other people can also see and interact with them via a Web browser. On the ArcGIS Server Manager window, click the Applications tab. The Web Applications panel will display any applications that have been previously created. On this panel, you can also edit or delete existing applications, besides creating new ones. Note: When you are working on this lab assignment, you will likely see some Web applications that would have been created by other students. Please don t try to edit or delete any applications that are not created by you. Click Create Web Application. Fill the name and description. You may want to stick with the same name, i.e. Lab4_userid (replace the userid with your own). 8

9 Note: The name may contain spaces and numbers, but not special characters such as ], ;, &, etc. Underscore is perfectly fine. Click Next. On the panel below, you need to specify the layers for the new application. A layer can be any service that is available there. Click Add Layer. In the Add Layers dialog box (see image shown on next page), there are two types of connection to the GIS server: Internet and Local. You will double-click on the first one Navigate and select your map service Lab4_userid. Click on the layer to view the Layer Properties. 9

10 Expand the + sign in front of the selected layer to see all individual layers included. Here you can modify how symbols will display when a feature is drawn or highlighted as the result of a task (e.g. query). Click on the Fields tab. All fields will be listed there. You can decide exactly which fields you want to display on the map. Click Next. The new panel allows you to choose the tasks (i.e. tools or functions) for the new application. Note: Some tasks require a supporting GIS service. For example, the Find Address task requires a geocoding service. (You will do this in Lab5.) If you don t have the required supporting service, you cannot include that particular task in your Web mapping application. Click Add Task. I would select the following tasks: 1. Query Attributes 2. Search Attributes 3. Print 10

11 Now we need to define the details about each task. First, select Query Attributes. Then, click Configure button. Fill the task Name and Button Text. Click the Settings tab. Choose the specific lay which you want to query on. In this case, I chose USA_States. See image below. Now, you need to define the Query expression properties. I decided to set the Label Text as Find a State. And then I chose the field as STATE_NAME. There are two options when creating a query. One option allows the users to enter the input by themselves. Another option is the users will be provided with a pre-defined list of choices. Click Get Sample Values. A list of values for STATE_NAME is generated. 11

12 Similarly, I followed the instructions and defined the task Search Attributes. 12

13 Lastly, define the task Print. This task is very useful because it allows the users to create customized maps based on their interests and needs. For example, the resulting map from a query can be saved and printed as a map. I can specify which map elements to be included on the customized map (e.g. legend, north arrow, and scale bar). The legend can be further defined in terms of exact layers to be included. Click Next until you are asked to enter a title and choose a theme for the new application. There are three default links to ESRI sites. In this case, I decided to replace them with some links that are more relevant. MPSGIS Program Dept. of Geography University of Maryland You can add any Website or many if you want to. However, it is a bad idea to place too many links there. Note: Whenever you add a new link, you must save it by clicking on the pen icon or hit the Enter key. Otherwise, the new link will be lost when you move on to next step. 13

14 Click Next. On this panel, it allows you to specify the map elements that you want to display on the Web application. In this case, I left most of them as default. However, I decided to specify the Map Copy Right information. On the Properties panel, I specified the copyright information. The Label text entered will appear as a link. When users click this link, the text that was entered in the Description box will display. Be sure the boxes for all of the map elements are checked and then click Next. Click Next and then Finish to create the Web application. A new window of the Web browser should open and display the Web application. If the pop-up blocker is turned on your Web browser, it might prevent the Web application form launching. If this occurs, you need to make sure this site is not blocked from now on. The URL of this new Web application is: (locally) or (Internet) Now anyone with Internet connection will be able to see this Web GIS application, i.e. consuming these GIS services. 14

15 Part II: Getting Started with ArcGIS Server Assuming you have read the Part I, you can now start to work and create your own Web application following similar procedures. Your tasks and the requirements are: Go to ELMS, download the data if you want to create the map document on your local computer. Unzip the data and save them on your local computer. Launch ArcMap and add the data layers. Define the symbology. o You can be creative here. However, your map must meet the following minimum requirements: You must set certain data layer as semi-transparent. You must define and apply scale range for at least one feature layer. You must define and apply scale range for the labeling text of at least one feature layer. (Don t forget to turn on the labels first.) You also should use the meaningful icons/symbols to represent those features. An example is shown below. 15

16 Save the map document. o Make sure you set the data source using relative paths. (In ArcMap, click File > Document Properties > Data Source Options and then check the option to store relative path names to data sources.) o The map document must be named as Lab4_userid where the userid should be replaced with your own. Upload the map document to the server through Remote Desktop. Make sure you save it under the folder C:\WorkSpace\Geog677\Winter2012\Labs\Lab4\. Then, open it and make sure it works fine. If the map layers are missing, you need to repair the data sources. You will create a Web application by following similar steps described in Part I. o You can be creative in terms of defining some settings or adding new tasks. However, your application must meet the following minimum requirements: You must include these two tasks: Query Attributes, Search Attributes, and Print. You must customize those default ESRI links. You must modify the copyright information and include your name in it. Once you finished creating the Web application, you need to create a Word document in which you should write down the URLs of your Web pages and then a few screen shots. o The URL should be like this: (replace the userid with your own.) o You need to test to make sure the Web application works fine before sending out the URL. Submit the lab report document through Lab 4 on ELMS. The deadline is 01/19/2012. You can also directly create the map document on the server using ArcMap because the data has already been saved under the folder - C:\WorkSpace\Geog677\Winter2012\Labs\Lab4\. That way, you don t have to upload the file. Again, as a reminder, you can be creative as long as your result meets the minimum requirements indicated above THE END

The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map

The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map *You will need a computer with ESRI ArcGIS Desktop version 9.3 or higher installed* Data Download 1. Save the zipped folder with

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

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

LAB 1: Introduction to ArcGIS 8

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

More information

Lab 1: Exploring ArcMap and ArcCatalog In this lab, you will explore the ArcGIS applications ArcCatalog and ArcMap. You will learn how to use

Lab 1: Exploring ArcMap and ArcCatalog In this lab, you will explore the ArcGIS applications ArcCatalog and ArcMap. You will learn how to use Lab 1: Exploring ArcMap and ArcCatalog In this lab, you will explore the ArcGIS applications ArcCatalog and ArcMap. You will learn how to use ArcCatalog to find maps and data and how to display maps in

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

Exercise 1: Getting to know ArcGIS

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

More information

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon?

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon? Name: Date: June 27th, 2011 GIS Boot Camps For Educators Practical: Explore ArcGIS 10 Desktop Tools and functionality Day_1 Lecture 1 Sources: o ArcGIS Desktop help o ESRI website o Getting to Know ArcGIS

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

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

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

More information

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

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

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

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

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

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

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

More information

Explore some of the new functionality in ArcMap 10

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

More information

Tutorial 1 Exploring ArcGIS

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

More information

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

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

More information

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

GPS TO GIS EXERCISE (30 PTS)

GPS TO GIS EXERCISE (30 PTS) GPS TO GIS EXERCISE (30 PTS) This exercise will allow you to demonstrate your cumulative knowledge of using a GPS receiver to collect data with locational information, downloading this data to a desktop

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

Review of File Management and Introduction to ArcGIS

Review of File Management and Introduction to ArcGIS Review of File Management and Introduction to ArcGIS RNR/GEOG 417/517 Overview of Presentation Discuss the objectives of the lab exercise Introduce the class directory structure General file policies Introduce

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

Getting Started with GIS using ArcGIS 10.6 What is GIS? and - Module 1 Creating a map document

Getting Started with GIS using ArcGIS 10.6 What is GIS? and - Module 1 Creating a map document Getting Started with GIS using ArcGIS 10.6 What is GIS? and - Module 1 Creating a map document Marcel Fortin Map & Data Library mdl@library.utoronto.ca 2018 http://mdl.library.utoronto.ca This workshop

More information

Creating a reference map

Creating a reference map Chapter 1 Creating a reference map Reference maps are basic, traditional maps. Their purpose is to illustrate geographic boundaries for cities, counties, and other areas. Reference maps have no underlying

More information

Georeferencing Soil Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data

Georeferencing Soil Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data Georeferencing Soil Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data These procedures outline: A. Obtaining soil maps. B. Downloading boundary files. C. Uncompressing

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

Basic Mapping: Livelihood Zones In Haiti

Basic Mapping: Livelihood Zones In Haiti Basic Mapping: Livelihood Zones In Haiti - 2009 Barbara Parmenter, revised by Carolyn Talmadge 9/10/2016 DATA SOURCES... 1 MAPPING NETWORK DRIVES OUTSIDE THE DATA LAB... 2 SETTING UP YOUR ARCMAP SESSION...

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

GEO 465/565 Lab 6: Modeling Landslide Susceptibility

GEO 465/565 Lab 6: Modeling Landslide Susceptibility 1 GEO 465/565 Lab 6: Modeling Landslide Susceptibility This lab will give you more practice in understanding and building a GIS analysis model. Recall from class lecture that a GIS analysis model is a

More information

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

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

More information

Basic Mapping: Livelihood Zones In Haiti

Basic Mapping: Livelihood Zones In Haiti Basic Mapping: Livelihood Zones In Haiti - 2009 Barbara Parmenter, revised by Carolyn Talmadge 9/10/2017 for ArcMap 10.5.1 DATA SOURCES... 1 MAPPING NETWORK DRIVES OUTSIDE THE DATA LAB... 2 SETTING UP

More information

Schematics in ArcMap Tutorial

Schematics in ArcMap Tutorial Schematics in ArcMap Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Introducing Schematics in ArcMap Tutorial........................ 3 Exercise 1: Getting familiar with Schematics

More information

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

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

More information

In this exercise we will:

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

More information

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

Geocoding: Using Addresses to Map Sites

Geocoding: Using Addresses to Map Sites 1 Geocoding: Using Addresses to Map Sites Geocoding allows you to use addresses to plot points buildings and businesses - on maps by using their street addresses as reference points. In this tutorial,

More information

BIO8014 GIS & Remote Sensing Practical Series. Practical 1: Introduction to ArcGIS Desktop

BIO8014 GIS & Remote Sensing Practical Series. Practical 1: Introduction to ArcGIS Desktop BIO8014 GIS & Remote Sensing Practical Series Practical 1: Introduction to ArcGIS Desktop 0. Introduction There are various activities associated with the term GIS, these include visualisation, manipulation

More information

ArcGIS Online (AGOL) Quick Start Guide Fall 2018

ArcGIS Online (AGOL) Quick Start Guide Fall 2018 ArcGIS Online (AGOL) Quick Start Guide Fall 2018 ArcGIS Online (AGOL) is a web mapping tool available to UC Merced faculty, students and staff. The Spatial Analysis and Research Center (SpARC) provides

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

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

Downloading 2010 Census Data

Downloading 2010 Census Data Downloading 2010 Census Data These instructions cover downloading the Census Tract polygons and the separate attribute data. After that, the attribute data will need additional formatting in Excel before

More information

Project 2 CIVL 3161 Advanced Editing

Project 2 CIVL 3161 Advanced Editing Project 2 CIVL 3161 Advanced Editing Introduction This project will involve more advanced editing/manipulation of data within ArcGIS. You will use the map that you create in this project as a starting

More information

USING CCCR S AERIAL PHOTOGRAPHY IN YOUR OWN GIS

USING CCCR S AERIAL PHOTOGRAPHY IN YOUR OWN GIS USING CCCR S AERIAL PHOTOGRAPHY IN YOUR OWN GIS Background: In 2006, the Centre for Catchment and Coastal Research purchased 40 cm resolution aerial photography for the whole of Wales. This product was

More information

ArcGIS Basics Working with Labels and Annotation

ArcGIS Basics Working with Labels and Annotation ArcGIS Basics Working with Labels and Annotation Labeling in ArcGIS has changed considerably from the old ArcView 3.X version. In ArcGIS label positions are generated automatically, are not selectable,

More information

Overview of ArcGIS Online Applications. Champaign County

Overview of ArcGIS Online Applications. Champaign County Overview of ArcGIS Online Applications Champaign County Champaign County GIS Consortium Updated: April 2017 Table of Contents ArcGIS Online Application Overview... 3 Map Interface Symbology and Terminology...

More information

Lab#1: Introduction to ArcGIS10. In this lab, you will use ArcGIS to work with statewide GIS data of Alaska. You use ArcMap to:

Lab#1: Introduction to ArcGIS10. In this lab, you will use ArcGIS to work with statewide GIS data of Alaska. You use ArcMap to: NRM338 Fall 2017 Lab#1 Page#1 of 26 Lab#1: Introduction to ArcGIS10 In this lab, you will use ArcGIS to work with statewide GIS data of Alaska. You use ArcMap to: Create a data connection Edit GIS theme

More information

Linear Referencing in ArcGIS. GIS by ESRI

Linear Referencing in ArcGIS. GIS by ESRI Linear Referencing in ArcGIS GIS by ESRI Copyright 00 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This

More information

In this lab, you will create two maps. One map will show two different projections of the same data.

In this lab, you will create two maps. One map will show two different projections of the same data. Projection Exercise Part 2 of 1.963 Lab for 9/27/04 Introduction In this exercise, you will work with projections, by re-projecting a grid dataset from one projection into another. You will create a map

More information

Introduction to ArcGIS Desktop

Introduction to ArcGIS Desktop Introduction to ArcGIS Desktop Prepared by David R. Maidment Center for Research in Water Resources University of Texas at Austin September 2011 Contents Goals of the Exercise Computer and Data Requirements

More information

Section 1: Introduction to Arc GIS 10

Section 1: Introduction to Arc GIS 10 Introduction to ArcGIS 10 Getting Started 1.1.1 Section 1: Introduction to Arc GIS 10 A main component of ArcGIS 10 software is ArcMap. It can be used to create and edit maps and analyze spatial data.

More information

Introduction to Geographic Information Systems Spring 2016

Introduction to Geographic Information Systems Spring 2016 Introduction to Geographic Information Systems Spring 2016 Exercise 2 Introduction to ArcGIS 10 Projects This exercise will introduce you to the common set-up functions of the ESRI ArcGIS software package.

More information

TRAINING GUIDE. GIS Setup and Config for Lucity Webmap

TRAINING GUIDE. GIS Setup and Config for Lucity Webmap TRAINING GUIDE GIS Setup and Config for Lucity Webmap GIS Setup & Configuration for Lucity Webmap This session introduces you to the functionality of the GIS Setup & Configuration for Lucity Webmap. We

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

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

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

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

More information

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS By Derek Law, Esri Product Manager, ArcGIS for Server Do you want to build web mapping applications you can run on desktop,

More information

LAB EXERCISE #1 (25pts)

LAB EXERCISE #1 (25pts) Grossmont College Introduction to Geographic Information Science Name: Instructors: Judd Curran & Mark Goodman 1 LAB EXERCISE #1 (25pts) ArcGIS Map Projection on the Fly: Working with: U.S. Map illustrating

More information

GIS Workbook #1. GIS Basics and the ArcGIS Environment. Helen Goodchild

GIS Workbook #1. GIS Basics and the ArcGIS Environment. Helen Goodchild GIS Basics and the ArcGIS Environment Helen Goodchild Overview of Geographic Information Systems Geographical Information Systems (GIS) are used to display, manipulate and analyse spatial data (data that

More information

How to Create Metadata in ArcGIS 10.0

How to Create Metadata in ArcGIS 10.0 How to Create Metadata in ArcGIS 10.0 March 2012 Table of Contents Introduction... 1 Getting Started... 2 Software Requirements... 2 Configure ArcGIS Desktop to View FGDC Metadata... 2 Other Thoughts...

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

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

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

Add to the ArcMap layout the Census dataset which are located in your Census folder.

Add to the ArcMap layout the Census dataset which are located in your Census folder. Building Your Map To begin building your map, open ArcMap. Add to the ArcMap layout the Census dataset which are located in your Census folder. Right Click on the Labour_Occupation_Education shapefile

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

Managing Multiple Layouts in ArcGIS Pro

Managing Multiple Layouts in ArcGIS Pro Managing Multiple Layouts in ArcGIS Pro By Mike Price, Entrada/San Juan, Inc. What you will need ArcGIS Desktop with ArcMap 10.4 or higher and ArcGIS Pro 1.4 licenses ArcGIS Online for organizations account

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

Appendix Z Basic ArcMap and GDSE Tools

Appendix Z Basic ArcMap and GDSE Tools Appendix Z Basic ArcMap and GDSE Tools Introduction IFMAP has been developed within ESRI s ArcMap interface. As such, the application is inherently map-based. Although a user can enter tabular data through

More information

MAP ASPEN Training Manual. Navigate back to City of Aspen Home, GIS Home, Map Aspen Home or the Data Catalog from any page in the site.

MAP ASPEN Training Manual. Navigate back to City of Aspen Home, GIS Home, Map Aspen Home or the Data Catalog from any page in the site. Home Page Features: Top Navigation Bar MAP ASPEN Training Manual Navigate back to City of Aspen Home, GIS Home, Map Aspen Home or the Data Catalog from any page in the site. Search Bar Search for all content

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Introduction to GIS software

Introduction to GIS software 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

More information

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

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

More information

All data is in Universal Transverse Mercator (UTM) Zone 6 projection, and WGS 84 datum.

All data is in Universal Transverse Mercator (UTM) Zone 6 projection, and WGS 84 datum. 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) 643-4539 EXPLORING MOOREA DATA WITH QUANTUM GIS In this exercise, you will be using an open-source FREE GIS software, called Quantum GIS,

More information

Exercise 3: Creating a Geodatabase

Exercise 3: Creating a Geodatabase Exercise 3: Creating a Geodatabase Introduction: A database (DB) is an organized collection of data, that we can visualize as being a group of tables. An example of a simple database can be seen below:

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

_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

Office of Geographic Information Systems

Office of Geographic Information Systems Office of Geographic Information Systems Print this Page Fall 2012 - Working With Layers in the New DCGIS By Kent Tupper The new version of DCGIS has access to all the same GIS information that our old

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

Lab Exercise 1: ArcGIS Basics

Lab Exercise 1: ArcGIS Basics Massachusetts Institute of Technology Department of Urban Studies and Planning 11.520: A Workshop on Geographic Information Systems 11.188: Urban Planning and Social Science Laboratory Lab Exercise 1:

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

ArcGIS Basics: Exploring Somerville

ArcGIS Basics: Exploring Somerville ArcGIS Basics: Exploring Somerville Written by Barbara M. Parmenter, revised 9/21/2013 1. INTRODUCTION... 1 DOWNLOAD THE TUTORIAL DATA... 2 2. PREVIEWING AND MANAGING DATA WITH ARCCATALOG... 2 STARTING

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

Making Data Fit the. Community Maps Program. Migrating to the Local Government Information Model

Making Data Fit the. Community Maps Program. Migrating to the Local Government Information Model Making Data Fit the Community Maps Program Migrating to the Local Government Information Model By Tamara Yoder and Mark Stewart, Esri Learn a process for quickly and easily migrating source data to the

More information

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

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

More information

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

Working with International Census Data in GIS

Working with International Census Data in GIS Working with International Census Data in GIS Updated February 23, 2015 Table of Contents SETTING UP... 1 DATA SOURCES... 1 TABULAR CENSUS DATA... 2 2001 Tabular Census Data... 5 GEOGRAPHIC DATA... 5 JOINING

More information

GEOG 487 Lesson 2: Step-by-Step Activity

GEOG 487 Lesson 2: Step-by-Step Activity GEOG 487 Lesson 2: Step-by-Step Activity In Lesson 2, we are going to create a website that contains interactive maps with datasets related to our project scenario described in the Introduction. We will

More information

A Second Look at DEM s

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

More information

Using ArcGIS 9.x: Quickstart Tutorial

Using ArcGIS 9.x: Quickstart Tutorial Centre de recherche géographique Walter Hitschfeld Geographic Information Centre Using ArcGIS 9.x: Quickstart Tutorial ArcGIS is a program which allows the user to view and manipulate spatial data. It

More information

How To Guide for Using Maryland Incentive Zone Interactive Map

How To Guide for Using Maryland Incentive Zone Interactive Map How To Guide for Using Maryland Incentive Zone Interactive Map http://www.dhcd.state.md.us/gis/revitalize/index.html Purpose This How To guide is intended to: Determine if addresses are located within

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

Implementing and Optimizing ArcGIS Server Map Caches

Implementing and Optimizing ArcGIS Server Map Caches Implementing and Optimizing ArcGIS Server Map Caches Sterling Quinn Jeremy Bartley David Wilcox ESRI Developer Summit 2008 1 Schedule 75 minute session 60 65 minute lecture 10 15 minutes Q & A following

More information

GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction

GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction Introduction This document describes how to take the data collected with the total station for the campus topographic map project and

More information

Geographic Information Systems (GIS 101) Workshop Sponsored by U-Spatial

Geographic Information Systems (GIS 101) Workshop Sponsored by U-Spatial Geographic Information Systems (GIS 101) Workshop Sponsored by U-Spatial Section 1 Welcome 8:30-8:45 Welcome Introductions Outline of day Accessing data Section 2 Introduction to GIS and ArcGIS 8:45-10:45

More information

Table of Contents. Krista White GIS Support Specialist x 3926 Office HS 104 T, Th 8:00AM-12:00PM, 1:00PM-4:00PM F 8:00-11:30AM

Table of Contents. Krista White GIS Support Specialist x 3926 Office HS 104 T, Th 8:00AM-12:00PM, 1:00PM-4:00PM F 8:00-11:30AM 1 Create Visually Stunning Maps with the Cartograms Tool Cartograms are a method of displaying geospatial data as totals, wherein data are displayed with both color and area as a function of their values.

More information

Using an ArcGIS Server.Net version 10

Using an ArcGIS Server.Net version 10 Using an ArcGIS Server.Net version 10 Created by Vince DiNoto Vince.dinoto@kctcs.edu Contents Concept... 2 Prerequisites... 2 Data... 2 Process... 3 Creating a Service... 3 Down Loading Shapefiles... 3

More information

TRAINING GUIDE. Mobile for Administrators Part 3 - GIS

TRAINING GUIDE. Mobile for Administrators Part 3 - GIS TRAINING GUIDE Mobile for Administrators Part 3 - GIS Mobile for Administrators - GIS One of the critical components of mobile is GIS, and it can also be the most complex. The mobile GIS maps are designed

More information

Georeferencing in ArcGIS Pro. Overview of the Esri Georeferencing tools. Exercise

Georeferencing in ArcGIS Pro. Overview of the Esri Georeferencing tools. Exercise Georeferencing in ArcGIS Pro Historic maps contain a wealth of information that can be used in research. You can use the scanned historic map as a background to your own data or you can digitize the information

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