GIS DATA STRUCTURES There are two fundamental approaches to the representation of the spatial component of geographic information: Vector Model Raster.

Slides:



Advertisements
Similar presentations
Desktop, Mobile & Web Based GIS/ Collaborative GIS
Advertisements

African Centre for Statistics United Nations Economic Commission for Africa Role of GIS and Remote Sensing to Environment Statistics Dozie Ezigbalike Data.
Geographic Information Systems GIS Data Models. 1. Components of Geographic Data Spatial locations Attributes Topology Time.
Geographic Information Systems
Copyright, © Qiming Zhou GEOG1150. Cartography Data Models for Computer Cartography.
WFM 6202: Remote Sensing and GIS in Water Management © Dr. Akm Saiful IslamDr. Akm Saiful Islam WFM 6202: Remote Sensing and GIS in Water Management Akm.
GIS for Environmental Science
Raster Based GIS Analysis
GIS: The Grand Unifying Technology. Introduction to GIS  What is GIS?  Why GIS?  Contributing Disciplines  Applications of GIS  GIS functions  Information.
Introduction to Cartography GEOG 2016 E
Introduction to GIS Ghassan Mikati, Ph.D GIS Expert.
Cartographic and GIS Data Structures
GIS Overview. What is GIS? GIS is an information system that allows for capture, storage, retrieval, analysis and display of spatial data.
Geographic Information Systems
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
NPS Introduction to GIS: Lecture 1
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Part 1. Understanding Spatial Data Structures by Austin Troy, University of Vermont.
1 Spatial Databases as Models of Reality Geog 495: GIS database design Reading: NCGIA CC ’90 Unit #10.
Urban Planning Applications of GIS GIS can be applied to many types of problem. Among these are representatives of both raster and vector data base structures,
Dr. David Liu Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application.
Geographical Information System GIS By: Yahia Dahash.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Prepared by Abzamiyeva Laura Candidate of the department of KKGU named after Al-Farabi Kizilorda, Kazakstan 2012.
Spatial data Visualization spatial data Ruslan Bobov
Habitat Analysis in ArcGIS Use of Spatial Analysis to characterize used resources Thomas Bonnot
Spatial data models (types)
SPATIAL DATA STRUCTURES
GROUP 4 FATIN NUR HAFIZAH MULLAI J.DHANNIYA FARAH AN-NUR MOHAMAD AZUWAN LAU WAN YEE.
Overview Dennis L. Johnson What is GIS? Geographic Information System Geographic implies of or pertaining to the surface of the earth Information implies.
GIS 1110 Designing Geodatabases. Representation Q. How will we model our real world data? A. Typically: Features Continuous Surfaces and Imagery Map Graphics.
Geo-referenced Information Processing System. ISPRS Geoprocessing Technologies to collect and treat spatial information for a specific goal. Geoprocessing.
BY:- RAVI MALKAT HARSH JAIN JATIN ARORA CIVIL -2 ND YEAR.
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
Geographic Information System GIS This project is implemented through the CENTRAL EUROPE Programme co-financed by the ERDF GIS Geographic Inf o rmation.
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4.
GIS Data Structure: an Introduction
Urban Planning and Development Applications of GIS Dr. Ahmad BinTouq GEO440: GIS for Urban & Regional.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
How do we represent the world in a GIS database?
Raster Data Model.
Cartographic and GIS Data Structures Dr. Ahmad BinTouq URL:
INTRODUCTION TO GEOGRAPHICAL INFORMATION SCIENCE RSG620 Week 1, Lecture 2 April 11, 2012 Department of RS and GISc Institute of Space Technology, Karachi.
Role of Spatial Database in Biodiversity Conservation Planning Sham Davande, GIS Expert Arid Communities Technologies, Bhuj 11 September, 2015.
Lecture 3 The Digital Image – Part I - Single Channel Data 12 September
Raster data models Rasters can be different types of tesselations SquaresTrianglesHexagons Regular tesselations.
GIS Data Structures How do we represent the world in a GIS database?
Group 6 Application GPS and GIS in agricultural field.
A Quick Introduction to GIS
What is GIS? GIS is an integrated system used to view and manage information about geographic places, analyze spatial relationships, and model spatial.
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
Introduction to GIS. What is GIS? Geographic Information System Geographic implies of or pertaining to the surface of the earth Information implies knowledge.
Distributed Data Analysis & Dissemination System (D-DADS ) Special Interest Group on Data Integration June 2000.
Introduction to Geographic Information Systems
GE 3128: Geographical Research Methods Mr. Idrissa Y. H. Assistant Lecturer In Geography Department of Social Sciences State University of Zanzibar Friday22.
Remote Sensing Theory & Background III GEOG370 Instructor: Yang Shao.
GIS Data Models III GEOG 370 Instructor: Christine Erlien.
What is GIS? “A powerful set of tools for collecting, storing, retrieving, transforming and displaying spatial data”
Spatial Data Models Geography is concerned with many aspects of our environment. From a GIS perspective, we can identify two aspects which are of particular.
UNIT 3 – MODULE 3: Raster & Vector
Czech Technical University in Prague Faculty of Transportation Sciences Department of Transport Telematics Doc. Ing. Pavel Hrubeš, Ph.D. Geographical Information.
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
GEOGRAPHICAL INFORMATION SYSTEM
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Geographic Information System
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.
Data Queries Raster & Vector Data Models
Cartographic and GIS Data Structures
Raster Data Analysis.
Presentation transcript:

GIS DATA STRUCTURES There are two fundamental approaches to the representation of the spatial component of geographic information: Vector Model Raster Model

Vector Model The first model of indicating geographical space, called vector, allows us to give specific spatial locatitions explicitly. The vector data structure is representative of dimensionally as it would appear on a map (DeMers, 1997). The vector data model provides for the precise positioning of features in space. Based on analytical geometry, a vector model builds a complex representation from primitive objects for the dimensions: points, lines and areas.

Vector Model There are several ways in which vector data structures can be put together into a vector data model, enabling us to examine the relationships between variables in a single coverage or among the different coverages. The topological data model is more commonly used in software that implements a full range of operations on vector representations. The topological model incorporates network relationships along with the coordinate measurements (Chrisman, 1997).

Raster Model The raster data model serves to quantize or divide space as a series of packets or units, each of which represents a limited, but defined, amount of the earth’s surface. The raster model can define these units in any reasonable geometric shape, as long as the shapes can be interconnected to create a planar surface representing all the space in a single study area.

Raster Model The raster model divides the earth into rectangular building blocks as grid cells or pixels that are filled with the measured attribute values. The location of each cell or pixel is defined by its row and column numbers. Raster data structures do not provide precise locational information therefore it may seem to be rather undesirable (DeMers, 1997).

Comparison Between Vector and Raster Data Model Advantages It is a simple data structure Overlay operations are easily and efficiently implemented High spatial variability is efficiently represented in a raster format The raster model is more or less required for efficient manipulation and enhancement of digital images Disadvantages The raster data structure is less compact data compression techniques (an often overcome this problem) Topological relationships are more difficult to represent The output of graphics is less aesthetically pleasing because appearancerather than the smooth lines of hand-drawn maps. This can be overcome by using a very large number of cells, but may result in unacceptably large files

Comparison Between Vector and Raster Data Model Advantages It provides a more compact data structure than the raster model It provides efficient encoding of topology and as a result more efficient implementation of operations that require topological information, such as network analysis The vector model is better suited to supporting graphics that closely approximate hand-drawn maps Disadvantages It is a more complex data structure than a simple raster Overlay operations are more difficult to implement The representation of high spatial variability is inefficient Manipulation and enhancement of digital images cannot be effectively done in the vector domain

Digital Remote Sensing Imagery Remote Sensing is a data acquision technique. The remotely sensed data are an ever increasing input to GIS databases, especially where large areas must be analyzed and repeat coverage is necessary due to rapidly changing contitions. Sensors differ widely in the portion of the electromagnetic specturum used to evaluate earth features. In addition, they vary in their ability to be electronically manipulated to produce meaningful categories..

Digital Remote Sensing Imagery There are two major products derived for input to the GIS. These are digitally enhanced imagery and classified images. As an input to GIS, the classified images is used to update and/or compare with the classified data already inside the GIS

Integration of GIS and Remote Sensing Data Remote sensing data can be readily merged with other sources of geo-coded information in a GIS. This permits the overlapping of several layers of information with the remotely sensed data, and the application of a virtually unlimited number of forms of data analysis. On the one hand, the data in a GIS might be used to aid in image classification. On the other hand, the land cover data generated by a classification might be used in subsequent queries and manipulations of the GIS database (Lillesand and Keifer, 1987).

Integration of GIS and Remote Sensing Data For the last twenty years, satellite remote sensing has been used to collect data that is used mainly for regional planning and small-scale studies. However, new developments have considerably increased the potential use of satellite images for urban applications. GIS increasingly are being used to collect, store, analyze and display maps and other spatial information. A GIS can help to improve the management and use of this information at all levels of an organization.

Integration of GIS and Remote Sensing Data One of the most important advantages of a GIS is the possibility of combining data from different sources and of exchanging information between organizations. By using a computerized GIS it is possible to improve the interpretation and analysis of remote sensing images by data from several sources. Vector data can be converted to raster data and used as another layer in a raster database. This additional layer can be used in the classification process or it can be used in GIS (Erdas, 1991).

Urban Planning Applications of GIS GIS can be applied to many types of problem. Among these are representatives of both raster and vector data base structures, both simple and complex analytical models. Master planning applications are one of them.

Urban Planning Applications of GIS Among others proposed dam site, waste site selection, irrigation and water resource potential, merging raster and vector data for map update, species habitat analysis, agricultural production modeling can be noted. There are many possibilities for application of the GIS technology in urban and regional planning. With respect to background studies, GIS can be employed for nearly all research that involves land based spatial analysis and modeling.

Urban Planning Applications of GIS Especially for area monitoring (both on a sectoral and integral basis), regional potential and feasibility analyses and site selection studies. For studies in which plan alternatives are generated, much more flexible design, optimization and evaluation tools would be needed in order to give GIS a dominant position in the development process.

Urban Planning Applications of GIS GIS can also be helpful for the documentation of spatial plans and in the approval process for the development, building and installation permits. GIS applied to a wide range of land management and land use planning issues including the interpretation and formulation of land use policy. Land-use policy can be interpreted within GIS using a modeling approach.

Urban Planning Applications of GIS Output in the form of maps showing areas in which land-use changes are more likely to occur, and statistics, graphs and tables summarizing this information according to a variety of specified spatial units. Such output allows land-use implications to be discussed. The predicted land-use changes can also form input for GIS-based impact assessment.

Urban Planning Applications of GIS GIS have become of increasing significance for environmental planning and assessment in recent years. One reason for this, a great number of spatial data with their attributes is involved in environmental planning. GIS represents a highly efficient instrument for such planning tasks. GIS can be used to develop natural and cultural resource inventory to identify contamination sources, to assess environmental constraints, selection of sites for land application of sewage waste. Suitability for several treatment techniques can be considered using soil, topographic and land use factors, integrated with information about the biological, chemical and physical properties of waste.

Urban Planning Applications of GIS Wetland applications of GIS are another examples. Wetland issues have become a major source of interest to the professional and to the public.Unlike other environmental issues that are localized or found only in certain areas, wetlands are found almost everywhere. GIS and remote sensor technologies supply information of a more general nature. In a regional inventory satellite and high altitude image data sets can provide a valuable resource or focal point for data analyses.