Easy Mapping with Google

Size: px
Start display at page:

Download "Easy Mapping with Google"

Transcription

1 Easy Mapping with Google Applications: Mapping is a great way for students to visualize spatial information to help them develop analytical abilities or conduct research. With Google Maps, it is easy to make multi-layered maps for class assignments that can be shared or embedded in web pages. Sample applications might be: Maps to track the spread of disease over time and across different types of communities. Maps to study the migration of peoples or animals. Maps to geo-reference places of significant cultural or historical importance. Maps to study marketing trends, purchasing habits, or distribution systems. Creating and Annotating Simple Google Maps Getting started: Begin by launching Chrome, signing in to your Google account and launching Google Maps. You can launch Maps from the grid icon at the top right of your screen (you may have to choose More ), or just type maps into the search bar. Click the menu expansion icon ( hamburger icon ) to open the menu: Choose Your Places and follow these steps: From the menu, choose Your places ->Maps->Create Map. Click on Untitled Map and enter a title and description: Enter an address or GPS coordinates of the location you wish to use, then zoom in or out to get the resolution you need. Click Save. PAGE 1 OF 6 CENTER FOR TEACHING, LEARNING, & TECHNOLOGY, FALL 2016

2 Annotate your map, by inserting place marks. (Note that these can be deleted if you need to remove one by right-clicking and choosing delete.) You can use the Google icons or your own custom icon. You can add text, images, and/or links that will appear when the icon is selected. Select the camera icon in the lower right hand corner to add links to images or videos. You can change the place maker icon by clicking the paintbrush to the right of the place name as shown here and either choose other icons/colors or add your own custom icon. An easy way to add a set of locations is to use Excel to create a.csv file (csv=comma separated values) with a column for the name of the location and a column for the address. The columns should have labels and be sure to choose SAVE As and.csv when saving the file. See an example below: You can add layers that allow you to plot different types of information. Click the Add Layer tool. And then Import your.csv file. The Add shape or line tool can be used to add lines or borders to indicate areas. PAGE 2 OF 6 CENTER FOR TEACHING, LEARNING, & TECHNOLOGY, FALL 2016

3 To paste your map into a website, you can copy the embed code in the box below and paste into any HTML enabled web page content editor that accepts embed code (i.e. WordPress or Canvas): Practice (using a mock assignment) Learning objective: This assignment is to help you understand the seasonal migration of birds and the threat posed by airplane traffic. Prepare by reading this article: Begin by choosing 3 migratory bird species that can be found in Virginia in the Fall. Some references to get started: Using Google Maps, you will create a map with two layers. 1) The first layer will show where the birds start their migration (Summer habitat) and where they are in Virginia in the Fall. (Pick a few some sample locations for each species based on their type of habitat: woodland near water, coastal, grassland, etc.). The data file might look like this: Use Excel to create this file and save it as a.csv file. Next, go to Google maps and choose: MyMaps- >Create->enter a title->make the map public (or not, as you prefer) ->Done->Edit Import your.csv file. You can click on each entry to modify the marker and its color or icon as you prefer. You can add lines to mark the migration as shown below (lines are given numbers by default, but you can edit their titles to remove them). PAGE 3 OF 6 CENTER FOR TEACHING, LEARNING, & TECHNOLOGY, FALL 2016

4 2) Next, we ll add the second layer that will show airports in Virginia. You may need to adjust the zoom to get a useful image: An assignment structured in this way will help students make relationships between concepts, it will require them to engage more deeply with their reading, and will foster analytical development. 3) To embed your map to a website, first choose Share and select the button to make the map public. Then from the drop-down menu, choose Embed on my site as shown below. Then, copy and paste the embed code as shown in the illustration and paste it into your website. But I want more! After you feel comfortable with the basics, you might want to try something more ambitious. Here are some mapping basics. Mapping systems use coordinate systems called datums (not data!) that define points on the earth by longitude and latitude (horizontal datum) and altitude (vertical datum) often in decimal degrees. WGS (World Geodetic System) 84 and NAD (North American Datum) 83 are commonly used systems. (Other countries may use a different datum.) If you have coordinates in degrees and minutes and need to convert them to decimal degrees, you ll find a handy calculator here: To find the latitude and longitude of a location, go to PAGE 4 OF 6 CENTER FOR TEACHING, LEARNING, & TECHNOLOGY, FALL 2016

5 Understanding KML files KML stands for KeyHole Markup Language and is used to create files for displaying maps on Google Earth, Google Maps, and other mapping software. For a nice tutorial, see: and some templates at If you know a little HTML, KML will seem familiar. If not, it helps to know that instructions are given within codes called tags. Tags start with a command within angle brackets <> and end with a command within angle brackets preceded by a forward slash </> For example, to mark a location: <?xml version="1.0" encoding="utf-8"?> <kml xmlns=" xmlns:gx=" <Document> <Placemark> <name>creating a location example</name> <description>hello World</description> <Point> <coordinates> ,39.169</coordinates> </Point> </Placemark> </Document> </kml> You can create KML files using MS Word, and then using SAVE As. save the file as.txt format. Then, using the Finder, rename the file to.kml. (Example: birds.txt should be renamed to birds.kml). You ll need to change the extension back to.txt to edit it with Word. Another alternative is to use the TextEdit.app. You ll need to look under Preferences to chance the file type from.rtf to.txt (Plain text). KML files will allow you to format the data for your map in many ways. Try this example to plot a polygon: <?xml version="1.0" encoding="utf-8"?> <kml xmlns=" <Document> <Style id="polygon style"> <LineStyle> <!--Google HTML Color codes to find the colors you want --> <color>ff000000</color> <width>1</width> </LineStyle> <PolyStyle> <color>7faaaaaa</color> <fill>1</fill> <outline>1</outline> PAGE 5 OF 6 CENTER FOR TEACHING, LEARNING, & TECHNOLOGY, FALL 2016

6 </PolyStyle> </Style> <Placemark> <name>purple Martin Habitat Range</name> <styleurl>#polygon_style</styleurl> <Polygon> <outerboundaryis> <LinearRing> <coordinates> <!--These are the coordinates that define the polygon --> , , , , , , , , , , , ,0 </coordinates> </LinearRing> </outerboundaryis> </Polygon> </Placemark> </Document> </kml> Ideas for Projects Radford University GIS Center, Hélène Visentin, Mapping Paris : Using GIS Technology for a Blended Learning Approach in a Foreign Language and Culture Course. (Sample GIS application.) Stanford University Spatial History Project, Holocaust Geographies Collaborative, Utilize other tools to get useful data, such as: PAGE 6 OF 6 CENTER FOR TEACHING, LEARNING, & TECHNOLOGY, FALL 2016

WILD 2400 ASSIGNMENT #1: GPS TUTORIAL*

WILD 2400 ASSIGNMENT #1: GPS TUTORIAL* WILD 2400 ASSIGNMENT #1: GPS TUTORIAL* Overview: In this tutorial you will learn how to collect, download, and display data using a Garmin GPSMAP 64 unit, the DNRGPS Application, and Google Earth. For

More information

Tutorial for Importing Open Green Map Sites into Google Earth

Tutorial for Importing Open Green Map Sites into Google Earth Tutorial for Importing Open Green Map Sites into Google Earth Step 1. Download your Open Green Map data files by logging in on Open Green Map and viewing your map(s). Choose the Import/Export tab over

More information

Google Maps Mashups WORKSHOP. Jeff Blossom, Senior GIS Specialist Center for Geographic Analysis. Harvard University gis.harvard.

Google Maps Mashups WORKSHOP. Jeff Blossom, Senior GIS Specialist Center for Geographic Analysis. Harvard University gis.harvard. Google Maps Mashups WORKSHOP Jeff Blossom, Senior GIS Specialist Center for Geographic Analysis Harvard University gis.harvard.edu Fall, 2012 Objectives: Workshop objectives and flow 1) In 2 hour, hands

More information

Google Earth II: Create a tour with Google Earth

Google Earth II: Create a tour with Google Earth Google Earth II: Create a tour with Google Earth This workshop is a continuation of The Google Earth Workshop I: Map-making Basics. You will create a tour to show the main and satellite campuses of the

More information

Creating Google Maps. Chris Simpson MICFor 27 th September 2018

Creating Google Maps. Chris Simpson MICFor 27 th September 2018 Chris Simpson MICFor 27 th September 2018 Create a Google account. Visit: https://accounts.google.com/signup?hl=en Once you have an account, click on the small nine squares icon to the top right, Google

More information

Using Google Earth. Middlebury College Library and Information Services

Using Google Earth. Middlebury College Library and Information Services Using Google Earth Middlebury College Introduction: While Google Earth can be a fun tool for simply looking at the surface of the earth, there are many other more sophisticated features to explore. Google

More information

Google Earth. Tutorials. Tutorial 2: Annotating Google Earth

Google Earth. Tutorials. Tutorial 2: Annotating Google Earth Google Earth Tutorials Tutorial 2: Annotating Google Earth Google Earth makes it easy to create a map with annotations - you can add placemarks (points), paths (lines), polygons in Google Earth, and add

More information

A Macro that Creates U.S Census Tracts Keyhole Markup Language Files for Google Map Use

A Macro that Creates U.S Census Tracts Keyhole Markup Language Files for Google Map Use Paper 2418-2018 A Macro that Creates U.S Census Tracts Keyhole Markup Language Files for Google Map Use ABSTRACT Ting Sa, Cincinnati Children s Hospital Medical Center This paper introduces a macro that

More information

An Introduction to Google Earth Pro

An Introduction to Google Earth Pro An Introduction to Google Earth Pro Virginia Tech Geospatial Extension Program By: Katherine Britt Ph.D. Candidate Virginia Tech Department of Forest Resources and Environmental Conservation John McGee

More information

STEP-BY-STEP GUIDE FOR SETTING UP A SPECIES TREE DIFFUSION ANALYSIS IN BEAST

STEP-BY-STEP GUIDE FOR SETTING UP A SPECIES TREE DIFFUSION ANALYSIS IN BEAST STEP-BY-STEP GUIDE FOR SETTING UP A SPECIES TREE DIFFUSION ANALYSIS IN BEAST CONTENTS GENERAL INFORMATION AND DISCLAIMER. 2 DEFINING SPECIES DISTRIBUTIONS AS POLYGONS. 3 TRANSLATING SPECIES DISTRIBUTIONS

More information

4/7/2009. Model: Abstraction of reality following formal rules e.g. Euclidean space for physical space

4/7/2009. Model: Abstraction of reality following formal rules e.g. Euclidean space for physical space Model: Abstraction of reality following formal rules e.g. Euclidean space for physical space At different levels: mathematical model (Euclidean space) conceptual design model (ER model) data model (design)

More information

Google FusionTables for Global Health User Manual

Google FusionTables for Global Health User Manual Google FusionTables for Global Health User Manual Version: January 2015 1 1. Introduction... 3 Use Requirements... 3 Video Tutorials... 3 2. Getting started with Google FusionTables... 4 2.1. Setup...

More information

Augmented Reality, Google Earth and Tcl/Tk. Steve Landers and David Roseman. Abstract

Augmented Reality, Google Earth and Tcl/Tk. Steve Landers and David Roseman.  Abstract Augmented Reality, Google Earth and Tcl/Tk Steve Landers and David Roseman steve@digitalsmarties.com dlr@eolas.com Abstract This paper will describe the implementation of an augmented reality simulation

More information

Writing Space-Time Point Data To KML

Writing Space-Time Point Data To KML Writing Space-Time Point Data To KML Barry Rowlingson December 3, 2010 1 Introduction KML is a file format for vector map data such as points, lines and polygons. It has come to wide use since the rise

More information

RAPIDMAP Geocortex HTML5 Viewer Manual

RAPIDMAP Geocortex HTML5 Viewer Manual RAPIDMAP Geocortex HTML5 Viewer Manual This site was developed using the evolving HTML5 web standard and should work in most modern browsers including IE, Safari, Chrome and Firefox. Even though it was

More information

Google Earth Pro: A tutorial

Google Earth Pro: A tutorial Google Earth Pro: A tutorial 1 OVERVIEW As of early 2015, Google Earth Pro, which used to be a $400 product, is now free. This is a powerful yet simple tool for viewing information geographically whether

More information

Chapter 6. Building Maps with ArcGIS Online

Chapter 6. Building Maps with ArcGIS Online Chapter 6 Building Maps with ArcGIS Online Summary: ArcGIS Online is an on-line mapping software that allows you to upload tables with latitude and longitude geographic coordinates to create map layers

More information

Excel To KML - Display Excel files on Google Earth.

Excel To KML - Display Excel files on Google Earth. Page 1 of 6 Earth Point Real Estate Home Introduction Q & A County Records Property Search County GIS Utilities Township & Range Excel To KML Around Town Press Blog About Local Homes, Global View Home

More information

Testing Plan: M.S.I. Website

Testing Plan: M.S.I. Website Testing Plan: M.S.I. Website Version 1.0 CS 486c Fall 2016 Untitled Developers Herbie Duah John Loudon Michael Ortega Luke Sanchez Table of Contents 1. Introduction.n 2. Unit Testing.n 2.1 Expert Review.n

More information

Google My Maps. What can you do with My Maps? Check out some info from Google: https://www.google.com.au/maps/about/mymaps/

Google My Maps. What can you do with My Maps? Check out some info from Google: https://www.google.com.au/maps/about/mymaps/ Google My Maps What can you do with My Maps? Check out some info from Google: https://www.google.com.au/maps/about/mymaps/ Explore the EZEC map: https://drive.google.com/open?id=153_82bl_wypwbt5wn8ebvqfoxgs&usp=sharing

More information

Introduction. Creating An Account. MapBox Creating Custom Maps

Introduction. Creating An Account. MapBox Creating Custom Maps Introduction MapBox is an application for designing maps. It allows you to customize the look of the map and add markers. Once completed, you can integrate the maps into your website or other online platforms!

More information

Overview. Setting Up. Geospatial Centre University of Waterloo May 2014

Overview. Setting Up. Geospatial Centre University of Waterloo May 2014 Overview ArcGIS Online is a web-based mapping and app-building site created by Esri, the world leader in GIS software. In an effort to empower users of all levels to create interactive maps and applications

More information

Google Fusion Tables Tutorial: Combining NATA and US Census Geospatial Data

Google Fusion Tables Tutorial: Combining NATA and US Census Geospatial Data Google Fusion Tables Tutorial: Combining NATA and US Census Geospatial Data This tutorial buildings on the previous tutorial that explores NATA data, to combine US Census data with NATA information: Obtaining

More information

Google Fusion Tables Tutorial: Displaying Facilities in Discharge Monitoring Reports (DMR)

Google Fusion Tables Tutorial: Displaying Facilities in Discharge Monitoring Reports (DMR) Google Fusion Tables Tutorial: Displaying Facilities in Discharge Monitoring Reports (DMR) This tutorial will introduce you to the following: Obtaining Data from EPA DMR, and relevant base map materials

More information

Table of contents. DMXzone Google Maps Manual DMXzone.com

Table of contents. DMXzone Google Maps Manual DMXzone.com Table of contents Table of contents... 1 About DMXzone Google Maps... 2 Features in Detail... 3 The Basics: Insterting DMXzone Google Maps on a Page... 16 Advanced: Creating Dynamic DMXzone Google Maps...

More information

This course is intended to provide learning on the use of Google My Maps. Your tutor will supply the password for this class.

This course is intended to provide learning on the use of Google My Maps. Your tutor will supply the password for this class. Google My Maps Objectives and background. This course is intended to provide learning on the use of Google My Maps. It is designed to lead on from the Google Maps course. Some revision from this earlier

More information

Visualizing Spatial and Temporal Dynamics in Google Earth Using Powersim

Visualizing Spatial and Temporal Dynamics in Google Earth Using Powersim Visualizing Spatial and Temporal Dynamics in Google Earth Using Powersim Abstract At its genesis, system dynamics (SD) modeling was developed to examine the temporal behavior of interrelated systems. This

More information

You ll also be able to add markers like Placemarks to keep track of some special locations.

You ll also be able to add markers like Placemarks to keep track of some special locations. Google Earth Basics Google helps bring the world to your desktop with Google Earth. This program allows you to search for specific locations and then zooms in to bring those areas to life through aerial

More information

MAKING MAPS WITH GOOGLE FUSION TABLES. (Data for this tutorial at

MAKING MAPS WITH GOOGLE FUSION TABLES. (Data for this tutorial at MAKING MAPS WITH GOOGLE FUSION TABLES (Data for this tutorial at www.peteraldhous.com/data) Thanks to Google Fusion Tables, creating maps from data and embedding them on a web page is now easy. We re going

More information

Genealogical Searching the World Wide Web. July 2015 Slides at:

Genealogical Searching the World Wide Web. July 2015 Slides at: Genealogical Searching the World Wide Web July 2015 Slides at: http://www.colket.org/genealogy/usf/ Google Earth Overview Use of Google Earth for Genealogy: Get Directions to Research Locations Plan a

More information

Instructions: Turning Your Spreadsheet of Information into a Google Earth Layer

Instructions: Turning Your Spreadsheet of Information into a Google Earth Layer Instructions: Turning Your Spreadsheet of Information into a Google Earth Layer 1. Log into your igoogle account. 2. On a separate tab or internet window, open the blog http://fonvillegk12.blogspot.com.

More information

Google Earth an introduction

Google Earth an introduction Luana Valentini InternetGIS course - 2011 Google Earth an introduction Google Earth combines the power of Google Search with satellite imagery, maps, terrain and 3D buildings to put the world's geographic

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

Data Visualization Techniques with Google Earth

Data Visualization Techniques with Google Earth Data Visualization Techniques with Google Earth E-Learning for the GIS Professional Any Time, Any Place! geospatialtraining.com Course Outline Module 1: Google Earth Pro Fundamentals Module 2: Adding Features

More information

CS4HS#workshop! Google&maps!!!

CS4HS#workshop! Google&maps!!! CS4HS#workshop! Google&maps!!!!!!! Developed!by!Claire!Hocking!! Class/Individual Project - Teacher Setup Prior to setting the homework Create 4 spreadsheets that are shared between all students in the

More information

Introduction to Google Earth Tutorial Haiti. 3/15/2011. Tufts GIS Center. Data Exploration

Introduction to Google Earth Tutorial Haiti. 3/15/2011. Tufts GIS Center. Data Exploration Introduction to Google Earth Tutorial Haiti. 3/15/2011. Tufts GIS Center. Data Exploration 1. Open Google Earth 2. On the left you will see a navigation pane with 3 sections: Search, Places and Layers.

More information

Terratype Umbraco Multi map provider

Terratype Umbraco Multi map provider Terratype Umbraco Multi map provider Installation Installing via Nuget This Umbraco package can be installed via Nuget The first part is the Terratype framework, which coordinates the different map providers,

More information

Using Syracuse Community Geography s MapSyracuse

Using Syracuse Community Geography s MapSyracuse Using Syracuse Community Geography s MapSyracuse MapSyracuse allows the user to create custom maps with the data provided by Syracuse Community Geography. Starting with the basic template provided, you

More information

You ll also be able to add markers like Placemarks to keep track of some special locations.

You ll also be able to add markers like Placemarks to keep track of some special locations. Google Earth Basics Google helps bring the world to your desktop with Google Earth. This program allows you to search for specific locations and then zooms in to bring those areas to life through aerial

More information

Chapter 7. A Quick Tour of ArcGIS Pro

Chapter 7. A Quick Tour of ArcGIS Pro Chapter 7 A Quick Tour of ArcGIS Pro Skills you will learn: This tutorial is intended to get you going using ArcGIS Pro, a new desktop application that is part of ArcGIS Desktop. A separate tutorial gives

More information

Data to App: Web,Tablet and Smart Phone Duane Griffith, Montana State University,

Data to App: Web,Tablet and Smart Phone Duane Griffith, Montana State University, Data to App: Web,Tablet and Smart Phone Duane Griffith, Montana State University, griffith@montana.edu This tutorial is broken into several steps related mostly to the technology applied at each step.

More information

How to calculate population and jobs within ½ mile radius of site

How to calculate population and jobs within ½ mile radius of site How to calculate population and jobs within ½ mile radius of site Caltrans Project P359, Trip Generation Rates for Transportation Impact Analyses of Smart Growth Land Use Projects SECTION PAGE Population

More information

Yandex.Maps API Background theory

Yandex.Maps API Background theory 8.02.2018 .. Version 1.0 Document build date: 8.02.2018. This volume is a part of Yandex technical documentation. Yandex helpdesk site: http://help.yandex.ru 2008 2018 Yandex LLC. All rights reserved.

More information

CALPUFF View. Graphical Interface for the US EPA Approved Long Range Transport Model - CALPUFF

CALPUFF View. Graphical Interface for the US EPA Approved Long Range Transport Model - CALPUFF CALPUFF View Graphical Interface for the US EPA Approved Long Range Transport Model - CALPUFF These release notes cover CALPUFF View Version 3.0.0. They provide: New Features Resolved Issues Tel: (519)

More information

Introduction. The topics included in this guide are:

Introduction. The topics included in this guide are: Introduction Caorda Content is a powerful content management tool that allows you to update your web site through a standard Internet web browser. The purpose of this guide is to introduce you to Caorda

More information

Launch QGIS. Launch QGIS from. Open window Quantum GIS (Figure 1.1 below) Start All Programs Quantum GIS. QGISIcon on the desk top

Launch QGIS. Launch QGIS from. Open window Quantum GIS (Figure 1.1 below) Start All Programs Quantum GIS. QGISIcon on the desk top QGIS Launch QGIS Launch QGIS from Start All Programs Quantum GIS OR QGISIcon on the desk top Open window Quantum GIS (Figure 1.1 below) 2 Figure 1.1 3 Opening Raster For this exercise we demonstrate three

More information

This user guide covers select features of the desktop site. These include:

This user guide covers select features of the desktop site. These include: User Guide myobservatory Topics Covered: Desktop Site, Select Features Date: January 27, 2014 Overview This user guide covers select features of the desktop site. These include: 1. Data Uploads... 2 1.1

More information

PointMarker for ipad (version 1.2.1)

PointMarker for ipad (version 1.2.1) (version 1.2.1) Last Revision: September 2014 Introduction This tutorial was designed to introduce users to the new ipad app, PointMarker. The app allows users to log and annotate locations of interest.

More information

This document provides a concise, introductory lesson in HTML formatting.

This document provides a concise, introductory lesson in HTML formatting. Tip Sheet This document provides a concise, introductory lesson in HTML formatting. Introduction to HTML In their simplest form, web pages contain plain text and formatting tags. The formatting tags are

More information

Help Documentation. Copyright 2007 WebAssist.com Corporation All rights reserved.

Help Documentation. Copyright 2007 WebAssist.com Corporation All rights reserved. Help Documentation Copyright 2007 WebAssist.com Corporation All rights reserved. Using Pro Maps for Google This wizard adds a Pro Map for Google to your web page, allowing you to configure and specify

More information

PointMarker for ipad

PointMarker for ipad Last Revision: September 2013 Introduction This tutorial was designed to introduce users to the new ipad app, PointMarker. The app allows users to log and annotate locations of interest. After recording

More information

Overview. Setting Up. Geospatial Centre University of Waterloo November 2015

Overview. Setting Up. Geospatial Centre University of Waterloo November 2015 Overview ArcGIS Online is a web-based mapping and app-building site created by Esri, the world leader in GIS software. In an effort to empower users of all levels to create interactive maps and applications

More information

Terratype Umbraco Multi map provider

Terratype Umbraco Multi map provider Terratype Umbraco Multi map provider Installation Installing via Nuget This Umbraco package can be installed via Nuget The first part is the Terratype framework, which coordinates the different map providers,

More information

Table of contents. DMXzone Google Maps 2 DMXzone

Table of contents. DMXzone Google Maps 2 DMXzone Table of contents Table of contents... 1 About... 2 Features in Detail... 3 The Basics: Inserting Google Maps on a Page... 20 Advanced: Control Google Maps with Behaviors... 27 Advanced: Track Your Current

More information

ArcGIS Online. Overview. Setting Up

ArcGIS Online. Overview. Setting Up ArcGIS Online Overview ArcGIS Online is a web-based mapping and app-building site created by Esri, the world leader in GIS software. In an effort to empower users of all levels to create interactive maps

More information

Special layers are located at the top of the list. Currently there are four special layer types:

Special layers are located at the top of the list. Currently there are four special layer types: Select Screen on this screen you select the files/layers/objects you wish to display, control their display options, review their coordinate systems, manage your local files, optionally load/save your

More information

Instructions for Getting Data into Google Earth

Instructions for Getting Data into Google Earth Instructions for Getting Data into Google Earth 21/10/14 1. Making simple placemarks in Google Earth from an Excel table An excel sheet can be set up with lat/long data and then put through a website like

More information

1. NJDEP Landscape 3.3 Viewer Interface

1. NJDEP Landscape 3.3 Viewer Interface Using the Landscape Project through NJDEP Landscape 3.3 Viewer Google Chrome or Mozilla Firefox are recommended for the use of this app. Navigate to the NJDEP-DFW s Landscape Project web page at www.njfishandwildlife.com/ensp/landscape/

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

Exercise One: Creating A Map Of Species Distribution For A Publication

Exercise One: Creating A Map Of Species Distribution For A Publication --- Chapter three --- Exercise One: Creating A Map Of Species Distribution For A Publication One of the first, and most common, tasks you will want to do in using GIS is to produce maps for use in presentations,

More information

Open Source Cloud Map User Guide

Open Source Cloud Map User Guide Open Source Cloud Map User Guide Table of Contents Map Page... 1 Static Mercator Map... 1 Customizable Map... 1 Title Bar... 2 Toolbar... 2 Non Toolbar Navigation... 3 Map Window... 3 Layers / Legend Window...

More information

ArcMap and Google Earth

ArcMap and Google Earth ArcMap and Google Earth Prepared by Andrew Hobby CVEN 658 November 25, 2008 Contents: Brief Overview of Google Earth Goals of Exercise Computer and Data Requirements Procedure: 1. Creating a KML File 2.

More information

How to plot a species distribution on a simple map of New Zealand from an Excel file

How to plot a species distribution on a simple map of New Zealand from an Excel file How to plot a species distribution on a simple map of New Zealand from an Excel file This is a very simple step by step guide created by a beginner using QGIS for a beginner using QGIS. It will help you

More information

Note: This tutorial was designed for Windows users. Applications DANA PORTER LIBRARY. February 19, 2013 Authored by: The Geospatial Centre

Note: This tutorial was designed for Windows users. Applications DANA PORTER LIBRARY. February 19, 2013 Authored by: The Geospatial Centre Applications DANA PORTER LIBRARY February 19, 2013 Authored by: The Geospatial Centre 0 TABLE OF CONTENTS Google Earth Introduction... 2 Historical Imagery... 3 Objective... 3 Step by Step... 3 Ruler...

More information

PlaceMap. Accommodation. Slide 1

PlaceMap. Accommodation.   Slide 1 PlaceMap for Accommodation Slide 1 PlaceMap Using the power of Google Earth to store and display all of your spatial data in a much more dynamic way Google Earth is a free software program that lets you

More information

From data source to data view: A practical guide to uploading spatial data sets into MapX

From data source to data view: A practical guide to uploading spatial data sets into MapX From data source to data view: A practical guide to uploading spatial data sets into MapX Thomas Piller UNEP/GRID Geneva I Table of contents 1. Adding a new data source to MapX... 1 1.1 Method 1: upload

More information

The Use of Google Earth in Meteorological Satellite Visualization

The Use of Google Earth in Meteorological Satellite Visualization The Use of Google Earth in Meteorological Satellite Visualization Thomas J. Kleespies National Oceanic and Atmospheric Administration National Environmental Satellite Data and Information Service Center

More information

Introduction to GIS software

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

More information

Data Acquisition using Mashup and 3-D Technology. Matt Rahr College of Agriculture and Life Sciences University of Arizona

Data Acquisition using Mashup and 3-D Technology. Matt Rahr College of Agriculture and Life Sciences University of Arizona Data Acquisition using Mashup and 3-D Technology Matt Rahr College of Agriculture and Life Sciences University of Arizona Let s Do It! What is a Mashup? + Your Data A hybrid website or web application

More information

Terratype Umbraco Multi map provider

Terratype Umbraco Multi map provider Terratype Umbraco Multi map provider Installation Installing via Nuget This Umbraco package can be installed via Nuget The first part is the Terratype framework, which coordinates the different map providers,

More information

IntegriTAS User Manual

IntegriTAS User Manual International Institute for Democracy and Electoral Assistance 2018 International Institute for Democracy and Electoral Assistance International IDEA publications are independent of specific national or

More information

Lesson 2 Installing and Using Quantum GIS (QGIS)

Lesson 2 Installing and Using Quantum GIS (QGIS) Lesson 2 Installing and Using Quantum GIS (QGIS) Use file Explorer to open County QGIS portable hard drive provided. The program execute (.exe) will be at the bottom of the list. Double click on the file.

More information

Geocoding vs. Add XY Data using Reference USA data in ArcMap

Geocoding vs. Add XY Data using Reference USA data in ArcMap Geocoding vs. Add XY Data using Reference USA data in ArcMap 10.4.1 Written by Barbara Parmenter. Revised by Carolyn Talmadge 2/27/2017 GETTING BUSINESS DATA FROM REFERENCE USA BY NAICS AND CITY... 2 MODIFY

More information

Dynamic Database Browsing

Dynamic Database Browsing Dynamic Database Browsing Tutorial #8 Last Revision: February 2007 Introduction This tutorial was designed to introduce users to the new Dynamic Database Browsing (DDB) option for use with PerCon online

More information

Community Health Maps Lab Series

Community Health Maps Lab Series Community Health Maps Lab Series Lab 6 Data Visualization with Carto Objective Understand how to upload and style data with Carto to create an online visualization of your data Document Version: 2017-08-28(Final)

More information

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer Learning Targets: Students will be introduced to industry recognized game development software Students will learn how to navigate within the software Students will learn the basics on how to use Construct

More information

Weed Inventory and Mapping

Weed Inventory and Mapping Weed Inventory and Mapping Subject: Weed Management Grade Level: 7-12 (adapt as needed) Activity Author: Lovina Roselle, University of Idaho Duration: A minimum of two 1-2 hour sessions Group Size: Variable;

More information

Dataset2: Fleurac. Contents. Using a dataset containing geo-tags Getting familiar with spatial reference systems Advanced features

Dataset2: Fleurac. Contents. Using a dataset containing geo-tags Getting familiar with spatial reference systems Advanced features Dataset2: Fleurac Using a dataset containing geo-tags Getting familiar with spatial reference systems Advanced features Contents 1. Creating a new project... 2 2. Importing your data... 3 3. Checking the

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

Web Design Course Syllabus and Course Outline

Web Design Course Syllabus and Course Outline Web Design Course Syllabus and Course Outline COURSE OVERVIEW AND GOALS In today's world, web pages are the most common medium for sharing ideas and information. Learning to design websites is an incredibly

More information

APPENDIX 13 TERRAIN NAVIGATOR PRO BASICS. Prepared by the Mapping and Marking Committee. Fifth Edition (Revised and Expanded) June 2014

APPENDIX 13 TERRAIN NAVIGATOR PRO BASICS. Prepared by the Mapping and Marking Committee. Fifth Edition (Revised and Expanded) June 2014 APPENDIX 13 TERRAIN NAVIGATOR PRO BASICS Prepared by the Mapping and Marking Committee Fifth Edition (Revised and Expanded) June 2014 Published by the Oregon-California Trails Association P.O. Box 1019

More information

Geological mapping using open

Geological mapping using open Geological mapping using open source QGIS MOHSEN ALSHAGHDARI -2017- Abstract Geological mapping is very important to display your field work in a map for geologist and others, many geologists face problems

More information

QUICK GUIDE FOR STARTING A NEW PREMIERE ELEMENTS PROJECT

QUICK GUIDE FOR STARTING A NEW PREMIERE ELEMENTS PROJECT QUICK GUIDE FOR STARTING A NEW PREMIERE ELEMENTS PROJECT 1. Create a folder on the DATA DRIVE (or your external HD) for your project. You can do this by either holding CONTROL while clicking in the open

More information

ANNOTATION STUDIO User s Guide. DRAFT - Version January 2015

ANNOTATION STUDIO User s Guide. DRAFT - Version January 2015 ANNOTATION STUDIO User s Guide DRAFT - Version January 2015 Table of Contents 1. Annotation Studio and How you can use it to improve the classroom experience... 3 2. Description and terminology... 5 2.1

More information

MOBILE AND WEB GIS APPLICATION FOR MAPPING AND MONITORING LAND FEATURES

MOBILE AND WEB GIS APPLICATION FOR MAPPING AND MONITORING LAND FEATURES MOBILE AND WEB GIS APPLICATION FOR MAPPING AND MONITORING LAND FEATURES Michelle V. Japitana*, Melbert R. Bonotan, Roel G. Damalerio 1 Assoc. Professor College of Engineering & Information Techonology

More information

Area of Interest (AOI) to KML

Area of Interest (AOI) to KML Area of Interest (AOI) to KML The Integrated Land & Resource Registry (ILRR) offers a bit more functionality for Keyhole Markup Language (KML) creation and usage than Mineral Titles Online (MTO). Both

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. GEOSPATIAL ANALYTICS: HOW TO VISUALIZE GEOSPATIAL DATA ON MAPS AND CUSTOM SHAPE FILES APPROXIMATE TIME

More information

AutoCAD Preview Guide.

AutoCAD Preview Guide. AutoCAD 2009 Preview Guide www.autodesk.com/autocad Contents Introduction... 3 User Interface... 3 Application Window... 3 Menu Browser... 3 Quick Access Toolbar... 6 InfoCenter... 6 Ribbon... 7 Status

More information

Logging in to the management system.

Logging in to the management system. Welcome to your new site! The Wordpress publishing platform is a robust tool that helps you publish your content to the web without getting too involved with the code. This guide is designed to help you

More information

Tutorial 1 Importing Data

Tutorial 1 Importing Data Tutorial 1 Importing Data Welcome to this tutorial in which we will look at how to import raw tire data into OptimumT. In this tutorial you will learn how to: 1. Loading files 2. Using Import Templates

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS

QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS COWASH Training Quantum GIS 1 QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS Quantum GIS (QGIS) is widely used open source GIS software which usage is very similar to GIS-software market

More information

Google Docs Handout. Carol LaRow

Google Docs Handout. Carol LaRow Google Docs Handout Easy-To-Use Online Tool Carol LaRow Create documents and collaborate in real time, inside a WEB browser window. Or, work on documents when it s convenient. Features: Use one of four

More information

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9 GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9 This lab explains how work with a Global 30-Arc-Second (GTOPO30) digital elevation model (DEM) from the U.S. Geological Survey. This dataset can

More information

SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL

SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL DIGITAL MAPPING FILES (very efficient/extremely accurate): 1. G.I.S. dataset formats that we can accept: FORMAT FILE EXT(S) FORMAT FILE EXT(S) AutoCAD (*.dwg,

More information

Release Notes SPECTRA PRECISION SURVEY OFFICE. Version 3.60

Release Notes SPECTRA PRECISION SURVEY OFFICE. Version 3.60 Release Notes SPECTRA PRECISION SURVEY OFFICE Version 3.60 Corporate office: Spectra Precision 10368 Westmoor Drive Westminster, CO 80021 USA www.spectraprecision.com Copyright and trademarks: 2005-2015,

More information

Geocoding Crashes in Limbo Carol Martell and Daniel Levitt Highway Safety Research Center, Chapel Hill, NC

Geocoding Crashes in Limbo Carol Martell and Daniel Levitt Highway Safety Research Center, Chapel Hill, NC Paper RIV-09 Geocoding Crashes in Limbo Carol Martell and Daniel Levitt Highway Safety Research Center, Chapel Hill, NC ABSTRACT In North Carolina, crash locations are documented only with the road names

More information

Rainforest Alliance. Spatial data requirements and guidance. June 2018 Version 1.1

Rainforest Alliance. Spatial data requirements and guidance. June 2018 Version 1.1 Rainforest Alliance Spatial data requirements and guidance June 2018 Version 1.1 More information? For more information about the Rainforest Alliance, visit www.rainforest-alliance.org or contact info@ra.org

More information

METIER Course n februray Introduction to ArcView 3

METIER Course n februray Introduction to ArcView 3 METIER Course n 2 Information Management in Environmental Sciences 19-23 februray 2007 Introduction to ArcView 3 tél : (33) 04 67 54 87 54 Maison de la Télédétection en Languedoc-Roussillon fax : (33)

More information

Detailed Geoid Creation

Detailed Geoid Creation Detailed Geoid Creation In addition to the standard methods of Geoid creation found in Carlson X-Port, customized geoids can also be created with Carlson Survey. Carlson X-Port, the desktop product that

More information