Step 2. Open ArcMap, set Projection to State Plane NAD 83 Feet Apply

Size: px
Start display at page:

Download "Step 2. Open ArcMap, set Projection to State Plane NAD 83 Feet Apply"

Transcription

1 GIS III Exercise 01 Create a Database & Map Urban Land Use Jan 2010 Student Learning Outcomes: Import table data into an MS Access database; NOTE: DOS 8.3 naming is required for files being imported into Access! Correctly assign relationships (e.g., one-to-many, many-to-one) between tables Use ArcCatalog to map a direct connection between Access and ArcMap Map directly from the database Introduction Modeling change is facilitated by mapping data from different time periods, be they land use data to model urban sprawl, water chemistry and subsurface hydrogeology to model a spreading plume of contaminated water, or changing wind conditions and fuel availability to model the spread of a forest fire. From the GIS perspective, most experts agree that it is best to house your data in a large, easily accessible and editable database. In fact, ESRI has developed a GIS format that is driven by a geodatabase. Since database-driven GIS mapping and modeling is here to stay, this exercise introduces you to the basics of MS Access database creation and usage, working with land use data courtesy of Jersey City, NJ. Scenario As the urban planning and redevelopment expert for Jersey City, you have decided to construct a Brownfield Inventory. Brownfields are current or former commercial / industrial sites that are either contaminated or perceived to be contaminated. These sites are frequently found in urban areas, frequently appearing as run-down and underutilized Financial incentives exist to motivate businesses and banks to redevelop these urban sites, rather than contribute to urban sprawl by moving new businesses into greenfields. Once you have built the Brownfield Inventory database in MS Access, you will use ArcCatalog to create a direct connection between the database and ArcMap, which will enable you to map directly from the database. Part I Review the shapefiles approach to GIS mapping of Jersey City parcels Step 1. Create exercise folder, copy data from server into your folder. By now, you know the drill for working with GIS shapefiles. Create your own GIS_III_Exr01 folder on the GIS server in your own semester folder, on a large flashdrive, or on your own computer. Once you have created your own folder, Copy>Paste ALL of the following data from the GIS_III_Exr01_input data folder (inside GISStudent on geosrv) to your new folder: 1

2 Step 2. Open ArcMap, set Projection to State Plane NAD 83 Feet This should also be routine for any GIS student who has reached this level of performance. These files are in the official NJ coordinate system, State Plane NAD 1983 Feet. Open ArcMap (Start > Programs > ArcGIS > ArcMap > New map). BEFORE you add any data, Rt-click on Layers > Properties > Coordinate System > Predefined > Projected CS > State Plane > NAD 1983 (Feet), and set the coord system to New_Jersey_FIPS_2900_Feet Click Apply, OK. 2

3 Click on the General Tab of the Data Frame Properties window, and make sure that both the Map and display units are set to Feet; press OK. Step 3. Add MC_sites and Parcels shapefiles into ArcMap Use File > Add Data to scroll to, select, and add the Parcels.shp and MC_Sites.shp shapefiles from your folder to ArcMap: 3

4 Use Symbol Selector to make the MC_Sites file transparent ( hollow ) with a bright outline like red that you can see easily (see below). If necessary, set the order of display of the shapefiles in the ArcMap Table of Contents so that the MC_Sites file overlays the Parcels file: MC_Sites ABOVE Parcels The MC_Sites shapefile was painstakingly built by one of NJCU s top GIS students, Paul Kaczka, for the Jersey City Redevelopment Authority. The JCRA needed an accurate Morris Canal Brownfields Inventory ( MCBI ) to remain in compliance with the US EPA. Paul has graduated and become a very successful GIS professional. Paul created each MCBI Site outline by first selecting appropriate Parcels from the Morris Canal Redevelopment Area (MCRA) Parcels shapefile comprising each site, then Dissolving the internal parcel boundaries, leaving just the external outline, shown above in red for each site. Although some sites are composed of just one parcel, many sites are composed of multiple parcels. Paul also created the accompanying MC_Sites attribute table ( AT ). Open it now: The KCSL_ID, CHROME_ID, and STEMRT_ID columns (see above) refer to the various identification numbers for each sites in different New Jersey databases (KCSL, Chrome, and Sitemart. Paul also incorporated the Area of each site (in acres) into the attribute table. 4

5 Use Properties > Labels to label the Sites with their MCBI_NO identification number: Zoom into Sites 26 and 43: Now, open the Parcels AT: 5

6 Note the column entitled MCBI_NO This column is NOT a primary key for the Parcels shapefile because the values in this column are not always unique identifiers for each parcel. But this column WILL allow you, later in the exercise, to use some database management techniques through MS Access to re-create, on the fly in a matter of seconds, what it took Paul Kaczka many long hours to create. This is why you are starting off the GIS III course with this seemingly simple exercise it will show you the power of creating interactive, relational databases, through ESRI ( geodatabase ) or other database providers, such as Oracle, SQL, or Access. The use of databases enables the GIS practitioner to engage in modeling, to better understand the past and to predict the future. Step 4. Analyze many-to-one relationship between Parcels ( many ) and Sites ( one ) Return to ArcMap and focus in on Site 26. In the Parcels AT (opened in the previous step), highlight the 3 parcels that comprise Site 26 in bright blue: Confirm that these parcels have turned bright blue on the map and do indeed comprise Site 26: 6

7 The relationship you see in this example is known as many-to-one, and it is important that you recognize the difference between this and a one-to-one relationship. One-to-one relationships are the ones you are used to seeing in GIS; they typify the primary key, where you need ONE UNIQUE IDENTIFIER for EACH FEATURE. In the example above, you have many Parcels in one table (in this case, 3) that are linked to one Site in another table. That is to say, all 3 of these parcels belong to or could be joined to - Site 26. You will see in later portions of this exercise that Many-to-one table joins or relationships are very important in modeling with relational databases, which themselves are composed of multiple tables. Up to this point in your GIS training, you have become accustomed to seeing just one table (an attribute table) associated with a group of features. However, to harness the true power of GIS, especially in real time or on-the-fly, you must now become familiar with relational databases and more complex table joins than the simple one-to-one that you have used up until now to connect a GIS attribute table to an external table containing additional data. Part II Create / populate a simple MS Access Database and connect it to the GIS Step 1. Create a new, blank Access database Select Start > Programs > MS Office > Access. In the blank window that appears, select File > New > Blank Database From the File New Database window that opens (below), scroll to your GIS III Exr01 folder, name the new database as Exr01_db1, and press Create: 7

8 Step 2. Import the MC_Sites table into Access Discussion You have created a blank shell of a database, but have not yet populated the database with data. There are a number of ways to put data into an Access database. Here, we will practice bringing data from an existing table (DBF or Excel file) into Access, to illustrate the process. IMPORTANT Any table (Excel, DBF, etc) that you try to input in Access MUST BE NAMED WITH 8 CHARACTERS MAXIMUM (DOS 8.3 naming convention). For future reference, you must RENAME any of your files that exceed 8 characters BEFORE you try and use them in Access, or you will crash the program. Procedure In the Access window that opened after you pressed Create in the previous Step, select Create table in design view : Select File > Get External Data > Import: 8

9 Scroll to Exr01 folder, change Files of Type to dbase IV, select MC_Sites, click Import A confirmation window appears; press OK: NOTE: The steps used to Import an Excel table may be different than for the DBF file. The file is now visible in the main Access window, confirming that it was imported: 9

10 Dbl-click on the MC_Sites table to open it up: Rt-click on the MCBI_NO column and select Sort Ascending Confirm that the MC_Sites are now sorted from lowest number to highest number (86): 10

11 Step 3. Import the Parcels table into Access From the main Access window, select File > Get External Data > Import, scroll to and select the Parcels dbase IV file, press Import: A window appears confirming successful import of the table into Access; press OK: From the Access main window, Dbl-click on Parcels: Dbl-click 11

12 The Parcels table opens; scroll to the far RH side and confirm the MCBI_NO column is present; Rt-click on the MCBI_NO column and select Sort Ascending (see below): Scroll down the Parcels table until you start seeing entries in the MCBI_NO column (below) 12

13 NOTE: It is critically important that the GIS student understand that the MCBI_NO field in THIS table (the Parcels table), is NOT BE THE PRIMARY KEY for THIS TABLE. Why? Because the MCBI_NO values in this field do NOT uniquely identify each parcel. For example, there are at least 6 parcels in the Parcels table that are associated with Site 02 (above); scrolling through this Parcels table will show you many other instances of multiple parcels associated with just one site. Can you see how this might be viewed as a many-to-one relationship? Even though this MCBI_NO field is not a primary key for the Parcels tables, it plays an important role in connecting this table to another table in the database. This field is a Foreign key for the Parcels table, because it is the field that connects this table back to the MC_Sites Table through the Primary key of the MC_Sites table (also labeled MCBI_NO). Step 4. Define a Primary Key for the MC_Sites table in Access Discussion - As a relational database, Access is capable of creating relationships (one-to-one, oneto-many, many-to-one, many-to-many) between tables. It is very important that you and Access are clear about relationships, especially when it come to defining fields. For example, some sources suggest that a table s Primary Key field is best defined as Text this is what I did when creating this exercise. However, some sources (including Microsoft) suggest that AutoNumber is best. Since the MC_Sites table is very important to this exercise (I view it as the master table ), it is also important to be very clear that this table s Primary Key, which is the MCBI_NO field is CLEARLY DEFINED. Procedure - From Relationships window in Access, rt-click on the MC_Sites table, select Table Design: 13

14 The Table Design window opens. Note that the MCBI_NO field is not currently indexed, nor is this field defined as the Primary Key: Rt-click on the black arrow to the left of the MCBI_NO field (see above), select Primary Key (see below); 14

15 Note that there is now a key displayed to the left of the MCBI_NO field (below), and note also that this field is now indexed, with no duplicates ; this is essential for a field for a primary key: Close the Table Design window when prompted to Save changes to Design, say Yes. Step 5. Create a one-to-many relationship between MC_Sites and Parcels tables With a Primary Key now clearly defined for the master table, you should now be able to Create a relationship between this table and the Parcels table. To create a relationship between the tables, from the Relationships window; click on MCBI_NO in MC_Sites and drag down to MCBI_NO in Parcels: Drag 15

16 In the Edit Relationships window that opens (below), note that the tables are characterized as Table and Related Table, and the Relationship Type is already set to be one-to-many. An example of the one-to-many relationship is Site 02 (one site related to many parcels): In the Edit Relationships window, check the Referential Integrity boxes, select Join Type 16

17 In the Join Properties window that appears, select option #2. The Parcels table has thousands of records encompassing all of Jersey City, but the only parcels that we are interested in mapping for this exercise are those that are in the Morris Canal Redevelopment Area. Press OK When the Edit Relationships window returns, press Create. The Relationships window returns with the 1 - (read: one-to-infinity, meaning one to many ) relationship between the MC_Sites and Parcels tables clearly labeled, showing the one and the many : 17

18 Step 6. Create a Query in MS Access Discussion To some extent, a query links your ArcMap features to the Access database that contains information about these features, not unlike the way that an attribute table contains information about features. Think of a query as a way for a user to create a custom attribute table for features by selecting columns of information from an entire database. Procedure Scroll to your GIS folder, open your MS Access database. In the main window, select Queries on the LH side of the window (see below): A new window opens with 2 Query choices; dbl-click create query in design view : Dbl-click A Show Table window opens: 18

19 Dbl-click on both the MC_sites and parcels tables, then close the Show Table window. The main Access window shows both tables schematically: Note that the Primary Key field in the MC_Sites table links it to the Foreign Key in parcels. 19

20 You will now select several fields to include in the new table (the query ). From the main access window, select and drag the following fields into the table at the bottom of the window: MCBI_NO and SITE_NAME from the MC_Sites table PARCELID and OWNER from the parcels table The table at the bottom of the window now contains these 4 fields: 20

21 From the top of the main Access window, select Query > Run (see below): The query table s fields should populate with information taken from the main database: 21

22 If necessary, expand the column widths to show the complete owner and site names: Close the Query window by clicking the X in the upper RH corner: When prompted to save changes to the Query, click Yes In the Save As window that appears (below) Name the Query and click OK (below) 22

23 From the main Access window, select File > Save to save your changes, then close Access: Step 7. Create and Name a Database Connection (ODC) You will now start entering territory that you have not seen before, so prepare for some frustration and confusion at first. Open ArcCatalog (Start > Programs > ArcGIS > ArcCatalog). The main AC window opens. Select Database Connections in the LH window, then dbl-click Add OLE DB Connection: 23

24 A Data Link Properties window opens; select Microsoft Jet 4.0 OLE DB Provider; press Next: The Data Link Properties window opens here we find a problem; user is supposed to be logged in with Administrator rights in order to connect Access to ArcMap via OLE. For now, we will continue with the instructions, but will have to address this at some point. Press the button on the RH side of Line #1 to scroll to your database. 24

25 Once you have scrolled to your folder, select Exr01_db1, press Open: The Data Link Properties window re-appears (below, left) with the directory path leading to the.mdb file (the Access database); press Test Connection You should see a window indicating a successful test connection (above, right); contact your instructor otherwise. Press OK, then OK. 25

26 Return to the main ArcCatalog window; you should see a new database connection simply named OLE DB Connection.odc (below). You know this is the connection you just created because you can see the 3 tables in the DB in the RH window (MC_Sites, parcels, and Query): Confirm these 3 tables are present Rt-Click OLE DB connection and Rename Rt-click on OLE DB Connection.odc; select Rename Change the name to a DB connection that makes sense, and include your initials in the name so that you will recognize this connection as the one YOU made. This will be important in a computer lab, where more than one student will be saving an ODC connection on the same machine. I named mine parcels_db_connection_wwm.odc Once you have renamed your database connection, close the ArcCatalog window. Step 8. Open a new ArcMap window and connect to the Access database Open ArcMap, select a new map. A new map view opens: 26

27 Rt-click Layers > Properties > Coordinate System; set View to State Plane NAD 1983 (Feet): Press Apply, OK. The ArcMap window returns. 27

28 Select File > Add Data; scroll to your folder and select the parcels shapefile; press Add: In the ArcMap view, you should be able to see the Jersey City parcels: Select File > Add Data again; select Database Connections in the Add Data window: 28

29 Select the database connection you created previously and press Add: Select the three tables in your database; press Add: When the ArcMap window returns (below), make sure that the Source tab is selected at the base of the ToC. The database connection and 3 tables comprising the database are visible: File > Save your project. 29

30 Step 9. Join the Database Query to the Shapefile Attribute Table Discussion - You can already begin to see the benefits of mapping with a database. It enables you to focus your attribute mapping, and create tables of adequate size and information, without them being HUGE, like many of the attribute tables with which you have worked in the past. Here, we will create a simple map (or maps) of MCBI sites in Jersey City. Recall that this took one of our GIS experts, Paul Kaczka, countless hours to create the map that you will create in a few minutes. Behold the power of the database! Procedure: Rt-click on Parcels in the ToC > Joins and Relates > Join (below) Fill in the Join Data window (below, left) as follows (below, right), press Advanced: 30

31 In the Advanced Join window (below), select Keep only matching records ; this is a desirable option here, because the number of parcels records (encompassing all of Jersey City) greatly exceeds the number of records in the Query table you created. Press OK. Press OK again when the Join Table window re-appears. Return to the ArcMap window: As noted in the Advanced Join window at the top of the page, the number of visible parcels is greatly reduced from its original number because only those features in the Attribute Table (the Target table ) that are joined to the Query table (the Join Table ) are shown on the map. NOTE: If you want to keep all parcels visible, do not select keep only matching records. File > Save your project before proceeding. 31

32 Step 10. Select MCBI parcels by MCBI Number through the Join to the Database Query Up to this point, you have joined the parcels shapefile AT to the Query table that you built through Access, in a manner that is similar to any table join that you might perform with a conventional DBF table. Procedure - The first map that our client wants identifies the boundaries of each MCBI Parcel. Rt-click on parcels in the AT > Open Attribute Table. Scroll to almost the RH side of the AT: The last 4 columns on the RH side are those from the joined Query table from Access. Move the table aside and return to the map. Rt-click on parcels in the ToC > Properties > Labels (below). Select Label Features in this layer, make MCBI_NO the label field, and select the Bold button for the labels Press Apply, then OK to make these selections. 32

33 Return to the map, which now has each parcel labeled by its MCBI identification number: You can use an advanced feature of ArcGIS ( dissolve ) to aggregate parcels together as actual MCBI sites and create boundaries for the sites; these should be identical to the boundaries that Paul Kaczka created by hand. To learn more about dissolve, use the Help menu on the top bar of your ArcMap window, and select dissolve tool, using with features : Dissolve enables you to aggregate a large number of small features (input above) into a smaller number of larger features (output above) based upon an attribute such as MCBI_NO. Dissolve can be accessed by opening the tool from above window or by following the path laid out on the next page. 33

34 Step 11. Dissolve parcel boundaries and create new MCBI shapefile Select ArcToolbox > Data Management > Generalization > Dissolve Select the following fields in the Dissolve window: Use the black dropdown arrow to select parcels as the input features Scroll to your GIS_III_Exr01 folder and save the new feature class as mcbi_sites Select the Dissolve fields as MCBI_NO, Site Name, and Owner Press OK Close the Dissolve dialog after it indicates that the operation was executed successfully: 34

35 The map returns with the new mcbi_sites shapefile: Rt-click on parcels and turn OFF the labels by Unchecking Labels Rt-click on mcbi_sites > Properties > Labels and use the appropriate setting to label the polygons with MCBI_NO: 35

36 Dbl-click on mcbi_sites polygon in the ToC; select Hollow with a thick outline to portray boundaries; press OK to make the changes: The map reflects the symbology changes to the MCBI site boundaries, and enables you to see the individual parcels that collectively comprise the MCBI sites: 36

37 Zoom out to the map s full extent (about 1:12,000). Compare the site polygons to those from MC_Sites 37

38 The correspondence between the 2 maps is very good, except for Site 40, the southernmost site. If we turn the entire Jersey City parcels shapefile on, you can see why there is a discrepancy: there are no parcels associated with site 40; it was hand-digitized in by Paul. No parcels associated with site 40 File > Save your project Step 12. Create a layout and write a summary of this exercise Use the Layer Properties window to set the visible fields in the mcbi_sites AT to be: MCBI_NO, Site Name, and Owner: 38

39 Create a map layout that shows the outlines of MCBI sites that are labeled with their site numbers. Make sure the layout contains the appropriate elements (N arrow, scale, legend). Use the Options button in the lower RH corner of the mcbi_sites AT to first change the appearance of the table (make the font size 6) and then add it to the layout. Use Data Frame > Properties > General tab > Rotation to rotate the map view to better fit: In your summary, mention one or two ways that you could see this database-driven approach to GIS used in your profession as a more efficient way to link attribute data to features, as opposed to building individual attribute tables for each shapefile. Also feel free to mention ways that this exercise could be improved your feedback is very valuable for future GIS students. 39

GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013)

GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013) GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013) Learning Objectives: Reinforce information literacy skills Reinforce database manipulation / querying skills Reinforce joining and mapping

More information

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 1) Navigate to the C:/temp folder 2) Make a directory using your initials. 3) Use your web browser to navigate to www.library.yale.edu/mapcoll/ and

More information

Government 1008: Introduction to Geographic Information Systems. LAB EXERCISE 4: Got Database?

Government 1008: Introduction to Geographic Information Systems. LAB EXERCISE 4: Got Database? Government 1008: Introduction to Geographic Information Systems Objectives: Creating geodatabases Joining attribute tables Attribute and location based queries Spatial joins Creating spatial and attribute

More information

Data Visualization. Brief Overview of ArcMap

Data Visualization. Brief Overview of ArcMap Data Visualization Prepared by Francisco Olivera, Ph.D., P.E., Srikanth Koka and Lauren Walker Department of Civil Engineering September 13, 2006 Contents: Brief Overview of ArcMap Goals of the Exercise

More information

Groundwater Chemistry

Groundwater Chemistry Mapping and Modeling Groundwater Chemistry By importing Excel spreadsheets into ArcGIS 9.2 By Mike Price, Entrada/San Juan, Inc. In ArcGIS 9.2, Microsoft Excel spreadsheet data can be imported and used

More information

Personal Geodatabase 101

Personal Geodatabase 101 Personal Geodatabase 101 There are a variety of file formats that can be used within the ArcGIS software. Two file formats, the shape file and the personal geodatabase were designed to hold geographic

More information

Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data

Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data These procedures outline: A. Retrieving Property Data B. Uncompressing the Downloaded Files

More information

WFP Liberia Country Office

WFP Liberia Country Office 1 Oscar Gobbato oscar.gobbato@wfp.org oscar.gobbato@libero.it WFP Liberia Country Office GIS training - Summary Objectives 1 To introduce to participants the basic concepts and techniques in using Geographic

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis : Preparing Data for Analysis When a user acquires a particular data set of interest, it is rarely in the exact form that is needed during analysis. This tutorial describes how to change the data to make

More information

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Data Visualization Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Contents Brief Overview of ArcMap Goals of the Exercise Computer

More information

Web Editing Tutorial. Copyright 1995-2010 Esri All rights reserved.

Web Editing Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Creating a Web editing application........................ 3 Copyright 1995-2010 Esri. All rights reserved. 2 Tutorial: Creating

More information

ArcGIS Tutorial: Adding Attribute Data

ArcGIS Tutorial: Adding Attribute Data ArcGIS Tutorial: Adding Attribute Data Introduction A common need in GIS is to map characteristics, or attributes, of different geographic areas. These maps are called thematic maps. Examples of thematic

More information

Tutorial 3 - Map Symbology in ArcGIS

Tutorial 3 - Map Symbology in ArcGIS Tutorial 3 - Map Symbology in ArcGIS Introduction ArcGIS provides many ways to display and analyze map features. Although not specifically a map-making or cartographic program, ArcGIS does feature a wide

More information

Geodatabase Tutorial. Copyright 1995-2010 Esri All rights reserved.

Geodatabase Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents A quick tour of the Building a geodatabase tutorial..................... 3 Exercise 1: Organizing your data in the Catalog......................

More information

Using Microsoft Access Databases

Using Microsoft Access Databases Using Microsoft Access Databases Print this document to use as a reference while you work through this course. Open Access, and follow all directions to familiarize yourself with the program. Database

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

Under GIS Data select Hydrography This will show all of the state-wide options for hydrography data. For this project, we want the seventh entry in

Under GIS Data select Hydrography This will show all of the state-wide options for hydrography data. For this project, we want the seventh entry in Introductory Exercises for GIS Using ArcMap & ArcCatalog GIS Cyberinfrastructure Module EEB 5894, section 10 Please refer to the ESRI online GIS Dictionary for additional details on any of the terms in

More information

Spatial Database Support

Spatial Database Support Page 1 of 11 Spatial Database Support Global Mapper can import vector data from and export vector data to the following spatial databases: Esri ArcSDE Geodatabase Esri File Geodatabase Esri Personal Geodatabases

More information

1. Launch ArcCatalog, then navigate to the following location using the directory tree on the left side of the screen:

1. Launch ArcCatalog, then navigate to the following location using the directory tree on the left side of the screen: Vector Data Analysis I: Buffering Today we will use ArcMap and ArcToolbox to manipulate vector-based geographic data. The results of these simple analyses will allow us to visualize complex spatial relationships.

More information

Data Interoperability Extension Tutorial

Data Interoperability Extension Tutorial Data Interoperability Extension Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents About the Data Interoperability extension tutorial...................... 3 Exercise 1: Using direct-read

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Database Servers Tutorial

Database Servers Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents A quick tour of the database servers tutorial........................ 3 Exercise 1: Add a database server to the Catalog tree and create

More information

Spatial Adjustment Tools: The Tutorial

Spatial Adjustment Tools: The Tutorial Spatial Adjustment Tools: The Tutorial By Peter Kasianchuk, ESRI Educational Services In this exercise, you will perform some spatial adjustment and data management operations data to be used in analysis

More information

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences Unit 4 Introduction to Spreadsheet and Database, pages 1 of 12 Department of Computer and Mathematical Sciences CS 1305 Intro to Computer Technology 15 Module 15: Introduction to Microsoft Access Objectives:

More information

Modeling Fire Hazard By Monica Pratt, ArcUser Editor

Modeling Fire Hazard By Monica Pratt, ArcUser Editor By Monica Pratt, ArcUser Editor Spatial modeling technology is growing like wildfire within the emergency management community. In areas of the United States where the population has expanded to abut natural

More information

Creating and Using Databases with Microsoft Access

Creating and Using Databases with Microsoft Access CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries

More information

Introduction to GIS Mapping and ESRI s ArcGIS Software

Introduction to GIS Mapping and ESRI s ArcGIS Software 01-Introduction To GIS Mapping And Arcgis 9.2 Software.Doc Page 1 of 25 Objectives Introduction to GIS Mapping and ESRI s ArcGIS Software In this exercise you are introduced to the ArcMap interface and

More information

Finding GIS Data and Preparing it for Use

Finding GIS Data and Preparing it for Use Finding_Data_Tutorial.Doc Page 1 of 19 Getting Ready for the Tutorial Sign Up for the GIS-L Listserv Finding GIS Data and Preparing it for Use The Yale University GIS-L Listserv is an internal University

More information

GIS II: Data Management: Creation, edition and maintenance of geographic data Module 1: Leveraging the where of your geographic data

GIS II: Data Management: Creation, edition and maintenance of geographic data Module 1: Leveraging the where of your geographic data *** Files needed for exercise: MT_ACS09_trt.shp, and McDonalds_rr.shp Goals: After completing this exercise, you will have experience in performing spatial joins and selections and reviewed your understanding

More information

Animation in ArcMap Tutorial

Animation in ArcMap Tutorial ArcGIS 9 Animation in ArcMap Tutorial Copyright 2005 2008 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI.

More information

Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network

Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network Government 1009: Advanced Geographical Information Systems Workshop LAB EXERCISE 3b: Network Objective: Using the Network Analyst in ArcGIS Implementing a network functionality as a model In this exercise,

More information

How to use PGS: Basic Services Provision Map App

How to use PGS: Basic Services Provision Map App How to use PGS: Basic Services Provision Map App The PGS: Basic Services Provision Map App The main features of the PGP Basic Services web application includes: Navigation Tools Map Tools Main Map Links

More information

BLM Personnel & REA Collaborator Access. Accessing REA Data, Maps, & Models through SharePoint

BLM Personnel & REA Collaborator Access. Accessing REA Data, Maps, & Models through SharePoint Accessing REA Data, Maps, & Models through SharePoint BLM Personnel & REA Collaborator Access To access REA data and map services through the BLM network, follow the steps provided below. They will take

More information

A Workflow for Creating and Sharing Maps

A Workflow for Creating and Sharing Maps A Workflow for Creating and Sharing Maps By Keith Mann, Esri What You Will Need Item Source ArcGIS Online for Organizations subscription ArcGIS 10.1 for Desktop (Any license level) ArcGIS Spatial Analyst

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

Creating a File Geodatabase

Creating a File Geodatabase Creating a File Geodatabase Updated by Thomas Stieve January 06, 2012 This exercise demonstrates how to create a file geodatabase in ArcGIS 10; how to import existing data into the geodatabase, and how

More information

HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1

HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 Program Services Office & Decision Support Group Table of Contents Create New Analysis... 4 Criteria Tab... 5 Key Fact (Measurement) and Dimension

More information

Linear Referencing Tutorial

Linear Referencing Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents An overview of the linear referencing tutorial........................ 3 Exercise 1: Organizing your linear referencing data in ArcCatalog...............

More information

Contents. The OWRB Floodplain Viewer. Creating Maps... 8. Helpful Tips... 10

Contents. The OWRB Floodplain Viewer. Creating Maps... 8. Helpful Tips... 10 Contents QUICK START GUIDE... 2-5 Add layers...9 Search for Layers...9 COMPREHENSIVE GUIDE... 6 Navigate the map...6 Locate specific places...6 Add layer from file...9 Add layer from web...9 Display pop-up

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data

GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data Adding Existing Data Into ArcGIS - there are many different ways to get data into ArcGIS GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data Add Data - normally we use the Add Data button

More information

OnPoint 7.0 Tools and Functionality

OnPoint 7.0 Tools and Functionality P a g e 1 OnPoint 7.0 Tools and Functionality The new version of the OnPoint website has the same functionality as the old site, but the look and feel of the page has changed. This document will compare

More information

Tips & Tricks for ArcGIS. Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas. 2007 IACA Conference Pasadena, Ca

Tips & Tricks for ArcGIS. Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas. 2007 IACA Conference Pasadena, Ca Tips & Tricks for ArcGIS Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas 2007 IACA Conference Pasadena, Ca Table of Contents Lock & Load Labels for Maximum Speed!...2 Choose your

More information

Spatial Analyst Tutorial

Spatial Analyst Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents About the ArcGIS Spatial Analyst Tutorial......................... 3 Exercise 1: Preparing for analysis............................ 5 Exercise

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

More information

Tutorial 3: Working with Tables Joining Multiple Databases in ArcGIS

Tutorial 3: Working with Tables Joining Multiple Databases in ArcGIS Tutorial 3: Working with Tables Joining Multiple Databases in ArcGIS This tutorial will introduce you to the following concepts: Identifying Attribute Data Sources Converting Tabular Data into GIS Databases

More information

Introduction to GIS Using ArcGIS Desktop 10

Introduction to GIS Using ArcGIS Desktop 10 Introduction to GIS Using ArcGIS Desktop 10 Last Modified: January 2012 This reference and training manual was produced by the University of Maryland Libraries. Permission to reproduce this manual or any

More information

From GPS Data Collection to GIS Data Display A Walk-Through Example

From GPS Data Collection to GIS Data Display A Walk-Through Example From GPS Data Collection to GIS Data Display A Walk-Through Example The Global Positioning System (GPS) is a satellite based navigation system consisting of 24 satellites, a worldwide network of tracking

More information

GIS III: GIS Analysis Module 1a: Network Analysis Tools

GIS III: GIS Analysis Module 1a: Network Analysis Tools *** Files needed for exercise: MI_ACS09_cty.shp; USBusiness09_MI.dbf; MI_ACS09_trt.shp; and streets.sdc (provided by Street Map USA) Goals: To learn how to use the Network Analyst tools to perform network-based

More information

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Description This lab provides a hands-on overview of the IT Analytics Solution. Students will learn how to browse cubes and configure

More information

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

More information

Reduced Quality Sample

Reduced Quality Sample Access 2007 Essentials PART ONE Mobile MOUSe Access 2007 Essentials Version # 1.1 Part One 08/08/2010 11:20 About this Course Microsoft Access is the database application included with Microsoft Office.

More information

How to Copy A SQL Database SQL Server Express (Making a History Company)

How to Copy A SQL Database SQL Server Express (Making a History Company) How to Copy A SQL Database SQL Server Express (Making a History Company) These instructions are written for use with SQL Server Express. Check with your Network Administrator if you are not sure if you

More information

Using Excel As A Database

Using Excel As A Database Using Excel As A Database Access is a great database application, but let s face it sometimes it s just a bit complicated! There are a lot of times when it would be nice to have some of the capabilities

More information

Introduction to GIS Base Map Preparation Tutorial Part I. PLAN 211 Digital Visualization for Planning Fall 2006 Prof. David L.

Introduction to GIS Base Map Preparation Tutorial Part I. PLAN 211 Digital Visualization for Planning Fall 2006 Prof. David L. Part I PLAN 211 Digital Visualization for Planning Fall 2006 Prof. David L. Phillips PLAN 211 Digital Visualization for Planning 1 Introduction to GIS and preparing a Base Map Preface: A wealth of digital

More information

Microsoft Access 2007 Module 1

Microsoft Access 2007 Module 1 Microsoft Access 007 Module http://pds.hccfl.edu/pds Microsoft Access 007: Module August 007 007 Hillsborough Community College - Professional Development and Web Services Hillsborough Community College

More information

Activity: Using ArcGIS Explorer

Activity: Using ArcGIS Explorer Activity: Using ArcGIS Explorer Requirements You must have ArcGIS Explorer for this activity. Preparation: Download ArcGIS Explorer. The link below will bring you to the ESRI ArcGIS Explorer download page.

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Geocoding and Buffering Addresses in ArcGIS

Geocoding and Buffering Addresses in ArcGIS INTRODUCTION and Buffering Addresses in ArcGIS is the process of assigning location coordinates in a continuous, globlal reference system (Latitude and Longitude, for instance) to street addresses. While

More information

Linking FLIPS to a GIS Shapefile

Linking FLIPS to a GIS Shapefile Linking FLIPS to a GIS Shapefile User s Guide Atterbury Consultants, Inc. 3800 SW Cedar Hills Blvd. Suite 145 Beaverton, Oregon 97005 503-646-5393 Phone 503-644-1683 Fax www.atterbury.com Table of Contents

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 5: Analyzing Spatial Data. Buffering Features:

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 5: Analyzing Spatial Data. Buffering Features: : Analyzing Spatial Data Buffering Features: A buffer operation is one of the most common spatial analysis tools. A buffer is a map feature that represents a uniform distance around a feature. When creating

More information

GIS III: GIS Analysis Module 2a: Introduction to Network Analyst

GIS III: GIS Analysis Module 2a: Introduction to Network Analyst *** Files needed for exercise: nc_cty.shp; target_stores_infousa.dbf; streets.sdc (provided by street map usa); NC_tracts_2000sf1.shp Goals: To learn how to use the Network analyst tools to perform network

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters:

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters: : Manipulating Display Parameters in ArcMap Symbolizing Features and Rasters: Data sets that are added to ArcMap a default symbology. The user can change the default symbology for their features (point,

More information

Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing)

Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing) Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing) 2011 Charlie Schweik, Alexander Stepanov, Maria Fernandez, Lara Aniskoff Note: This work is licensed under the Creative Commons

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES MODULE 2: SMARTLIST, REPORTS AND INQUIRIES Module Overview SmartLists are used to access accounting data. Information, such as customer and vendor records can be accessed from key tables. The SmartList

More information

INTRODUCTION TO ARCGIS SOFTWARE

INTRODUCTION TO ARCGIS SOFTWARE INTRODUCTION TO ARCGIS SOFTWARE I. History of Software Development a. Developer ESRI - Environmental Systems Research Institute, Inc., in 1969 as a privately held consulting firm that specialized in landuse

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

ArcGIS Reference Document

ArcGIS Reference Document Migration of GIS Data to ArcSDE Page 1 of 10 Table of Contents A Brief Summary of DEP s GIS Data Storage o The Y Drive o ArcSDE (Spatial Database) Keeping Your GIS Project Data Current o Checking Your

More information

HELCOM Data and Map Service. User Manual

HELCOM Data and Map Service. User Manual HELCOM Data and Map Service User Manual Version 2.2 - February 2015 1 Table of contents 1. General Information... 3 1.1 Background... 3 1.2 Technical requirements... 3 1.3 Contact... 3 2. Accessing HELCOM

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business

More information

Publishing Geoprocessing Services Tutorial

Publishing Geoprocessing Services Tutorial Publishing Geoprocessing Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a geoprocessing service........................ 3 Copyright 1995-2010 ESRI,

More information

Microsoft Access 2000

Microsoft Access 2000 Microsoft Access 2000 Level 1 Region 4 Teaching, Learning and Technology Center Kaplan, LA Activity 1 Creating a Database 1. Open Microsoft Access 2000 a. Click on START, highlight Programs, point and

More information

Publishing KML Services Tutorial

Publishing KML Services Tutorial Publishing KML Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a KML service............................ 3 Copyright 1995-2010 ESRI, Inc. All rights

More information

User's Guide. Using RFDBManager. For 433 MHz / 2.4 GHz RF. Version 1.23.01

User's Guide. Using RFDBManager. For 433 MHz / 2.4 GHz RF. Version 1.23.01 User's Guide Using RFDBManager For 433 MHz / 2.4 GHz RF Version 1.23.01 Copyright Notice Copyright 2005 Syntech Information Company Limited. All rights reserved The software contains proprietary information

More information

Maplex Tutorial. Copyright 1995-2010 Esri All rights reserved.

Maplex Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents Introduction to the Maplex tutorial............................ 3 Exercise 1: Enabling Maplex for ArcGIS and adding the Labeling toolbar............

More information

How To Map The Adoption Policies Of Same Sex Couples In The United States

How To Map The Adoption Policies Of Same Sex Couples In The United States Are Children Adoption Policies Impacted by Same-Sex Marriages Kaché Byrd Tony E. Graham, D. Eng. North Carolina Agricultural and Technical State University December 5, 2011 Table of Contents Research Question.

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

Tutorial 4 - Attribute data in ArcGIS

Tutorial 4 - Attribute data in ArcGIS Tutorial 4 - Attribute data in ArcGIS Note: Before beginning the tutorial, please make sure your server folder is mapped. The data you will be working with this week is contained in a winzip archive called

More information

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item Overview: Use the following processes for exchanging georeferenced data between AutoCAD Civil 3D 2014 and ArcMap. The work must be based in any real world coordinate system. (This example uses NAD 83 UTM

More information

Creating Maps in QGIS: A Quick Guide

Creating Maps in QGIS: A Quick Guide Creating Maps in QGIS: A Quick Guide Overview Quantum GIS, which is often called QGIS, is an open source GIS desktop application. Comparing to ArcGIS, QGIS can be installed on various operating systems,

More information

ArcGIS. Tips and Shortcuts. for Desktop

ArcGIS. Tips and Shortcuts. for Desktop ArcGIS Tips and Shortcuts for Desktop Map Navigation Refresh and redraw the display. F5 Suspend the map s drawing. F9 Zoom in and out. Center map. Roll the mouse wheel backward and forward. Hold down Ctrl

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Query 4. Lesson Objectives 4. Review 5. Smart Query 5. Create a Smart Query 6. Create a Smart Query Definition from an Ad-hoc Query 9

Query 4. Lesson Objectives 4. Review 5. Smart Query 5. Create a Smart Query 6. Create a Smart Query Definition from an Ad-hoc Query 9 TABLE OF CONTENTS Query 4 Lesson Objectives 4 Review 5 Smart Query 5 Create a Smart Query 6 Create a Smart Query Definition from an Ad-hoc Query 9 Query Functions and Features 13 Summarize Output Fields

More information

GeoLytics. User Guide for Business Demographics & Historical Business Demographics

GeoLytics. User Guide for Business Demographics & Historical Business Demographics GeoLytics User Guide for Business Demographics & Historical Business Demographics Contents A. Installation 1 B. Introduction 2 C. Five Steps to Producing Files and Maps 2 1. Name your File 2 2. Select

More information

Create an Excel BI report and share on SharePoint 2013

Create an Excel BI report and share on SharePoint 2013 2013 Create an Excel BI report and share on SharePoint 2013 Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web

More information

Relating Land Cover Changes to Stream Water Quality in North Carolina

Relating Land Cover Changes to Stream Water Quality in North Carolina Relating Land Cover Changes to Stream Water Quality in North Carolina STUDENT HANDOUT! Central Question How has land cover within Long Creek Watershed in Charlotte, NC changed between 1988 and 2008? Overview

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Microsoft Query, the helper application included with Microsoft Office, allows

Microsoft Query, the helper application included with Microsoft Office, allows 3 RETRIEVING ISERIES DATA WITH MICROSOFT QUERY Microsoft Query, the helper application included with Microsoft Office, allows Office applications such as Word and Excel to read data from ODBC data sources.

More information

LYON COUNTY GEOMOOSE 2 HELP DOCUMENT

LYON COUNTY GEOMOOSE 2 HELP DOCUMENT LYON COUNTY GEOMOOSE 2 HELP DOCUMENT TABLE OF CONTENTS Lyon County Geomoose 2 Help Document... 1 Introduction... 3 Quick Reference Chart... 4 The Interface... 4 The Table of Contents... 5 Quick Reference

More information

SonicWALL GMS Custom Reports

SonicWALL GMS Custom Reports SonicWALL GMS Custom Reports Document Scope This document describes how to configure and use the SonicWALL GMS 6.0 Custom Reports feature. This document contains the following sections: Feature Overview

More information

Microsoft Access 2003 Module 1

Microsoft Access 2003 Module 1 Microsoft Access 003 Module http://pds.hccfl.edu/pds Microsoft Access 003: Module June 005 006 Hillsborough Community College - Professional Development Services Hillsborough Community College - Professional

More information

Build an ArcGIS Online Application

Build an ArcGIS Online Application Build an ArcGIS Online Application Sign into ArcGIS Online for Maryland 1. Open a web browser 2. Go to URL http://maryland.maps.arcgis.com/ 3. Click Sign In in the upper right corner of the web page 4.

More information

IST 195 Lab 11: MS Access

IST 195 Lab 11: MS Access Title of lab: Microsoft Access 2010 IST 195 Lab 11: MS Access Learning goal: Databases are collections of information, and database programs are designed to maintain data in structured tables. In this

More information

Access Part 2 - Design

Access Part 2 - Design Access Part 2 - Design The Database Design Process It is important to remember that creating a database is an iterative process. After the database is created and you and others begin to use it there will

More information

Viewing and Troubleshooting Perfmon Logs

Viewing and Troubleshooting Perfmon Logs CHAPTER 7 To view perfmon logs, you can download the logs or view them locally. This chapter contains information on the following topics: Viewing Perfmon Log Files, page 7-1 Working with Troubleshooting

More information

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009 User Services July 2009 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet & MS Access database Create Relationships Create a Form with a Subform Create Action Queries Create Command

More information

How To Hydrologically Condition A Digital Dam

How To Hydrologically Condition A Digital Dam Program: Funding: Conservation Applications of LiDAR Data http://tsp.umn.edu/lidar Environment and Natural Resources Trust Fund Module: Instructor: Hydrologic Applications Sean Vaughn, DNR GIS Hydrologist

More information