Using Geographic Information, Multimedia and Landscape Modeling as Integrated Visualization Tools in Developing Highway Corridor Management Plans

Size: px
Start display at page:

Download "Using Geographic Information, Multimedia and Landscape Modeling as Integrated Visualization Tools in Developing Highway Corridor Management Plans"

Transcription

1 Using Geographic Information, Multimedia and Landscape Modeling as Integrated Visualization Tools in Developing Highway Corridor Management Plans Christopher J. SEEGER 1 Introduction One of the difficulties when working with corridor projects is that they tend to cover great distances and can include thousands of resources and features that need to be accounted for in the corridor plan. Documenting a corridor often requires that a large expenditure of time and project funds be spent on numerous trips into the field to collect and verify data. Safety is also an issue with transportation corridor projects due to the lack of safe roadside parking, especially along Interstate corridors. One solution that encourages safety while reducing the need to traverse the corridor is to utilize digital audio, video, photography and other multimedia tools to capture information about the corridor for review back in the project studio. When integrated with geographic data, this multimedia information can be a very beneficial resource both during and after the planning and design process. This paper will present the technique used to build a custom designed integrated geographic, multimedia, and visualization system as part of the Iowa State University, Department of Landscape Architecture project Maintaining The Image Of Iowa Beyond The Right-Of-Way: A Corridor Management Plan For Significant Natural, Cultural And Visual Adjacencies To Interstate Project Background This Iowa Department of Transportation funded project involved developing a management plan for the Iowa portion of the Interstate 80 corridor. This corridor management plan documents the cultural, historic, and agrarian features that contribute to the internationally recognized nostalgic Image of Iowa. Additionally, the plan identifies methods for the preservation of these features while encouraging economic growth, environmental conservation, and transportation safety. The 330 road miles and approximately 2,000 square miles of land (3 mile buffer either side of the roadway) that make up the corridor as well as the number of resources mapped (4,000 farms, 62 municipal entities and 17 county zoning jurisdictions) necessitated the need for a Geographic Information System (GIS). ArcView GIS was used to both organize the thematic data and to model various spatial relationships between the corridor features. The hyperlink functions within ArcView provided an efficient method to connect GPS located digital photographs of corridor resources with their geographic attributes. Using the hyperlink function, various types of media including text documents, digital photos, and simple video files could be hot linked

2 2 C. J. Seeger to mapped features (PRATT, 2001). However, ArcView lacked the flexibility to easily incorporate the following desired functions. Display multiple synchronized video streams (left, center and right view) Identification of video cue points (i.e. chapters/tags) Support for multi-user/platform environments Design of customized user interface and controls (such as slider bars) Integration with Internet driven media Stand alone data viewer A true dedicated multimedia-authoring environment was needed to design a data viewer that could integrate these six functions with ArcView shapefiles and raster data. 2 Technology Review 2.1 Multimedia Authoring Environments There are several multimedia-authoring applications on the market today; among the most common are Macromedia Director and Macromedia Flash. Both applications utilize a timeline cell animation scheme to organize how, when and where data appears on the screen. Timelines can be controlled in Flash through a scripting language called ActionScripting while Director uses Lingo as its programming language. ActionScript is very similar to JavaScript as it follows the ECMA-262 Standard, the specification written by the European Computer Manufacturers Association that was derived from JavaScript (FRANKLIN, 2002). Lingo is an object-oriented language similar to C, Pascal or Java (GROSS and ROBERTS, 2000). ActionScript and Lingo can be invoked when the playback head enters a frame, a graphic element is selected, a key is pressed or a function is called from another script. The primary difference between the two authoring systems is the type of media supported. Both programs can support raster, video, audio and vector data as embedded, linked or Internet sourced files. However, the main strength of Flash is its ability to import vector data and produce small file size animations. Flash supports Adobe Illustrator, AutoCAD DXF, and the EPS file formats. Director provides a more robust raster rendering engine and provides better support for high data rate video. For Web integration Flash has the advantage, exporting authored animations in the compressed Shockwave Flash (SWF) file format. Director can import and interact with SWF files through bi-directional communication between ActionScript and Lingo. Both programs can produce cross platform stand-alone runtime programs called projectors. In addition to the main timeline, Flash allows additional timelines to be nested inside of the main timeline. These nested timelines are referred to as "movie clips" (MC) and are treated as any other graphic element except that they can contain complex scripting and be controlled by scripts from other timelines. Movie clips can also be dynamically created and contain SWF files located on a CD-ROM or the Internet.

3 Geographic Information, Multimedia and Landscape Modeling - Integrated Visualization Tools File Formats Various types of files and file formats are utilized to display the maps, photographs, and video animations that are part of this project. The native vector format of ArcView is the shapefile; unfortunately this format is not directly supported by either of the authoring applications. ArcView is capable of exporting DXF, EPS and Illustrator formatted files, however these formats do not contain the geographic information necessary to register the map files once they are imported into the authoring environment. Adobe s Scalable Vector Graphics (SVG) file format and Web development language is based on XML and provides data driven interactive graphics for Web applications. Through the use of SVGMapper, the SVG format can be exported from ArcView GIS and used with Web mapping applications, however the format is not fully supported by Director (PRELOZNIK, 2002). Video files can be very large unless they are compressed using a compressiondecompression (CODEC) algorithm. Several CODECs are available and the selection of the appropriate CODEC depends on if the video content is a graphic animation, talking head, landscape scenery or action footage. CODECs offer variability in data rate, display quality and file size. The Sorenson Video CODEC provides good compression with acceptable image quality. The main drawback of this CODEC is that it requires a fairly fast computer to decompress the video and display it at an acceptable quality (DISCREET, 2002). 3 Methods & Procedures 3.1 Required Viewer Functionality The two most critical functions of the viewer included the ability to hot-link video and photography to mapped data and the capability to post and review notes and comments about each corridor segment. Linking the map data to one single video stream is a straightforward process, however, the project required that all three camera views down the roadway (left, center and right) be synchronized and play at the same time. The comment window also had to be synchronized with the video segment selected. One additional required function of the viewer was with the map data itself. The size of the computer limited the scale at which the maps could be displayed, therefore it was necessary to include zoom and pan functions into the map interface. User controlled layer stacking and data visibility was also a desired feature. 3.2 Viewer Components The targeted monitor size and resolution for the viewer was 11x17 and 1024x768 respectfully. This size provided adequate space for the six major components of the interface; videos, video controller, mile marker selector, comment window, media resource bin, and map interface (Fig. 1).

4 4 C. J. Seeger Figure 1. Example screenshot of component layout of prototype viewer. 3.3 Map Design & Implementation The first step in creating the viewer interface was to import the base map information from ArcView shapefiles into Flash. As discussed, ArcView does not include an option for exporting files in the SWF file format. The solution to this problem was MAPublisher for Illustrator from Avenza Software Inc. This program provided a simple method for registering the shapefile from ArcView and converting the geometry into the SWF format. The map base, an outline of the state, was the only data layer that was built directly into the map interface, the other map layers were loaded separately as external SWF files. Inclusion of the map base in the interface layout was required so that a reference point could be established and used to locate external SWF map layers as they were loaded into the program by the user. In addition to the base map, the user menu interface was designed in Illustrator and exported as an EPS file to Flash. Once in Flash, the base data was converted into a movie clip named "MCmap". Moving the data into the MCmap movie clip allowed the map to be controlled by ActionScript that could pan, zoom and re-center the map. The function of turning each map data layer on and off was accomplished through the use of ActionScripting and a checklist of external map files. Whenever a map file was loaded, it was assigned an identification number that Flash could use to communicate with the

5 Geographic Information, Multimedia and Landscape Modeling - Integrated Visualization Tools 5 external file and manage its layer stacking order. The menu for the map included two sections. The top section displayed a thumbnail representation of the State of Iowa. Clicking on this small map re-centered the larger map to the point selected making it easier to navigate. The menu also contained several tabbed panes allowing the user to change between navigation tools and map legend information. Identifying the UTM Zone 15, NAD 83 X, Y coordinate for the top left corner of a rectangle surrounding the map, provided geo-referencing of the base map. MAPublisher provided a tool within Illustrator to identify this location. This information was stored in a variable as part of the Flash file. ActionScript was used to record the X, Y screen coordinates of the mouse and convert these coordinates to geographic coordinates based on the distance from the top left corner of the map. This information was updated every half second and displayed in one of the tabbed menu panes. Placing all of the 300+ aerial photographs of the corridor into the Flash file would be memory intensive, so the files had to be dynamically loaded into the map when requested by the user. One of the new features of Macromedia Flash MX is its ability to dynamically import JPEG image files when requested through ActionScripting. Identifying which aerials to display required a conditional script to check an index table to see if the area covered by the aerial or digital raster graphic was included within the limits of the portion of the map displayed on the screen. If an image's coordinates were within the boundaries of the viewed area a new movie clip was dynamically created and the image was loaded into the movie clip. The movie clip was then placed at the correct location on the base map. The aerial imagery files used for the project measured 800 x 800 pixels and had a resolution of 10 meters per pixel. Once loaded from the DVD raster images remained on the screen until the user cleared them using the clear raster graphic button in the map menu. Aerial images could also be loaded from the Internet if the requesting SWF file resided on the same Internet domain as the aerials (CHAMBERS, 2002). Zooming capability was provided by enlarging or decreasing the size of the nested MCmap clip (SEEGER, 2002). Once the map scale had changed, the geographic offsets from the original location were calculated and the new geographic coordinates were applied. 3.4 Video Implementation A total of twenty-four 80-minute DV tapes were required for the entire corridor. Each tape required approximately 18.5 Gigabyte of storage, 444 Gigabyte for the entire corridor. Using the Sorenson 3 CODEC, each video was reduced to a resolution of 320 x 240 and a frame rate of 15 frames per second (FPS) resulting in a 160 Megabyte file for each tape. The settings for the compression values were based on the need for the entire corridor video to fit on a 4.4 Gigabyte DVD. The result was 3,840 megabytes of video. After compressing the video, the files for each of the three video views were combined and stored as single linear files for the entire length of the corridor in each direction, i.e. 6 video files for Interstate 80 and 6 video files for Interstate 680. Using the mile markers on the roadway as an index, each of the video files contained a cue point at the beginning and end of a mile segment. This cue point was used by Lingo to identify the location to play when either the map or the text mile marker were used to

6 6 C. J. Seeger search for video. Users wishing to use the map to select a video need only click on a dot placed at the mile marker location. The video controller kept the three video files synchronized and allowed the user to select between east and west bound. 3.4 Media Resource Bin Design The media bin was designed to be a location where additional resources pertaining to the mile section could be displayed. Using an index of file names and geographic coordinates, Lingo was used to create a list of resources and display thumbnails of the photos, QuicktimeVR, World Construction Set animations and other visualization media that was available. Clicking on the thumbnails opened a new view window containing a larger view of the media as shown in Figure 2. Figure 2. Example screenshot of an enlarged photo selected from the media resources bin, the text under the photo list the name of the image file. 3.5 User Comment Display The user comment display window is also linked to the mile marker sections and direction of travel. Storing the files on an Internet server allows users to have access to up-to-date comments without the need for distributing new DVDs each time the content is changes.

7 Geographic Information, Multimedia and Landscape Modeling - Integrated Visualization Tools 7 Again, Lingo is used to contact the FTP site and parse the existing text document for use with the viewer application. 4 Results & Discussion Although the viewer is still in the prototype stage, it has already proven beneficial for the design team by providing a way to quickly review any section of the corridor and to comment about special features found within each mile section. As the management plan for the corridor is prepared, the viewer will serve as a repository of information about the corridors numerous resources. The SWF format is easy to work with as a graphic element, but support for linking attribute data to individual objects is not supported to a scale that would allow it to be used in large geographic areas. The SVG file format may be the solution to this problem. As SVG gains in functionality, it may be possible to incorporate its attribute link capabilities into the viewer allowing for GIS type querying of displayed mapped data. At the completion of this project, the resource viewing application will be distributed to community leaders, local governments, planners and state officials as a tool for making better informed decisions when considering zoning and development changes to the corridor. Since the entire state was used as the base map the viewer can also be easily reconfigured for other corridor projects. Additional images of the interface and an update to this paper will be available after the conference at 5. References Chambers, M. (2002): White Paper: Macromedia Flash MX Security. San Francisco. Discreet. (2002): Cleaner 6 User Guide. Autodesk, Inc. Franklin, D. and J. Makar. (2002): Macromedia Flash MX ActionScripting: Advanced Training From The Source. Macromedia Press, Berkeley, California, USA Gross, P. and J. Roberts. (2000): Director 8 Demystified: The Official Guide to Macromedia Director, Lingo and Shockwave. Peachpit Press, Berkeley, California, USA Pratt, M. (2001): Hot Linking with ArcView GIS. ArcUser. 4(1): Preloznik, U. (2002): SVGMapper Released for ArcView GIS. Seeger, C. (2002): Identifying the Image of Iowa Along Interstate 80: A Method to Increase Public Participation. ESRI User Conference, San Diego, California, USA.

Exercise 1: Getting to know ArcGIS

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

More information

Juniata County, Pennsylvania

Juniata County, Pennsylvania GIS Parcel Viewer Web Mapping Application Functional Documentation June 21, 2017 Juniata County, Pennsylvania Presented by www.worldviewsolutions.com (804) 767-1870 (phone) (804) 545-0792 (fax) 115 South

More information

Guide to Mapping Website (Public) December 2016 GC_236594

Guide to Mapping Website (Public) December 2016 GC_236594 Guide to Mapping Website (Public) December 2016 GC_236594 Table of Contents Guide to Mapping Website (Public)... 1 December 2016... 1 Quick Start... 3 Map Layers... 4 How do I?... 5 Draw on the Map...

More information

City of La Crosse Online Mapping Website Help Document

City of La Crosse Online Mapping Website Help Document City of La Crosse Online Mapping Website Help Document This document was created to assist in using the new City of La Crosse online mapping sites. When the website is first opened, a map showing the City

More information

Advanced High Graphics

Advanced High Graphics VISUAL MEDIA FILE TYPES JPG/JPEG: (Joint photographic expert group) The JPEG is one of the most common raster file formats. It s a format often used by digital cameras as it was designed primarily for

More information

VaSS Builder: A Customizable Internet Tool for Community Planning and Design Participation

VaSS Builder: A Customizable Internet Tool for Community Planning and Design Participation VaSS Builder: A Customizable Internet Tool for Community Planning and Design Participation Christopher J. SEEGER 1 Introduction The use of Internet-based participation tools has grown dramatically over

More information

REDI 5.0 User Manual

REDI 5.0 User Manual REDI 5.0 User Manual OBJECTIVE: REDI (Regional Economic Development Information System) provides a quick, convenient and easy way of accessing the City of San Diego Business Incentive Zones (BIZ) information.

More information

Milestone Systems. Quick guide: Search and export video evidence. XProtect Smart Client 2017 R3

Milestone Systems. Quick guide: Search and export video evidence. XProtect Smart Client 2017 R3 Milestone Systems Quick guide: Search and export video evidence XProtect Smart Client 2017 R3 Searching and exporting video in XProtect Smart Client After an incident occurs, it is important that you can

More information

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

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

More information

COMP : Practical 11 Video

COMP : Practical 11 Video COMP126-2006: Practical 11 Video Flash is designed specifically to transmit animated and interactive documents compactly and quickly over the Internet. For this reason we tend to think of Flash animations

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that comprise Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

Mn/DOT MnCMAT Crash Analysis Application Help

Mn/DOT MnCMAT Crash Analysis Application Help Mn/DOT MnCMAT Crash Analysis Application Contents Login... 5 User Login Dialog... 5 Login... 5 Request Access Dialog... 5 Forgotten Password Dialog... 6 Create/Open Project... 7 Create/Open Project Dialog...

More information

GIS Virtual Workshop: Buffering

GIS Virtual Workshop: Buffering This workshop will teach the different methods of buffering data. They will include: Basic buffering of data Merging buffering zones Clipping the buffer Concentric rings around the object You will find

More information

PUBLISHING FLASH. Lesson Overview

PUBLISHING FLASH. Lesson Overview PUBLISHING FLASH Lesson Overview In this lesson, you ll learn how to do the following: Test a Flash document Understand the Bandwidth Profiler Change publish settings for a document Understand the difference

More information

GIS Basics for Urban Studies

GIS Basics for Urban Studies GIS Basics for Urban Studies Date: March 21, 2018 Contacts: Mehdi Aminipouri, Graduate Peer GIS Faciliator, SFU Library (maminipo@sfu.ca) Keshav Mukunda, GIS & Map Librarian Librarian for Geography (kmukunda@sfu.ca)

More information

Terrain Modeling with ArcView GIS from ArcUser magazine

Terrain Modeling with ArcView GIS from ArcUser magazine Lesson 5: Label Features Using GNIS Data Lesson Goal: Use GNIS label data to enhance the Bright Angel model created used in Lessons 3 and 4. GNIS data will be reprojected so that it will align properly

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that make up Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

Introducing ArcScan for ArcGIS

Introducing ArcScan for ArcGIS Introducing ArcScan for ArcGIS An ESRI White Paper August 2003 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2003

More information

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

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

More information

Guide to Bruce County Maps (Public) January 2018

Guide to Bruce County Maps (Public) January 2018 Guide to Bruce County Maps (Public) January 2018 For any unanswered questions about Bruce County Maps not covered by this document, please contact Justin Kraemer at gis@brucecounty.on.ca or phone 519-534-2092

More information

Figure 1 Add Media panel

Figure 1 Add Media panel How to import video There are four basic methods for adding media to your projects: capturing from tape or live sources, importing files from other types of storage, adding from the Organizer workspace,

More information

How to add video effects

How to add video effects How to add video effects You can use effects to add a creative flair to your movie or to fix exposure or color problems, edit sound, or manipulate images. Adobe Premiere Elements comes with preset effects

More information

APPENDIX G. VMT Spreadsheet Tool. FINAL REPORT Improved Data & Tools for Integrated Land Use-Transportation Planning in California TOPICS:

APPENDIX G. VMT Spreadsheet Tool. FINAL REPORT Improved Data & Tools for Integrated Land Use-Transportation Planning in California TOPICS: FINAL REPORT Improved Data & Tools for Integrated Land Use-Transportation Planning in California APPENDIX G VMT Spreadsheet Tool TOPICS: 1. Overview of Tool 2. Code Documentation 3. User Guide 4. Validation

More information

Working with Windows Movie Maker

Working with Windows Movie Maker 518 442-3608 Working with Windows Movie Maker Windows Movie Maker allows you to make movies and slide shows that can be saved to your computer, put on a CD, uploaded to a Web service (such as YouTube)

More information

Adobe Captivate Level 1

Adobe Captivate Level 1 Information Technology Services Kennesaw State University Adobe Captivate Level 1 Presented by Technology Outreach in collaboration with The Multimedia Development Group (MDG) Copyright 2007 Information

More information

GETTING STARTED TABLE OF CONTENTS

GETTING STARTED TABLE OF CONTENTS imovie 11 Tutorial GETTING STARTED imovie 11 is consumer-level digital video editing software for Macintosh. You can use imovie 11 to edit the footage you film with digital video cameras and HD video cameras.

More information

Getting Started With LP360

Getting Started With LP360 Getting Started With LP360 12/22/2015 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

More information

Watershed Modeling Orange County Hydrology Using GIS Data

Watershed Modeling Orange County Hydrology Using GIS Data v. 9.1 WMS 9.1 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

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views ArcView QuickStart Guide Page 1 ArcView QuickStart Guide Contents The ArcView Screen Elements of an ArcView Project Creating an ArcView Project Adding Themes to Views Zoom and Pan Tools Querying Themes

More information

Adobe Flash CS4 Part 4: Interactivity

Adobe Flash CS4 Part 4: Interactivity CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Flash CS4 Part 4: Interactivity Fall 2010, Version 1.0 Table of Contents Introduction... 2 Downloading the Data Files... 2

More information

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

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

More information

Incident Location Tool 4.X. User s Manual

Incident Location Tool 4.X. User s Manual Incident Location Tool 4.X User s Manual CONTENTS Contents...3 1.0 INSTALLATION and CONFIGURATION... 1 1.1 Installation Procedure... 1 1.1.1 Requirements...1 1.1.2 Setup...1 1.1.3 Restart Message... 5

More information

OUR COMPLETE SPECIFICATION WORDING LIBRARY IS AVAILABLE ONLINE FOR DOWNLOAD IN PDF FORMAT AT VOLUME 2 DESCRIPTION

OUR COMPLETE SPECIFICATION WORDING LIBRARY IS AVAILABLE ONLINE FOR DOWNLOAD IN PDF FORMAT AT  VOLUME 2 DESCRIPTION OUR COMPLETE SPECIFICATION WORDING LIBRARY VOLUME 2 DESCRIPTION AUDIO-VIDEO DOCUMENTATION OF SURFACE CONDITIONS FOR STREET IMPROVEMENT AND PIPELINE PR0JECTS A P-Tn VideoWALKTHRU provides full-motion video

More information

Chapter 1 : Getting Started with Integrity... Chapter 2 : Interface Layout... Chapter 3 : Navigation... Chapter 4 : Printing...

Chapter 1 : Getting Started with Integrity... Chapter 2 : Interface Layout... Chapter 3 : Navigation... Chapter 4 : Printing... .0 User s Manual Table of Contents Chapter : Getting Started with Integrity... Chapter : Interface Layout... Chapter : Navigation... Chapter : Printing... Chapter : Quick Search and Results Pane... Results

More information

Operators Upgrade Notes

Operators Upgrade Notes Media Composer Software Operators Upgrade Notes Paul Sampson paul@paul-sampson.ca Table of Contents INTRODUCTION...3 TERMINOLOGY CHANGES...4 CUSTOM PROJECT SIZES...5 DISPLAY AND MONITOR CHANGES...6 SELECTING

More information

This guide will tell you all you need to know about the new Front Desk application which can be found on the main Peoria County GIS website.

This guide will tell you all you need to know about the new Front Desk application which can be found on the main Peoria County GIS website. New Front Desk Quick Guide, 2014 At a First Glance This guide will tell you all you need to know about the new Front Desk application which can be found on the main Peoria County GIS website. When you

More information

Guide VIGIL Server Quick Start Guide

Guide VIGIL Server Quick Start Guide Guide 120040 VIGIL Server Quick Start Guide Guide #: 120040-5 Revised: July 31st, 2017 Product Affected: VIGIL Server v10.00.0000 Purpose: The purpose of this document is to quickly familiarize its reader

More information

Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project.

Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project. v. 12.2 SMS 12.2 Tutorial Working with map projections in SMS Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project.

More information

Digital Video Editing Using imovie

Digital Video Editing Using imovie Digital Video Editing Using imovie This is an introductory tutorial into basic digital video editing. Participants will learn how to transfer video from tape to the computer, plus basic editing techniques

More information

Map Tools: A Transformative Experience

Map Tools: A Transformative Experience Bonus Chapter 3 Map Tools: A Transformative Experience The Autodesk AutoCAD Civil 3D 2016 software contains most of the functionality that can be found in the Autodesk AutoCAD Map 3D 2016 software. As

More information

ArcPad. Mapping and GIS for Mobile Systems

ArcPad. Mapping and GIS for Mobile Systems ArcPad Mapping and GIS for Mobile Systems ArcPad Mapping and GIS for Mobile Systems ESRI ArcPad software is a mobile mapping and geographic information system (GIS) technology. ArcPad provides database

More information

Greater Bridgeport Regional Council Municipal GIS Viewer Training April 2015

Greater Bridgeport Regional Council Municipal GIS Viewer Training April 2015 Greater Bridgeport Regional Council Municipal GIS Viewer Training April 2015 GBRC GIS Web Training Table of Contents Introduction........................................................... 3 Viewer Components.......................................................

More information

Map Viewer User Guide

Map Viewer User Guide Map Viewer User Guide Sea Level Scenario Sketch Planning Tool Version 2, 2017 University of Florida GeoPlan Center Introduction The purpose of this document is to guide users on how to use the Sea Level

More information

Explore some of the new functionality in ArcMap 10

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

More information

Schedule 3 Background 3 What is ArchSite? 3 Introduction 3 ArchSite Viewer Options 4 Disclaimers 5 Creating a User Account 5 Working with the Public

Schedule 3 Background 3 What is ArchSite? 3 Introduction 3 ArchSite Viewer Options 4 Disclaimers 5 Creating a User Account 5 Working with the Public Introduction to ArchSite TABLE OF CONTENTS Schedule 3 Background 3 What is ArchSite? 3 Introduction 3 ArchSite Viewer Options 4 Disclaimers 5 Creating a User Account 5 Working with the Public View 6 Public

More information

Developing the Roadmap - Director Next Survey

Developing the Roadmap - Director Next Survey Developing the Roadmap - Director Next Survey Section 1: How do you use Director? 1. My primary use of Director is (select one only): Desktop Application Development Rich Internet Application (RIA) Development

More information

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

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

More information

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

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

More information

Digital Video. Part II: Introduction to Editing and Distribution

Digital Video. Part II: Introduction to Editing and Distribution Digital Video Part II: Introduction to Editing and Distribution Contact Information The University of Utah Student Computing Labs Macintosh Support mac@scl.utah.edu We Will Cover History of video editing

More information

Highway Performance Monitoring System

Highway Performance Monitoring System Highway Performance Monitoring System Version 1.0 June 2011 Quick Start Guide for Version 8.0 Federal Highway Administration Table of Contents Chapter 1 Introduction... 1 Chapter 2 HPMS Workflow... 2 Chapter

More information

Welcome to the Surface Water Data Viewer!

Welcome to the Surface Water Data Viewer! 1 Welcome to the Surface Water Data Viewer! The Surface Water Data Viewer is a mapping tool for the State of Wisconsin. It provides interactive web mapping tools for a variety of datasets, including chemistry,

More information

Getting Started. Most likely, if you ve purchased a copy of Adobe Flash CS3 Professional, Introducing Adobe Flash CS3 Professional 3

Getting Started. Most likely, if you ve purchased a copy of Adobe Flash CS3 Professional, Introducing Adobe Flash CS3 Professional 3 1 Getting Started Introducing Adobe Flash CS3 Professional 3 Why Use Flash CS3? 3 What s New in Flash CS3? 6 Flash, Flash Player, or Flash Lite? 7 File Types Associated with Flash CS3 8 Caution: Player

More information

Lesson 3: Introduction to Using QGIS

Lesson 3: Introduction to Using QGIS Agricultural Nutrient Management Program Department of Environmental Science and Technology 0116 Symons Hall 7998 Regents Dr. College Park, MD 20742 TEL 301-405-1319 FAX 301-314-7375 www.extension.umd.edu/anmp

More information

For today, choose Format: NTSC Rate: Use: DV-NTSC Anamorphic (North American, widescreen)

For today, choose Format: NTSC Rate: Use: DV-NTSC Anamorphic (North American, widescreen) Final Cut Pro Final Cut Pro is a sophisticated video-editing program made by Apple. It is the editing software of choice for multimedia journalists using Apple computers, and is comparable to Adobe's Premiere

More information

National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012

National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012 National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012 National Register Draft Electronic Map Policy Factsheet Required: WGS/NAD datum A map that

More information

lesson 24 Creating & Distributing New Media Content

lesson 24 Creating & Distributing New Media Content lesson 24 Creating & Distributing New Media Content This lesson includes the following sections: Creating New Media Content Technologies That Support New Media Distributing New Media Content Creating New

More information

Introduction to SAGA GIS

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

More information

What s New in Desktop 10.1

What s New in Desktop 10.1 What s New in Desktop 10.1 Damian Spangrud Esri Redlands Trip Down Memory Lane ArcGIS A Complete System for Geographic Information Cloud Web Online Mobile Enterprise Desktop Sharing Information sharing

More information

APPLE IMOVIE HD TUTORIAL

APPLE IMOVIE HD TUTORIAL APPLE IMOVIE HD TUTORIAL O V E R V I E W Movie HD is consumer-level digital video editing software for Mac OS. You can use imovie to edit the footage you film with digital video cameras and HD video cameras.

More information

Camtasia Studio 5.0 PART I. The Basics

Camtasia Studio 5.0 PART I. The Basics Camtasia Studio 5.0 Techsmith s Camtasia Studio software is a video screenshot creation utility that makes it easy to create video tutorials of an on screen action. This handout is designed to get you

More information

Understanding Geospatial Data Models

Understanding Geospatial Data Models Understanding Geospatial Data Models 1 A geospatial data model is a formal means of representing spatially referenced information. It is a simplified view of physical entities and a conceptualization of

More information

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

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

More information

Media-rich web applications with Macromedia Flash. Darren Carlson

Media-rich web applications with Macromedia Flash. Darren Carlson Media-rich web applications with Macromedia Flash Darren Carlson Too much for 20 minutes! Topics An introduction to Macromedia Flash Overview of Flash media support Overview of Flash ActionScript 2.0 Putting

More information

Highway Advertising Sign Mobile Data Capture and Permit Management GIS OAPRT Mobile and OAPRT Web-based Applications

Highway Advertising Sign Mobile Data Capture and Permit Management GIS OAPRT Mobile and OAPRT Web-based Applications Highway Advertising Sign Mobile Data Capture and Permit Management GIS OAPRT Mobile and OAPRT Web-based Applications Client Minnesota Department of Transportation (Mn/DOT) St. Paul, Minnesota Project In

More information

Pictometry for ArcGIS Desktop Local Release Notes

Pictometry for ArcGIS Desktop Local Release Notes Version 10.4 The Desktop - Local 10.4 extension is compatible with ArcGIS Desktop 10.4. Version 10.3.2 This extension includes a new installer, which allows you to select a location (other than Program

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

PowerPoint for Art History Presentations

PowerPoint for Art History Presentations PowerPoint for Art History Presentations For PC computers running Microsoft Office 2007+ Adapted by The University of California, Berkeley from the Institute of Fine Arts document by Elizabeth S. Funk

More information

Manitowoc County, WI Advanced Access GIS Viewer User Documentation

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

More information

Building an Enterprise GeoDatabase to Support a Service Oriented Architecture

Building an Enterprise GeoDatabase to Support a Service Oriented Architecture Dan Widner VDOT Dan.Widner@vdot.virginia.gov Paul Bucher Keane, Inc Paul.Bucher@vdot.virginia.gov Historical Perspective and Vision Technical Approach Historical Perspective and Vision A Bit of History

More information

RITIS Training Module 9 Script

RITIS Training Module 9 Script RITIS Training Module 9 Script Welcome to the Regional Integrated Information System or RITIS Module 09 CBT. To begin, select the start button or press Shift+N on your keyboard. This training module will

More information

Windows Movie Maker / Microsoft Photo Story Digital Video

Windows Movie Maker / Microsoft Photo Story Digital Video Windows Movie Maker / Microsoft Photo Story Digital Video http://intranet/technology/index.html TRC HELP DESK X5092 April 2006 Photo Story and Movie Maker Microsoft Photo Story 3 allows you to create fantastic

More information

QUICK START GUIDE. SOLO Forest

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

More information

Exercise 4: Import Tabular GPS Data and Digitizing

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

More information

Establishing a Geospatial EnvironmentChapter1:

Establishing a Geospatial EnvironmentChapter1: Chapter 1 Establishing a Geospatial EnvironmentChapter1: The lessons in this chapter describe working with the SDF format, and feature sources such as raster and ODBC points. Feature sources can be both

More information

Sample Hands-On-Training Chapter Review Copy Only Contact Information Notice of Rights Notice of Liability Trademarks

Sample Hands-On-Training Chapter Review Copy Only Contact Information Notice of Rights Notice of Liability Trademarks Sample Hands-On-Training Chapter Review Copy Only Copyright 2000-2004 by lynda.com, Inc. All Rights Reserved. Reproduction and Distribution Strictly Prohibited. This electronically distributed Hands-On-Training

More information

Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project.

Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project. v. 12.3 SMS 12.3 Tutorial Working with map projections in SMS Objectives Learn how to work with projections in SMS, and how to combine data from different coordinate systems into the same SMS project.

More information

Office of Geographic Information Systems

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

More information

Using AutoCAD Map 3D to Solve Real World Issues

Using AutoCAD Map 3D to Solve Real World Issues Using AutoCAD Map 3D to Solve Real World Issues Written by: Steve Skarbowski, Synergis Engineering Design Solutions Geospatial Solutions Engineer Let us imagine that we have a tank farm located in a highly

More information

Montana Department of Transportation (MDT) Location/Linear Referencing System (LLRS) Design Process

Montana Department of Transportation (MDT) Location/Linear Referencing System (LLRS) Design Process Montana Department of Transportation (MDT) Location/Linear Referencing System (LLRS) Design Process Marlin Sander, MDT and Bill Schuman, GeoDecisions Session Outline Current MDT s transportation inventory

More information

The Environment Key windows often used in Director MX 2004 : Stage, Cast, Score, Properties Inspector, Control panel and message window.

The Environment Key windows often used in Director MX 2004 : Stage, Cast, Score, Properties Inspector, Control panel and message window. SM3117 Interactive Installation and Physical Computing Director Workshop I 26th January, 2005 Introducing Macromedia Director MX 2004 The Environment Key windows often used in Director MX 2004 : Stage,

More information

Tutorial for Lane County Mapping Applications

Tutorial for Lane County Mapping Applications Tutorial for Lane County Mapping Applications Contents Overview... 2 Tools... 2 Navigation Tools... 3 Display Tools... 5 Information Tools... 6 Sharing Tools... 7 Common Tasks... 9 Identify or Show Data

More information

SAS Report Viewer 8.3 Documentation

SAS Report Viewer 8.3 Documentation SAS Report Viewer 8.3 Documentation About SAS Report Viewer Introduction to SAS Report Viewer SAS Report Viewer (the report viewer) enables users who are not report designers to view a report using a web

More information

Showing Proof Animations in Web Browsers

Showing Proof Animations in Web Browsers Showing Proof Animations in Web Browsers Steffen Masik Cathrin Prahl Verena Lommatzsch Otto-von-Guericke-Universität Magdeburg 1 Introduction Proof Animation is a widely accepted 2D Animator. Layout and

More information

_Tutorials. Arcmap. Linking additional files outside from Geodata

_Tutorials. Arcmap. Linking additional files outside from Geodata _Tutorials Arcmap Linking additional files outside from Geodata 2017 Sourcing the Data (Option 1): Extracting Data from Auckland Council GIS P1 First you want to get onto the Auckland Council GIS website

More information

1.1 Technical Evaluation Guidelines and Checklist:

1.1 Technical Evaluation Guidelines and Checklist: 1.1 Technical Guidelines and Checklist: This checklist is derived from the LRMDS Technical Specification. Refer to Section 10.2. Instructions: 1. Digital resources may be: a) digital and accessible online

More information

GIS Workshop Spring 2016

GIS Workshop Spring 2016 1/ 14 GIS Geographic Information System. An integrated collection of computer software and data used to view and manage information about geographic places, analyze spatial relationships, and model spatial

More information

Tips on DVD Authoring and DVD Duplication M A X E L L P R O F E S S I O N A L M E D I A

Tips on DVD Authoring and DVD Duplication M A X E L L P R O F E S S I O N A L M E D I A Tips on DVD Authoring and DVD Duplication DVD Authoring - Introduction The postproduction business has certainly come a long way in the past decade or so. This includes the duplication/authoring aspect

More information

in the help area and if you click on MapViewer.

in the help area and if you click on MapViewer. ARCTIC VIEWER INSTRUCTIONS The Arctic Viewer is an Internet mapping application built using ArcIMS by Environmental Systems Research institute (ESRI). The first time you use call up the viewer on your

More information

A basic introduction to imovie 2 From importing video to editing to exporting video. Created by: Leslie Arakaki Clinton Iwami.

A basic introduction to imovie 2 From importing video to editing to exporting video. Created by: Leslie Arakaki Clinton Iwami. A basic introduction to imovie 2 From importing video to editing to exporting video Created by: Leslie Arakaki Clinton Iwami LEI Aloha Grant Page 1 Table of Contents The beginning... 3 Eyeball view:...

More information

The Library is displayed as a window, and its contents are accessed by dragging and dropping onto the Stage.

The Library is displayed as a window, and its contents are accessed by dragging and dropping onto the Stage. FLASH FREQUENTLY ASKED QUESTIONS - What is the Library? The Library is an area in which you store all content used in a Flash movie. In Flash terminology, each piece of content stored in the Library is

More information

Overview of ArcGIS Online Applications. Champaign County

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

More information

Aerial Photo Rectification

Aerial Photo Rectification Aerial Photo Rectification ERDAS Imagine 2016 Description: We will be using ERDAS Imagine to georeference aerial photos to a DOQ image. We will try to achieve this with a total RMS (root mean square) error

More information

Table of Contents. Articulate Presenter 5 Documentation -

Table of Contents. Articulate Presenter 5 Documentation - Articulate Presenter 5 Documentation - Table of Contents A. Welcome to Articulate Presenter 5 Documentation 2 B. Installing Articulate Presenter... 2 C. Lauching The Program... 2 D. Library and Options...

More information

The Change Factor Viewer

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

More information

An Internet-Based Integrated Resource Management System (IRMS)

An Internet-Based Integrated Resource Management System (IRMS) An Internet-Based Integrated Resource Management System (IRMS) Third Quarter Report 4/1/1999 6/30/1999 Prepared for Missouri Department of Natural Resources Missouri Department of Conservation Submitted

More information

ERDAS Image Web Server Datasheet

ERDAS Image Web Server Datasheet ERDAS Image Web Server Datasheet age 1 of 10 ERDAS Image Web Server Image serving protocols Multi-protocol support Expose images with different protocols. ERDAS Compressed Wavelet Protocol (ECWP) image

More information

Speaker: Richard Harrington Time/Date: Wednesday (July 20, 2005) 9:00am 12:00pm Presentation Abstract

Speaker: Richard Harrington Time/Date: Wednesday (July 20, 2005) 9:00am 12:00pm Presentation Abstract Successfully Producing DVD Projects Speaker: Richard Harrington Time/Date: Wednesday (July 20, 2005) 9:00am 12:00pm Presentation Abstract Creating a great DVD takes more than button pushing and using templates

More information

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

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

More information

Introduction to GIS software

Introduction to GIS software Introduction to GIS software There are a wide variety of GIS software packages available. Some of these software packages are freely available for you to download and could be used in your classroom. ArcGIS

More information

SHIM Data Management and Data Deliverables

SHIM Data Management and Data Deliverables SHIM Data Management and Data Deliverables 1. Data Collection and Processing All SHIM projects must conform to current mapping standards outlined in the SHIM Habitat Inventory Methods (2001) and Resource

More information