Geodatabase over Taita Hills, Kenya

Size: px
Start display at page:

Download "Geodatabase over Taita Hills, Kenya"

Transcription

1 Geodatabase over Taita Hills, Kenya Anna Broberg & Antero Keskinen Abstract This article introduces the basics of geographical information systems (GIS) and explains how the Taita Hills project can benefit from them. GIS are used to store and manipulate geographical data. In a GIS data is stored in databases either in raster or vector format. Databases are widely used because of their flexibility in managing data. The Taita Hills database contains at this stage only a limited amount of different themes as roads, administrative area boundaries etc., but will be extended as the need arises and as more data is collected and produced. What is a geographical information system? Geographical information systems (hereafter GIS) are computer-based systems that are used to store and manipulate geographic information. A GIS is designed for the collection, storage and analysis of objects and phenomena where geographic location is an important characteristic or critical to the analysis (Aronoff 1995:1). Most information is somehow spatial and thus it is important to be able to place it in geographical context. The revolution of information technology has enabled the building of these computer systems handling geographical information. GIS technology has provided relatively instant access to the information via computer terminals. These enable locational data to be displayed and also updated directly on the screen. When geographical data is in digital form, it becomes possible to display and analyze the data in ways that are often much quicker and more effective than has been possible using manual techniques (Jones 1999:6). According to several sources (Aronoff 1995:39; Jones 1999:7; Kraak & Ormeling 1996:9-10) a computer system must provide a few sets of capabilities to handle georeferenced data in order to be a real GI-system. Through data input georeferenced existing data sets as digital maps or aerial photographs and satellite images are added to the system. Data can also be added through digitizing maps and documents. The management of the added data is usually done using the database approach. The core of a GIS is however manipulation and analysis of data. Examples of these capabilities could be data processing; interpreting and classifying the surveyed data; searching by location, class or attribute and modelling real-life processes or characteristics of a dataset. While analysing and modelling the data it can be turned into information. This means that data is no longer just values in the dataset, but they are converted into information that tells us something more than just the raw-data. Through data output (usually computer display or printed maps) the information is passed to the user or wider audience. In this communication process the visualisation of the information is a very important factor. GI-systems are indeed widely used in order to create maps, either normal paper maps or digital maps e.g. for Internet use. Data output is also significant for purposes of exploring data. Producing several visualisations of some dataset can tell a lot of new things about it. Why use GIS in the Taita project? The advantages gained while using GIS instead of traditional maps are remarkable. GIS data is maintained in digital format. As such the data is in a form more physically compact than that of paper maps, tabulations or other conventional types (Aronoff 1995:43). A countless amount of data can be stored for each location, whereas in conventional maps scale always limits the amount of information that can be presented.

2 Also the ability to manipulate the spatial data and corresponding attribute information and to integrate different types of data in a single analysis are unmatched by any manual methods (Aronoff 1995:43). With normal maps only visual analyses overlaying several maps offers similar capabilities. Visualisation-wise GIS provides the ability to keep storage of the data and its visualisation apart. This enables the production of different kinds of maps from the same data for diverse uses or user-groups. In the Taita project there are many varied assignments containing tasks relating to remote sensing, geoinformatics or producing maps. Here a common geographical database can be of great help. It will act as reference data for several datasets produced during the project like classifications of the satellite imagery and aerial photographs. Thus it must be accurately georeferenced and put into a coordinate system so that further datasets can be included in it. Also, using the ready-made datasets we have made, visualisations and maps can be easily produced for dissimilar purposes during the project. Making the database: technical solutions and contents Modelling a database A spatial database can be thought of as an integrated set of geographic information on a particular subject and area (Longley et al. 2002:226). A database consists of a digital representation of Earth s surface or near surface, in order to serve some problem-solving or scientific purposes (Longley et al. 2002:18)). A database can be built for one major project such as the Taita project, or it can be continuously maintained in order to serve daily service actions and transactions. Depending on the purpose, a database can vary in size from a megabyte to several petabytes (Longley et al. 2002:18). The geodatabase over Taita Hills is still quite small but will be extended and maintained during the period of the project when more information is acquired. A database is not only a collection of information about things; it is also, crucially, a representation of their relationships to each other. The objective in collecting and maintaining information in a database is to relate facts and situations that were previously separate (Aronoff 1995:151). In a database all the data are handled in the same context, which enables making far more comprehensive analysis and manipulations of data. In general, the database approach to storing geographic data offers a number of advantages over traditional file-based datasets. For instance, data collected and better organised at a single location reduces redundancy and duplication, and decreases maintenance costs. Furthermore, applications become data independent so that they can evolve separately over time and use the same data. Moreover, a database remains constant, enabling transferring user knowledge between applications more easily (Date 1995; Longley et al. 2002:226). The database over Taita Hills is an important method of storing, sharing and utilizing the data collected about the area during the project. While modelling a database three sequent and increasingly abstract stages can be distinguished: conceptual, logical and physical modelling (see Longley et al. 2002:233; Jones 1999:163). At the level of conceptual modelling object types (or classes as roads, forests etc) and their relationships are defined and proper geographic representation for these is selected (Longley et al. 1999:234). Then a logical model for the database, or database type and structure is chosen. Of these the relational structure is most widely applied. It is based on a simple and powerful idea whereby information is represented by reasonably simple tables, which are subjected to various relational operators (Jones 1999:175). With the aid of functions such as primary keys and relational joins the relational structure often operates very effectively. Thus, the information from various sources may be linked together and analysed in the same context enabling a number of operations, which would be unreasonable without the relational structure. Most simply relational database can be made using e.g. ArcView shapefiles. The organization of its data files can be described in terms of records, fields and keys. Each entity (for example each polygon representing an administrative area) has its own row, or record, in a shapefile. A record is divided into fields, each of which contains an item of data (e.g. area name, area number). Some or one of the fields is termed as

3 key, a record with which the record is retrieved from the data file. In this case the key could be an area number. Fields that are not designated as key fields and containing whatever kind of data connected to the entity are termed attribute fields (Aronoff 1995:155). The final stage in designing a database is physical modelling, or defining how the data will be loaded into the database. It is the definition of the actual physical database schema that will hold the database data values. There are several definition languages such as SQL, which are used to build the physical model of databases. It is at this level that data items are defined in terms of parameters such as the number of bytes of storage they occupy and the address at which they are to be found in physical memory (Jones 1999:164). Choosing between raster and vector data Choosing the types of geographical representation is a critical database design task. There are two spatial data types, raster and vector, which are used to represent aspects of the real world (Figure 1). The raster data model is associated to field type continuous phenomena, such as elevation, and is based on an array of cells each having its own value. The raster data model has the great virtue of simplicity but it can produce very large files. The accuracy with which a raster layer can represent spatial data is related to the size of the pixel. The smaller the pixel size the greater the accuracy. However, larger grids need more space for storage and data handling. As for the vector data model, it can be divided into three different forms of representing objects: point, line or polygon. It is usually associated with representing phenomena that are discreet objects by nature. In this method all objects are created using points, whose coordinates are stored, and more complex combinations of these. Vector modelling has a precise nature of representing discreet objects with the storage efficiency and availability of functional tools for various operations (Longley et al. 2002:189). Contents of the Taita database The information of the database over Taita Hills is mainly based on the maps, satellite images and aerial photographs acquired from different sources. The maps over the area are in scale 1: from the year The SPOT XS satellite image from 1987 is presented in Figure 2. The maps have been converted to digital format in the scanning process. Furthermore, in order to make the maps spatially functional they have been registered to the Transverse Mercator projection used in the area, and also used on the original paper maps. Digital aerial photography was acquired in spring The photography produced a large amount of separate pictures, which will be mosaicked in order to get a wider perspective of the area. From the pictures also a digital elevation model can be generated using terrain distortion. All these processed data will be used to extend and update the database. Classifications will be made from the pictures, which makes it possible to get more accurate information over the area for features such as settlement, new roads, forests, cultivated ground etc. The database over Taita Hills will include data both in raster and vector formats. The vector data model is used to represent discreet objects such as roads, rivers and administrative area boundaries. Furthermore, railways, lakes, water points and airstrips are built using the vector data model. The construction of the vector shapefiles is carried out using ArcView software. The created files are also suitable for use in other software, such as MapInfo after converting them. The raster data model will be used at the later stage in order to include image files made with software packages for remotely sensed images or aerial photographs such as Erdas Imagine. We digitised several feature classes from the scanned maps. Roads (digitised as lines) were then classified into five different categories and the numbers expressing the classes were saved as an attribute. This enables the creation of visualisations based on the attributes (Figure 3).

4 In: Pellikka, P., J. Ylhäisi & B. Clark (eds.) Taita Hills and Kenya, 2004 seminar, reports and journal of a field excursion to Kenya. Feature in real life Feature in vector format Feature in raster format Figure 1. Comparison of vector and raster data models. Figure 2. SPOT XS satellite image from January 1987 showing the Taita Hills on the left and Sagala Hills on the right.

5 Figure 3. A simple visualisation showing the different road classes. Figure 4. Every sub-location has its own number and relates to one of the divisions. Later it might be useful to build topology for the road network. The topologically structured format is designed to encode geographic information in a form better suited for spatial analysis and other geographic studies (Aronoff 1995:113). Vector-based models enable the determination of the spatial relationships between the components. Spatial relationships of connectivity and adjacency are examples of topological relationships (Jones 1999:32). This means that for example analyses about moving around the road network could be made.

6 Administrative area boundaries were digitised as polygons; first creating the highest-level boundaries and then splitting these to smaller units using lower level boundaries. For many purposes, meanings are standardised in the form of classifications consisting of a set of categories. Often categories are grouped or classified into successively higher levels that enable phenomena to be referred to at different levels of abstraction (Jones 1999:18). We used this hierarchical structure with administrative regions, which were classified at three levels. Thus, the administrative regions may be examined in various levels of accuracy depending on the scale preferred (Figure 4). Moreover, Tsavo national park, airstrips and some lakes are found in the database as polygon shapefiles. All the shapefiles were registered in the right projection. In this phase of the project only some point features (waterholes) were included in the database. More themes can be added as the need arises. Also we found that it is not use digitising very many features, because many of the things of interest are more easily and accurately gained from the classifications carried out using Erdas Imagine. As a conclusion we would like to emphasize that this stage of database construction was carried out only in favour to create a reference dataset to advantage further research. As information is added into the base, also the possibilities for analyses increase. References Aronoff, S. (1995). Geographic information systems: a management perspective. 4 th printing. 294 p. WDL Publications, Ottawa. Date, C.J. (1995). Introduction to Database Systems. 6 th edition. 839 p. Addison-Wesley, Reading, Massachusetts. Longley, P.A., M.F. Goodchild, D.J. Maguire & D.W. Rhind (2002). 3 nd edition. 454p. Geographic information systems and science. John Wiley & Sons, Chichester, England. Jones, C. (1999). Geographical Information Systems and Computer Cartography. 3 rd printing. 319 p. Addison Wesley Longman Limited, Singapore. Kraak, M.-J. & F. Ormeling (1996). Cartography: visualization of spatial data. 222 p. Longman, Harlow.

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

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

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

GIS Data Models. 4/9/ GIS Data Models

GIS Data Models. 4/9/ GIS Data Models GIS Data Models 1 Conceptual models of the real world The real world can be described using two conceptually different models: 1. As discrete objects, possible to represent as points, lines or polygons.

More information

GIS DATA MODELS AND SPATIAL DATA STRUCTURE

GIS DATA MODELS AND SPATIAL DATA STRUCTURE UNIT 5 GIS DATA MODELS AND SPATIAL DATA STRUCTURE GIS Data Models and Spatial Data 5.1 Introduction Objectives 5.2 GIS Data Models Raster Data Models Vector Data Models Comparison of Raster and Vector

More information

9. GIS Data Collection

9. GIS Data Collection 9. GIS Data Collection Geographic Information Systems and Science SECOND EDITION Paul A. Longley, Michael F. Goodchild, David J. Maguire, David W. Rhind 2005 John Wiley and Sons, Ltd Overview Introduction

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 Systems Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology, Roorkee

Introduction to Geographic Information Systems Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology, Roorkee Introduction to Geographic Information Systems Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology, Roorkee Lecture 04 Raster data model and comparisons with vector Hello friends,

More information

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu Lecture 5: Spatial Data Management in GIS Dr. Bo Wu lsbowu@polyu.edu.hk Department of Land Surveying & Geo-Informatics The Hong Kong Polytechnic University Contents 1. Learning outcomes 2. From files to

More information

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

SVY2001: Databases for GIS

SVY2001: Databases for GIS SVY2001: Databases for GIS Lecture 15: Introduction to GIS and Attribute Data Management. Dr Stuart Barr School of Civil Engineering & Geosciences University of Newcastle upon Tyne. Email: S.L.Barr@ncl.ac.uk

More information

Lecture 2: GIS Data Sources, Data Types and Representation. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University

Lecture 2: GIS Data Sources, Data Types and Representation. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Lecture 2: GIS Data Sources, Data Types and Representation GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Geographic Data in GIS Can be obtained from various sources in different

More information

A GIS-BASED SUPPORT SYSTEM FOR DECLARATION AND VERIFICATION 1. INTRODUCTION IAEA-SM-367/13/02

A GIS-BASED SUPPORT SYSTEM FOR DECLARATION AND VERIFICATION 1. INTRODUCTION IAEA-SM-367/13/02 IAEA-SM-367/13/02 A GIS-BASED SUPPORT SYSTEM FOR DECLARATION AND VERIFICATION POUCET, A, CONTINI, S., BELLEZZA, F. European Commission, Joint Research Centre Institute for the Protection and Security of

More information

Chapter 3: Maps as Numbers

Chapter 3: Maps as Numbers Chapter 3: Maps as Numbers 3. Representing Maps as Numbers 3.2 Structuring Attributes 3.3 Structuring Maps 3.4 Why Topology Matters 3.5 Formats for GIS Data 3.6 Exchanging Data David Tenenbaum EEOS 265

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

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

GIS Workbook #1. GIS Basics and the ArcGIS Environment. Helen Goodchild

GIS Workbook #1. GIS Basics and the ArcGIS Environment. Helen Goodchild GIS Basics and the ArcGIS Environment Helen Goodchild Overview of Geographic Information Systems Geographical Information Systems (GIS) are used to display, manipulate and analyse spatial data (data that

More information

CHAPTER 10 Creating and maintaining geographic databases Overview Learning objectives Keywords and concepts Overview Chapter summary

CHAPTER 10 Creating and maintaining geographic databases Overview Learning objectives Keywords and concepts Overview Chapter summary CHAPTER 10 Creating and maintaining geographic databases (GEO 465/565 lecture covers material through Section 10.4 only. The rest is covered in GEO 580, Advanced GIS) Overview After people, the database

More information

Advances in geographic information systems and remote sensing for fisheries and aquaculture

Advances in geographic information systems and remote sensing for fisheries and aquaculture 29 5. Preparing data for GIS use G.J. Meaden (FAO consultant, Canterbury, United Kingdom), J. Jenness (FAO consultant, Flagstaff, Arizona, United States of America), and S.Walker (NOAA Coastal Services

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

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

DIGITAL IMAGE ANALYSIS. Image Classification: Object-based Classification

DIGITAL IMAGE ANALYSIS. Image Classification: Object-based Classification DIGITAL IMAGE ANALYSIS Image Classification: Object-based Classification Image classification Quantitative analysis used to automate the identification of features Spectral pattern recognition Unsupervised

More information

Lecture 4. Image Georeferencing, Accuracy and Precision, File Geodatabase

Lecture 4. Image Georeferencing, Accuracy and Precision, File Geodatabase Lecture 4 Image Georeferencing, Accuracy and Precision, File Geodatabase Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Why Georeference? Images of the surface

More information

layers in a raster model

layers in a raster model layers in a raster model Layer 1 Layer 2 layers in an vector-based model (1) Layer 2 Layer 1 layers in an vector-based model (2) raster versus vector data model Raster model Vector model Simple data structure

More information

FOUR ADVANCES IN HANDLING UNCERTAINTIES IN SPATIAL DATA AND ANALYSIS

FOUR ADVANCES IN HANDLING UNCERTAINTIES IN SPATIAL DATA AND ANALYSIS FOUR ADVANCES IN HANDLING UNCERTAINTIES IN SPATIAL DATA AND ANALYSIS Wenzhong Shi Advanced Research Centre for Spatial Information Technology Department of Land Surveying and Geo-Informatics The Hong Kong

More information

PART ONE - CONCEPT OF GIS 3

PART ONE - CONCEPT OF GIS 3 TRAINING COURSE 2: Contents PART ONE - CONCEPT OF GIS 3 PART TWO - INTRODUCTION TO TANGIS AND THE LTBP DATASETS 8 Opening TANGIS 8 Types of dataset in the LTBP dataset 9 How do I get more data? 9 PART

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

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

Overview. Image Geometric Correction. LA502 Special Studies Remote Sensing. Why Geometric Correction?

Overview. Image Geometric Correction. LA502 Special Studies Remote Sensing. Why Geometric Correction? LA502 Special Studies Remote Sensing Image Geometric Correction Department of Landscape Architecture Faculty of Environmental Design King AbdulAziz University Room 103 Overview Image rectification Geometric

More information

Computer Database Structure for Managing Data :-

Computer Database Structure for Managing Data :- The Map as an Abstraction of Space :- We begin the process of abstraction by conceptualizing what we encounter as a group of points, lines, areas and surfaces. We make decision about which object to take

More information

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS Map Library ArcView Version 1 02/20/03 Page 1 of 12 1. Introduction 1 ArcView GIS ArcView is the most popular desktop GIS analysis and map presentation software package.. With ArcView GIS you can create

More information

GOVERNMENT GAZETTE REPUBLIC OF NAMIBIA

GOVERNMENT GAZETTE REPUBLIC OF NAMIBIA GOVERNMENT GAZETTE OF THE REPUBLIC OF NAMIBIA N$7.20 WINDHOEK - 7 October 2016 No. 6145 CONTENTS Page GENERAL NOTICE No. 406 Namibia Statistics Agency: Data quality standard for the purchase, capture,

More information

Understanding Geospatial Data Models

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

More information

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri Introduction to Geodatabase and Spatial Management in ArcGIS Craig Gillgrass Esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? - What can I do with it? Query Layers

More information

Representing Geography

Representing Geography Data models and axioms Chapters 3 and 7 Representing Geography Road map Representing the real world Conceptual models: objects vs fields Implementation models: vector vs raster Vector topological model

More information

Longley Chapter 3. Representations

Longley Chapter 3. Representations Longley Chapter 3 Digital Geographic Data Representation Geographic Data Type Data Models Representing Spatial and Temporal Data Attributes The Nature of Geographic Data Representations Are needed to convey

More information

Feature Enhancements by Release

Feature Enhancements by Release Autodesk Map Feature Enhancements by Release This document highlights the feature enhancements that have occurred with each release of Autodesk Map software from Release 4 (2000i) through the current 2004

More information

DATA MODELS IN GIS. Prachi Misra Sahoo I.A.S.R.I., New Delhi

DATA MODELS IN GIS. Prachi Misra Sahoo I.A.S.R.I., New Delhi DATA MODELS IN GIS Prachi Misra Sahoo I.A.S.R.I., New Delhi -110012 1. Introduction GIS depicts the real world through models involving geometry, attributes, relations, and data quality. Here the realization

More information

INTRODUCTION TO GIS WORKSHOP EXERCISE

INTRODUCTION TO GIS WORKSHOP EXERCISE 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) 643-4539 INTRODUCTION TO GIS WORKSHOP EXERCISE This exercise is a survey of some GIS and spatial analysis tools for ecological and natural

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

Chapter 8 Visualization and Optimization

Chapter 8 Visualization and Optimization Chapter 8 Visualization and Optimization Recommended reference books: [1] Edited by R. S. Gallagher: Computer Visualization, Graphics Techniques for Scientific and Engineering Analysis by CRC, 1994 [2]

More information

NRM435 Spring 2017 Accuracy Assessment of GIS Data

NRM435 Spring 2017 Accuracy Assessment of GIS Data Accuracy Assessment Lab Page 1 of 18 NRM435 Spring 2017 Accuracy Assessment of GIS Data GIS data always contains errors hopefully the errors are so small that will do not significantly affect the results

More information

How to georeference images in ArcMap (Arcinfo, ArcReader, ArcView)

How to georeference images in ArcMap (Arcinfo, ArcReader, ArcView) How to georeference images in ArcMap (Arcinfo, ArcReader, ArcView) This procedure outlines the steps required to georeference any image, including air photos or raster copies of scanned paper maps. In

More information

Welcome to NR402 GIS Applications in Natural Resources. This course consists of 9 lessons, including Power point presentations, demonstrations,

Welcome to NR402 GIS Applications in Natural Resources. This course consists of 9 lessons, including Power point presentations, demonstrations, Welcome to NR402 GIS Applications in Natural Resources. This course consists of 9 lessons, including Power point presentations, demonstrations, readings, and hands on GIS lab exercises. Following the last

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

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

Introduction to GIS. Geographic Information Systems SOCR-377 9/24/2015. R. Khosla Fall Semester The real world. What in the world is GIS?

Introduction to GIS. Geographic Information Systems SOCR-377 9/24/2015. R. Khosla Fall Semester The real world. What in the world is GIS? Introduction to GIS Geographic Information Systems SOCR-377 What in the world is GIS? GIS is simultaneously the telescope, the microscope, the computer and the Xerox machine of regional analysis and synthesis

More information

Introduction :- Storage of GIS Database :- What is tiling?

Introduction :- Storage of GIS Database :- What is tiling? Introduction :- GIS storage and editing subsystems provides a variety of tools for storing and maintaining the digital representation of a study area. It also provide tools for examining each theme for

More information

Geographic Information Fundamentals Overview

Geographic Information Fundamentals Overview CEN TC 287 Date: 1998-07 CR 287002:1998 CEN TC 287 Secretariat: AFNOR Geographic Information Fundamentals Overview Geoinformation Übersicht Information géographique Vue d'ensemble ICS: Descriptors: Document

More information

GIS data input. In the early days of GIS 1980s and early 1990s. We used canned datasets for teaching (from USA)

GIS data input. In the early days of GIS 1980s and early 1990s. We used canned datasets for teaching (from USA) GIS data input GIS is the automated : acquisition - input management analysis display of spatial data In the early days of GIS 1980s and early 1990s There were no or little GIS data We used canned datasets

More information

Addressing Geospatial Big Data Management and Distribution Challenges ERDAS APOLLO & ECW

Addressing Geospatial Big Data Management and Distribution Challenges ERDAS APOLLO & ECW Addressing Geospatial Big Data Management and Distribution Challenges ERDAS APOLLO & ECW Nouman Ahmed GeoSystems-Me (Hexagon Geospatial / ERDAS Regional Partner) Enterprise Solutions Architect Hexagon

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

Exploring GIS Data. I) GIS Data Models-Definitions II) Database Management System III) Data Source & Collection IV) Data Quality

Exploring GIS Data. I) GIS Data Models-Definitions II) Database Management System III) Data Source & Collection IV) Data Quality Exploring GIS Data I) GIS Data Models-Definitions II) Database Management System III) Data Source & Collection IV) Data Quality 1 Geographic data Model Definitions: Data : A collection of related facts

More information

automatic digitization. In the context of ever increasing population worldwide and thereby

automatic digitization. In the context of ever increasing population worldwide and thereby Chapter 1 Introduction In the recent time, many researchers had thrust upon developing various improvised methods of automatic digitization. In the context of ever increasing population worldwide and thereby

More information

Google Earth Engine. Introduction to satellite data analysis in cloud-based environment. Written by: Petr Lukeš

Google Earth Engine. Introduction to satellite data analysis in cloud-based environment. Written by: Petr Lukeš Google Earth Engine Introduction to satellite data analysis in cloud-based environment Written by: Petr Lukeš 1. Introduction Google Earth engine is cloud-based platform for visualisation, processing and

More information

Imagery and Raster Data in ArcGIS. Abhilash and Abhijit

Imagery and Raster Data in ArcGIS. Abhilash and Abhijit Imagery and Raster Data in ArcGIS Abhilash and Abhijit Agenda Imagery in ArcGIS Mosaic datasets Raster processing ArcGIS is a Comprehensive Imagery System Integrating All Types, Sources, and Sensor Models

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

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

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

GIS in agriculture scale farm level - used in agricultural applications - managing crop yields, monitoring crop rotation techniques, and estimate

GIS in agriculture scale farm level - used in agricultural applications - managing crop yields, monitoring crop rotation techniques, and estimate Types of Input GIS in agriculture scale farm level - used in agricultural applications - managing crop yields, monitoring crop rotation techniques, and estimate soil loss from individual farms or agricultural

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

More than a drafting task. Integration for efficiency

More than a drafting task. Integration for efficiency .. More than a drafting task Producing a map is a complex process involving collection of data, design and preparation of the contents, and production of a master copy, ready for printing. But if it stopped

More information

Representing the Real World

Representing the Real World Representing the Real World The theory of representing the real world in a GIS using digital data The nature of digital data and binary notation The discrete object view of the world Entities, data objects,

More information

The Feature Analyst Extension for ERDAS IMAGINE

The Feature Analyst Extension for ERDAS IMAGINE The Feature Analyst Extension for ERDAS IMAGINE Automated Feature Extraction Software for GIS Database Maintenance We put the information in GIS SM A Visual Learning Systems, Inc. White Paper September

More information

MRR (Multi Resolution Raster) Revolutionizing Raster

MRR (Multi Resolution Raster) Revolutionizing Raster MRR (Multi Resolution Raster) Revolutionizing Raster Praveen Gupta Praveen.Gupta@pb.com Pitney Bowes, Noida, India T +91 120 4026000 M +91 9810 659 350 Pitney Bowes, pitneybowes.com/in 5 th Floor, Tower

More information

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues.

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. 9 GIS Data Collection OVERVIEW This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. It distinguishes between primary (direct measurement)

More information

Geographic Information Systems. using QGIS

Geographic Information Systems. using QGIS Geographic Information Systems using QGIS 1 - INTRODUCTION Generalities A GIS (Geographic Information System) consists of: -Computer hardware -Computer software - Digital Data Generalities GIS softwares

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

8 Geographers Tools: Automated Mapping. Digitizing a Map IMPORTANT 2/19/19. v Tues., Feb. 26, 2019.

8 Geographers Tools: Automated Mapping. Digitizing a Map IMPORTANT 2/19/19. v Tues., Feb. 26, 2019. Next Class: FIRST EXAM v Tues., Feb. 26, 2019. Combination of multiple choice questions and map interpretation. Bring a #2 pencil with eraser. Based on class lectures supplementing Chapter 1. Review lectures

More information

Prof. Jose L. Flores, MS, PS Dept. of Civil Engineering & Surveying

Prof. Jose L. Flores, MS, PS Dept. of Civil Engineering & Surveying Prof. Jose L. Flores, MS, PS Dept. of Civil Engineering & Surveying Problem One of the challenges for any Geographic Information System (GIS) application is to keep the spatial data up to date and accurate.

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

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 Create a Tile Package

How to Create a Tile Package United States Department of Agriculture Digital Mobile Sketch Mapping (DMSM) How to Create a Tile Package (TPK) Forest Service Introduction A tile package (.tpk) allows you to use a set of packaged tiles

More information

Georeferencing Imagery in ArcGIS 10.3.x

Georeferencing Imagery in ArcGIS 10.3.x Georeferencing Imagery in ArcGIS 10.3.x Georeferencing is the process of aligning imagery (maps, air photos, etc.) with spatial data such as point, lines or polygons (for example, roads and water bodies).

More information

L7 Raster Algorithms

L7 Raster Algorithms L7 Raster Algorithms NGEN6(TEK23) Algorithms in Geographical Information Systems by: Abdulghani Hasan, updated Nov 216 by Per-Ola Olsson Background Store and analyze the geographic information: Raster

More information

Attribute Accuracy. Quantitative accuracy refers to the level of bias in estimating the values assigned such as estimated values of ph in a soil map.

Attribute Accuracy. Quantitative accuracy refers to the level of bias in estimating the values assigned such as estimated values of ph in a soil map. Attribute Accuracy Objectives (Entry) This basic concept of attribute accuracy has been introduced in the unit of quality and coverage. This unit will teach a basic technique to quantify the attribute

More information

First Exam Thurs., Sept 28

First Exam Thurs., Sept 28 First Exam Thurs., Sept 28 Combination of multiple choice questions and map interpretation. Bring a #2 pencil with eraser. Based on class lectures supplementing chapter. Review lecture presentations 9.

More information

Lecture 8. Database Management and Queries

Lecture 8. Database Management and Queries Lecture 8 Database Management and Queries Lecture 8: Outline I. Database Components II. Database Structures A. Conceptual, Logical, and Physical Components III. Non-Relational Databases A. Flat File B.

More information

Outline. 14. Query, Measurement, and Transformation. Spatial analysis. Definitions. The Snow map. What is spatial analysis?

Outline. 14. Query, Measurement, and Transformation. Spatial analysis. Definitions. The Snow map. What is spatial analysis? Outline 14. Query, Measurement, and Transformation What is spatial analysis? Transformations Geographic Information Systems and Science SECOND EDITION Paul A. Longley, Michael F. Goodchild, David J. Maguire,

More information

BAT Quick Guide 1 / 20

BAT Quick Guide 1 / 20 BAT Quick Guide 1 / 20 Table of contents Quick Guide... 3 Prepare Datasets... 4 Create a New Scenario... 4 Preparing the River Network... 5 Prepare the Barrier Dataset... 6 Creating Soft Barriers (Optional)...

More information

DETERMINATION OF THE OPTIMUM PATH ON THE EARTH S SURFACE. (extended abstract) Abstract

DETERMINATION OF THE OPTIMUM PATH ON THE EARTH S SURFACE. (extended abstract) Abstract Proceedings of the 17th International Cartographic Association Conference, Barcelona, Spain, September 1995. DETERMINATION OF THE OPTIMUM PATH ON THE EARTH S SURFACE (extended abstract) Marinos Kavouras

More information

8 Geographers Tools: Automated Mapping. Digitizing a Map 2/19/19 IMPORTANT. Revising a Digitized Map. The Digitized Map. vtues., Feb. 26, 2019.

8 Geographers Tools: Automated Mapping. Digitizing a Map 2/19/19 IMPORTANT. Revising a Digitized Map. The Digitized Map. vtues., Feb. 26, 2019. Next Class: FIRST EXAM 8 Geographers Tools: Automated Mapping vtues., Feb. 26, 2019. Combination of multiple choice questions and map interpretation. Bring a #2 pencil with eraser. Based on class lectures

More information

CREATION OF THE SYSTEM OF DISTRIBUTED SHAREABLE GEOGRAPHICAL DATA BASES FOR CARRYING OUT COMPLEX RESEARCHES OF TERRITORIES

CREATION OF THE SYSTEM OF DISTRIBUTED SHAREABLE GEOGRAPHICAL DATA BASES FOR CARRYING OUT COMPLEX RESEARCHES OF TERRITORIES CREATION OF THE SYSTEM OF DISTRIBUTED SHAREABLE GEOGRAPHICAL DATA BASES FOR CARRYING OUT COMPLEX RESEARCHES OF TERRITORIES Irina K. Lourie, Aly R. Alyautdinov, Dmitryi V. Michayilov Department of Cartography

More information

INCREASING CLASSIFICATION QUALITY BY USING FUZZY LOGIC

INCREASING CLASSIFICATION QUALITY BY USING FUZZY LOGIC JOURNAL OF APPLIED ENGINEERING SCIENCES VOL. 1(14), issue 4_2011 ISSN 2247-3769 ISSN-L 2247-3769 (Print) / e-issn:2284-7197 INCREASING CLASSIFICATION QUALITY BY USING FUZZY LOGIC DROJ Gabriela, University

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

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

FREE TUTORING. Digitizing a Map. 8 Geographers Tools: Automated Mapping. The Digitized Map. Revising a Digitized Map 9/28/2018. Next class: First Exam

FREE TUTORING. Digitizing a Map. 8 Geographers Tools: Automated Mapping. The Digitized Map. Revising a Digitized Map 9/28/2018. Next class: First Exam Next class: First Exam Tuesday, October 2, 2018. Combination of multiple choice questions and map interpretation. Bring a #2 pencil with eraser. Based on class lectures supplementing Chapter 1. Review

More information

Lab 1: Exploring data format

Lab 1: Exploring data format Geog 458: Map Sources and Errors January 13, 2006 Lab 1: Exploring data format Data format supported by ArcGIS There are many file types supported by ArcGIS, in addition to specific cartographic objects.

More information

Neighbourhood Operations Specific Theory

Neighbourhood Operations Specific Theory Neighbourhood Operations Specific Theory Neighbourhood operations are a method of analysing data in a GIS environment. They are especially important when a situation requires the analysis of relationships

More information

Contents of Lecture. Surface (Terrain) Data Models. Terrain Surface Representation. Sampling in Surface Model DEM

Contents of Lecture. Surface (Terrain) Data Models. Terrain Surface Representation. Sampling in Surface Model DEM Lecture 13: Advanced Data Models: Terrain mapping and Analysis Contents of Lecture Surface Data Models DEM GRID Model TIN Model Visibility Analysis Geography 373 Spring, 2006 Changjoo Kim 11/29/2006 1

More information

Alaska Department of Transportation Roads to Resources Project LiDAR & Imagery Quality Assurance Report Juneau Access South Corridor

Alaska Department of Transportation Roads to Resources Project LiDAR & Imagery Quality Assurance Report Juneau Access South Corridor Alaska Department of Transportation Roads to Resources Project LiDAR & Imagery Quality Assurance Report Juneau Access South Corridor Written by Rick Guritz Alaska Satellite Facility Nov. 24, 2015 Contents

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

NAGI METHODS OF MAP QUALITY EVALUATION

NAGI METHODS OF MAP QUALITY EVALUATION NAGI METHODS OF MAP QUALITY EVALUATION Dr. Nagi Zomrawi Mohammed Associate Professor, College Engineering, Sudan University of Science and Technology, Sudan, Khartoum, P.O Box: 407 ABSTRACT: Map quality

More information

Image georeferencing is the process of developing a model to transform from pixel coordinates into GIS coordinates such as meters on the ground.

Image georeferencing is the process of developing a model to transform from pixel coordinates into GIS coordinates such as meters on the ground. Image georeferencing is the process of developing a model to transform from pixel coordinates into GIS coordinates such as meters on the ground. Image rectification is the process of using your georeferencing

More information

Module 10 Data-action models

Module 10 Data-action models Introduction Geo-Information Science Practical Manual Module 10 Data-action models 10. INTRODUCTION 10-1 DESIGNING A DATA-ACTION MODEL 10-2 REPETITION EXERCISES 10-6 10. Introduction Until now you have

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

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

APPENDIX E2. Vernal Pool Watershed Mapping

APPENDIX E2. Vernal Pool Watershed Mapping APPENDIX E2 Vernal Pool Watershed Mapping MEMORANDUM To: U.S. Fish and Wildlife Service From: Tyler Friesen, Dudek Subject: SSHCP Vernal Pool Watershed Analysis Using LIDAR Data Date: February 6, 2014

More information

GIS OPERATION MANUAL

GIS OPERATION MANUAL GIS OPERATION MANUAL 1. Computer System Description Hardware Make Compaq Presario 5004 CPU AMD Athlon 1.1 Ghz Main Memory 640MB CD-ROM 52 X CD-RW 8 X HD 57GB Monitor 19 inch Video Adapter 16 Mb Nvidia

More information

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II Week 5 ArcMap - EXPLORING THE DATABASE Part I SPATIAL DATA FORMATS Part II topics of the week Exploring the Database More on the Table of Contents Exploration tools Identify, Find, Measure, Map tips, Hyperlink,

More information