The Spatiotemporal Visualization of Historical Earthquake Data in Yellowstone National Park Using ArcGIS
|
|
|
- Roderick Clarke
- 10 years ago
- Views:
Transcription
1 The Spatiotemporal Visualization of Historical Earthquake Data in Yellowstone National Park Using ArcGIS GIS and GPS Applications in Earth Science Paul Stevenson, pts453 December 2013
2 Problem Formulation There exists a tremendous amount of seismic data in the area of Yellowstone National Park. I desire to display this data using ArcGIS software in a way that clearly displays the spatial and temporal distribution of the data. I think that this will allow the viewer to notice several important patterns. First, the lack of periodicity and therefore lack of predictability of earthquakes. Second, temporal groupings, including earthquake swarms that are extensively discussed in literature regarding Yellowstone. These temporal groupings should reflect several laws of earthquakes including Omori's time decay law, Bath's empirical law, the Gutenberg-Richter law, and the after-shock geographic density with distance law. Source: Finally, the viewer should be able to observe spatial relationships between the caldera, the known Yellowstone fault locations, and earthquake epicenters. Using several tools available in ArcGIS it should also be possible to construct some sort of earthquake density map that should be able to reveal to some degree the locations of the most active fault zones. If the data is partitioned temporally, changes in the most active portions of the park should be clearly visible. Data Collection Quite a lot of seismic data is available for the Yellowstone area. I chose to use the data from This choice was made after reading which explains the methods used to create the extensive database of some 25,267 earthquakes in the date range from 1972 to
3 2003. This data set takes into account the highly unique seismic velocity properties of the Yellowstone caldera area, a variable that has been previously ignored according to Husen and Smith. The result their analysis is tighter clustering of epicenters and focal depths as compared to the original data. This is important for my analysis of spatial location. Other data used in the project is located at the Wyoming State Geological Survey GIS Data Center, From this data set I used the caldera shapefile, the boundaries shapefile, the faults shapefile, and the geologic units data. The United States map for the inset map was obtained from lab 2 data file Mapproj.mdb, USA, states.lyr. Data Preprocessing In order to use the Tracking Analyst tool of the ArcGIS software package a date field must be generated with the format YYYYMMDDHHMMSS. This proved to be quite a stumbling block as the dates and times in the attribute table of the Yell_seis_3d_7203.shp are in separate fields and lack leading zeros, 1 instead of 01 and so on. Original state of the data I attempted a number of different methods within ArcGIS, utilizing the field calculator along with python code to modify the data then combine the data fields in the proper manner. After many failed attempts I was forced to use Open Office Calc to modify the data in the appropriate manner. I first moved each column individually to its own sheet, I then converted all numeric fields to text.
4 I then used the find and replace function to replace all single digit numbers from 0-9 with their respective two digit formats I also used Open Office Calc to round all of the seconds data to integers. Modifying or even worrying about the seconds data proved to be worthless for this particular project, but for future data applications it might be nice to have the whole date time field. Each column was then copied and pasted back into an empty column in the original database (this performs essentially the act of Add a Field in ArcGIS). With the data marked as text I was able to use the concatenate function of Open Office Calc to combine the data in a new YYYYMMDDHHMMSS column. Note that this function, though available in ArcGIS python code, does not seem to work with field types designated as numbers or dates. Before saving the newly modified database make sure to format the cells of the new YYYYMMDDHHMMSS column to number format, otherwise ArcGIS will have a problem using them as dates. Fully Modified Database Between the trial and error of trying to get ArcGIS to perform these steps and the actual work in Open Office Calc this portion of the project took quite a lot of time to accomplish with such a large data set. ArcGIS Processing Yellowstone National Park is contained in its entirety within UTM zone 12. This was therefore chosen as the coordinate system for this project. Projections, using the Project (Data Management) tool were performed on the seismic data and the states.lyr file. The rest of the data was already projected with this coordinate system. An initial map designed to display the entire data set was constructed with the projected Yellowstone boundary shapefile, the projected seismic shapefile, the geologic units shapefile, the caldera shapefile, and the faults shapefile. Symbolization of each layer was performed, highlighting the faults in yellow and the caldera boundaries in red. The geologic shapefile was symbolized using the layer file contained in the yellowstone.zip file procured from the Wyoming State Geological Service. A separate full page legend was constructed for the geologic layer. DEM and hillshade layers were not used as they muted the colors of the geologic layer. Most of the details of the surficial geology will not be visible in this project, but for those interested the geological units layer is very well done.
5
6
7 This map illustrates only the spatial distribution of the entire seismic data set. It is useful in visualizing the cumulative grouping of the data over a time span of approximately 30 years. From this view we are able to see that the most seismically active areas over this time period are in the Northwest areas of the park. Interestingly, we can also see that this area lacks surficial faulting to a large degree. From this view one might surmise that a more extensive set of subsurface faults exists in that area. Another interesting observation to be gained from this view is the pattern wherein the grouping of the seismic data follows the contours of the caldera, in some locations grouping quite significantly near the caldera edges and showing a distinct break at the edge. This could provide insight into the nature of the stack of concentric columns of collapsed roof. One of the strange things revealed by this visualization is the apparent linear nature of some of the data, particularly a distinct line to the east, two distinct lines to the west and one to the north. I believe this to be an artifact of the temporal and spatial analysis bounds placed during the re-analysis of the data performed by Husen and Smith. I believe that it stems from the reorganization of the seismic instrumentation taking place in 1981, then 1984, and again in This may point to a serious inconsistency in the analysis or merely to the need for the analysis to be run with a larger spatial extent or different time bins. To double check that this was not an error in conversion to shape files I used the text file available from the website, then converted it to a database file with latitude and longitude coordinates, upon adding the XY data to a map in Arcmap (Using; File, Add Data, Add XY Data) I found that the oddity exists within the original data set. Being as far invested into the project at this point I chose to use the data set but limit the spatial extent of the project to exclude the inconsistencies, just as the original authors chose to do on their display. From
8 We can further explore the spatial aspects of the epicenters, while adding a partial temporal view to the data, by utilizing the point density tools that ArcGIS provides. I first created a new map in ArcMap, added the seismic data shapefile, the faults shapefile, and the caldera shapefile. I then used the Point Density tool to create a raster representing the number of earthquakes per 10 by 10 meter area. This screen shot was taken using a time partitioned version of the main seismic shapefile (the reason for which follows) but the general characteristics used are the same. Input a point file, leave the population field on NONE unless you want to use one of the numeric fields recorded with each point as the additive characteristic. Leaving it on NONE adds 1 to the raster cell for each point within a certain cell size. I chose an output cell size of 10 (Meters for the UTM) as it outputs a nice relatively smooth looking raster. Beware that the files produced when using such a small cell size are quite large. Don't attempt to use such small cells while saving to a flash drive as the tool will simply fill it then abruptly stop with no warning telling you that you are out of space, the only hint to that fact is the output of a partial raster! I used this tool with and without the Neighborhood, which can be disabled by setting radius to zero. For the default radius the neighborhood function makes no difference in the output because the default is literally the point size on the map. After seeing the output of the density function, I concluded that the tool could be used to visualize the data to some degree temporally, showcasing the areas with the highest density of earthquakes within temporal bins. I proceeded to take the original seismic data and partition it into 7 bins using the select by attribute function of ArcGIS, exporting each selection to an independent shapefile.
9 I added each of these temporally binned shapefiles, within their own labeled data frame, into the original map, each with their own faults and caldera shapefiles. I used the point density function to create density rasters for each set of data. By modifying the symbology, and making both the density raster and the points partially transparent I was able to construct a set of figures that represent the five year binned densities of earthquakes in the Yellowstone area. In the process of this analysis I discovered the reason for the odd lines in the data. When I created the density raster I discovered that it covered far less of a spatial extent. This is a direct result of the 1984 reconfiguration/reduction of the seismic array used in the area. Image Source: Husen and Smith
10 The required variance in the number of years per bin in these images distorts the impact of their side by side portrayal to some degree. In order to help combat this distortion the standard deviation classification scheme was used to symbolize the density rasters. This maintains the purpose of showing maximum density areas in dark red while negating the numerical impact of adding uneven numbers of years (improper binning) resulting, theoretically, in skewed high numbers of concentrated earthquakes per cell in the larger bins and lower numbers per cell in the smaller bins. The changes made to the instrumentation over the years is much more difficult to constrain statistically but should only affect the western portions of the images as that is where the majority of the stations were removed from in The resulting map, which is available on the next page, displays the earthquake hot spots per binned time period. A couple of interesting observations include the extremely active period of time from 1975 to 1979 with large portions of the park showing spatially concentrated groups of earthquake epicenters. This period of park wide high concentration activity tapers off in the 1980 to 1984 period. The period from 1985 to 1989 is very quiet. When the activity picks back up its pace from 1990 to 1999 we see that most of the density is concentrated solely on the northwest fault zone. Finally, we see a rather pronounced concentration of earthquakes from 2000 to 2003, also generally located on the northern fault zone. Many conclusions could be drawn from this portrayal of the data. My original intent was to overlay temporally defined interferograms on top of some sort of spatiotemporal portrayal of the seismic activity. If the data could be found it might be interesting to overlay it onto a similar visualization as this, comparing times of uplift to times of subsidence with which fault zones are active as well as levels of activity. Unfortunately much of the data is not available to the public so far as I have been able to find. I have also included a legend of sorts in order to show the individual raster cell value ranges which are of interest to the viewer but far too large to fit on the original display page.
11
12
13 As a final portrayal of the data I decided to use the Tracking Analyst tool of ArcGIS to create an animation or movie of the earthquake data. After the processing of the data is finished, adding a useable time field, the process of creating an animation is actually very simple. The base map created at the beginning of this document was used as a background. Under the Customize-Toolbar menu in Arcmap turn on the Tracking Analyst toolbar. Press the yellow circle with the plus sign to Add Temporal Data. In the wizard that comes up leave the Copy all data to memory, also leave the A feature class or shapefile containing temporal data checked. Set the Data Source to your seismic layer file. Set the field containing the date/time to the field that was created in Open Office Calc. The software claims that this is a text field, but without making sure to designate the field as numbers using the format cells dialog in Open Office Calc I was unable to get this to work. For the purposes of earthquake analysis, tracks was left on the <none> setting. Press Next.
14 The next wizard window allows you to specify the exact time format, using the Time field format: select the yyymmddhhmmss format, and note that many other formats would have worked but this one seemed to be the most complete and simplest to compose in Open Office Calc. Press Next. After a little processing is done by the program you will notice that the play button on the tracking analyst toolbar is no longer grayed out. Press the play button. A window called the Playback Manager appears.
15 This playback manager graph contains quite a bit of useful information. In particular the high points represent points in time during which there are a large number of temporally close events. These are commonly called earthquake swarms. Earthquake swarms are a relatively common occurrence in the Yellowstone area. A quick search on Google reveals that one happened just two months ago. Several settings within the playback manager window are useful for visualization purposes, clicking the options button reveals the following. The setting of playback rate is particularly useful. You can also set the temporal playback rate of multiple temporal layers, this would be useful, for instance, if you had an interferogram that played at a different temporal scale than the earthquakes. I have also used this last figure to showcase the current time slider and its corresponding time display. Note that behind the red line is the first significant earthquake swarm. It occurred during the same time period that we saw such an extreme concentration of activity over the entire park. A graduated symbology based upon the magnitude of the earthquakes has been made, labeling has been set to show the magnitude of the earthquakes with a mask for visibility, and labeling has been activated for the seismic layer. Note that there are several new options available under the Symbology tab of the time enable layer.
16 The time window is important when you need to control the window or timescale of the display. Using a period of one day the data will be displayed in single barrages of a full 24 hours of earthquakes, all at once. For the animation and temporal distribution resolution that I am using, this is a reasonable setting. However, somebody attempting to show much smaller time periods would need to reduce this value to hours, minutes, or even seconds. Below is one last very important setting for this analysis.
17 For the purposes of earthquake temporal spatial relationships I have already shown the cumulative results. For this particular animation I want to show essentially the temporal relationships only, illustrating the sudden onset of an earthquake swarm followed by a relatively slowly decaying set of aftershocks relieving built up stresses throughout the area. I therefore selected show only the most current events in the box above. Saving the map after having all of this completed, and running the map on the same computer seems to be important for ArcMap to realize that this is a time activated layer and allow playback. Otherwise stated these maps do not seem to be able to open and automatically work on just any computer, even copies of the map lose their Tracking Analyst properties. Supposedly, it is possible to use the animation toolbar to create an animation of this time enabled layer. I consistently receive an error message stating that the map does not contain a time enabled layer. This, despite the fact that the check box for time enabled located under the layer properties, time tab, of the seismic layer, clearly indicates that it is time enabled. Regardless, I prefer to have the current time display and the graph of the playback manager visible during playback. Therefore, I have used the free CamStudio software to record a short demo of the capabilities of ArcGIS Tracking Analyst. Included with this project are two short videos of the earthquake swarms of 1977 and 1999 (The two highest peaks on the playback manager graph). The frame rate required to catch very rapidly passing events yet show any reasonable portion of time requires a lot of disk space. I cannot include a video of the entire sequence of 30 years which totals over 12 gigabytes of video in avi format. Summary This project showcases the ability of ArcGIS to visualize both the spatial and temporal characteristics of earthquake data, as well as its ability to reveal inconsistencies or at least oddities in a data set. Using ArcGIS I have illustrated the spatial characteristics of the seismic data collected over a period of thirty years, in particular showing how the data can be used to show seismically active areas of Yellowstone National Park, possibly showing the location of subsurface fault zones. I have also used the software to showcase the change in temporally active areas of the park. Finally, I have used the software to show the purely temporal nature of earthquake swarms. Though not precisely constrained quantitatively, the general relationships Omori's time decay law, Bath's empirical law, the GutenbergRichter law, and the after-shock geographic density with distance law, should be visible to the careful observer in the videos presented. ArcGIS is a powerful tool allowing visualization of the vast amounts of data collected in a way that all can understand, I look forward to continued application and use of the general skills that I have learned in this class.
INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES
INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES A TUTORIAL FROM SPATIAL AND NUMERIC DATA SERVICES NICOLE SCHOLTZ AND GEOFF IVERSON Overview... 2 A. Get a Digital Elevation Model (DEM)... 3 B. Open ArcMap,
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
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
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
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,
Data source, type, and file naming convention
Exercise 1: Basic visualization of LiDAR Digital Elevation Models using ArcGIS Introduction This exercise covers activities associated with basic visualization of LiDAR Digital Elevation Models using ArcGIS.
Getting Started With LP360
Getting Started With LP360 10/30/2014 1 Contents What is LP360?... 3 System Requirements... 3 Installing LP360... 4 How to Enable the LP360 Extension... 4 How to Display the LP360 Toolbar... 4 How to Import
Create a folder on your network drive called DEM. This is where data for the first part of this lesson will be stored.
In this lesson you will create a Digital Elevation Model (DEM). A DEM is a gridded array of elevations. In its raw form it is an ASCII, or text, file. First, you will interpolate elevations on a topographic
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
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
An Introduction to Point Pattern Analysis using CrimeStat
Introduction An Introduction to Point Pattern Analysis using CrimeStat Luc Anselin Spatial Analysis Laboratory Department of Agricultural and Consumer Economics University of Illinois, Urbana-Champaign
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
Getting Started with the ArcGIS Predictive Analysis Add-In
Getting Started with the ArcGIS Predictive Analysis Add-In Table of Contents ArcGIS Predictive Analysis Add-In....................................... 3 Getting Started 4..............................................
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
Contouring and Advanced Visualization
Contouring and Advanced Visualization Contouring Underlay your oneline with an image Geographic Data Views Auto-created geographic data visualization Emphasis of Display Objects Make specific objects standout
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
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,
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
Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption
Name: Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption Learning Objectives: Assigned: May 30, 2012 Due: June 1, 2012 @ 9 AM 1. Learn
Raster to Vector Conversion for Overlay Analysis
Raster to Vector Conversion for Overlay Analysis In some cases, it may be necessary to perform vector-based analyses on a raster data set, or vice versa. The types of analyses that can be performed on
Lab 6: Distance and Density
Lab 6: Distance and Density Exercise 1: Air Ambulance study The dispatch managers of local hospitals providing air ambulance service are working together with local schools and colleges to conduct a preliminary
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
Working with Temporal Data
Esri International User Conference San Diego, California Technical Workshops July 26 2012 Working with Temporal Data Aileen Buckley Mark Smithgall This technical workshop Visualizing temporal data recurring
Create and share a map with GIScloud.com
Create and share a map with GIScloud.com GIS Cloud is a web based Geographic Information System powered by Cloud Computing and with the full power of desktop GIS. It allows users to create and access your
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
Basic Steps to Using the Wildlife Application
Basic Steps to Using the Wildlife Application The intent of the Wildlife Application (http://gisweb1.serm.gov.sk.ca/wildlifelogin/form.asp) is to provide a tool to search an area in the province of Saskatchewan
Intro to GIS Winter 2011. Data Visualization Part I
Intro to GIS Winter 2011 Data Visualization Part I Cartographer Code of Ethics Always have a straightforward agenda and have a defining purpose or goal for each map Always strive to know your audience
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
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
Introduction to Exploratory Data Analysis
Introduction to Exploratory Data Analysis A SpaceStat Software Tutorial Copyright 2013, BioMedware, Inc. (www.biomedware.com). All rights reserved. SpaceStat and BioMedware are trademarks of BioMedware,
Lesson 15 - Fill Cells Plugin
15.1 Lesson 15 - Fill Cells Plugin This lesson presents the functionalities of the Fill Cells plugin. Fill Cells plugin allows the calculation of attribute values of tables associated with cell type layers.
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.
ESRI China (Hong Kong) Limited
Tips for Creating 3D Graphics in ArcScene 9.x Article ID : 100003 Software : ArcGIS 3D Analyst 9.x Platform : Windows 2000, Windows XP Date : June 28, 2005 Background Prior to ArcGIS Desktop 9.0, we cannot
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
Canterbury Maps Quick Start - Drawing and Printing Tools
Canterbury Maps Canterbury Maps Quick Start - Drawing and Printing Tools Quick Start Guide Standard GIS Viewer 2 Canterbury Maps Quick Start - Drawing and Printing Tools Introduction This document will
Geographic Information Systems Training Module I through 4
Geographic Information Systems Training Module I through 4 ARC GIS 10.x Geographic Information Systems and GPS Training Guide Developed by Stephen P. Menard Jr, USAID/Malawi Program Officer - Original
Step 2: Learn where the nearest divergent boundaries are located.
What happens when plates diverge? Plates spread apart, or diverge, from each other at divergent boundaries. At these boundaries new ocean crust is added to the Earth s surface and ocean basins are created.
Modifying Colors and Symbols in ArcMap
Modifying Colors and Symbols in ArcMap Contents Introduction... 1 Displaying Categorical Data... 3 Creating New Categories... 5 Displaying Numeric Data... 6 Graduated Colors... 6 Graduated Symbols... 9
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
WFP Liberia Country Office
1 Oscar Gobbato [email protected] [email protected] WFP Liberia Country Office GIS training - Summary Objectives 1 To introduce to participants the basic concepts and techniques in using Geographic
Applying a circular load. Immediate and consolidation settlement. Deformed contours. Query points and query lines. Graph query.
Quick Start Tutorial 1-1 Quick Start Tutorial This quick start tutorial will cover some of the basic features of Settle3D. A circular load is applied to a single soil layer and settlements are examined.
A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model
A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model High resolution topography derived from LiDAR data is becoming more readily available. This new data source of topography
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
Raster: The Other GIS Data
04-Raster_Tutorial_Arcgis_93.Doc Page 1 of 11 Raster: The Other GIS Data Objectives Understand the raster format and how it is used to model continuous geographic phenomena Understand how projections &
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
MARS STUDENT IMAGING PROJECT
MARS STUDENT IMAGING PROJECT Data Analysis Practice Guide Mars Education Program Arizona State University Data Analysis Practice Guide This set of activities is designed to help you organize data you collect
Working with the Raster Calculator
Working with the Raster Calculator The Raster Calculator provides you a powerful tool for performing multiple tasks. You can perform mathematical calculations using operators and functions, set up selection
Getting started in Excel
Getting started in Excel Disclaimer: This guide is not complete. It is rather a chronicle of my attempts to start using Excel for data analysis. As I use a Mac with OS X, these directions may need to be
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
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,
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
What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features
What is GIS? Geographic Information Systems Introduction to ArcGIS A database system in which the organizing principle is explicitly SPATIAL For CPSC 178 Visualization: Data, Pixels, and Ideas. What Can
How to Download Census Data from American Factfinder and Display it in ArcMap
How to Download Census Data from American Factfinder and Display it in ArcMap Factfinder provides census and ACS (American Community Survey) data that can be downloaded in a tabular format and joined with
Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9
Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 1 TABLE OF CONTENTS INTRODUCTION...3 WORKING WITH DIGITAL TERRAIN MODEL (DTM) DATA FROM NRVIS, CITY OF KITCHENER, AND CITY OF
Design document Goal Technology Description
Design document Goal OpenOrienteering Mapper is a program to draw orienteering maps. It helps both in the surveying and the following final drawing task. Support for course setting is not a priority because
There are various ways to find data using the Hennepin County GIS Open Data site:
Finding Data There are various ways to find data using the Hennepin County GIS Open Data site: Type in a subject or keyword in the search bar at the top of the page and press the Enter key or click the
Institute of Natural Resources Departament of General Geology and Land use planning Work with a MAPS
Institute of Natural Resources Departament of General Geology and Land use planning Work with a MAPS Lecturers: Berchuk V.Y. Gutareva N.Y. Contents: 1. Qgis; 2. General information; 3. Qgis desktop; 4.
Converting GIS Datasets into CAD Format
Ball State University Libraries GIS Research and Map Collection Converting GIS Datasets into CAD Format Author: Angela Gibson, 6/13/2014 Overview: One of the most common requests from students is for GIS
To create a histogram, you must organize the data in two columns on the worksheet. These columns must contain the following data:
You can analyze your data and display it in a histogram (a column chart that displays frequency data) by using the Histogram tool of the Analysis ToolPak. This data analysis add-in is available when you
Symbolizing your data
Symbolizing your data 6 IN THIS CHAPTER A map gallery Drawing all features with one symbol Drawing features to show categories like names or types Managing categories Ways to map quantitative data Standard
SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS
SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing
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
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
Cookbook for Importing Point Information into a Polygon Shapefile using ArcGIS9
Cookbook for Importing Point Information into a Polygon Shapefile using ArcGIS9 I. Create a Master polygon shapefile. In addition to the FID field this shapefile must have a field containing a unique ID
Atomic Force Microscope and Magnetic Force Microscope Background Information
Atomic Force Microscope and Magnetic Force Microscope Background Information Lego Building Instructions There are several places to find the building instructions for building the Lego models of atomic
ERCB/AGS Information Series 136. Digital Mapping and 3D Visualization/ Modelling of Subsurface Geology Using ArcGIS 9.2 and Well Log Data
ERCB/AGS Information Series 136 Digital Mapping and 3D Visualization/ Modelling of Subsurface Geology Using ArcGIS 9.2 and Well Log Data ERCB/AGS Information Series 136 Digital Mapping and 3D Visualization/Modelling
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
Earthquakes, volcanoes and plate tectonics in ArcGIS Online
Earthquakes, volcanoes and plate tectonics in ArcGIS Online For non-commercial use only by schools and universities Copyright Esri UK GIS Esri for School UK Ltd Programme 2014 www.esriuk.com/schools Earthquakes,
Figure 1. An embedded chart on a worksheet.
8. Excel Charts and Analysis ToolPak Charts, also known as graphs, have been an integral part of spreadsheets since the early days of Lotus 1-2-3. Charting features have improved significantly over the
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
How to georectify an image in ArcMap 10
How to georectify an image in ArcMap 10 The University Library has a large collection of historical aerial photos for some North Carolina Counties ( http://www.lib.unc.edu/reference/gis/usda/index.html
Excel Tutorial. Bio 150B Excel Tutorial 1
Bio 15B Excel Tutorial 1 Excel Tutorial As part of your laboratory write-ups and reports during this semester you will be required to collect and present data in an appropriate format. To organize and
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
Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper
Quick and Easy Web Maps with Google Fusion Tables SCO Technical Paper Version History Version Date Notes Author/Contact 1.0 July, 2011 Initial document created. Howard Veregin 1.1 Dec., 2011 Updated to
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......................
Reviewer s Guide. Morpheus Photo Animation Suite. Screenshots. Tutorial. Included in the Reviewer s Guide:
Morpheus Photo Animation Suite Reviewer s Guide The all-in-one animation suite includes Morpheus Photo Morpher, Morpheus Photo Warper, Morpheus Photo Mixer, as well as all 15 sample morphs, warps, and
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.
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
Plots, Curve-Fitting, and Data Modeling in Microsoft Excel
Plots, Curve-Fitting, and Data Modeling in Microsoft Excel This handout offers some tips on making nice plots of data collected in your lab experiments, as well as instruction on how to use the built-in
Investigation 6: What happens when plates collide?
Tectonics Investigation 6: Teacher Guide Investigation 6: What happens when plates collide? In this activity, students will use the distribution of earthquakes and volcanoes in a Web GIS to learn about
Chapter 4: Website Basics
1 Chapter 4: In its most basic form, a website is a group of files stored in folders on a hard drive that is connected directly to the internet. These files include all of the items that you see on your
NetCDF Tutorial. Copyright 1995-2010 Esri All rights reserved.
Copyright 1995-2010 Esri All rights reserved. Table of Contents About the netcdf Tutorial............................... 3 Exercise 1: Displaying a raster layer from a netcdf file................... 4
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
TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents:
Table of contents: Access Data for Analysis Data file types Format assumptions Data from Excel Information links Add multiple data tables Create & Interpret Visualizations Table Pie Chart Cross Table Treemap
Data representation and analysis in Excel
Page 1 Data representation and analysis in Excel Let s Get Started! This course will teach you how to analyze data and make charts in Excel so that the data may be represented in a visual way that reflects
Magnum AVL GPS Fleet Tracking User Interface Help Guide
2011 Magnum AVL GPS Fleet Tracking User Interface Help Guide Contents: Recent Technical Bulletins and Website Updates, Overview of Control Panel and Software Menus and Quick Reference How To Guide Magnum
Spatial data analysis: retrieval, (re)classification and measurement operations
CHAPTER 7 Spatial data analysis: retrieval, (re)classification and measurement operations In chapter 5 you used a number of table window operations, such as calculations, aggregations, and table joining,
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
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
3D Analysis and Surface Modeling
3D Analysis and Surface Modeling Dr. Fang Qiu Surface Analysis and 3D Visualization Surface Model Data Set Grid vs. TIN 2D vs. 3D shape Creating Surface Model Creating TIN Creating 3D features Surface
Reading SSURGO Soils Data
Reading SSURGO Soils Data Downloading SSURGO data 1. Download. You could google SSURGO download, or just go to the Soil Data Mart: http://soildatamart.nrcs.usda.gov/ a. Select the state (must be California
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
Effects of Florida Under a 10 Meter Sea Level Rise
Effects of Florida Under a 10 Meter Sea Level Rise Chance B. Murray Dec. 7 2009 I. Goal Assess the effects a 10 meter sea level rise would have on Florida. Mission: Determine the length of Florida s coastline
Petrel TIPS&TRICKS from SCM
Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Histograms and SGS Modeling Histograms are used daily for interpretation, quality control, and modeling in Petrel. This TIPS&TRICKS document briefly
Exer. 1 Using Handheld GPS for location & recording points
Exer. 1 Using Handheld GPS for location & recording points Field Objectives: 1. Familiarity with handheld receivers (Trimble Juno) 2. Basic positioning in Lat/Long and UTM 3. Familiarity with changing
Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene.
Graphic Design Active Layer- When you create multi layers for your images the active layer, or the only one that will be affected by your actions, is the one with a blue background in your layers palette.
Comparison of Programs for Fixed Kernel Home Range Analysis
1 of 7 5/13/2007 10:16 PM Comparison of Programs for Fixed Kernel Home Range Analysis By Brian R. Mitchell Adjunct Assistant Professor Rubenstein School of Environment and Natural Resources University
3D Visualization of Seismic Activity Associated with the Nazca and South American Plate Subduction Zone (Along Southwestern Chile) Using RockWorks
3D Visualization of Seismic Activity Associated with the Nazca and South American Plate Subduction Zone (Along Southwestern Chile) Using RockWorks Table of Contents Figure 1: Top of Nazca plate relative
Tutorial 6 GPS/Point Shapefile Creation
Tutorial 6 GPS/Point Shapefile Creation The objectives of this tutorial include: 1. Converting GPS field collected point information into a shapefile 2. Creating a shapefile from a simple x,y coordinate
