Data Modeling for Large Scale Maps and Map Production

Size: px
Start display at page:

Download "Data Modeling for Large Scale Maps and Map Production"

Transcription

1 Slide 1 Data Modeling for Large Scale Maps and Map Production Charlie Frye, ESRI Redlands Aileen Buckley, PhD, ESRI Redlands Cartographic Research and Special Projects Group Abstract: In this session, we focus on the requirements for modeling data to produce large scale maps. Defining an appropriate data model for map compilation and production assures consistent and appropriate maps for local, regional and municipal resource management, as well as the more recently required monitoring and management of information for homeland security. Topics include: using high resolution imagery to derive cartographic data, such as physiography and hydrography; deriving cultural cartographic features from parcel and other municipal data; defining the semantic models for data at various scales; and procedures for extracting smaller scale data from larger scale data. These techniques and concepts are applied in particular to the use of local scale GIS data to make high quality cartographic products that meet the various needs of its users.

2 Slide 2 Session Overview Show examples that highlight How to model cartographic information in GIS A systematic approach to modeling data facilitates map production How to solve common cartographic design problems, particularly for large scale maps The methodologies for creating cartographic data What should be common techniques for modeling cartographic information in a GIS database One of our main goals is to develop methods for automating map production in GIS through effective data management

3 Slide 3 Who We Are and What We Do Cartographic Research and Special Projects Group Find and document / publish best practices in GIS- based cartography Importance of this session Lack of a common model for maps in the U.S. (in particular) at scales larger than 1:24,000 The volume of local scale data is very high, but is it usable for mapping? Lots of assumptions like, it should just work Could you make your maps with your neighbor s s data? What if you had to go to the USGS (TNM) to get yours or your neighbor s s data? Before we go off half-cocked down that path, the real point is, is that all other things being equal, is the data you are publishing (to The National Map) good enough for somebody else to make a good map? The reason we re here is to show you what we d hope our neighbors have for data.

4 Slide 4 What is Large Scale? 1:5,000 (at or near) Insets maps likely to happen at 1:1200 to ~1:2000 What activities are supported by maps at this scale? Public Local event management Security Planning and decision making Private LBS support High quality navigation systems Poll on who s (categorically) attending.

5 Slide 5 1:5,000

6 Slide 6 1: 25,000

7 Slide 7 1:100,000

8 Slide 8 Examples for Today Cultural Buildings & Structures Cultural Areas Place Names Administrative Boundaries Names Transportation Centerlines vs. Polygons Terrain Data Sources: LIDAR to DEMs Hillshading Contours Hydrography Data Sources Ortho Imagery Warn that there s lots of material and that we re sacrificing some good presentation strategies in favor of providing content on the CD.

9 Slide 9 Cultural: Buildings and Structures As scale increases more information can be shown On general reference maps 25K base map model had 43 building types A few are symbolized uniquely and very few have names 5K base map model has 194 building types Most are symbolized by a major type category and labeled by name Over 50% of non-residential buildings have names On special purpose maps (e.g., Natural Disaster Response & Management) Specific information about buildings or about a specific class of buildings may be needed One issue here that is not obvious is that many of the 43 types of buildings on the 25K maps should be differentiated on the maps, and currently they are not on USGS maps. For instance the locations of police and fire stations, paramedics, hospitals, etc We used Google Maps to find many of the names, searching by business type and by location

10 Slide 10 Cultural: Major Building Types (1:5,000) Major types of buildings (194) General Case (37) Commercial (26) Agricultural (6) Educational (14) Industrial/Utility (22) Governmental (35) Military (14) Residential (11) Religious (13) Healthcare (16)

11 Slide 11 Building Labels (1:5,000)

12 Slide 12 Buildings Label Manager

13 Slide 13 Buildings: Label Manager Class SQL

14 Slide 14 Cultural: Labeling Buildings (1:5,000) Goal: Balance building size with label size Large buildings (> 20,000 ft2) Stack, Reduce Font Size, Overrun (24pts), May not place outside, Position = Horizontal Smaller buildings (8,000-20,000 ft2) Stack Reduce font size, overrun(24pts), May place outside, Has leader line symbol, Position = Horizontal Smallest buildings (< 8,000 ft2) Stack Reduce font size, overrun(24pts), May place outside, Has leader line symbol, Position = Offset Horizontal University of Boise Example; not all buildings are completely contained. Intersects may save more time. Naming then becomes an issue. BSU -?????? for buildings outside and no BSU for buildings inside.

15 Slide 15 Cultural: Labeling Buildings (1:5,000) Building complexes Attribute containing T or F for building inside complex Automated based on select by location and calculate Label classes for buildings in complexes have lower priority ranking (below below complex labels) Important buildings Always labeled, in separate classes and given highest priority Manual based on local knowledge

16 Slide 16 Cultural Areas U.S. mapping tradition for land cover is safe, but at expense of useful content Land cover does not always sufficiently express land use Intended land cover/use like zoning is misleading on reference maps Robustly classified cultural areas fill this gap ESRI 1:5,000 scale model has 8 major classes and 177 specific types USGS model has less than 20 that are drawn on maps About 80 exist, but for the most part are not used

17 Slide 17 Cultural Areas: Major Types (1:5,000) Major types of cultural areas (177) Agricultural (16) Archeological (6) Building Complexes (33) Natural Resources (33) Utility/Industrial (23) Recreation (45) Religious (6 conservative effort) Special Areas (15)

18 Slide 18 Cultural: Place Names Centrally managed normalized names table Sets organizational standard for names Joined to features using Name_ID field Exported to Cartographic Data Cartographic representations of names Names are joined and result is exported to become a cartographic dataset LabelStr field: Contains string representation for maps Example: Interstate 84 is shown with just 84 Example: Sasquatch Mountain is abbreviated as Sasquatch Mtn FeatType field: Used in SQL Query Option to set up Label Classes, and is basis for text symbol

19 Slide 19 Demo Names Show BuildRelationships.mxd. Have ArcCatalog open with the PGDM_DCM directory showing. This is a demo of the address data model and it is used here to show a centrally managed names database that allows you to get the name for your maps from different points of entry. BuildRelationships.mxd What you are seeing here is cultural areas, parcels, buildings and address points. I ll use the identify tool and I ll move the window separator so we can see the left side a little better. If I identify on one of these larger buildings, we can take a look at some of its attributes. I ll click on some of the drop downs and you can see that: has street contains the street name is named shows you that it is actually encoded now to carry some of the cartographic attributes in the database Some of the other feature attributes can also be used for naming. Now let s look at ArcCatalog. Here we ll look at the Ada_TopoBase geodatabase this is a database we are using from Ada County, Idaho to test some fo thee methods and to further develop the data model. I ll use the Preview Geography window to show you Feature Names this has 794 items, and Street Names this has over 7300 items. But the point is that these are the centrally managed names database that are used to label the features on our map. And the Feature Names really isn t all that long at least for Ada County!

20

21 Slide 20 Cultural Features: Labeling Even features that don t t have names often get labels Label by feature type Make sure feature type descriptions are Map-worthy Shortcut is to add these descriptions to the LabelStr field when no name exists Label placement follows similar placement strategy as large buildings

22 Slide 21 Cultural Features: Symbology Three Layers (based on CFT_ID field) 1. Cultural Overlays: Tracks, ball fields, ball courts, etc. 2. Building Complexes (complexes can fall inside of other cultural areas 3. All other cultural Areas Aileen Demo this with TestMap_5K_D_Series.mxd

23 Slide 22 Boundaries Representation Typically GIS representation is polygon Cartographic line work is more effective based on lines Labeling should be based on polygons using Maplex Labeling based on size Large Areas: using boundary placement option Small Areas: place label inside area Tiny Areas: place label outside and use leader line

24 Slide 23 Boundaries: Labeling

25 Slide 24 1:5,000 Map Labeling Parameters for Boundaries Large areas SQL Query: [Shape_Area]] > (Units = feet) Boundary Label Placement Make sure May Place Label Outside option is Off Stack Labels is Off Small areas SQL Query: [Shape_Area]] > AND [Shape_Area[ Shape_Area] ] < (Units = feet) Horizontal Label Placement Make sure May Place Label Outside option is Off Stack Labels is On Tiny areas SQL Query: [Shape_Area]] < (Units = feet) Horizontal Label Placement Make sure May Place Label Outside option is On Stack labels is On

26 Slide 25 Producing Boundary Lines Polygon to Line tool (not Feature to Line) Produces lines that are similar in character to what the ArcInfo Coverage stored in line feature classes Includes left and right FID from the original polygons

27 Slide 26 Transportation (1:5,000) Centerlines: Labels Curb Lines/Pavement Polygons: Stronger cartographic representation through ~1:30,000 Centerlines still used for labels though lines are not drawn Producing polygons using Feature to Polygon tool is not perfect and requires some hand editing Would ideally be created when curb lines are captured Susceptible to topological inconsistencies in curb lines

28 Slide 27 Transportation: Road Polygons

29 Slide 28 Transportation: Labeling Streets and Highways For Highway Shield Symbols Use marker symbols based on ESRI Shields font Jim Mossman s ddvcoyote Application for the ultimate level of graphical quality

30 Slide 29 Transportation: Labeling Streets and Highways (1:5,000) Highways (shields) Placement = Horizontal Repeat Labels ~5,000 ft, Remove Duplicates ~4,000 ft Streets (inside street polygons using centerlines) Placement = Curved Stacking = No, Street Placement = No Repeat Labels ~4,000 ft, Remove Duplicates ~1,200 ft SQL Query: [Shape_Length[ Shape_Length] ] > 120 (units = feet) Street (spurs / cul de sacs) Placement = Straight Stacking = Yes, Street Placement = No, Overrun = 16 pts, Font Reduction = Yes SQL Query: [Shape_Length[ Shape_Length] ] <= 120 (units = feet)

31 Slide 30

32 Slide 31 Terrain: Elevation Model Data Sources 1:5,000 2m pixel bare earth DEM from LIDAR 2-10 foot contour intervals 1:25,000 10m (1/3 Arc Second) pixel DEM (barely adequate*) foot contour intervals 1:100,000 30m (1 Arc Second) pixel DEM (barely adequate*) foot contour intervals *Use Bilinear Interpolation resampling method

33 Slide 32 Raster Layer Interpolation Method

34 Slide 33 Terrain: Hillshading 1:5,000: Default Hillshade tool works well 1:25,000: DEM Quality can be an issue* Use Cartographic Hillshading techniques** 1:100,000 DEM Quality Cartographic Hillshading techniques** *Smooth your DEM using: Neighborhood Statistics Tool, Circle, Mean, r = 6 (henceforth referred to as Smoothed DEM ** models > base map data model > Hillshade tools

35 Slide 34 LIDAR-based Hillshade (1:5,000)

36 Slide 35 Default Hillshade

37 Slide 36 Default with Tweak

38 Slide 37 Cartographic Hillshading Technique

39 Slide 38 Terrain: Contour Lines There are no USGS contour lines for 1:5,000 maps Default contours in GIS lack Supplementary contours (in flat areas) Carrying contours (in steep areas) Adequate drawing performance Depression contours (more depressions at 1:5,000) Index contour identification Good cartographically placed labels

40 Slide 39 Terrain: Slow Contour Lines Use the smoothed DEM from hillshade work Result from Contour Tool is excessively dense Generalize using Douglas-Peucker Advanced mode field calculator Dim pcurve as IPolyCurve Dim pgeom as IGeometry Dim pc as Integer Dim i as Integer Set pcurve = [Shape] if not pcurve.isempty then pcurve.generalize(200) Generalize method uses Douglas- Peucker end if Set pgeom = pcurve

41 Slide 40 Terrain: Slow Contour Lines Steps 1. Start Editing 2. Zoom in on a portion of an undulating contour line 3. Select it using the Edit Tool 4. Set the Edit Task to Modify Feature (this will show the vertexes and you ll see how dense 5. Use the Measure tool to measure the distance (curve radius between 3 vertexes you want to use to maintain your shape) 6. Now set your zoom level to be your map s s scale 7. Use the above field calculator on the shape field to calculate a new shape for the selected feature. The number you got from the measure tool is what you should put into the generalize command s s parameter (200 is used above). On 25K contours when units are Decimal Degrees I used , when units are feet, I used 4 feet. 8. If it s s too much, click UNDO and try again until you get a good thinning of points without changing your shape (as you don t want topological inconsistencies to arise from this process) 9. Once you find a good radius value stop editing and do not save your edits 10. Use the field calculator again on your shape field to generalize all the shapes

42 Slide 41 Zoom to Area with Curves

43 Slide 42 Isolate Typical Curve to be Maintained

44 Slide 43 Start Editing & Select Contour Line Distance for Generalize Method

45 Slide 44 Calculate Shape Field

46 Slide 45 Set Generalization Level

47 Slide 46 Review Result Undo/Repeat until Happy

48 Slide 47 Terrain: Contour Line Symbol Width Using Smoothed DEM Create Slope GRID (Use Percent Rise Option) Reclass Slope Grid into 4 Classes < 3,250,000 (flat areas; consider making supplemental contours) 3,250,000-15,000,000 (general case) 15,000,000 to 24,000,000 (fairly steep) > 24,000,000 (very steep) Convert reclassified slope to polygons Use Identity tool with slope polygons on contour lines Use the Unique Values multiple fields symbology method, include your identity field which is effectively the slope category Set the symbol width of the contours in the higher slope categories to be narrower by 20%-25% 25% than the neighboring lesser slope category

49 Slide 48 Width Narrows in Steeper Regions

50 Slide 49 Terrain: Supplemental Contours Example: Adding 5 5 supplemental contours to a contour line data set with a 10 contour interval 1. Create 10 contour dataset with a base contour of 0 (zero) 2. Create another contour 10 contour line dataset with a base contour of 5 3. Identity using polygons from previous slide (see supplemental contour line reference) 4. Select and delete contour lines whose identity is not in the flattest class 5. Select and delete short supplemental contours (may need to use Multipart to Singlepart tool first).

51 Slide 50 Supplemental Contours

52 Slide 51 Terrain: Contour Line Labeling Use Maplex with the Street Placement option Use Repeat Labels option Use Remove Duplicates option (75-80% of distance specified in Repeat Labels option) Create masks: use the Feature Outline Masks tool (in Cartography Tools toolbox) Use Masks with Advanced Drawing Options to mask contour lines (right click in TOC on data frame)

53 Slide 52

54 Slide 53 Terrain: Index Contours Add Short Integer Field called IndexYN Calculated using Dim k As String k = Right( Str( ( [CONTOUR] ),2 ) Dim d As Integer d = val(k) p = d mod 25 if p > 1 then p = 0 else p = 1 endif

55 Slide 54 Hydrography SCALE RANGE OF USE 1:1000 1:2?,000 1:25,000 to 1:100,000 1:100,000 to? DATA SOURCE Local data captured at ~1:500 NHD High Resolution NHD Medium Resolution Lessons Learned At smaller scales, NHD data required finer line weights too avoid looking unrefined/inappropriate Selected subset of larger local scale data with slight simplification of geometry would be much better at 1:25,000 than the NHD High Resolution

56 Slide 55 1:5,000 Hydro (matches (matches orthoimagery)

57 Slide 56 NHD High-Resolution

58 Slide 57 NHD Medium Resolution

59 Slide 58 Ortho Imagery SCALE 1:5000 ORTHO IMAGE RESOLUTION 0.3 Meter Pixel PRINTED OUTPUT RESOLUTION 600 DPI 1: Meter Pixel 600 DPI 1: Meter Pixel 300 DPI 1:100,000 2 Meter Pixel 600 DPI

60 Slide 59 Thank you! -> Base Map Data Model

Designing GIS Databases to Support Mapping and Map Production Charlie Frye, ESRI Redlands Aileen Buckley, ESRI Redlands

Designing GIS Databases to Support Mapping and Map Production Charlie Frye, ESRI Redlands Aileen Buckley, ESRI Redlands Designing GIS Databases to Support Mapping and Map Production Charlie Frye, ESRI Redlands Aileen Buckley, ESRI Redlands 1 Designing GIS Databases to Support Mapping and Map Production Charlie Frye, ESRI

More information

An Information Model for Maps: Towards Cartographic Production from GIS Databases

An Information Model for Maps: Towards Cartographic Production from GIS Databases An Information Model for s: Towards Cartographic Production from GIS Databases Aileen Buckley, Ph.D. and Charlie Frye Senior Cartographic Researchers, ESRI Barbara Buttenfield, Ph.D. Professor, University

More information

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands.

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. GIS LAB 7 The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. This lab will ask you to work with the Spatial Analyst extension.

More information

Aileen Buckley, Ph.D. and Charlie Frye

Aileen Buckley, Ph.D. and Charlie Frye An Information Model for Maps: Towards Production from GIS Databases Aileen Buckley, Ph.D. and Charlie Frye Researchers, ESRI GIS vs. cart GIS Outline of the presentation Introduction Differences between

More information

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

More information

IMPERIAL COUNTY PLANNING AND DEVELOPMENT

IMPERIAL COUNTY PLANNING AND DEVELOPMENT IMPERIAL COUNTY PLANNING AND DEVELOPMENT GEODATABASE USER MANUAL FOR COUNTY BUSINESS DEVELOPMENT GIS June 2010 Prepared for: Prepared by: County of Imperial Planning and Development 801 Main Street El

More information

ArcGIS Tools for Professional Cartography

ArcGIS Tools for Professional Cartography ArcGIS Tools for Professional Cartography By Makram Murad-al-shaikh M.S. Cartography Senior instructor ESRI Educational Services ICC - A Coruña - Spain, 9-16 July, 2005 Overview Overview of the ArcGIS

More information

Cartography: Modeling GIS data for Mapmaking. Aileen Buckley, Ph.D. Senior Cartographic Researcher, ESRI. Barbara Buttenfield, Ph.D.

Cartography: Modeling GIS data for Mapmaking. Aileen Buckley, Ph.D. Senior Cartographic Researcher, ESRI. Barbara Buttenfield, Ph.D. Slide 1 Cartography: Modeling GIS data for Mapmaking Aileen Buckley, Ph.D. Senior Cartographic Researcher, ESRI Barbara Buttenfield, Ph.D. Professor, University of Colorado-Boulder Thank you coming to

More information

Introducing GIS analysis

Introducing GIS analysis 1 Introducing GIS analysis GIS analysis lets you see patterns and relationships in your geographic data. The results of your analysis will give you insight into a place, help you focus your actions, or

More information

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work?

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Outline Chapter 1 Introducing ArcGIS What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Basic data formats The ArcCatalog interface 1-1 1-2 A history of products Arc/Info

More information

NR402 GIS Applications in Natural Resources

NR402 GIS Applications in Natural Resources NR402 GIS Applications in Natural Resources Lesson 1 Introduction to GIS Eva Strand, University of Idaho Map of the Pacific Northwest from http://www.or.blm.gov/gis/ Welcome to NR402 GIS Applications in

More information

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites.

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites. GIS Level 2 In the Introduction to GIS workshop we filtered data and visually examined it to determine where to potentially build a new mixed use facility. In order to get a low interest loan, the building

More information

Spatial Data Analysis in Archaeology Anthropology 589b. Kriging Artifact Density Surfaces in ArcGIS

Spatial Data Analysis in Archaeology Anthropology 589b. Kriging Artifact Density Surfaces in ArcGIS Spatial Data Analysis in Archaeology Anthropology 589b Fraser D. Neiman University of Virginia 2.19.07 Spring 2007 Kriging Artifact Density Surfaces in ArcGIS 1. The ingredients. -A data file -- in.dbf

More information

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits.

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. The 1st credit consists of a series of readings, demonstration,

More information

Data Structures & Database Queries in GIS

Data Structures & Database Queries in GIS Data Structures & Database Queries in GIS Objective In this lab we will show you how to use ArcGIS for analysis of digital elevation models (DEM s), in relationship to Rocky Mountain bighorn sheep (Ovis

More information

GIS APPLICATIONS IN SOIL SURVEY UPDATES

GIS APPLICATIONS IN SOIL SURVEY UPDATES GIS APPLICATIONS IN SOIL SURVEY UPDATES ABSTRACT Recent computer hardware and GIS software developments provide new methods that can be used to update existing digital soil surveys. Multi-perspective visualization

More information

Introduction INTRODUCTION TO GIS GIS - GIS GIS 1/12/2015. New York Association of Professional Land Surveyors January 22, 2015

Introduction INTRODUCTION TO GIS GIS - GIS GIS 1/12/2015. New York Association of Professional Land Surveyors January 22, 2015 New York Association of Professional Land Surveyors January 22, 2015 INTRODUCTION TO GIS Introduction GIS - GIS GIS 1 2 What is a GIS Geographic of or relating to geography the study of the physical features

More information

GIS IN ECOLOGY: ANALYZING RASTER DATA

GIS IN ECOLOGY: ANALYZING RASTER DATA GIS IN ECOLOGY: ANALYZING RASTER DATA Contents Introduction... 2 Raster Tools and Functionality... 2 Data Sources... 3 Tasks... 4 Getting Started... 4 Creating Raster Data... 5 Statistics... 8 Surface

More information

Spatial Analysis using Vector GIS THE GOAL: PREPARATION:

Spatial Analysis using Vector GIS THE GOAL: PREPARATION: PLAN 512 GIS FOR PLANNERS Department of Urban and Environmental Planning University of Virginia Fall 2006 Prof. David L. Phillips Spatial Analysis using Vector GIS THE GOAL: This tutorial explores some

More information

High Speed / Commuter Rail Suitability Analysis For Central And Southern Arizona

High Speed / Commuter Rail Suitability Analysis For Central And Southern Arizona High Speed / Commuter Rail Suitability Analysis For Central And Southern Arizona Item Type Reports (Electronic) Authors Deveney, Matthew R. Publisher The University of Arizona. Rights Copyright is held

More information

Local Government Basemaps using ArcGIS

Local Government Basemaps using ArcGIS Local Government Basemaps using ArcGIS Steve Grisé Scott Oppmann Tuesday, July 14, 10:15-11:30am SDCC 30B Topics Basemaps for Local Government Essential Application-Driven New Ideas Design Strategies Discussion

More information

Exercise 6: Working with Raster Data in ArcGIS 9.3

Exercise 6: Working with Raster Data in ArcGIS 9.3 Exercise 6: Working with Raster Data in ArcGIS 9.3 Why Spatial Analyst? Grid query Grid algebra Grid statistics Summary by zone Proximity mapping Reclassification Histograms Surface analysis Slope, aspect,

More information

Introduction To Raster Based GIS Dr. Zhang GISC 1421 Fall 2016, 10/19

Introduction To Raster Based GIS Dr. Zhang GISC 1421 Fall 2016, 10/19 Introduction To Raster Based GIS Dr. Zhang GISC 1421 Fall 2016, 10/19 Model of the course Using and making maps Navigating GIS maps Map design Working with spatial data Geoprocessing Spatial data infrastructure

More information

ArcGIS Data Models: Multiscale Topographic Maps. Charlie Frye Aileen Buckley

ArcGIS Data Models: Multiscale Topographic Maps. Charlie Frye Aileen Buckley ArcGIS Data Models: Multiscale Topographic Maps Charlie Frye Aileen Buckley Other cartography sessions ArcGIS ArcMap: Introduction to ArcMap Wed 1:30 PM, 6F ArcGIS Cartography: Map Design and Page Layout

More information

Watershed Delineation

Watershed Delineation Watershed Delineation Jessica L. Watkins, University of Georgia 2 April 2009 Updated by KC Love February 25, 2011 PURPOSE For this project, I delineated watersheds for the Coweeta synoptic sampling area

More information

Popular Mechanics, 1954

Popular Mechanics, 1954 Introduction to GIS Popular Mechanics, 1954 1986 $2,599 1 MB of RAM 2017, $750, 128 GB memory, 2 GB of RAM Computing power has increased exponentially over the past 30 years, Allowing the existence of

More information

GIS Workshop UCLS_Fall Forum 2014 Sowmya Selvarajan, PhD TABLE OF CONTENTS

GIS Workshop UCLS_Fall Forum 2014 Sowmya Selvarajan, PhD TABLE OF CONTENTS TABLE OF CONTENTS TITLE PAGE NO. 1. ArcGIS Basics I 2 a. Open and Save a Map Document 2 b. Work with Map Layers 2 c. Navigate in a Map Document 4 d. Measure Distances 4 2. ArcGIS Basics II 5 a. Work with

More information

Midterm Exam. 2) What are three important things to keep in mind when selecting colors for a map? (5)

Midterm Exam. 2) What are three important things to keep in mind when selecting colors for a map? (5) Midterm Exam File Name: LASTNAME_Midterm.pdf Make sure to include your Name, UWNetID, course number, and quarter and year, on the document (points will be deducted if you have not identified your work).

More information

Compilation of GIS data for the Lower Brazos River basin

Compilation of GIS data for the Lower Brazos River basin Compilation of GIS data for the Lower Brazos River basin Francisco Olivera, Ph.D., P.E. Srikanth Koka Lauren Walker Aishwarya Vijaykumar Department of Civil Engineering December 5, 2011 Contents Brief

More information

Performing Map Cartography. using Esri Production Mapping

Performing Map Cartography. using Esri Production Mapping AGENDA Performing Map Cartography Presentation Title using Esri Production Mapping Name of Speaker Company Name Kannan Jayaraman Agenda Introduction What s New in ArcGIS 10.1 ESRI Production Mapping Mapping

More information

Delineation of Watersheds

Delineation of Watersheds Delineation of Watersheds Adirondack Park, New York by Introduction Problem Watershed boundaries are increasingly being used in land and water management, separating the direction of water flow such that

More information

Performing Advanced Cartography with Esri Production Mapping

Performing Advanced Cartography with Esri Production Mapping Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Performing Advanced Cartography with Esri Production Mapping Tania Pal & Madhura Phaterpekar Agenda Outline generic

More information

Environmental Systems Research Institute

Environmental Systems Research Institute Introduction to ArcGIS ESRI Environmental Systems Research Institute Redlands, California 2 ESRI GIS Development Arc/Info (coverage model) Versions 1-7 from 1980 1999 Arc Macro Language (AML) ArcView (shapefile

More information

GIS Quick Facts. CIVL 1101 GIS Quick Facts 1/5.

GIS Quick Facts. CIVL 1101 GIS Quick Facts 1/5. CIVL 1101 1/5 What is GIS? Geographic Information Systems (GIS) provide a platform for displaying and analyzing spatial data. GIS systems allow you to view multiple layers of data simultaneously. GIS is

More information

Outline Anatomy of ArcGIS Metadata Data Types Vector Raster Conversion Adding Data Navigation Symbolization Methods Layer Files Editing Help Files

Outline Anatomy of ArcGIS Metadata Data Types Vector Raster Conversion Adding Data Navigation Symbolization Methods Layer Files Editing Help Files UPlan Training Lab Exercise: Introduction to ArcGIS Outline Anatomy of ArcGIS Metadata Data Types Vector Raster Conversion Adding Data Navigation Symbolization Methods Layer Files Editing Help Files Anatomy

More information

Working with ArcGIS: Classification

Working with ArcGIS: Classification Working with ArcGIS: Classification 2 Abbreviations D-click R-click TOC Double Click Right Click Table of Content Introduction The benefit from the use of geographic information system (GIS) software is

More information

Fundamentals of ArcGIS Desktop Pathway

Fundamentals of ArcGIS Desktop Pathway Fundamentals of ArcGIS Desktop Pathway Table of Contents ArcGIS Desktop I: Getting Started with GIS 3 ArcGIS Desktop II: Tools and Functionality 5 Understanding Geographic Data 8 Understanding Map Projections

More information

Exercise 3: GIS data on the World Wide Web

Exercise 3: GIS data on the World Wide Web Exercise 3: GIS data on the World Wide Web These web sites are a few examples of sites that are serving free GIS data. Many other sites exist. Search in Google or other search engine to find GIS data for

More information

WORKING WITH DMTI DIGITAL ELEVATION MODELS (DEM)

WORKING WITH DMTI DIGITAL ELEVATION MODELS (DEM) WORKING WITH DMTI DIGITAL ELEVATION MODELS (DEM) Contents (Ctrl-Click to jump to a specific page) Manipulating the DEM Step 1: Finding the DEM Tiles You Need... 2 Step 2: Importing the DEM Tiles into ArcMap...

More information

MODELING ACTIVE DATABASE-DRIVEN CARTOGRAPHY WITHIN GIS DATABASES

MODELING ACTIVE DATABASE-DRIVEN CARTOGRAPHY WITHIN GIS DATABASES Page 1 of 7 MODELING ACTIVE DATABASE-DRIVEN CARTOGRAPHY WITHIN GIS DATABASES Abstract Charlie Frye and Cory L. Eicher ESRI, 380 New York Street, Redlands, CA 92373 GIS databases contain classes of features

More information

Geography 281 Map Making with GIS Project Four: Comparing Classification Methods

Geography 281 Map Making with GIS Project Four: Comparing Classification Methods Geography 281 Map Making with GIS Project Four: Comparing Classification Methods Thematic maps commonly deal with either of two kinds of data: Qualitative Data showing differences in kind or type (e.g.,

More information

Exercise 6: Using Burn Severity Data to Model Erosion Risk

Exercise 6: Using Burn Severity Data to Model Erosion Risk Exercise 6: Using Burn Severity Data to Model Erosion Risk Document Updated: November 2009 Software Versions: ERDAS Imagine 9.3 and ArcGIS 9.3, Microsoft Office 2007 Introduction A common use of burn severity

More information

Final Project: Geodatabase of Mule Mountains Area, southeastern Arizona

Final Project: Geodatabase of Mule Mountains Area, southeastern Arizona R. Aisner 11/24/09 GEO 386G Final Project: Geodatabase of Mule Mountains Area, southeastern Arizona Project goal: Develop a geodatabase with vector and raster data for future data organization and analysis.

More information

Introduction. Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water

Introduction. Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water Introduction Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water Conservation District (SWCD), the Otsego County Planning Department (OPD), and the Otsego County

More information

GeoWEPP Tutorial Appendix

GeoWEPP Tutorial Appendix GeoWEPP Tutorial Appendix Chris S. Renschler University at Buffalo - The State University of New York Department of Geography, 116 Wilkeson Quad Buffalo, New York 14261, USA Prepared for use at the WEPP/GeoWEPP

More information

Working with the Geodatabase

Working with the Geodatabase Working with the Geodatabase Agenda What is the geodatabase? Benefits of the geodatabase Inside the geodatabase Geodatabase rules Demos Additional resources and training Q & A The Geodatabase is the foundation

More information

estrandh@uoregon.edu Introduction The general topic of this paper describes a unique cartographic project depicting a mountain landscape for the Friends of Opal Creek (F.O.C.), a non-profit organization.

More information

Lesson Plan 2 - Middle and High School Land Use and Land Cover Introduction. Understanding Land Use and Land Cover using Google Earth

Lesson Plan 2 - Middle and High School Land Use and Land Cover Introduction. Understanding Land Use and Land Cover using Google Earth Understanding Land Use and Land Cover using Google Earth Image an image is a representation of reality. It can be a sketch, a painting, a photograph, or some other graphic representation such as satellite

More information

RiparianZone = buffer( River, 100 Feet )

RiparianZone = buffer( River, 100 Feet ) GIS Analysts perform spatial analysis when they need to derive new data from existing data. In GIS I, for example, you used the vector approach to derive a riparian buffer feature (output polygon) around

More information

GIS IN ECOLOGY: ANALYZING RASTER DATA

GIS IN ECOLOGY: ANALYZING RASTER DATA GIS IN ECOLOGY: ANALYZING RASTER DATA Contents Introduction... 2 Tools and Functionality for Raster Data... 2 Data Sources... 3 Tasks... 4 Getting Started... 4 Creating Raster Data... 5 Summary Statistics...

More information

Geodatabase An Introduction

Geodatabase An Introduction Federal GIS Conference 2014 February 10 11, 2014 Washington DC Geodatabase An Introduction Ralph Denkenberger esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? Inside

More information

Map My Property User Guide

Map My Property User Guide Map My Property User Guide Map My Property Table of Contents About Map My Property... 2 Accessing Map My Property... 2 Links... 3 Navigating the Map... 3 Navigating to a Specific Location... 3 Zooming

More information

The National Map Data Delivery Services

The National Map Data Delivery Services The National Map Data Delivery Services U.S. Department of the Interior U.S. Geological Survey April 2015 Jim Langtry jlangtry@usgs.gov Topics for Today The National Map Delivery Services The National

More information

How do I do that in Quantum GIS: illustrating classic GIS tasks Edited by: Arthur J. Lembo, Jr.; Salisbury University

How do I do that in Quantum GIS: illustrating classic GIS tasks Edited by: Arthur J. Lembo, Jr.; Salisbury University How do I do that in Quantum GIS: illustrating classic GIS tasks Edited by: Arthur J. Lembo, Jr.; Salisbury University How do I do that in Quantum GIS Page 1 Introduction from the editor:... 4 Database

More information

Geoprocessing Tools at ArcGIS 9.2 Desktop

Geoprocessing Tools at ArcGIS 9.2 Desktop Geoprocessing Tools at ArcGIS 9.2 Desktop Analysis Tools Analysis Tools \ Extract Clip Analysis Tools \ Extract Select Analysis Tools \ Extract Split Analysis Tools \ Extract Table Select Analysis Tools

More information

ESRI Quality Solution

ESRI Quality Solution ESRI Quality Solution Paul Hardy Business Development Consultant (NMCAs) ESRI Europe phardy@esri.com ESRI Quality Solution Geodatabase Integrity Schema constraints (Attribute Domains etc) Rich data types

More information

Watershed Modeling With DEMs

Watershed Modeling With DEMs Watershed Modeling With DEMs Lesson 6 6-1 Objectives Use DEMs for watershed delineation. Explain the relationship between DEMs and feature objects. Use WMS to compute geometric basin data from a delineated

More information

Acknowledgments xiii Preface xv. GIS Tutorial 1 Introducing GIS and health applications 1. What is GIS? 2

Acknowledgments xiii Preface xv. GIS Tutorial 1 Introducing GIS and health applications 1. What is GIS? 2 Acknowledgments xiii Preface xv GIS Tutorial 1 Introducing GIS and health applications 1 What is GIS? 2 Spatial data 2 Digital map infrastructure 4 Unique capabilities of GIS 5 Installing ArcView and the

More information

UNIT 4: USING ArcGIS. Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi

UNIT 4: USING ArcGIS. Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi UNIT 4: USING ArcGIS Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi Getting to Know ArcGIS ArcGIS is an integrated collection of GIS software products ArcGIS

More information

Linear Referencing in Boulder County, CO. Getting Started

Linear Referencing in Boulder County, CO. Getting Started Linear Referencing in Boulder County, CO Getting Started 1 Authors Janie Pierre GIS Technician, Boulder County Road centerline and storm sewer geodatabases & maps John Mosher GIS Specialist, Boulder County

More information

Landmark LRM. MM and RefPts can be same or different

Landmark LRM. MM and RefPts can be same or different 1 2 This project began in the fall of 2005. At the time CDOT had three different business units maintaining different LRS s. That is, the beginning and ending reference points and the measured length of

More information

GIS CONCEPTS ARCGIS METHODS AND. 3 rd Edition, July David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University

GIS CONCEPTS ARCGIS METHODS AND. 3 rd Edition, July David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University GIS CONCEPTS AND ARCGIS METHODS 3 rd Edition, July 2007 David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University Copyright Copyright 2007 by David M. Theobald. All rights

More information

Geography 38/42:376 GIS II. Topic 1: Spatial Data Representation and an Introduction to Geodatabases. The Nature of Geographic Data

Geography 38/42:376 GIS II. Topic 1: Spatial Data Representation and an Introduction to Geodatabases. The Nature of Geographic Data Geography 38/42:376 GIS II Topic 1: Spatial Data Representation and an Introduction to Geodatabases Chapters 3 & 4: Chang (Chapter 4: DeMers) The Nature of Geographic Data Features or phenomena occur as

More information

Office of Geographic Information Systems

Office of Geographic Information Systems Winter 2007 Department Spotlight SWCD GIS by Dave Holmen, Dakota County Soil and Water Conservation District The Dakota County Soil and Water Conservation District (SWCD) has collaborated with the Dakota

More information

Midterm Exam : Answer

Midterm Exam : Answer Midterm Exam : Answer Create a double-spaced document with answers to the questions below. File Name: LASTNAME_Midterm.pdf Make sure to include your Name, UWNetID, course number, quarter and year, and

More information

Lecture 9: Reference Maps & Aerial Photography

Lecture 9: Reference Maps & Aerial Photography Lecture 9: Reference Maps & Aerial Photography I. Overview of Reference and Topographic Maps There are two basic types of maps? Reference Maps - General purpose maps & Thematic Maps - maps made for a specific

More information

Geog 469 GIS Workshop. Data Analysis

Geog 469 GIS Workshop. Data Analysis Geog 469 GIS Workshop Data Analysis Outline 1. What kinds of need-to-know questions can be addressed using GIS data analysis? 2. What is a typology of GIS operations? 3. What kinds of operations are useful

More information

Trail Flow: Analysis of Drainage Patterns Affecting a Mountain Bike Trail

Trail Flow: Analysis of Drainage Patterns Affecting a Mountain Bike Trail Andy Belcher BAE 590 Professor Huffman 12.9.11 Location Trail Flow: Analysis of Drainage Patterns Affecting a Mountain Bike Trail The location of the project area rests in the Cary area of Wake County,

More information

Geodatabase Essentials Part One - Intro to the Geodatabase. Jonathan Murphy Colin Zwicker

Geodatabase Essentials Part One - Intro to the Geodatabase. Jonathan Murphy Colin Zwicker Geodatabase Essentials Part One - Intro to the Geodatabase Jonathan Murphy Colin Zwicker Session Path The Geodatabase - What is it? - Why use it? - What types are there? Inside the Geodatabase Advanced

More information

Course overview. Grading and Evaluation. Final project. Where and When? Welcome to REM402 Applied Spatial Analysis in Natural Resources.

Course overview. Grading and Evaluation. Final project. Where and When? Welcome to REM402 Applied Spatial Analysis in Natural Resources. Welcome to REM402 Applied Spatial Analysis in Natural Resources Eva Strand, University of Idaho Map of the Pacific Northwest from http://www.or.blm.gov/gis/ Where and When? Lectures Monday & Wednesday

More information

Quality and Coverage of Data Sources

Quality and Coverage of Data Sources Quality and Coverage of Data Sources Objectives Selecting an appropriate source for each item of information to be stored in the GIS database is very important for GIS Data Capture. Selection of quality

More information

Geographic Information Systems. Introduction to Data and Data Sources

Geographic Information Systems. Introduction to Data and Data Sources Geographic Information Systems Introduction to Data and Data Sources Presented by John Showler, NJDA-SSCC NJ SCD GIS Training Session December 10, 209 The Objectives of this session are 3-fold: 1. Introduce

More information

ArcGIS Data Models: Raster Data Models. Jason Willison, Simon Woo, Qian Liu (Team Raster, ESRI Software Products)

ArcGIS Data Models: Raster Data Models. Jason Willison, Simon Woo, Qian Liu (Team Raster, ESRI Software Products) ArcGIS Data Models: Raster Data Models Jason Willison, Simon Woo, Qian Liu (Team Raster, ESRI Software Products) Overview of Session Raster Data Model Context Example Raster Data Models Important Raster

More information

Geodatabases and ArcCatalog

Geodatabases and ArcCatalog Geodatabases and ArcCatalog Francisco Olivera, Ph.D., P.E. Srikanth Koka Lauren Walker Aishwarya Vijaykumar Keri Clary Department of Civil Engineering April 21, 2014 Contents Geodatabases and ArcCatalog...

More information

ArcGIS 9 ArcGIS StreetMap Tutorial

ArcGIS 9 ArcGIS StreetMap Tutorial ArcGIS 9 ArcGIS StreetMap Tutorial Copyright 2001 2008 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

Lauren Jacob May 6, Tectonics of the Northern Menderes Massif: The Simav Detachment and its relationship to three granite plutons

Lauren Jacob May 6, Tectonics of the Northern Menderes Massif: The Simav Detachment and its relationship to three granite plutons Lauren Jacob May 6, 2010 Tectonics of the Northern Menderes Massif: The Simav Detachment and its relationship to three granite plutons I. Introduction: Purpose: While reading through the literature regarding

More information

Geodatabase An Introduction

Geodatabase An Introduction 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Geodatabase An Introduction David Crawford and Jonathan Murphy Session Path The Geodatabase What is it?

More information

Protocol for Prioritizing Conservation Opportunity Areas in Centre County and Clinton County

Protocol for Prioritizing Conservation Opportunity Areas in Centre County and Clinton County Protocol for Prioritizing Conservation Opportunity Areas in Centre County and Clinton County Chesapeake Conservancy has developed this methodology to prioritize conservation opportunity areas in Centre

More information

If you aren t familiar with Geographical Information Systems (GIS), you. GIS, when combined with a database that stores response information,

If you aren t familiar with Geographical Information Systems (GIS), you. GIS, when combined with a database that stores response information, Geographical Information Systems in EMS By William E. Ott If you aren t familiar with Geographical Information Systems (GIS), you should take a look at what GIS can offer you as an EMS manager. GIS, when

More information

Working with Digital Elevation Models in ArcGIS 8.3

Working with Digital Elevation Models in ArcGIS 8.3 Working with Digital Elevation Models in ArcGIS 8.3 The homework that you need to turn in is found at the end of this document. This lab continues your introduction to using the Spatial Analyst Extension

More information

Gis Unit TropMed Mahidol U.

Gis Unit TropMed Mahidol U. Gis Unit TropMed Mahidol U. Database Information System Database Concepts 1. Non-Spatial Database table, document.. 2. Spatial Database locational databases (geographic) + attribute databases Gis Unit

More information

ISU GIS CENTER S ARCSDE USER'S GUIDE AND DATA CATALOG

ISU GIS CENTER S ARCSDE USER'S GUIDE AND DATA CATALOG ISU GIS CENTER S ARCSDE USER'S GUIDE AND DATA CATALOG 2 TABLE OF CONTENTS 1) INTRODUCTION TO ARCSDE............. 3 2) CONNECTING TO ARCSDE.............. 5 3) ARCSDE LAYERS...................... 9 4) LAYER

More information

Office of Geographic Information Systems

Office of Geographic Information Systems Office of Geographic Information Systems Print this Page Winter 2009 - Desktop GIS: The National Grid Wants You! By Todd Lusk In case of a disaster would you want emergency responders to be able to easily

More information

GIS Boot Camp for Education June th, 2011 Day 1. Instructor: Sabah Jabbouri Phone: (253) x 4854 Office: TC 136

GIS Boot Camp for Education June th, 2011 Day 1. Instructor: Sabah Jabbouri Phone: (253) x 4854 Office: TC 136 GIS Boot Camp for Education June 27-30 th, 2011 Day 1 Instructor: Sabah Jabbouri Phone: (253) 833-9111 x 4854 Office: TC 136 Email: sjabbouri@greenriver.edu http://www.instruction.greenriver.edu/gis/ Summer

More information

Vector Analysis: Farm Land Suitability Analysis in Groton, MA

Vector Analysis: Farm Land Suitability Analysis in Groton, MA Vector Analysis: Farm Land Suitability Analysis in Groton, MA Written by Adrienne Goldsberry, revised by Carolyn Talmadge 10/9/2018 Introduction In this assignment, you will help to identify potentially

More information

Geographic Information Systems (GIS) - Hardware and software in GIS

Geographic Information Systems (GIS) - Hardware and software in GIS PDHonline Course L153G (5 PDH) Geographic Information Systems (GIS) - Hardware and software in GIS Instructor: Steve Ramroop, Ph.D. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658

More information

Tips and Tricks for Using ArcGIS for Fire Pre-Incident Planning Version II By: Chris Rogers Firefighter Kirkland Fire Department Kirkland Washington

Tips and Tricks for Using ArcGIS for Fire Pre-Incident Planning Version II By: Chris Rogers Firefighter Kirkland Fire Department Kirkland Washington Tips and Tricks for Using ArcGIS for Fire Pre-Incident Planning Version II By: Chris Rogers Firefighter Kirkland Fire Department Kirkland Washington Abstract: The Kirkland Fire Department has been using

More information

GIS Software. Evolution of GIS Software

GIS Software. Evolution of GIS Software GIS Software The geoprocessing engines of GIS Major functions Collect, store, mange, query, analyze and present Key terms Program collections of instructions to manipulate data Package integrated collection

More information

How to Create Stream Networks using DEM and TauDEM

How to Create Stream Networks using DEM and TauDEM How to Create Stream Networks using DEM and TauDEM Take note: These procedures do not describe all steps. Knowledge of ArcGIS, DEMs, and TauDEM is required. TauDEM software ( http://hydrology.neng.usu.edu/taudem/

More information

GIS = Geographic Information Systems;

GIS = Geographic Information Systems; What is GIS GIS = Geographic Information Systems; What Information are we talking about? Information about anything that has a place (e.g. locations of features, address of people) on Earth s surface,

More information

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA This help guide describes how to merge two or more feature classes (vector) or rasters into one single feature class or raster dataset. The Merge Tool The Merge Tool combines input features from input

More information

Geodatabases and ArcCatalog

Geodatabases and ArcCatalog Geodatabases and ArcCatalog Prepared by Francisco Olivera, Ph.D. and Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Contents Brief Overview of Geodatabases Goals of the

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell President, Brockwell IT Consulting, Inc. Join the conversation #AU2017 KEYWORD Class Summary Silos

More information

Watershed Modeling Orange County Hydrology Using GIS Data

Watershed Modeling Orange County Hydrology Using GIS Data v. 10.0 WMS 10.0 Tutorial Watershed Modeling Orange County Hydrology Using GIS Data Learn how to delineate sub-basins and compute soil losses for Orange County (California) hydrologic modeling Objectives

More information

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS Study Guide: Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS This guide presents some study questions with specific referral to the essential

More information

CE 365K Exercise 1: GIS Basemap for Design Project Spring 2014 Hydraulic Engineering Design

CE 365K Exercise 1: GIS Basemap for Design Project Spring 2014 Hydraulic Engineering Design CE 365K Exercise 1: GIS Basemap for Design Project Spring 2014 Hydraulic Engineering Design The purpose of this exercise is for you to construct a basemap in ArcGIS for your design project. You may execute

More information

Geodatabase Management Pathway

Geodatabase Management Pathway Geodatabase Management Pathway Table of Contents ArcGIS Desktop II: Tools and Functionality 3 ArcGIS Desktop III: GIS Workflows and Analysis 6 Building Geodatabases 8 Data Management in the Multiuser Geodatabase

More information

GIS CONCEPTS ARCGIS METHODS AND. 2 nd Edition, July David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University

GIS CONCEPTS ARCGIS METHODS AND. 2 nd Edition, July David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University GIS CONCEPTS AND ARCGIS METHODS 2 nd Edition, July 2005 David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University Copyright Copyright 2005 by David M. Theobald. All rights

More information

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types Chapter 6 Fundamentals of GIS-Based Data Analysis for Decision Support FROM: Points Lines Polygons Fields Table 6.1. Spatial Data Transformations by Geospatial Data Types TO: Points Lines Polygons Fields

More information

Geodatabase An Overview

Geodatabase An Overview Federal GIS Conference February 9 10, 2015 Washington, DC Geodatabase An Overview Ralph Denkenberger - esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? Inside the Geodatabase

More information