GRASS with GPS. Data exchange between GPS, GRASS and QGIS. TAKEJIMA, Kiyoshi

Size: px
Start display at page:

Download "GRASS with GPS. Data exchange between GPS, GRASS and QGIS. TAKEJIMA, Kiyoshi"

Transcription

1 GRASS with Data exchange between, GRASS and QGIS TAKEJIMA, Kiyoshi

2 GRASS, QuntumGIS and etc. kml kml

3 kml kml We can import the data of waypoints, route and track in this menu. Download data into GRASS [Device of the used to import data] is sometimes different in each PC. Start GRASS with any location. -In this case, open the UTM location- File//Vector Map/ Waypoints/Routes/Tracks Using Babel Note, We can import data directly from device. Babel reproject the projection of data to match current location. Default projection of is WGS84. If the setting of your is not WGS84, adequate parameter is need to declare. data is imported as the vector data of GRASS.

4 kml kml and GoogleEarth We use babel to communicate with in the konsole example1. Upload Google earth KML file into the garmin. gpsbabel -i kml -o garmin -f /home/takejima/ sample_upload.kml -F /dev/ttys0 Place/Save as We can save the place mark as the file. There are two file formats. One is KML, the other is Kmz. I recommend you to save the place mark as KML file in case of Using and GoogleEarth with GRASS example2. Download the track data, and save it as the KML file for GoogleEarth gpsbabel -t -i garmin -f /dev/ttys0 -o kml -F /home/takejima/gps/sample_track.kml example3 Download the waypoints data, and save it as the KML file for gpsbabel -w -i garmin -f /dev/ttys0 -o kml -F /home/takejima/gps/sample_waypoints.kml -i format Set input format -f filename Read file -o format Set output format -F filename Write output file

5 , GoogleEarth and GRASS kml kml Vector/Develop map/ Reproject vector from other location This menu enable us to import data from other location even if projections of each location is different After import kml file into the WGS84 lat/lon location, exit the location and start GRASS with UTM location We have to do some complicated operation to use kml file with GRASS. Because the coordinate infomation in the kml files is consisted with WGS84 lat/lon projection. If you are managing maps in the UTM location, the coordinate system is different. In the case of directly download the data from, we do not need to think of of the data. However in the case of kml file, we have to pay attention of reprojetion. kml file, the projection of it is WGS84 lat/lon. So we have to make WGS84 location as the temporal location. In the WGS84 lat/lon location File//Vector maps/various formats using OGR We can integrate the information from GoogleEarth with GRASS.

6 We some times want to upload the GRASS vector data into GoogleEarth or. Following is one of the example to upload the GRASS vector data into. Vector/Develop map/ Reproject vector from other location To upload the kml files into Create Vector data in UTM location Vector/Develop map/digitize Further Study We can reproject UTM data into WGS84 lat/lon The name of imported waypoints are automatically defined. However we sometimes need to define it by ourselves. In such a case, we can use some text editor software like vi to edit kml files. After save the digitized vector data, exit GRASS In the kml file, there is a tag <name>. The character of inside <name> will be the name of waypoints in. The Start GRASS with WGS84 lat/lon location WGS84 lat/lon location is a temporal location to convert the projection for the matching of projection with that of 's one. File//Vector map/various formats using OGR We can export GRASS vector data to kml files

7 kml kml Field Survey and GRASS VERTI: is the inportant keyword to declare the end of header information -essential We some times need to manage some field survey data into GRASS. In the UTM coordinate, the units of it is meter. We can calculate the survey results with, OpenOffice and Calculator The units of the results is meter. That is theoretically, we can manage field survey results with GRASS vector data. B is the declaration of Boundary C is the declaration of Centroid P is the declaration of Points L is the declaration of Line The number of node The layer number The number of centroid The category number The layer number Example of POINT data The most primitive way to do it is, to know your location with UTM coordinate from. You can know the UTM coordinate of waypoints from directly /menu/setup/units/position formats [UTM/UPS] Then make text file. Details of the format of text file is explained in the help file at the v.in.ascii You can import the text file into the GRASS vector data. Example of Polygon data After you have done the calculation of field survey results, you need to make text file like above in case of polygon If you forget the format of that text file, you can use [file/export/vector map/v.ex.ascii]to know the format of text files you have to make. And you can also know the detail of the text file to be made. The keyword is standard vector format in GRASS After you finish to make the text file file/import/vector map/import various vector format using OGR.

8 kml kml QGIS and QGIS also enable us to commucate with data. However, you have to check WGIS plug in manager. Check the tools tools QGIS have a very good interface -easy to use for data handling, however we have to pay attention to projection. If you are opening WGS84 lat/lon location, import and export data with have no problem, but if you are working on Other projection map some projection conversion is needed. Communication with in the QGIS is done via gpx file. If you want to upload the point you have interested in the map, you need to make gpx file. To new create gpx file is difficult on the QGIS. In such case, I recommend you to edit gpx files and add point/line/ data into it which were made by download data.

9 kml kml Note: There is a problem on gpsbabel when you download the data. Files you download from should be consist with 3 file, shp, shx and dbf. However gpsbabel create only shp and shx. It create no dbf file. Normally GIS software like ArcMap can not display its data. That means the shape file created from gpsbabel is incomplete one. This is a problem. So, data which was download with gpsbabel will not work well. I can not recommend you to use its method. But there is one method to improve the situation. QGIS can display the defective shape file. So you can finish its defective shape file via QGIS. Data Exchange between GRASS and QGIS for We do not need to do something when display the GRASS data onto QGIS. But if we want to exchange location data with, a operation is needed on GRASS or QGIS. That is, GRASS data as gpx files or import QGIS data (gpx or shape file) into GRASS data. File//Vector map/various data/ or File//Vector map/ The procedure using the gpx data into the is the same with and. Data Exchange between and shape files babel can directly import and export the shape files. In this case, we use babel in the konsole windows. The command is the followings. Topic : Installation of gbsbabel You can download data as shape file : gpsbabel -w -i garmin -f /dev/ttys0 -o shape -F /home/takejima/shape_gps.shp In the konsole windows, change the user to root $su password: type the password of super user (root) You can also upload shape file into gpsbabel -i shape -o garmin -f /home/takejima/shape_gps.shp -F /dev/ttys0 $urpmi gpsbabel i386.rpm

Transfer GPS-data, gpx -Format (e.g. from Garmin Dakota/Oregon devices), to a GIS Application (here: gvsig, Open Source GIS)

Transfer GPS-data, gpx -Format (e.g. from Garmin Dakota/Oregon devices), to a GIS Application (here: gvsig, Open Source GIS) Transfer GPS-data, gpx -Format (e.g. from Garmin Dakota/Oregon devices), to a GIS Application (here: gvsig, Open Source GIS) 2012, by Klaus Schäfer, GIZ-Advisor RS Kilimanjaro, Moshi Version 1.00-001,

More information

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

Convert AutoCAD files to ESRI ShapeFiles, to be used in Leica icon telematics

Convert AutoCAD files to ESRI ShapeFiles, to be used in Leica icon telematics Convert AutoCAD files to ESRI ShapeFiles, to be used in 1 1 Convert AutoCAD files to ESRI ShapeFiles, to be used in Background When you use it is possible to log the machine's position and visualize this

More information

1 INTRODUCTION WAYPOINT MANAGEMENT ROUTE DIGITIZING...12

1 INTRODUCTION WAYPOINT MANAGEMENT ROUTE DIGITIZING...12 1 INTRODUCTION...1 2 WAYPOINT MANAGEMENT...2 3 ROUTE DIGITIZING...12 4 GARMIN TO SHAPE...17 4.1 How to Make a Simple Shape from Garmin MapSource for Free...18 4.2 Complex Polygons From Garmin...26 1 Introduction

More information

DNR Garmin A User Guide for Educators Prepared by: The Virginia Geospatial Extension Program

DNR Garmin A User Guide for Educators Prepared by: The Virginia Geospatial Extension Program Introduction to GPS DNR Garmin A User Guide for Educators Prepared by: The Virginia Geospatial Extension Program Overview DNR Garmin is an easy-to-use software application that allows you to manage, manipulate

More information

Tutorial for PGIS in Accra, Ghana

Tutorial for PGIS in Accra, Ghana Tutorial for PGIS in Accra, Ghana Chung-Rui Lee 1, Ick Hoi Kim 2, and Jayesh Patel 3 Welcome to Participatory GIS (PGIS) in Accra, Ghana (access to the PGIS website). This project is funded by NICHD Grant

More information

5 Extract the information of location from the geometry column of PostgreSQL table

5 Extract the information of location from the geometry column of PostgreSQL table 5 Extract the information of location from the geometry column of PostgreSQL table Open QGIS and load PostGIS layer buildings and the raster layer Tai_wide_G (optional just to show the basemap). 1 Click

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

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

Download elevation model page 2 Re-Project DEM coordinates page 5 Cut region of interest page 10

Download elevation model page 2 Re-Project DEM coordinates page 5 Cut region of interest page 10 1 Download elevation model page 2 Re-Project DEM coordinates page 5 Cut region of interest page 10 Version June 2017, Dr. Jonas von Rütte, Dr. Peter Lehmann 2 Download elevation model for region of interest:

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

Geomorphology Lab 6: GPS Surveying

Geomorphology Lab 6: GPS Surveying Introduction In this lab you will use hand-held GPS receiver units to map a running trail on campus. In addition, you will take waypoints for the benchmarks used for the Total Station project. You will

More information

Creating USNG Mapbooks

Creating USNG Mapbooks Creating USNG Mapbooks This is a basic guide for creating a map book based on the U.S. National Grid (USNG), using Data Driven Pages in ArcMap. Data Driven Pages is a feature of ArcMap that was added at

More information

Using open sources program and online applications to support environmental monitoring

Using open sources program and online applications to support environmental monitoring EnviroInfo 2012: EnviroInfo Dessau 2012, Part 1: Core Application Areas Using open sources program and online applications to support environmental monitoring Pham Thi Ha 1, Dinh Duy Chinh 1, Doan Tuan

More information

SPECIFICATIONS FOR G.I.S. DATA/INFORMATION PROVIDED TO ONE-CALL

SPECIFICATIONS FOR G.I.S. DATA/INFORMATION PROVIDED TO ONE-CALL SPECIFICATIONS FOR G.I.S. DATA/INFORMATION PROVIDED TO ONE-CALL Digital Mapping Files that we can accept: 1. G.I.S. dataset formats that we can accept: FORMAT AutoCad File Latest Releases ESRI Arc/Info

More information

Leverage custom geographical polygons in SAS Visual Analytics

Leverage custom geographical polygons in SAS Visual Analytics ABSTRACT Paper SAS1732-2018 Leverage custom geographical polygons in SAS Visual Analytics Falko Schulz, SAS Institute Inc., Brisbane, Australia Discover how you can explore geographical maps using your

More information

MAGIP 2009 Technical Session. presented by Michael Sweet College of Forestry and Conservation The University of Montana

MAGIP 2009 Technical Session. presented by Michael Sweet College of Forestry and Conservation The University of Montana presented by Michael Sweet College of Forestry and Conservation The University of Montana GeoPDFs Provide a standard format for use and exchange of GIS documents with non-gis users Custom coordinate displays(up

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

Format Conversion Tool for JERS-1. Operation Manual for Users

Format Conversion Tool for JERS-1. Operation Manual for Users Format Conversion Tool for JERS-1 Operation Manual for Users 15/2/2017 Changes and status paragraphs Revision Date Reason for change 1.0 15/2/2017 Creation - Modified or added paragraphs Introduction...

More information

Using MagMap 2000 to Merge GPX Fixes and Geometrics Magnetometer Data

Using MagMap 2000 to Merge GPX Fixes and Geometrics Magnetometer Data Date: 15 July 2013 Using MagMap 2000 to Merge GPX Fixes and Geometrics Magnetometer Data Geometrics, Inc. 2190 Fortune Drive San Jose, CA 95131 Tel: 408-954-0522 Fax: 408-428-4272 MagMap 2000 provides

More information

Quick Start Guide for Using TDS NOMAD GPS Equipment (For Team Leaders) Initial Unit Check

Quick Start Guide for Using TDS NOMAD GPS Equipment (For Team Leaders) Initial Unit Check Quick Start Guide for Using TDS NOMAD GPS Equipment (For Team Leaders) Initial Unit Check For each GPS unit, ensure you have: TDS NOMAD GPS Unit Garmin backpack receiver (antenna) Portable battery pack

More information

Exercise 03 Creating and Editing Shapefiles Assigned Feb. 2, 2018 Due Feb. 9, 2018

Exercise 03 Creating and Editing Shapefiles Assigned Feb. 2, 2018 Due Feb. 9, 2018 Exercise 03 Creating and Editing Shapefiles Assigned Feb. 2, 2018 Due Feb. 9, 2018 On the class website I've posted an exercise_03_data.zip file which contains a USGS 7.5' quad map of Laramie (as laramie_quad_usgs_1963.tiff)

More information

Quick Start Guide for Using TDS NOMAD GPS Equipment (For Team Leaders) Initial Unit Check

Quick Start Guide for Using TDS NOMAD GPS Equipment (For Team Leaders) Initial Unit Check Quick Start Guide for Using TDS NOMAD GPS Equipment (For Team Leaders) Initial Unit Check For each GPS unit, ensure you have: TDS NOMAD GPS Unit Garmin backpack receiver (antenna) Portable battery pack

More information

CanWay Planner User s manual

CanWay Planner User s manual 2014 CanWay Planner User s manual 2014/4 1 CONTENTS INSTALL CANWAY PLANNER... 3 CANWAY PLANNER TAB LIST WINDOW... 5 ADD.EDIT,CANCEL WAYPOINT... 6 ADD.EDIT,CANCEL PLANNING ROUTE... 8 ADD.EDIT,DELETE PLANNING

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

Photo2GPS Instructions:

Photo2GPS Instructions: Photo2GPS Instructions: Photo2GPS is a program designed to read a text file of track points and the contents of a folder containing your digital photographs then create coordinates with links to the associated

More information

Topic 1: Getting started Topic 2: Finding a location... 5

Topic 1: Getting started Topic 2: Finding a location... 5 Navigating LISTmap Topic 1: Getting started... 3 1. What is LISTmap?... 3 2. Compatible browsers... 3 3. A quick look at LISTmap... 3 Topic 2: Finding a location... 5 1. Using the search bar... 5 2. Zooming...

More information

NEW SKILLS Begin to learn how to add data in QGIS. Exploration of some of the vector and raster analysis capabilities of QGIS

NEW SKILLS Begin to learn how to add data in QGIS. Exploration of some of the vector and raster analysis capabilities of QGIS Lab 3 VECTOR AND RASTER MODELING Last modified 7 May 2014 NEW SKILLS Begin to learn how to add data in QGIS. Exploration of some of the vector and raster analysis capabilities of QGIS 1. In this exercise

More information

SprayView Guide. Version AG-NAV Inc. 30 Churchill Dr Barrie, Ontario CANADA, L4N 8Z5

SprayView Guide. Version AG-NAV Inc. 30 Churchill Dr Barrie, Ontario CANADA, L4N 8Z5 Version 5.18 30 Churchill Dr Barrie, Ontario CANADA, L4N 8Z5 Toll Free : 1-800- 99 AGNAV International : 1-705- 734-0909 Fax : 1-705- 735-0880 Email : general@agnav.com Web : www.agnav.com Table of Contents

More information

GRASS. Geographic Resources Analysis Support System Current versions. Related software

GRASS. Geographic Resources Analysis Support System  Current versions. Related software GRASS Geographic Resources Analysis Support System http://grass.osgeo.org Current versions 6.3 stable (old) 6.4 next stable (new) 7 development (future) Related software QGIS http://qgis.org GRASS Capabilities

More information

SPECIFICATIONS FOR G.I.S. DATA/INFORMATION PROVIDED TO ONE-CALL

SPECIFICATIONS FOR G.I.S. DATA/INFORMATION PROVIDED TO ONE-CALL SPECIFICATIONS FOR G.I.S. DATA/INFORMATION PROVIDED TO ONE-CALL Digital Mapping Files that we can accept: 1. G.I.S. dataset formats that we can accept: AutoCad File Latest Releases (*.DWG, *.DXF) ESRI

More information

EDIN Frequently Asked Questions

EDIN Frequently Asked Questions EDIN Frequently Asked Questions January 2017 Author: M Diaz Copyright 2017 IHS Markit Ltd Login / Access 3 User Stats 4 Software Requirements 5 Data Integrity 6 Browsers 7 Settings 8 Data Content 9 Map

More information

Activity: Exploring GeoPDFs

Activity: Exploring GeoPDFs Activity: Exploring GeoPDFs A GeoPDF is a map stored in Adobe s Portable Document Format that is geographically referenced to a real world coordinate system. TerraGo Technologies, which is the company

More information

5 Data Entry Guide 87

5 Data Entry Guide 87 5 Data Entry Guide 87 DATA ENTRY PROTOCOL Download Files from your Handheld PC When you plug the PDA into a USB port, you will be prompted to set up a partnership. Select Guest Partnership then click on

More information

UTM Geo Map APP Quick Start (Version 1.2)

UTM Geo Map APP Quick Start (Version 1.2) UTM Geo Map APP Quick Start (Version 1.2) Measure Points (Marker) You can measure points of coordinate base on GPS or position on the Maps and save marker into database for unlimited number using Real-time

More information

TUTORIAL TO CREATE AOI POLYGONS IN GOOGLE EARTH PRO

TUTORIAL TO CREATE AOI POLYGONS IN GOOGLE EARTH PRO TUTORIAL TO CREATE AOI POLYGONS IN GOOGLE EARTH PRO 1: You will need GoogleEarth Pro (freeware) to generate your Area of Interest (AOI). You can get a copy of GoogleEarth Pro from the link provided below.

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

AgMission Operations Manual

AgMission Operations Manual AgMission Operations Manual AG-NAV INC. 30 Churchill Drive Barrie, Ontario CANADA, L4N 8Z5 North America 1-800-99 AG-NAV International +1-705-734-0909 Web Site www.agnav.com AgMission Operations Manual

More information

source: https://doi.org/ /boris downloaded: Version 1

source: https://doi.org/ /boris downloaded: Version 1 NAKINFO ONLINE source: https://doi.org/10.7892/boris.68367 downloaded: 13.3.2017 DEVELOPER S MANUAL Version 1 NakInfo Online Developer s Manual version 1, 2011 By Flametree Systems Engineering Ltd www.flametree

More information

MAP ASPEN Training Manual. Navigate back to City of Aspen Home, GIS Home, Map Aspen Home or the Data Catalog from any page in the site.

MAP ASPEN Training Manual. Navigate back to City of Aspen Home, GIS Home, Map Aspen Home or the Data Catalog from any page in the site. Home Page Features: Top Navigation Bar MAP ASPEN Training Manual Navigate back to City of Aspen Home, GIS Home, Map Aspen Home or the Data Catalog from any page in the site. Search Bar Search for all content

More information

Creating a Facility Boundary Geospatial File Using Google Earth

Creating a Facility Boundary Geospatial File Using Google Earth Creating a Facility Boundary Geospatial File Using Google Earth This document has been developed in collaboration with Environment and Climate Change Canada Creating a Facility Boundary Map using Google

More information

In order to follow this set of directions you will need the following

In order to follow this set of directions you will need the following How to Create Maps & Figures in ArcView 9x In order to follow this set of directions you will need the following 1) the Jenny s Louisiana GIS Instructional CD 2) a computer with ArcGIS on it (version 9.0

More information

3. Map Overlay and Digitizing

3. Map Overlay and Digitizing 3. Map Overlay and Digitizing 3.1 Opening Map Files NavviewW/SprayView supports digital map files in ShapeFile format from ArcView, DXF format from AutoCAD, MRK format from AG-NAV, Bitmap and JPEG formats

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

Streamlining Field Survey & Mobile Mapping by SuperSurv Jun 4, 2014

Streamlining Field Survey & Mobile Mapping by SuperSurv Jun 4, 2014 Supergeo Webinar Streamlining Field Survey & Mobile Mapping by SuperSurv Jun 4, 2014 Sarah Liu Presenters Sales & Marketing Director International Marketing Division Danny Wang Tech Support Engineer GIS

More information

geotools: Exporting cartography data from Stata to GIS systems

geotools: Exporting cartography data from Stata to GIS systems 2018 Canadian Stata Conference Morris J. Wosk Centre for Dialogue, Vancouver, BC geotools: Exporting cartography data from Stata to GIS systems Sergiy Radyakin sradyakin@worldbank.org Development Economics

More information

Carlson GIS for Surveyors

Carlson GIS for Surveyors Professional Land Surveyors of Ohio 2016 Annual Conference -- Dayton Ohio Carlson GIS for Surveyors Presented by Who Is That CAD Girl? Jennifer DiBona is a long time CAD consultant and trainer doing business

More information

Using GIS-GPS Devices with Thermo Scientific Niton XRF Analyzers. Standard Operating Procedure

Using GIS-GPS Devices with Thermo Scientific Niton XRF Analyzers. Standard Operating Procedure Using GIS-GPS Devices with Thermo Scientific Niton XRF Analyzers Standard Operating Procedure October 2011 TABLE OF CONTENTS Adding Niton XRF Applet to ArcPad.. 3 Bluetooth Connection of Thermo Scientific

More information

Introduction to Solo Forest

Introduction to Solo Forest Introduction to Solo Forest Project Settings Collecting Data Office Procedures - Exporting Shapefiles - Syncing with the PC - Transferring files Opening Solo Forest To open Solo Forest, select Start >

More information

Google Earth: Significant Places in Your Life Got Maps? Workshop June 17, 2013

Google Earth: Significant Places in Your Life Got Maps? Workshop June 17, 2013 Google Earth: Significant Places in Your Life Got Maps? Workshop June 17, 2013 1. Open Google Earth. 2. Familiarize yourself with Google Earth s navigational features by zooming into Furman s campus, your

More information

Chapter 9. Attribute joins

Chapter 9. Attribute joins Chapter 9 Spatial Joins 9-1 Copyright McGraw-Hill Education. Permission required for reproduction or display. Attribute joins Recall that Attribute joins: involve combining two attribute tables together

More information

How to perform a quality check of a new dataset. QGIS Tutorials and Tips

How to perform a quality check of a new dataset. QGIS Tutorials and Tips How to perform a quality check of a new dataset QGIS Tutorials and Tips ZanSea zansea@suza.ac.tz 1 Objective GIS datasets can come from many different sources: From a Website. From a USB key given by a

More information

Spatial Hydrologic Modeling Using NEXRAD Rainfall Data in an HEC-HMS (MODClark) Model

Spatial Hydrologic Modeling Using NEXRAD Rainfall Data in an HEC-HMS (MODClark) Model v. 10.0 WMS 10.0 Tutorial Spatial Hydrologic Modeling Using NEXRAD Rainfall Data in an HEC-HMS (MODClark) Model Learn how to setup a MODClark model using distributed rainfall data Objectives Read an existing

More information

A step by step introduction to TopoFlight

A step by step introduction to TopoFlight November 20, 2014 TopoFlight_First_Steps.docx 2004057./KB/04 A step by step introduction to TopoFlight Content 1 Introduction...2 2 Creating the area of interest with GoogleEarth...2 3 Creating the TopoFlight

More information

Exercise 5: Import Tabular GPS Data and Digitizing

Exercise 5: Import Tabular GPS Data and Digitizing Exercise 5: 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

Outline. The Collaborative Research Platform for Data Curation and Repositories: CKAN For ANGIS Data Portal. Open Access & Open Data.

Outline. The Collaborative Research Platform for Data Curation and Repositories: CKAN For ANGIS Data Portal. Open Access & Open Data. Outline The Collaborative Research Platform for Data Curation and Repositories: CKAN For ANGIS Data Portal Open Access & Open Data ANGIS data portal New developed features Future works Hsiung-Ming Liao,

More information

GPXl8r - GPX to GPX or KML translation

GPXl8r - GPX to GPX or KML translation GPXl8r - GPX to GPX or KML translation GPSxl8r allows you to translate GPX data from various vendors for use on other GPS units or for viewing in Google Earth. Don t let the main screen intimidate you.

More information

Avenza what does it do?

Avenza what does it do? Avenza what does it do? Avenza Maps is a fast and powerful offline map reader for mobile devices. The easiest way to get maps is to download them directly from the Avenza Map Store. It renders maps quickly

More information

ii. From the Tools menu choose Multi-Extract

ii. From the Tools menu choose Multi-Extract Created By: Grant J. Firl Advisors: Paul Evangelista, Jim Graham Date: November 2010 Software: ArcGIS v9.2, TUGZip v3.5 Lesson 8: Mosaicking and Clipping Landsat Data The purpose of this tutorial is to

More information

EDINA Workshop: Creating a Campus Map and Displaying it in OpenLayers

EDINA Workshop: Creating a Campus Map and Displaying it in OpenLayers Contents Introduction... 2 What steps are involved?... 3 Before you start... 4 Create your campus map... 5 1. Load the basemap data into ArcMap... 5 2. Set up Symbology and Labels of Layers... 6 Improve

More information

VEGNET BC Hydro Reporting & Web Mapping Tools Version 2.0 User Manual

VEGNET BC Hydro Reporting & Web Mapping Tools Version 2.0 User Manual VEGNET BC Hydro Reporting & Web Mapping Tools Version 2.0 User Manual Last Updated September 07, 2017 Contents Introduction...4 Login Credentials... 4 Primary Credentials... 4 Secondary Credentials...

More information

ArcGIS 10 Student Installation Batch File Pre-Installation Procedures for Windows 7

ArcGIS 10 Student Installation Batch File Pre-Installation Procedures for Windows 7 ArcGIS 10 Student Installation Batch File Pre-Installation Procedures for Windows 7 Removing Previous Versions of ArcGIS You must first completely remove all previous versions of ArcGIS that might conflict

More information

QGIS Workshop Su Zhang and Laura Gleasner 11/15/2018. QGIS Workshop

QGIS Workshop Su Zhang and Laura Gleasner 11/15/2018. QGIS Workshop 1. Introduction to QGIS QGIS Workshop QGIS is a free and open source Geographic Information System (GIS). QGIS can help users create, edit, visualize, analyze, and publish geospatial information on various

More information

GEOG4017 Geographical Information Systems Lab 3 Data Collection and Integration (I)

GEOG4017 Geographical Information Systems Lab 3 Data Collection and Integration (I) DEPARTMENT OF GEOGRAPHY HONG KONG BAPTIST UNIVERSITY Prof. Q. Zhou GEOG4017 Geographical Information Systems Lab 3 Data Collection and Integration (I) Objectives Before we can use GIS for any analysis

More information

GIS Exercise 09 Mar. 23, 2018 Due Mar. 30 ArcGIS and Geologic Maps (updated version 2 instructions)

GIS Exercise 09 Mar. 23, 2018 Due Mar. 30 ArcGIS and Geologic Maps (updated version 2 instructions) GIS Exercise 09 Mar. 23, 2018 Due Mar. 30 ArcGIS and Geologic Maps (updated version 2 instructions) We'll explore using a base map and different coordinate systems in ArcGIS, then will start to create

More information

GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction

GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction Introduction This document describes how to take the data collected with the total station for the campus topographic map project 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

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

Exercise 4.1. Create New Variables in a Shapefile. GIS Techniques for Monitoring and Evaluation of HIV/AIDS and Related Programs

Exercise 4.1. Create New Variables in a Shapefile. GIS Techniques for Monitoring and Evaluation of HIV/AIDS and Related Programs GIS Techniques for Monitoring and Evaluation of HIV/AIDS and Related Programs Exercise 4.1 Create New Variables in a Shapefile *This training was developed as part of a joint effort between MEASURE Evaluation

More information

Creating Digital Elevation Model Using a Mobile Device

Creating Digital Elevation Model Using a Mobile Device Name : Ali Ihsan Durmaz UnitID : aidurmaz Creating Digital Elevation Model Using a Mobile Device ABSTRACT DEM (Digital Elevation Models) is the best way to interpret topography on the ground. In recent

More information

LGSConnect application

LGSConnect application LGSConnect application Owner s manual revision 1.0 November 2015 2 / 16 LGSConnect is a Windows application designed to exchange data between PC and Logstream FR-1 GNSS flight recorder. Main menu File

More information

How to digitize site (counting unit) boundaries

How to digitize site (counting unit) boundaries How to digitize site (counting unit) boundaries Drawing site boundaries is an easy way to standardise site coverage and help counters monitor the correct area and route. Digitising site boundaries allows

More information

Hands-on: Using ArcGIS and QGIS. GIS Mapping for Linguistic Research Jennifer Cramer University of Kentucky

Hands-on: Using ArcGIS and QGIS. GIS Mapping for Linguistic Research Jennifer Cramer University of Kentucky Hands-on: Using ArcGIS and QGIS GIS Mapping for Linguistic Research Jennifer Cramer University of Kentucky Hands on! I think last week went well! Like last week, I ll do a quick run through of the assignment,

More information

Using GRASS GIS and R

Using GRASS GIS and R Using GRASS GIS and R Assignment 2 for Spatial Statistics (STAT 946) Adrian Waddell University of Waterloo November 6, 2008 Adrian Waddell (University of Waterloo) GRASS November 6, 2008 1 / 23 What is

More information

Introduction to GDAL/OGR

Introduction to GDAL/OGR Introduction to GDAL/OGR Johannes van der Kwast UNESCO-IHE Institute for Water Education E-mail: j.vanderkwast@unesco-ihe.org Version 3.1, September 2015 OpenCourseWare 1 Contents 1 Introduction... 3 1.1

More information

GPS/GIS Activities Summary

GPS/GIS Activities Summary GPS/GIS Activities Summary Group activities Outdoor activities Use of GPS receivers Use of computers Calculations Relevant to robotics Relevant to agriculture 1. Information technologies in agriculture

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

+ Make it from the satellite images in sale, (Easier & Faster, but not always available) (It does cost much. An astronomical number!

+ Make it from the satellite images in sale, (Easier & Faster, but not always available) (It does cost much. An astronomical number! BaseMap: + Look for it among the existent digital maps, (Easiest & Fastest because no processing required) (Therefore, the most desirable, but not always available) (It can cost much) + Make it from the

More information

New File Formats: Open/Import: IMG DEM Export: IMG/IGE (this will support export of DEM s greater than 4GB in size), USGS DEM

New File Formats: Open/Import: IMG DEM Export: IMG/IGE (this will support export of DEM s greater than 4GB in size), USGS DEM What s New for Quick Terrain Modeler Version 7.1.3 April 15, 2011 (planned release date) New v7.1.3 Features: Quick Terrain Modeler adds significant new capabilities that range from a very fast indexing

More information

Course Setter Workshop

Course Setter Workshop Course Setter Workshop Using Mapping Software The Greater Phoenix Orienteering Club http:// 2018 1 of 70 Course Setter Mapping Software Checklist Note: The course setter typically replaces "Event" in the

More information

LearnOSM. PostgreSQL & PostGIS. Installing PostgreSQL and PostGIS. Reviewed

LearnOSM. PostgreSQL & PostGIS. Installing PostgreSQL and PostGIS. Reviewed PostgreSQL & PostGIS Reviewed 2016-09-10 LearnOSM In this chapter we will see how to set up PostgreSQL on Windows and how to create a database in which you can store geographic data. We ll be using the

More information

Combine Yield Data From Combine to Contour Map Ag Leader

Combine Yield Data From Combine to Contour Map Ag Leader Combine Yield Data From Combine to Contour Map Ag Leader Exporting the Yield Data Using SMS Program 1. Data format On Hard Drive. 2. Start program SMS Basic. a. In the File menu choose Open. b. Click on

More information

Get Started with GIS Mapping. Part 2 of 2, December 2009 Madhu Lakshmanan

Get Started with GIS Mapping. Part 2 of 2, December 2009 Madhu Lakshmanan Get Started with GIS Mapping Part 2 of 2, December 2009 Madhu Lakshmanan Agenda Data Preparation planning, geocoding, aggregating, data formatting... Mapping aggregate data with AFF Mapper Using data sets

More information

Creating and Editing a New Shapefile

Creating and Editing a New Shapefile Creating and Editing a New Shapefile Written by Barbara Parmenter, revised October, 0 CREATING AND EDITING A NEW SHAPEFILE... CREATING THE GEOGRAPHIC FEATURE (POINT, LINE, OR POLYGON)... CREATING THE ATTRIBUTE

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

QGIS Workshop Su Zhang and Laura Gleasner 11/10/2016. QGIS Workshop

QGIS Workshop Su Zhang and Laura Gleasner 11/10/2016. QGIS Workshop 1. Introduction to Quantum GIS (QGIS) QGIS Workshop QGIS is a free and open source Geographic Information System (GIS). QGIS can help you create, edit, visualize, and publish geospatial information on

More information

QGIS LAB SERIES GST 103: Data Acquisition and Management Lab 1: Reviewing the Basics of Geospatial Data

QGIS LAB SERIES GST 103: Data Acquisition and Management Lab 1: Reviewing the Basics of Geospatial Data QGIS LAB SERIES GST 103: Data Acquisition and Management Lab 1: Reviewing the Basics of Geospatial Data Objective Explore and Understand Geospatial Data Models and File Formats Document Version: 2014-08-15

More information

Have you signed up? GO Have you searched for inspiration? GO Have you created a map (survey)? GO Have you collected data? GO

Have you signed up? GO Have you searched for inspiration? GO Have you created a map (survey)? GO Have you collected data? GO GUIDEBOOK YOUR CHECKLIST Have you signed up? GO Have you searched for inspiration? GO Have you created a map (survey)? GO Have you collected data? GO Have you viewed results on a map? GO Have you visualized

More information

Figure 1-2. through My. My Contentt on the Homepage menu. Figure 1-3. DHI - quick_user_guide_pearl_gis_

Figure 1-2. through My. My Contentt on the Homepage menu. Figure 1-3. DHI - quick_user_guide_pearl_gis_ 1 User Guide for PEARL GIS Mapping Site This document describes how to access and upload data into the ArcGIS online site. Uploading data into the site requires a file compression/zipping program (e.g.

More information

Obtaining Aerial Images from Google Earth

Obtaining Aerial Images from Google Earth Obtaining Aerial Images from Google Earth Introduction This tutorial will demonstrate how to use the Google Earth application to obtain a site-wide aerial photograph for a modeling project. The tutorial

More information

Gps And Google Earth For Development How To Create Share And Collaborate With Maps On The Net

Gps And Google Earth For Development How To Create Share And Collaborate With Maps On The Net Gps And Google Earth For Development How To Create Share And Collaborate With Maps On The Net We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online

More information

GEO 465/565 Lab 5 GPS Data Collection & Mapping. Collecting Waypoints in the Field

GEO 465/565 Lab 5 GPS Data Collection & Mapping. Collecting Waypoints in the Field Page 1 of 11 GEO 465/565 Lab 5 GPS Data Collection & Mapping Collecting Waypoints in the Field This exercise is designed to familiarize you with several key features of a standard consumer grade GPS. Using

More information

Interactive Maps Purpose: Login to the System: Interactive Maps ONTINUE AGREE

Interactive Maps Purpose: Login to the System: Interactive Maps ONTINUE AGREE Interactive Maps Purpose: The purpose of this application is to provide the facility to the citizen to navigate to a Property through an On-line Free Web Application in real time. The application uses

More information

0. The data for all of today s exercises are on-line at the following website:

0. The data for all of today s exercises are on-line at the following website: Geology & Geophysics REU GPS/GIS 1-day workshop handout #1: Instructions for using GPS Utility (downloading data from a GPS, displaying GPS data, overlaying GPS data on a scanned map, exporting GPS data

More information

Spidertracks Website User Guide

Spidertracks Website User Guide Version 7.1.0 4 May 2016 Spidertracks Website User Guide For using the Spidertracks Go website and additional information. 1 Table of Contents 1. Website Architecture 2. Create a User Account 3. Creating

More information

Instant Content Creator. User Guide

Instant Content Creator. User Guide Instant Content Creator User Guide Table of contents: 1 INTRODUCTION...4 1.1 Installation Procedure...4 2 INSTANT CONTENT CREATOR INTERFACE...7 3 CREATING A NEW PROJECT...9 4 ENTERING THE NAME OF THE PRODUCT...10

More information

Introduction. Contour Lines Generation

Introduction. Contour Lines Generation Introduction Over the years the e-foto project has been developed and the need for integration with other Geographic Information Systems software became more evident. From this need several improvements

More information

ADDENDUM TO APRIL 2003 MANUAL 1. INTRODUCTION 1 2. GIS PROGRAMS 1 3. IMPORTING AND EXPORTING GIS FILES 2 4. IMPORTING ESRI FILES 3

ADDENDUM TO APRIL 2003 MANUAL 1. INTRODUCTION 1 2. GIS PROGRAMS 1 3. IMPORTING AND EXPORTING GIS FILES 2 4. IMPORTING ESRI FILES 3 DRAINS ADDENDUM TO APRIL 2003 MANUAL 29 May 2003 CONTENTS 1. INTRODUCTION 1 2. GIS PROGRAMS 1 3. IMPORTING AND EXPORTING GIS FILES 2 4. IMPORTING ESRI FILES 3 5. EXPORTING ESRI FILES 9 6. IMPORTING MAPINFO

More information

Release Notes SPECTRA PRECISION SURVEY OFFICE. Versions 3.30 (64-bit)

Release Notes SPECTRA PRECISION SURVEY OFFICE. Versions 3.30 (64-bit) Release Notes SPECTRA PRECISION SURVEY OFFICE Versions 3.30 (64-bit) Corporate office: Spectra Precision 10368 Westmoor Drive Westminster, CO 80021 USA www.spectraprecision.com Copyright and trademarks:

More information

ArcGIS Extension User's Guide

ArcGIS Extension User's Guide ArcGIS Extension 2010 - User's Guide Table of Contents OpenSpirit ArcGIS Extension 2010... 1 Installation ( ArcGIS 9.3 or 9.3.1)... 3 Prerequisites... 3 Installation Steps... 3 Installation ( ArcGIS 10)...

More information