Geographic Information Systems. using QGIS

Size: px
Start display at page:

Download "Geographic Information Systems. using QGIS"

Transcription

1 Geographic Information Systems using QGIS 1 - INTRODUCTION

2 Generalities A GIS (Geographic Information System) consists of: -Computer hardware -Computer software - Digital Data

3 Generalities GIS softwares are aimed to store, handle, modify, update, view, query, analyze, interpolate, print, import and export geographic information

4 Generalities Georeference Using GIS, every geographic feature has to be characterized by its location on the Earth s surface Coordinates metric (X, Y) or geographic (Lat, Lon) + Coordinate System (Geographic / Projected, Method, Geodetic parameters)

5 Coordinate Reference Systems To properly georeference a data layer, besides coordinates a Coordinate Reference System (CRS) (i.e. the equation describing the geometry used to calculate coordinates) is needed. Two types of CRS can be used: - Geographic - Cartographic

6 Geographic CRSs Geographic CRSs allow to define the position of objects on the Earth surface using their Latitude and Longitude (angular values). A geographic CRS basically is the description of the assumed Earth geometry (sphere / ellipsoid / geoid; radius / semiaxes etc.); i.e. geodetic information.

7 Cartographic CRSs Cartographic CRSs allow to define the position of objects on the Earth surface using distances from reference meridians and parallels calculated on their proiection. Besides geodetic data, the formula used to project the Earth on the plane / cylinder / cone is needed.

8 Dynamic storage Features can be easily inserted, deleted, modifyied, updated or deleted Paper : Once created, it is almost impossible to modify a map

9 Cartographic systems Data sets can be re-proiected in every possible cartographic system Paper : To change the cartographic system it is necessary to redraw the map (generally with distortion)

10 Cartographic systems It is easy to overlay information deriving from data sets having different cartographic systems Paper : To overlay data with different cartographic system it is necessary to redraw the map (generally with distortion)

11 Scale Features are independent from scale Paper : The represented features depend on the scale

12 Scale The scale of representation can be freely chosen and easily modified Paper : Only fixed scales are available; change of scale is difficult and not very precise

13 Scale Symbols, labels and annotations are automatically rescaled when enlarging/reducing the scale Paper : To properly rescale the representation it is necessary to draw the whole map

14 Map sheets The size and shape of the map can be freely chosen Paper : Map sheets have fixed boundaries; generally, they require manual mosaicing

15 Background map The background map can be widely personalized Paper : It is difficult and time consuming to change the background map

16 Symbology It is easy and fast to change the symbols attributed to every feature Paper : It is almost impossible to change the symbols

17 Symbology It is easy and fast to change the symbols attributed to every feature Paper : It is almost impossible to change the symbols

18 Transparency The transparency of each data layer can be easily set Paper : It is extremely complicate to draw applying a proper transparency

19 Legend Legends are automatically created Paper : Legends are to be drawn manually

20 Labels Labels can be automatically applied to features Paper : Labels are to be written manually

21 Annotations Annotations can be freely moved, added, removed, rescaled, rotated, modified etc. Paper : Annotations are to be managed manually

22 Drawing No special skill is needed to create and draw symbols Paper : Only skilled designers are able to create nice maps

23 Drawing No special skill is needed to create and draw symbols Paper : Only skilled designers are able to create nice maps

24 Layouts Scale bars, north arrows etc. can be automatically placed and rescaled. Paper : Everything is to be manually drawn every time

25 Layouts Custom layouts can be created, stored and applied to every representation Paper : Layouts are to be manually drawn every time

26 I / O Data can be easily imported and/or exported from/to other sw Paper : I/O operations are almost impossible, beside simple print and scan

27 Calculations Mathematical calculations can be carried out on single and multiple data sets Paper : No calculation is allowed, beside simple manual geometric measurements

28 Statistics Statistic analyses can be carried out on single and multiple data sets Paper : No statistics can be automatically carried out

29 Queries A simple click allows to know all the properties of a point, even though they are contained in different data layers Paper : Several maps are to be perused to collect multiple information on a single point

30 Data extraction It is easy to automatically extract a subset of data from a layer Paper : Only manual redraw of each subset is possible

31 Precision Every feature can be stored with extremely high precision (mm on the ground) Paper : The precision of the representation depends upon its scale

32 Interpolation Sparse data can be quickly interpolated using different methods Paper : Manual interpolation os extremely time consuming and (generally) non very accurate

33 Reclassification It is easy and fast to reclassify features according to their properties Paper : Reclassification requires to draw the whole derived map

34 Derived maps It is easy and fast to create derived maps (e.g. slope angle or aspect from elevation) Paper : To derive maps is extremely time consuming and non very accurate

35 Remote sensing IT is possible to use a GIS to make many RS quantitative analyses Paper : No quantitative analysys of RS imagery is possible.

36 3D views It is easy and fast to create perspective views (once stored the distribution of elevations) Paper : Rare drawing skills are needed to create 3D views (generally much less accurate)

37 Cost Many GIS package are quite expensive but many others are free Paper : No expensive tools are needed

38 Education It takes time to learn how to use GIS packages: they are quite complex, offering a very wide set of tools Paper : No particularly complex knowledge is needed to draw a map (but only those who are able to draw very well will obtain good results)

39 Data Structures Data structures VECTOR RASTER TABLE

40 Data Structures Vector Very precise but complicated; needs topology POINTS LINES POLYGONS

41 Data Structures Vector Vector data are made up of points GIS do not allow to mix up different geometry types (points, polylines, poligons) Choosing the geometry type to use depends on scale, convenience and aim of the work. Accuracy depends upon scale

42 Points A dataset of points is a random list of couples of coordinates (X, Y), each with its unique feature identifier. For 3D data, also the Z value is stored Data Structures

43 Lines Data Structures A dataset of lines is a random list of ordered arrays of points (individuating the nodes of the sequence of segments); each array has its unique feature identifier.

44 Polygons Data Structures A dataset of polygons is a random list of ordered arrays of lines closing on thmselves (individuating the boundaries of the polygon); each array has its unique feature identifier.

45 Rasters Simple but not very precise; A raster file is a grid (i.e. a regular rectangular matrix of cells) e.g. a digital photo Data Structures

46 Data Structures Rasters Raster maps are good to show continually varying information The size of cells (pixels) determines the spatial resolution and the geometric accuracy Increase of spatial resolution determines the creation of nuch larger files

47 Data Structures Rasters Also Raster data are to be georeferenced to be properly used To georeference a raster file, only one couple of coordinates (X, Y or Lat, Lon) is needed, related to one of its corners, plus the grid geometry (dimesion of cells, number of rows and columns).

48 Tables Data Structures Contain ancillary information Tables contain the attributes of geographic objects (Points, Lines, Polygons and Raster cells). They cannot be georeferenced (i.e. they have no coordinates).

49 Text (alphanumeric) Data Types Number Nominal (e.g. an international phone code) Ordinal (e.g. MCS earthquake intensity) Cardinal With a conventional zero (e.g. temperature) With a real zero (e.g. population)

50 Most diffuse GIS packages Open source: QGIS Rather easy, basic to mid level Will be used for this GIS course Grass Quite complex, mid to advanced level Kind of upgrade of QGIS aimed at data analyses SAGA Really complex, very advanced level Aimed to advanced statistical and geostatistical analyses Commercial: ArcGIS Complex, basic to very advanced level Mostly used for advanced data management

51 GIS and external plugins Many plugins are available, both commercial and free, to carry out specific procedures using QGIS or ArcGIS or other GIS packages. Be always sure to use only plugins created for the brand and release of SW you have installed.

52 QGIS releases QGIS (Quantum GIS) is frequently updated, introducing new features and correcting bugs. This course will be based on QGIS 2.18 Las Palmas de Gran Canaria Different releases may show slight differences in appearance.

53 QGIS Download: SW package (Windows, Mac OS X, Linux, BSD, Android) Documentation (User Guide + Training manual) Sample data (at least, the Alaska dataset) from Download and install the latest version! (at present, Wien ; but they upgrade often )

54 QGIS QGIS software allows to translate its commands in many languages: anyhow, I strongly suggest to maintain the English locale. Some documentation is available in various languages too.

LECTURE 2 SPATIAL DATA MODELS

LECTURE 2 SPATIAL DATA MODELS LECTURE 2 SPATIAL DATA MODELS Computers and GIS cannot directly be applied to the real world: a data gathering step comes first. Digital computers operate in numbers and characters held internally as binary

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

Spatial data and QGIS

Spatial data and QGIS Spatial data and QGIS Xue Jingbo IT Center 2017.08.07 A GIS consists of: Spatial Data. Computer Hardware. Computer Software. Longitude Latitude Disease Date 26.870436-31.909519 Mumps 13/12/2008 26.868682-31.909259

More information

Geometric Correction of Imagery

Geometric Correction of Imagery Geometric Correction of Imagery Geometric Correction of Imagery Present by: Dr.Weerakaset Suanpaga D.Eng(RS&GIS) The intent is to compensate for the distortions introduced by a variety of factors, so that

More information

Bharath Setturu Research scholar, EWRG, Center for Ecological Sciences, IISc, Bangalore & EWRG-CES IIIT-HYDERABAD

Bharath Setturu Research scholar, EWRG, Center for Ecological Sciences, IISc, Bangalore & EWRG-CES IIIT-HYDERABAD Bharath Setturu Research scholar, EWRG, Center for Ecological Sciences, IISc, Bangalore settur@ces.iisc.ernet.in & IIIT-HYDERABAD Introduction to QGIS oquantum GIS (QGIS) is a GIS tool for managing geographical

More information

QGIS for Geoscientists

QGIS for Geoscientists QGIS for Geoscientists Robin Armit, Tom Carmichael, Lachlan Grose Monash Structural Geophysics group 22 nd 26th February 2016 GIS A geographic information system (GIS) is a system designed to capture,

More information

Bharath Setturu Research scholar, EWRG, Center for Ecological Sciences, IISc, Bangalore & IIIT-HYDERABAD

Bharath Setturu Research scholar, EWRG, Center for Ecological Sciences, IISc, Bangalore & IIIT-HYDERABAD Bharath Setturu Research scholar, EWRG, Center for Ecological Sciences, IISc, Bangalore settur@ces.iisc.ernet.in & IIIT-HYDERABAD Introduction to QGIS oquantum GIS (QGIS) is a GIS tool for managing geographical

More information

RASTER ANALYSIS GIS Analysis Winter 2016

RASTER ANALYSIS GIS Analysis Winter 2016 RASTER ANALYSIS GIS Analysis Winter 2016 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information.

More information

Graphic Display of Vector Object

Graphic Display of Vector Object What is GIS? GIS stands for Geographic Information Systems, although the term Geographic Information Science is gaining popularity. A GIS is a software platform for storing, organizing, viewing, querying,

More information

PDHonline Course L154G (5 PDH) Data in GIS. Instructor: Steve Ramroop, Ph.D. PDH Online PDH Center

PDHonline Course L154G (5 PDH) Data in GIS. Instructor: Steve Ramroop, Ph.D. PDH Online PDH Center PDHonline Course L154G (5 PDH) Data in GIS Instructor: Steve Ramroop, Ph.D. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658 Phone & Fax: 703-988-0088 www.pdhonline.org www.pdhcenter.com

More information

Basic Tasks in ArcGIS 10.3.x

Basic Tasks in ArcGIS 10.3.x Basic Tasks in ArcGIS 10.3.x This guide provides instructions for performing a few basic tasks in ArcGIS 10.3.1, such as adding data to a map document, viewing and changing coordinate system information,

More information

Geometric Rectification of Remote Sensing Images

Geometric Rectification of Remote Sensing Images Geometric Rectification of Remote Sensing Images Airborne TerrestriaL Applications Sensor (ATLAS) Nine flight paths were recorded over the city of Providence. 1 True color ATLAS image (bands 4, 2, 1 in

More information

COORDINATE TRANSFORMATION. Lecture 6

COORDINATE TRANSFORMATION. Lecture 6 COORDINATE TRANSFORMATION Lecture 6 SGU 1053 SURVEY COMPUTATION 1 Introduction Geomatic professional are mostly confronted in their work with transformations from one two/three-dimensional coordinate system

More information

Introduction to QGIS

Introduction to QGIS Introduction to QGIS David Kramar, Ph.D. Minnesota State University Moorhead Department of Anthropology and Earth Science http://www.qgis.org/en/site/ Overview of Workshop What is QGIS? How do I get QGIS

More information

17/07/2013 RASTER DATA STRUCTURE GIS LECTURE 4 GIS DATA MODELS AND STRUCTURES RASTER DATA MODEL& STRUCTURE TIN- TRIANGULAR IRREGULAR NETWORK

17/07/2013 RASTER DATA STRUCTURE GIS LECTURE 4 GIS DATA MODELS AND STRUCTURES RASTER DATA MODEL& STRUCTURE TIN- TRIANGULAR IRREGULAR NETWORK RASTER DATA STRUCTURE GIS LECTURE 4 GIS DATA MODELS AND STRUCTURES Space is subdivided into regular grids of square grid cells or other forms of polygonal meshes known as picture elements (pixels) the

More information

RASTER ANALYSIS GIS Analysis Fall 2013

RASTER ANALYSIS GIS Analysis Fall 2013 RASTER ANALYSIS GIS Analysis Fall 2013 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information. What

More information

Georeferencing & Spatial Adjustment

Georeferencing & Spatial Adjustment Georeferencing & Spatial Adjustment Aligning Raster and Vector Data to the Real World Rotation Differential Scaling Distortion Skew Translation 1 The Problem How are geographically unregistered data, either

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

Technical Specifications

Technical Specifications 1 Contents INTRODUCTION...3 ABOUT THIS LAB...3 IMPORTANCE OF THIS MODULE...3 EXPORTING AND IMPORTING DATA...4 VIEWING PROJECTION INFORMATION...5...6 Assigning Projection...6 Reprojecting Data...7 CLIPPING/SUBSETTING...7

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

Georeferencing Topo Sheets and Scanned Maps

Georeferencing Topo Sheets and Scanned Maps Georeferencing Topo Sheets and Scanned Maps QGIS Tutorials and Tips Author Ujaval Gandhi http://www.spatialthoughts.com This work is licensed under a Creative Commons Attribution 4.0 International License.

More information

Georeferencing & Spatial Adjustment 2/13/2018

Georeferencing & Spatial Adjustment 2/13/2018 Georeferencing & Spatial Adjustment The Problem Aligning Raster and Vector Data to the Real World How are geographically unregistered data, either raster or vector, made to align with data that exist in

More information

The Problem. Georeferencing & Spatial Adjustment. Nature Of The Problem: For Example: Georeferencing & Spatial Adjustment 9/20/2016

The Problem. Georeferencing & Spatial Adjustment. Nature Of The Problem: For Example: Georeferencing & Spatial Adjustment 9/20/2016 Georeferencing & Spatial Adjustment Aligning Raster and Vector Data to the Real World The Problem How are geographically unregistered data, either raster or vector, made to align with data that exist in

More information

Review of Cartographic Data Types and Data Models

Review of Cartographic Data Types and Data Models Review of Cartographic Data Types and Data Models GIS Data Models Raster Versus Vector in GIS Analysis Fundamental element used to represent spatial features: Raster: pixel or grid cell. Vector: x,y coordinate

More information

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities Spatial Data Models Raster uses individual cells in a matrix, or grid, format to represent real world entities Vector uses coordinates to store the shape of spatial data objects David Tenenbaum GEOG 7

More information

Main concepts of ILWIS 3.0

Main concepts of ILWIS 3.0 CHAPTER 2 Main concepts of ILWIS 3.0 In chapter one, Introduction to ILWIS, you started with ILWIS, and learned the basics of the user interface. This chapter presents some key concepts of ILWIS. In section

More information

A Practical Guide to Using QGIS

A Practical Guide to Using QGIS A Practical Guide to Using QGIS 1.1 INTRODUCTION Quantum GIS (QGIS) is a useful mapping software that enables the compilation and displaying of spatial data in the form of a map. Gaining experience in

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

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

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

Digitising a map in arcgis desktop 10.3

Digitising a map in arcgis desktop 10.3 Digitising a map in arcgis desktop 10.3 1 CONTENTS 2 Evaluating your map... 2 3 Setting up the base map... 3 4 Georeferencing your map/maps... 3 4.1 Georeferencing tips.... 4 5 Digitising your maps...

More information

Geoapplications development Control work 1 (2017, Fall)

Geoapplications development Control work 1 (2017, Fall) Page 1 Geoapplications development Control work 1 (2017, Fall) Author: Antonio Rodriges, Oct. 2017 http://rgeo.wikience.org/ Surname, name, patronymic: Group: Date: Signature: Select all correct statements.

More information

LECTURE TWO Representations, Projections and Coordinates

LECTURE TWO Representations, Projections and Coordinates LECTURE TWO Representations, Projections and Coordinates GEOGRAPHIC COORDINATE SYSTEMS Why project? What is the difference between a Geographic and Projected coordinate system? PROJECTED COORDINATE SYSTEMS

More information

Setting Up and Deploying Geospatial Data Shares Using the QGIS Server Application

Setting Up and Deploying Geospatial Data Shares Using the QGIS Server Application Setting Up and Deploying Geospatial Data Shares Using the QGIS Server Application Donald L. Schrupp Wildlife Ecologist Colorado Division of Wildlife (retired) Quantum GIS (QGIS) Applications QGIS is not

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Data for the exercise are in the L12 subdirectory.

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

Data Models and Data processing in GIS

Data Models and Data processing in GIS PDHonline Course L155G (5 PDH) Data Models and Data processing in GIS Instructor: Steve Ramroop, Ph.D. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658 Phone & Fax: 703-988-0088

More information

Class #2. Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures

Class #2. Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures Class #2 Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures Role of a Data Model Levels of Data Model Abstraction GIS as Digital

More information

Blacksburg, VA July 24 th 30 th, 2010 Georeferencing images and scanned maps Page 1. Georeference

Blacksburg, VA July 24 th 30 th, 2010 Georeferencing images and scanned maps Page 1. Georeference George McLeod Prepared by: With support from: NSF DUE-0903270 in partnership with: Geospatial Technician Education Through Virginia s Community Colleges (GTEVCC) Georeference The process of defining how

More information

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Lecture 6: GIS Spatial Analysis GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University 1 Spatial Data It can be most simply defined as information that describes the distribution

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

Test Georeferencing Transformations

Test Georeferencing Transformations Test Georeferencing s By Mike Price, Entrada/San Juan, Inc. What you will need ArcGIS Pro 2.1 license ArcGIS Online for organizations account Sample dataset downloaded from ArcUser website An unzipping

More information

Raster: The Other GIS Data

Raster: The Other GIS Data Raster_The_Other_GIS_Data.Docx Page 1 of 11 Raster: The Other GIS Data Objectives Understand the raster format and how it is used to model continuous geographic phenomena. Understand how projections &

More information

The Problem. Georeferencing & Spatial Adjustment. Nature of the problem: For Example: Georeferencing & Spatial Adjustment 2/4/2014

The Problem. Georeferencing & Spatial Adjustment. Nature of the problem: For Example: Georeferencing & Spatial Adjustment 2/4/2014 Georeferencing & Spatial Adjustment Aligning Raster and Vector Data to a GIS The Problem How are geographically unregistered data, either raster or vector, made to align with data that exist in geographical

More information

STUDENT PAGES GIS Tutorial Treasure in the Treasure State

STUDENT PAGES GIS Tutorial Treasure in the Treasure State STUDENT PAGES GIS Tutorial Treasure in the Treasure State Copyright 2015 Bear Trust International GIS Tutorial 1 Exercise 1: Make a Hand Drawn Map of the School Yard and Playground Your teacher will provide

More information

Mid-West ESRI Utility User s Group Conference. March 26, 2014

Mid-West ESRI Utility User s Group Conference. March 26, 2014 Mid-West ESRI Utility User s Group Conference March 26, 2014 Presented by: Hillary Bjorstrom, GIS Analyst STAR Energy Services LLC 1 What are Data Driven Pages? Data Driven Pages Workflow Creating an Index

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

GEO/GY461 Applied GIS: Environmental Geology of the Cheaha Mountain, AL, 7.5' Quadrangle Project

GEO/GY461 Applied GIS: Environmental Geology of the Cheaha Mountain, AL, 7.5' Quadrangle Project Figure 1: Reference points spreadsheet for Cheaha Mt. 7.5' quadrangle (LatLongCalc_24k.xls). Page -1- Figure 2: RMS statistic from the Cheaha Mountain field map georeference. Page -2- Figure 3: Appearance

More information

Smart GIS Course. Developed By. Mohamed Elsayed Elshayal. Elshayal Smart GIS Map Editor and Surface Analysis. First Arabian GIS Software

Smart GIS Course. Developed By. Mohamed Elsayed Elshayal. Elshayal Smart GIS Map Editor and Surface Analysis. First Arabian GIS Software Smart GIS Course Developed By Mohamed Elsayed Elshayal Elshayal Smart GIS Map Editor and Surface Analysis First Arabian GIS Software http://www.freesmartgis.blogspot.com/ http://tech.groups.yahoo.com/group/elshayalsmartgis/

More information

Terrain Analysis. Using QGIS and SAGA

Terrain Analysis. Using QGIS and SAGA Terrain Analysis Using QGIS and SAGA Tutorial ID: IGET_RS_010 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial

More information

Heads-up Digitizing from Scanned Hard-Copy Maps Part I Georeferencing Scanned Images 1

Heads-up Digitizing from Scanned Hard-Copy Maps Part I Georeferencing Scanned Images 1 Data conversion/entry (GIS, databases) November 21-25, 2006 Freetown, Sierra Leone Heads-up Digitizing from Scanned Hard-Copy Maps Part I Georeferencing Scanned Images 1 Objectives: Explore digital archives

More information

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

More information

EAT 233/3 GEOGRAPHIC INFORMATION SYSTEM (GIS)

EAT 233/3 GEOGRAPHIC INFORMATION SYSTEM (GIS) EAT 233/3 GEOGRAPHIC INFORMATION SYSTEM (GIS) CO3: Ability to produce detail mapping using geographic information systems (GIS) BY : AYU WAZIRA AZHARI SPATIAL DATA & THE MODELLING Spatial Data in GIS Spatial

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

Remote Sensing in an

Remote Sensing in an Chapter 2: Adding Data to a Map Document Remote Sensing in an ArcMap Environment Remote Sensing Analysis in an ArcMap Environment Tammy E. Parece Image source: landsat.usgs.gov Tammy Parece James Campbell

More information

Raster Images Processing

Raster Images Processing Software PHOTOMOD Module PHOTOMOD VectOr Raster Images Processing Racurs, Moscow, 2009 PHOTOMOD CONTENTS 1. Raster processing in PHOTOMOD VectOr...3 1.1. Raster map...3 1.2. Raster data conversion...4

More information

WHERE THEORY MEETS PRACTICE

WHERE THEORY MEETS PRACTICE world from others, leica geosystems WHERE THEORY MEETS PRACTICE A NEW BULLETIN COLUMN BY CHARLES GHILANI ON PRACTICAL ASPECTS OF SURVEYING WITH A THEORETICAL SLANT february 2012 ² ACSM BULLETIN ² 27 USGS

More information

GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017

GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017 GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017 This document provides information about the GISCI Geospatial Core Technical Knowledge Exam, now a requirement for GISCI GISP

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

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

Exercise 1: Introduction to ILWIS with the Riskcity dataset

Exercise 1: Introduction to ILWIS with the Riskcity dataset Exercise 1: Introduction to ILWIS with the Riskcity dataset Expected time: 2.5 hour Data: data from subdirectory: CENN_DVD\ILWIS_ExerciseData\IntroRiskCity Objectives: After this exercise you will be able

More information

Terms and definitions * keep definitions of processes and terms that may be useful for tests, assignments

Terms and definitions * keep definitions of processes and terms that may be useful for tests, assignments Lecture 1 Core of GIS Thematic layers Terms and definitions * keep definitions of processes and terms that may be useful for tests, assignments Lecture 2 What is GIS? Info: value added data Data to solve

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

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center In this workshop, we will cover the basics of working with spatial data, as well as its main uses for archaeology.

More information

Topic 5: Raster and Vector Data Models

Topic 5: Raster and Vector Data Models Geography 38/42:286 GIS 1 Topic 5: Raster and Vector Data Models Chapters 3 & 4: Chang (Chapter 4: DeMers) 1 The Nature of Geographic Data Most features or phenomena occur as either: discrete entities

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

This is the general guide for landuse mapping using mid-resolution remote sensing data

This is the general guide for landuse mapping using mid-resolution remote sensing data This is the general guide for landuse mapping using mid-resolution remote sensing data February 11 2015 This document has been prepared for Training workshop on REDD+ Research Project in Peninsular Malaysia

More information

GRASS GIS - Introduction

GRASS GIS - Introduction GRASS GIS - Introduction What is a GIS A system for managing geographic data. Information about the shapes of objects. Information about attributes of those objects. Spatial variation of measurements across

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

Advanced PDF features

Advanced PDF features 1 of 7 2/17/2009 10:56 PM Show Navigation Hide Navigation You are here: Mapping and v isualization > Page layout and map composition > Map output Advanced PDF features Release 9.3 Last modified November

More information

Geographic Information System and its Application in Hydro-Meteorology Exercises using SavGIS

Geographic Information System and its Application in Hydro-Meteorology Exercises using SavGIS Geographic Information System and its Application in Hydro-Meteorology Exercises using SavGIS Jothiganesh Shanmugasundaram Decision Support Tool Development Specialist COPY DATABASE FOLDER BHUTAN in to

More information

Well Unknown ID AKA EPSG: 3857

Well Unknown ID AKA EPSG: 3857 Well Unknown ID AKA EPSG: 3857 Pamela Kanu November 2016 WGS 1984 WEB MERCATOR ALIASES: AUXILIARY SPHERE, WKID: 3857, WKID: 102100, WKID: 102113, SHERICAL MERCATOR, WGS 84/PSEUDO-MERCATOR, OPEN LAYERS:

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

Accuracy, Support, and Interoperability. Michael F. Goodchild University of California Santa Barbara

Accuracy, Support, and Interoperability. Michael F. Goodchild University of California Santa Barbara Accuracy, Support, and Interoperability Michael F. Goodchild University of California Santa Barbara The traditional view Every object has a true position and set of attributes with enough time and resources

More information

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

More information

SPATIAL DATA MODELS Introduction to GIS Winter 2015

SPATIAL DATA MODELS Introduction to GIS Winter 2015 SPATIAL DATA MODELS Introduction to GIS Winter 2015 GIS Data Organization The basics Data can be organized in a variety of ways Spatial location, content (attributes), frequency of use Come up with a system

More information

Introduction to Geographic Information Science. Some Updates. Last Lecture 4/6/2017. Geography 4103 / Raster Data and Tesselations.

Introduction to Geographic Information Science. Some Updates. Last Lecture 4/6/2017. Geography 4103 / Raster Data and Tesselations. Geography 43 / 3 Introduction to Geographic Information Science Raster Data and Tesselations Schedule Some Updates Last Lecture We finished DBMS and learned about storage of data in complex databases Relational

More information

DIOCESE OF HARRISBURG MATHEMATICS CURRICULUM GRADE 8

DIOCESE OF HARRISBURG MATHEMATICS CURRICULUM GRADE 8 MATHEMATICS CURRICULUM GRADE 8 8A Numbers and Operations 1. Demonstrate an numbers, ways of representing numbers, relationships among numbers and number systems. 2. Compute accurately and fluently. a.

More information

Exercise 3-1: Soil property mapping

Exercise 3-1: Soil property mapping Exercise 3-1: Soil property mapping Mapping objectives: Create a soil analysis point layer from tabular data in QGIS Create a continuous surface soil property map using Kriging Interpolation in SAGA GIS

More information

Purpose: To explore the raster grid and vector map element concepts in GIS.

Purpose: To explore the raster grid and vector map element concepts in GIS. GIS INTRODUCTION TO RASTER GRIDS AND VECTOR MAP ELEMENTS c:wou:nssi:vecrasex.wpd Purpose: To explore the raster grid and vector map element concepts in GIS. PART A. RASTER GRID NETWORKS Task A- Examine

More information

Everyday Mathematics

Everyday Mathematics Content Strand: Number and Numeration Understand the Meanings, Uses, and Representations of Numbers Understand Equivalent Names for Numbers Understand Common Numerical Relations Place value and notation

More information

QGIS plugin or web app? Lessons learned from the development of a 3D georeferencer.

QGIS plugin or web app? Lessons learned from the development of a 3D georeferencer. QGIS plugin or web app? Lessons learned from the development of a 3D georeferencer. Produit Timothée 1, Jens Ingensand 2, and Gillian Milani 3 1-2 University of Applied Sciences Western Switzerland, G2C

More information

4.0 DIGITIZATION, EDITING AND STRUCTURING OF MAP DATA

4.0 DIGITIZATION, EDITING AND STRUCTURING OF MAP DATA .0 DIGITIZATION, EDITING AND STRUCTURING OF MAP DATA The process of digitizing existing maps is a transformation from one analog) form of information to another digital) form. Data input is the operation

More information

APS Sixth Grade Math District Benchmark Assessment NM Math Standards Alignment

APS Sixth Grade Math District Benchmark Assessment NM Math Standards Alignment SIXTH GRADE NM STANDARDS Strand: NUMBER AND OPERATIONS Standard: Students will understand numerical concepts and mathematical operations. 5-8 Benchmark N.: Understand numbers, ways of representing numbers,

More information

Creating Mercator s Map Projection

Creating Mercator s Map Projection Creating Mercator s Map Projection Andrew Geldean December 17, 2014 Abstract: This map developed by Gerardus Mercator in 1569 is created by producing a cylinder around the globe projecting the surface

More information

The GIS Spatial Data Model

The GIS Spatial Data Model The GIS Spatial Data Model Introduction: Spatial data are what drive a GIS. Every piece of functionality that makes a GIS separate from another analytical environment is rooted in the spatially explicit

More information

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line.

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line. Lecture 06 Raster and Vector Data Models Part (1) 1 Common Data Models Vector Raster Y Points Points ( x,y ) Line Area Line Area 2 X 1 3 Raster uses a grid cell structure Vector is more like a drawn map

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

Arcgis 10 Manually Move Labels

Arcgis 10 Manually Move Labels Arcgis 10 Manually Move Labels The "easy custom labeling" Tool in QGIS seems to come close to the ArcGIS solution. However, after I created my custom label layer I am not able to move my labels at the

More information

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

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

More information

v SMS Tutorials Working with Rasters Prerequisites Requirements Time Objectives

v SMS Tutorials Working with Rasters Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Objectives Learn how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots, and interpolate

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Videos that show how to copy/paste data

More information

L1 - Introduction. Contents. Introduction of CAD/CAM system Components of CAD/CAM systems Basic concepts of graphics programming

L1 - Introduction. Contents. Introduction of CAD/CAM system Components of CAD/CAM systems Basic concepts of graphics programming L1 - Introduction Contents Introduction of CAD/CAM system Components of CAD/CAM systems Basic concepts of graphics programming 1 Definitions Computer-Aided Design (CAD) The technology concerned with the

More information

City of Richmond Interactive Map (RIM) User Guide for the Public

City of Richmond Interactive Map (RIM) User Guide for the Public Interactive Map (RIM) User Guide for the Public Date: March 26, 2013 Version: 1.0 3479477 3479477 Table of Contents Table of Contents Table of Contents... i About this

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

An Introduction to Geographic Information Systems (GIS) using ArcGIS 9.2

An Introduction to Geographic Information Systems (GIS) using ArcGIS 9.2 An Introduction to Geographic Information Systems (GIS) using ArcGIS 9.2 by Marcel Fortin, GIS and Map Librarian, University of Toronto Libraries, 2009 gis.maps@utoronto.ca http://www.library.utoronto.ca/maplib/

More information

Lab 1: Introduction to ArcGIS

Lab 1: Introduction to ArcGIS Lab 1: Introduction to ArcGIS Objectives In this lab you will: 1) Learn the basics of the software package we will be using for the remainder of the semester, and 2) Discover the role that climate and

More information

v Importing Rasters SMS 11.2 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial

v Importing Rasters SMS 11.2 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial v. 11.2 SMS 11.2 Tutorial Objectives This tutorial teaches how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots,

More information

MODULE 1 BASIC LIDAR TECHNIQUES

MODULE 1 BASIC LIDAR TECHNIQUES MODULE SCENARIO One of the first tasks a geographic information systems (GIS) department using lidar data should perform is to check the quality of the data delivered by the data provider. The department

More information

Introduction to GIS A Journey Through Gale Crater

Introduction to GIS A Journey Through Gale Crater Introduction to GIS A Journey Through Gale Crater In this lab you will be learning how to use ArcMap, one of the most common commercial software packages for GIS (Geographic Information System). Throughout

More information