GIS Generalization Dr. Zakaria Yehia Ahmed GIS Consultant Ain Shams University Tel: Mobile:

Size: px
Start display at page:

Download "GIS Generalization Dr. Zakaria Yehia Ahmed GIS Consultant Ain Shams University Tel: Mobile:"

Transcription

1 GIS Generalization Dr. Zakaria Yehia Ahmed GIS Consultant Ain Shams University Tel: Mobile: Abstract GIS Generalization makes data less-detailed and less-complex for better analysis and representation at reduced scales. It allows interactive and batch processes for selecting, analyzing, generalizing, and post processing data based on user-specified specifications. Generalization involves many processes such as simplification; create centerlines, area aggregation, elimination, smoothing and symbolization. This paper presents a new GIS generalization module which is developed using ArcGIS / Arc Info software and VBA programming language for semi-automatic generalization in the context of GIS. Different generalization functions are implemented. The developed module proves its efficiency and potentiality to be applied in different generalization processes from large-scale to a small scale maps. This module performs the generalization processes on both spatial and attributes database components. Many experiments are performed to evaluate the developed module using different data sets. The results prove that this module is efficient, accurate and successful. The case study area is located in Cairo governorate. Various hardcopy maps with different scales ranging from 1:5,000 to 1: 1,000,000 are acquired. Hardcopy maps are transformed into digital maps under strict quality control procedures. Then, digital data are edited, edge matched, and transformed to a unique GIS data set having the same coordinate system. Then the developed GIS database is checked for accuracy, completeness, and consistency. (Key Words: Generalization - Digital Conversion - Digital Maps -Geographic Information System) 1 MAJOR ELEMENTS OF GENERALIZATION Classification deals with creation of class corresponds to a meaningful grouping of locations. Grouping performs combination of two or more area features into a single area feature. Symbolization is polygon to point symbolization process. Simplification removes unwanted detail from a linear geometry by determining which points are critical to its portrayal and removing all other points. Smoothing smoothes the rough and jagged edges of a linear geometry so as to produce a more aesthetically pleasing appearance. Exaggeration increases the size of features than usual to make them readable in the generalized map, especially for important landmarks. Elimination deletes polygons with area less then minimum area or lines with length less than a specified minimum length. 2 ADVANTAGES AND PROBLEMS ASSOCIATED WITH MAP GENERALIZATION 1. Plotting time is often a bottleneck in many GIS applications. So,as the amount of data is reduced through the generalization process, the plotting speed is increased. 1

2 2. The generalization process reduces the storage size. Coordinate pairs are the bulk of data in many GIS. Hence, simplification may reduce a data set by 70% without changing the perceptual characteristics of some features, this results in significant savings in memory. 3. The generalization process increase the processing speed. This can be done through the following: Faster vector-to-raster conversion Faster vector processing. The time needed for many types of vector processing including translation, rotation, rescaling, cartometric analysis will be greatly reduced with a simplified data set Many types of symbol-generation techniques will also be speeded up,e.g. many shading algorithms that calculate intersections between shade lines and polygonal boundaries. A simplified polygonal boundary will reduce both the number of boundary segments and also the number of intersection calculations required On the other hand, When map generalization is applied, we will have the following problems: 1. Problems with plotter resolution when the scale is reduced. 2. As the scale of a digital map is reduced, the coordinate pairs are shifted closer together. 3. With significant scale reduction, the computed resolution could easily exceed the graphic resolution of the output device.e.g. a coordinate pair (0.1, 6.3) reduced by 50% to (0.05, 3.15) could not be accurately displayed on a device having an accuracy of Research Objectives When considering the theoretical elements of why one should generalize, six such elements may be distinguished. - The first theoretical element is that of reducing complexity. Here, complexity is a measure of the visual interaction of various graphic elements within a map. It is of paramount importance that the central result of the cartographer s analysis is passed on to the end-user of the map. The number and the diversity of graphic elements within a given area impacts the map s ability to communicate the mapped information to the reader. The complexity of an area increases as the scale is reduced and features within that area become cluttered in appearance. - Maintaining spatial accuracy is the second theoretical element that motivates generalization. It is possible to measure to what extent this goal is reached, as spatial accuracy may be directly related to the displacement between the original and the generalized features of a map. This retention of spatial accuracy deals with geographical data the cartographic features, such as points, lines and areas. - The third theoretical element is maintaining attribute accuracy. In addition to considering the maintenance of spatial accuracy, one must also consider the accompanying attribute data that is associated with these spatial representations. This goal is, for the most part, purely numerical in nature. It makes use of both classification methods and statistical analysis. The overall objective is to minimize the unintentional alteration of feature attributes, which will affect the spatial representation of the features. - The fourth objective is maintaining aesthetic quality. The aesthetic quality of a map is not an absolute measure, as it is a combination of a multitude of factors. These 2

3 factors include appropriate and consistent use of figure ground relationships, overall balance, layout, typography styles and positioning and color or gray tones. A great deal of effort has been spent by the cartographers to establish guidelines for good cartographic design and, even though it is difficult to formulate specific rules, general guidelines are now being established. - Maintaining a logical hierarchy is the fifth theoretical element. It reflects the need for an ordering of the mapped features. A large city must be more readily noticeable than a small city and highways should be more prominent than country roads. This seems easy to achieve when considering a single class of features, but may become more difficult when the whole map is considered in a more holistic sense. - The sixth element is that of consistently applying generalization rules, which seeks to ensure consistent and unbiased generalizations. The selection and application of generalization rules is a very subjective process and there is much variation in the way different cartographers choose to solve these problems. So the main objectives of this research are: Study different map series and their characteristics. Formalize the Data Model of various map series. Study, evaluate, and analyze existing generalization software Develop an expert system which can carry out some generalization processes in a semi automatic process. 4 DEVELOPMENT OF THE GIS GENERALIZATION MODULE There is a need for developing new powerful algorithms integrated with widely used GIS software packages, such as ArcGIS, to perform generalization processes in the integrated spatial and attribute database. This is very important for many reasons, such as reduction of database size for storage and processing purposes, performing certain types of analysis on small-scale digital maps and GIS databases, integration of multi data sources with different scales and formats, the need of semi automatic generalization module taking the input scale and the output scale to do the generalization model automatically without any human errors, and the need to take into consideration the standards of Egypt maps. In the next section, a new technique is developed for performing some generalization tasks using the Visual Basic for Application (VBA) programming language, associated with the ArcGIS software package. These tasks are elimination, symbolization, grouping, and simplification. The proposed technique is capable of performing data abstraction and GIS database generalization. Many experiments are performed to evaluate the proposed technique using different GIS data sets that are developed separately in different projects from various sources with different scales and types. 4.1 Generalization Procedure for Polygon Features (GPPF): The generalization procedure for polygon features is performed as follows: 1. Polygons are kept with the same feature definition. 2. Polygons with area less than (Accuracy in mm* Reverse of Output Scale) 2 will be Eliminated unless they are important, in this case they will be Symbolized (transformed to point feature) and then Eliminated. 3

4 3. polygons with in between distances less than (Accuracy in mm* Reverse of Output Scale) will be Grouped (Aggregated). If any of these features is important, it will be also Symbolized. 4. The polygons which have segments with length less than (Accuracy in mm* Reverse of Output Scale) will be Simplified. The following figure Figure (1),shows the flow chart of the adopted procedure. Figure (1) Generalization Procedure for Polygons Features (GPPF) 4.2 Generalization Procedure for Linear Feature (GPLF): The generalization procedure for linear feature is performed as follows: 1. Lines are kept with the same feature definition. 2. Lines with length less than (Accuracy in mm* Reverse of Output Scale) will be Eliminated. 3. Lines with segments length more than (Accuracy in mm* Reverse of Output Scale) will be Simplified and Smoothed. The following figure Figure (2), shows the flow chart of the adopted procedure. 4

5 Figure (2) Flow chart of the Generalization Procedure for Linear Features layer (GPLF) 4.3 GIS Generalization Module Development : The comprehensive GIS module (Figure (3)) is developed using Visual Basic for Application (VBA) programming language on the top of the ArcGIS ArcInfo software. Figure (3) Generalization Module 5 GIS DATABASE DEVELOPMENT FOR THE CASE STUDY AREA The GIS databases for the case study area are developed from various hardcopy map series with scales ranging from 1:5,000 to 1:1,000,000 using the following procedure: 1- Acquire maps for the case study area in Cairo with scale (1:5,000 & 1: 50,000 & 1:250,000 & 1:1,000,000). 2- Convert the maps to digital format with WGS84 datum and the Egyptian Coordinate System (ETM). 3- Apply the edge matching concept to form one layer for each feature class. 5

6 4- Build the topology for all feature classes. 5- Build the GIS database for all feature classes. 6- Add field with name "scale" in all layers which defines the important feature in various scales. This value is equal to 1,000,000 or 250,000 or 50, The following rules are taken into consideration during work : - All hospitals and schools in layer urban in scale 5000 must be converted into land marks in small scale (50,000), this means that all hospital and schools in layer urban in scale 5,000 store value (50,000). - All roads are existing in scale 1:5,000; the main roads only are kept in scale 1:50,000 (store in the scale field). - The railways connecting main villages are kept in scale 1:250,000 and 1:1,000,000 (store 1:250,000 or 1:1,000,000 in the scale field) - All canals are exist in scale 1:5000, the main canals only are kept in scale 1:50,000 (store 50,000 in the scale field), the large canals connecting main villages are kept in scale 1:250,000 and 1:1,000,000 (store 1:250,000 or 1:1,000,000 in the scale field) More details are given in the following sections. 5.1 Data storage and processing GIS data are organized in layers and levels. Individual data/levels are stored in individual data files. Each layer is stored in a group of files. ArcGIS software store the layers in Geodatabase file, it is physically organized for proper and easy data management and retrieval. Data required for this project are available in two different forms: spatial and attributes. spatial data are related to specific locations and represented in a vector format. Vector data includes maps with various scales in hardcopy format. Hard copy maps of a scale 1:50,000 produced by the Egyptian Survey Authority (ESA) and the Military Survey Department (MSD) are used for the case study area in Cairo. Hard Copy maps of a scale 1:250,000 and scale 1:1,000,000 produced by the Military Survey Department (MSD) will be used for the same area. Attribute data are those related to geographic features. They linked to the features in the layer's table. The developed layers are: 1. 1 : 5,000 GIS database 2. 1 : 50,000 GIS database 3. 1 : 250,000 GIS database 4. 1 : 1,000,000 GIS database 5.2 GIS Attribute Data Handling GIS attribute data are numerous. They include numerical and text data. Numerical and text data are often recorded on paper and scattered amongst a multitude of different conventional registers and files. Attribute data handling includes three successive procedures, namely data preparation, entering, and editing. Quality Control (QC) procedures must be applied through these operations. Data acquisition is controlled with data availability at different organizations, roles and regulations, data characteristics, and good preparation of data collection structure. The data fields of the collection forms should correspond to the data fields of the database. Quality control procedures are done manually and using automatic verification functions. Automatic verification functions retrieve only formal errors. Incorrect information can only be detected and edit by manual copy reading. The links between spatial and attribute data is checked at the end. The following tables summarize the 6

7 characteristics of the used GIS database layers in the practical experiments for evaluating the developed comprehensive GIS generalization module. Scale Example Source Projection Layer_Name Definition Attributes Date 5,000 Cairo ESA ETM Builds Polys Some Names 1988 Urban areas Lakes polys Some Names 50,000 Cairo Military UTM Urban areas polys Some Names 2000 Survey Graves Some Names 250,000 Cairo Military UTM Urban areas polys Some Names 1997 Survey Agriculture 1000,000 Cairo ESA Geographic Capitals City Villages Markaz Points Points Points Points Some Names Type, class 1968 Table (1) GIS database layers utilized for evaluating the developed GIS generalization module (polygons - Points) Scale Example Source Projection Layer_Name Definition Attributes Date 5,000 Cairo ESA ETM Road Edges Lines Some Names, 1988 Canals Drains Class 50,000 Cairo Military UTM Roads Lines Some Names, 2000 Survey Railway Class 250,000 Cairo Military UTM Roads Lines Some Names, 1997 Survey Railway 1000,000 Cairo ESA Geographic Roads Railway Lines Class Some Names, Class Table (2) GIS database layers utilized for evaluating the developed GIS generalization module (Lines) 5.3 Evaluation of the developed GIS Generalization Module Many experiments are performed to evaluate the developed modules using different data sets. In the following sub-sections, experiments details, the study area, and input data are given. According to the procedures are described later we will run the module and test the outputs, then the assessment criteria are outlined. The following figure, summarizes these experiments Figure (4) experimental work for testing the developed GIS generalization module 7

8 5.3.1 Polygon Features After the GIS data preparation we make the following experiment using the developed application. The input is urban areas for scale 1: 5000, Figure (5) and the output should be urban areas for scale 1: 50,000. We have some attribute data should be kept in scale 1:50,000, Figure (6) also we have some land marks should be kept in scale 1:50,000, Figure (7). We can see that the tolerance is automatically calculated using the output scale but it is editable, so the user can change the tolerance. Selecting the input scale, Figure (5-11), feature layer is urban area, input layer, writing the output name, selecting the output scale, and click on the generalize button. The output of urban map after running the generalization Procedure for Polygons Features (GPPF) can be shown in Figure (8). The important land mark like schools, hospitals, and police stations are symbolized and converted into points with all the attributes, Figure (9). We can compare between the input attributes and output attributes using the Table (3). Figure (5) Urban map (scale 1 : 5000) Before Generalization Figure (6) Viewer for Urban map scale (1 : 5000) Figure (7) Urban map scale (1 : 5000) with Land Marks generation after generalization Figure (8) Urban map scale (1 : 5000) After Generalization 8

9 Figure (9) The final Generalized Urban map scale (1 : 50000) Figure (10) Urban with scale (1 : 5,000) and the Generalized Urban with Scale (1 : 50,000) Table (3) Attributes of Urban Areas Before and After Generalization The comparison between generalized urban layer and the actual Urban layer with scale 1:50,000 is made to evaluate the performance of the GIS generalization module including spatial and attribute components - The spatial difference - The attributes differences is discussed Analysis of results After analyzing the results, the following remarks could be made: The output of the generalization is more accurate than the maps of scale 50,000 because the source of data is more accurate and no shift in coordinates is performed. The output of generalized map is shifted than the maps with the same scale The attributes of the urban layer in scale 5000 is kept in the generalized layer The processing time is short compared with manual generalization The effort made is little compared with manual generalization No human decisions during the generalization are required. 9

10 We can concentrate on the maps with large scale, and then we can produce the small scale maps from it using the developed module. The overlaying between small scale and large scale will be very easy Linear Features After the GIS data preparation we make the following experiment using the developed application. The input is roads for scale 1: 50,000, Figure (12) and the output should be roads for scale 1: 1,000,000, Figure (14). We can see that the tolerance is automatically calculated using the output scale but it is editable, so the user can change the tolerance. Selecting the input scale, Figure (13), feature layer is urban area, input layer, writing the output name, selecting the output scale, Figure (13), and click on the generalize button. The output of roads after running the generalization Procedure for Line Features (GPLF) can be shown in Figure (14). We can compare between the input attributes and output attributes using the Table (5-5). Figure (11) Roads map scale (1 : 50,000) Figure (12) The parameters Used in Generalizing Roads map scale (1 : 50,000 Figure (13) Roads with scale (1: 50,000) and the Generalized Roads Figure (14) The Generalized Roads of Scale (1 : 50,000) 11

11 With Scale (1: 1,000,000) Figure (15) Comparison Between the Generalized Roads and Roads in Maps with Scale (1 : 1,000,000 Table (4) Attributes of Roads Before and After Generalization Analysis of results After analyzing the results, the following remarks could be made: The generalized roads date is 2000 and the actual roads date is 1968 The output of generalization is more accurate than the maps of scale 1,000,000 because the source of data is more accurate The output of generalized map is shifted than the maps with the same scale The attributes of the roads layer in scale 1: is kept in the generalized layer in scale 1 : The processing time is short compared with manual generalization The effort made is little compared with manual generalization No human decisions during the generalization are required. We can concentrate on the maps with large scale, and then we can produce the small scale maps from it using the developed module. The overlaying between small scale and large scale will be very easy. 11

12 6 CONCLUSION 1. Generalization is the process of changing the form of map features, usually performed when the map is transformed from one map scale to a smaller scale. it is a scale-depended procedure. The smaller, the scale the greater generalization of map objects is necessary. 2. Generalization is very important for many reasons, such as reduction of database size for storage and processing purposes, performing certain types of analysis on small-scale digital maps and GIS databases as well as integration of multi data sources with different scales and formats. 3. Various algorithms have been developed addressing individual generalization tasks. However, there was very limited research for developing a comprehensive system that can handle integrated tasks and dealing with GIS database generalization where two types of generalization tasks are required: database generalization and cartographic generalization. 4. Generalization allows interactive and batch processes for selecting, analyzing, generalizing, and post processing data based on user-supplied specifications. 5. The attributes of GIS data layers are kept in the output maps. 6. A GIS database is developed from existing hardcopy Egyptian maps covering part of Greater Cairo governorate with scales ranging from 1 : 5,000 to 1: 1,000,000. This database is utilized for carrying out all the experiments. 7. A robust generalization module should start with specifying input and output scales, processed layers, and tolerances, and then proceed with semiautomatic generalization process that execute necessary generalization functions in the correct manner. 8. A new comprehensive module is developed for performing some generalization tasks using the VBA programming language, associated with the ArcGIS software package. The proposed technique is capable of performing data abstraction and GIS database generalization. The efficiency of the developed generalized modules are assessed by comparing the outputs with the existing spatial and attribute databases within the pre-developed GIS. Experimental work proves that these modules are efficient and successful. 9. The developed GIS generalization module is ready to use in Egypt, and it might need some modifications to be use in other countries where other maps specifications are used. 10. The developed GIS generalization module can work in different projection and different datum 11. Using the developed GIS generalization module, the attributes of the generalized layers are kept 12

13 12. The developed GIS generalization module does not need much interactive work. 13. The output of the developed generalization module is more accurate than the maps with small scale because the source of the data is more accurate. 7 RECOMMENDATIONS The some comprehensive recommendations for future research and development are as follows: 1. There is a need to develop full automatic generalization module taking the input scale and the output scale to do the generalization model automatically without any human errors. 2. The generalization is very important as it eliminate work duplication and save money and time so we should use this technique in the authorities, the governmental agencies, and the private sector companies. 3. There is a need for developing generalization software using open source GIS softwares to reduce the cost. 4. There is a need to develop new summarized GIS attribute database related to the produced generalized digital map. 5. There is a need for developing generalization software to limit the interactive processes for the incomplete and unresolved features. 13

14 LIST OF REFERENCES 1. Abd-Elaziz, El Manadily, and Yehia, 2005, Development and Assessment of Semi-automatic GIS Generalization Module, Master of science in Civil Engineering,Faculty of Engineering, Cairo University, Giza, Egypt. 2. Change, (1992), International report on Generalization software,institute of Cartography, Hannover University, pp El-Manadilii.,.Y.S (2000) TOWARDS THE ESTABLISHMENT OF AN AUTOMATIC SYSTEM FOR GIS DATABASE GENERALIZATION, Paper, Civil Engineering, Cairo University 4. ESRI ARCGIS ArcInfo (2005) Map Generalization in GIS: Practical Solutions with Workstation ArcInfo. Software, ESRI INC., USA. 5. Grunreich, (1993), Generalization in GIS environment, International Cartographic Conference, Cologone, pp Intergraph DynaGEN Technical Overview. (2000) DynaGEN Technical Overview, Intergraph INC., USA 7. Li, Z. and Openshow, (1993), A natural principle for the objective generalization of digital maps, Cartography and Geographic Information Systems, pp MGE/MG, Reported by Lee, (1993), Cartographic Generalization, Technical Report, Intergraph Corporation, Huntsville, AL, pp Muller J.C. (1991), Generalization of spatial database, in Maguire, D.J., (Eds), Geographic Information Systems, Vol. (1), pp , London: Longman. 10. Robinson, A. H., (1994), An automated generalization system for large scale topographic maps, Selected Paper from first National Conference First Conference of GIS UK, London pp Wessam Hussein Abdelghani. (2000) New Considerations for Automated Generalization Process in The Context of GIS, Master Thesis, Civil Engineering, Cairo University. 12. Youssef Ibrahim Abdelaziz, Prof. of Surveying and Photogrammetry, Faculty of Engineering Cairo University, has wrote a paper for Scale map. (Scale Map for Surveying Map), Under processing 14

DATA SOURCES AND INPUT IN GIS. By Prof. A. Balasubramanian Centre for Advanced Studies in Earth Science, University of Mysore, Mysore

DATA SOURCES AND INPUT IN GIS. By Prof. A. Balasubramanian Centre for Advanced Studies in Earth Science, University of Mysore, Mysore DATA SOURCES AND INPUT IN GIS By Prof. A. Balasubramanian Centre for Advanced Studies in Earth Science, University of Mysore, Mysore 1 1. GIS stands for 'Geographic Information System'. It is a computer-based

More information

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax:

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax: GENERALIZATION IN THE NEW GENERATION OF GIS Dan Lee ESRI, Inc. 380 New York Street Redlands, CA 92373 USA dlee@esri.com Fax: 909-793-5953 Abstract In the research and development of automated map generalization,

More information

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics Lecture 2 A Review: Geographic Information Systems & ArcGIS Basics GIS Overview Types of Maps Symbolization & Classification Map Elements GIS Data Models Coordinate Systems and Projections Scale Geodatabases

More information

Planning Road Networks in New Cities Using GIS: The Case of New Sohag, Egypt

Planning Road Networks in New Cities Using GIS: The Case of New Sohag, Egypt Planning Road Networks in New Cities Using GIS: The Case of New Sohag, Egypt Mostafa Abdel-Bary Ebrahim, Egypt Ihab Yehya Abed-Elhafez, Kingdom of Saudi Arabia Keywords: Road network evaluation; GIS, Spatial

More information

PC ARC/INFO and Data Automation Kit GIS Tools for Your PC

PC ARC/INFO and Data Automation Kit GIS Tools for Your PC ESRI PC ARC/INFO and Data Automation Kit GIS Tools for Your PC PC ARC/INFO High-quality digitizing and data entry Powerful topology building Cartographic design and query Spatial database query and analysis

More information

A Review: Geographic Information Systems & ArcGIS Basics

A Review: Geographic Information Systems & ArcGIS Basics A Review: Geographic Information Systems & ArcGIS Basics Geographic Information Systems Geographic Information Science Why is GIS important and what drives it? Applications of GIS ESRI s ArcGIS: A Review

More information

a system for input, storage, manipulation, and output of geographic information. GIS combines software with hardware,

a system for input, storage, manipulation, and output of geographic information. GIS combines software with hardware, Introduction to GIS Dr. Pranjit Kr. Sarma Assistant Professor Department of Geography Mangaldi College Mobile: +91 94357 04398 What is a GIS a system for input, storage, manipulation, and output of geographic

More information

GENERAL COMMAND OF MAPPING TURKEY

GENERAL COMMAND OF MAPPING TURKEY GENERAL COMMAND OF MAPPING (HARİTA GENEL KOMUTANLIĞI) TURKEY NATIONAL REPORT (2007-2011) 15 th General Assembly International Cartographic Conference Paris FRANCE, 03-08 July 2011 NATIONAL REPORT (2007-2011)

More information

ArcGIS Tools for Professional Cartography

ArcGIS Tools for Professional Cartography ArcGIS Tools for Professional Cartography By Makram Murad-al-shaikh M.S. Cartography Senior instructor ESRI Educational Services ICC - A Coruña - Spain, 9-16 July, 2005 Overview Overview of the ArcGIS

More information

GIS = Geographic Information Systems;

GIS = Geographic Information Systems; What is GIS GIS = Geographic Information Systems; What Information are we talking about? Information about anything that has a place (e.g. locations of features, address of people) on Earth s surface,

More information

Introduction. Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water

Introduction. Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water Introduction Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water Conservation District (SWCD), the Otsego County Planning Department (OPD), and the Otsego County

More information

THE CREATION OF A DIGITAL CARTOGRAPHIC DATABASE FOR LOCATOR MAPSl

THE CREATION OF A DIGITAL CARTOGRAPHIC DATABASE FOR LOCATOR MAPSl THE CREATION OF A DIGITAL CARTOGRAPHIC DATABASE FOR LOCATOR MAPSl Karen A. Mulcahy Hunter College ABSTRACT. This paper reports on the procedures and problems associated with the development ofa digital

More information

THE QUALITY CONTROL OF VECTOR MAP DATA

THE QUALITY CONTROL OF VECTOR MAP DATA THE QUALITY CONTROL OF VECTOR MAP DATA Wu Fanghua Liu Pingzhi Jincheng Xi an Research Institute of Surveying and Mapping (P.R.China ShanXi Xi an Middle 1 Yanta Road 710054) (e-mail :wufh999@yahoo.com.cn)

More information

NR402 GIS Applications in Natural Resources

NR402 GIS Applications in Natural Resources NR402 GIS Applications in Natural Resources Lesson 1 Introduction to GIS Eva Strand, University of Idaho Map of the Pacific Northwest from http://www.or.blm.gov/gis/ Welcome to NR402 GIS Applications in

More information

If you aren t familiar with Geographical Information Systems (GIS), you. GIS, when combined with a database that stores response information,

If you aren t familiar with Geographical Information Systems (GIS), you. GIS, when combined with a database that stores response information, Geographical Information Systems in EMS By William E. Ott If you aren t familiar with Geographical Information Systems (GIS), you should take a look at what GIS can offer you as an EMS manager. GIS, when

More information

Performing Map Cartography. using Esri Production Mapping

Performing Map Cartography. using Esri Production Mapping AGENDA Performing Map Cartography Presentation Title using Esri Production Mapping Name of Speaker Company Name Kannan Jayaraman Agenda Introduction What s New in ArcGIS 10.1 ESRI Production Mapping Mapping

More information

Abstract. Keywords: Geographic information systems and digital data model. 1. Introduction

Abstract. Keywords: Geographic information systems and digital data model. 1. Introduction Abstract GISMO - A Geographical Information System for a Municipality Office Ramzi A. Haraty and Youssef O. Kaddoura Lebanese American University P.O. Box 13-5053 Chouran Beirut, Lebanon 1102 2801 Email:

More information

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work?

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Outline Chapter 1 Introducing ArcGIS What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Basic data formats The ArcCatalog interface 1-1 1-2 A history of products Arc/Info

More information

Desktop GIS for Geotechnical Engineering

Desktop GIS for Geotechnical Engineering Desktop GIS for Geotechnical Engineering Satya Priya Deputy General Manager (Software) RMSI, A-7, Sector 16 NOIDA 201 301, UP, INDIA Tel: +91-120-2511102 Fax: +91-120-2510963 Email: Satya.Priya@rmsi.com

More information

An Introduction to Geographic Information System

An Introduction to Geographic Information System An Introduction to Geographic Information System PROF. Dr. Yuji MURAYAMA Khun Kyaw Aung Hein 1 July 21,2010 GIS: A Formal Definition A system for capturing, storing, checking, Integrating, manipulating,

More information

Geometric Algorithms in GIS

Geometric Algorithms in GIS Geometric Algorithms in GIS GIS Software Dr. M. Gavrilova GIS System What is a GIS system? A system containing spatially referenced data that can be analyzed and converted to new information for a specific

More information

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4 Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4 Vector Data Modeling To prepare spatial data for computer processing: Use x,y coordinates to represent spatial features

More information

software, just as word processors or databases are. GIS was originally developed and cartographic capabilities have been augmented by analysis tools.

software, just as word processors or databases are. GIS was originally developed and cartographic capabilities have been augmented by analysis tools. 1. INTRODUCTION 1.1Background A GIS is a Geographic Information System, a software package for creating, viewing, and analyzing geographic information or spatial data. GIS is a class of software, just

More information

Linear Referencing Systems (LRS) Support for Municipal Asset Management Systems

Linear Referencing Systems (LRS) Support for Municipal Asset Management Systems Linear Referencing Systems (LRS) Support for Municipal Asset Management Systems Esri Canada Infrastructure Asset Management Leadership Forum November 1, 2017 Toronto, ON David Loukes, P. Eng., FEC Andy

More information

Lecture 9: Geocoding & Network Analysis

Lecture 9: Geocoding & Network Analysis Massachusetts Institute of Technology - Department of Urban Studies and Planning 11.520: A Workshop on Geographic Information Systems 11.188: Urban Planning and Social Science Laboratory Lecture 9: Geocoding

More information

Version 1.1 GIS Syllabus

Version 1.1 GIS Syllabus GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION Version 1.1 GIS Syllabus Endorsed 1 Version 1 January 2007 GIS Certification Programme 1. Target The GIS certification is aimed at: Those who wish to demonstrate

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN STREAM, spatial tools for river basins, environment and analysis of management options Menno Schepel Resource Analysis, Zuiderstraat 110, 2611 SJDelft, the Netherlands; e-mail: menno.schepel@resource.nl

More information

THE NEW TECHNOLOGICAL ADVANCES IN CARTOGRAPHY

THE NEW TECHNOLOGICAL ADVANCES IN CARTOGRAPHY Distr.: LIMITED ECA/NRD/CART. 9/ETH. 6 October 1996 Original: ENGLISH Ninth United Nations Regional Cartographic Conference for Africa Addis Ababa, Ethiopia 11-15 November 1996 THE NEW TECHNOLOGICAL ADVANCES

More information

Teaching GIS for Land Surveying

Teaching GIS for Land Surveying Teaching GIS for Land Surveying Zhanjing (John) Yu Evergreen Valley College, San Jose, California James Crossfield California State University at Fresno, Fresno California 7/13/2006 1 Outline of the Presentation

More information

Preparing Spatial Data

Preparing Spatial Data 13 CHAPTER 2 Preparing Spatial Data Assessing Your Spatial Data Needs 13 Assessing Your Attribute Data 13 Determining Your Spatial Data Requirements 14 Locating a Source of Spatial Data 14 Performing Common

More information

STUDYING THE EFFECT OF DISTORTION IN BASIC MAP ELEMENTS FOR THE DEGREE OF SPATIAL ACCURACY OF GAZA STRIP MAPS

STUDYING THE EFFECT OF DISTORTION IN BASIC MAP ELEMENTS FOR THE DEGREE OF SPATIAL ACCURACY OF GAZA STRIP MAPS STUDYING THE EFFECT OF DISTORTION IN BASIC MAP ELEMENTS FOR THE DEGREE OF SPATIAL ACCURACY OF GAZA STRIP MAPS Maher A. El-Hallaq Assistant professor, Civil Engineering Department, IUG,, mhallaq@iugaza.edu.ps

More information

Chapter 1. GIS Fundamentals

Chapter 1. GIS Fundamentals 1. GIS Overview Chapter 1. GIS Fundamentals GIS refers to three integrated parts. Geographic: Of the real world; the spatial realities, the geography. Information: Data and information; their meaning and

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN GIS in the process of road design N.C. Babic, D. Rebolj & L. Hanzic Civil Engineering Informatics Center, University ofmaribor, Faculty of Civil Engineering, Smetanova 17, 2000 Maribor, Slovenia. E-mail:

More information

Geog 469 GIS Workshop. Data Analysis

Geog 469 GIS Workshop. Data Analysis Geog 469 GIS Workshop Data Analysis Outline 1. What kinds of need-to-know questions can be addressed using GIS data analysis? 2. What is a typology of GIS operations? 3. What kinds of operations are useful

More information

Introduction to Geographic Information Systems

Introduction to Geographic Information Systems Introduction to Geographic Information Systems Lynn_Carlson@brown.edu 401-863-9917 The Environmental And Remote TecHnologies Lab MacMillan Hall, Room 105 http://www.brown.edu/research/earthlab/ Outline

More information

Introduction to GIS I

Introduction to GIS I Introduction to GIS Introduction How to answer geographical questions such as follows: What is the population of a particular city? What are the characteristics of the soils in a particular land parcel?

More information

UNIT 4: USING ArcGIS. Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi

UNIT 4: USING ArcGIS. Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi UNIT 4: USING ArcGIS Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi Getting to Know ArcGIS ArcGIS is an integrated collection of GIS software products ArcGIS

More information

Geographic Information Systems (GIS) - Hardware and software in GIS

Geographic Information Systems (GIS) - Hardware and software in GIS PDHonline Course L153G (5 PDH) Geographic Information Systems (GIS) - Hardware and software in GIS Instructor: Steve Ramroop, Ph.D. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658

More information

A CARTOGRAPHIC DATA MODEL FOR BETTER GEOGRAPHICAL VISUALIZATION BASED ON KNOWLEDGE

A CARTOGRAPHIC DATA MODEL FOR BETTER GEOGRAPHICAL VISUALIZATION BASED ON KNOWLEDGE A CARTOGRAPHIC DATA MODEL FOR BETTER GEOGRAPHICAL VISUALIZATION BASED ON KNOWLEDGE Yang MEI a, *, Lin LI a a School Of Resource And Environmental Science, Wuhan University,129 Luoyu Road, Wuhan 430079,

More information

Fundamentals of ArcGIS Desktop Pathway

Fundamentals of ArcGIS Desktop Pathway Fundamentals of ArcGIS Desktop Pathway Table of Contents ArcGIS Desktop I: Getting Started with GIS 3 ArcGIS Desktop II: Tools and Functionality 5 Understanding Geographic Data 8 Understanding Map Projections

More information

Introduction to GIS. Dr. M.S. Ganesh Prasad

Introduction to GIS. Dr. M.S. Ganesh Prasad Introduction to GIS Dr. M.S. Ganesh Prasad Department of Civil Engineering The National Institute of Engineering, MYSORE ganeshprasad.nie@gmail.com 9449153758 Geographic Information System (GIS) Information

More information

An Information Model for Maps: Towards Cartographic Production from GIS Databases

An Information Model for Maps: Towards Cartographic Production from GIS Databases An Information Model for s: Towards Cartographic Production from GIS Databases Aileen Buckley, Ph.D. and Charlie Frye Senior Cartographic Researchers, ESRI Barbara Buttenfield, Ph.D. Professor, University

More information

GIS CONCEPTS ARCGIS METHODS AND. 3 rd Edition, July David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University

GIS CONCEPTS ARCGIS METHODS AND. 3 rd Edition, July David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University GIS CONCEPTS AND ARCGIS METHODS 3 rd Edition, July 2007 David M. Theobald, Ph.D. Warner College of Natural Resources Colorado State University Copyright Copyright 2007 by David M. Theobald. All rights

More information

CHAPTER 9 DATA DISPLAY AND CARTOGRAPHY

CHAPTER 9 DATA DISPLAY AND CARTOGRAPHY CHAPTER 9 DATA DISPLAY AND CARTOGRAPHY 9.1 Cartographic Representation 9.1.1 Spatial Features and Map Symbols 9.1.2 Use of Color 9.1.3 Data Classification 9.1.4 Generalization Box 9.1 Representations 9.2

More information

FUNDAMENTALS OF GEOINFORMATICS PART-II (CLASS: FYBSc SEM- II)

FUNDAMENTALS OF GEOINFORMATICS PART-II (CLASS: FYBSc SEM- II) FUNDAMENTALS OF GEOINFORMATICS PART-II (CLASS: FYBSc SEM- II) UNIT:-I: INTRODUCTION TO GIS 1.1.Definition, Potential of GIS, Concept of Space and Time 1.2.Components of GIS, Evolution/Origin and Objectives

More information

Assessment of Physical status and Irrigation potential of Canals using ArcPy

Assessment of Physical status and Irrigation potential of Canals using ArcPy Assessment of Physical status and Irrigation potential of Canals using ArcPy Ekta Gupta 1, R.N. Sankhua 2 1 JRF, CES, Indian Institute of Science, Bangalore 2 Director, National Water Academy, Pune Abstract:

More information

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual)

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual) Introduction Geo-information Science (GRS-10306) Overview key concepts and terms (based on the textbook 2006 and the practical manual) Introduction Chapter 1 Geographic information system (GIS) Geographically

More information

Chapter 5. GIS The Global Information System

Chapter 5. GIS The Global Information System Chapter 5 GIS The Global Information System What is GIS? We have just discussed GPS a simple three letter acronym for a fairly sophisticated technique to locate a persons or objects position on the Earth

More information

ArcGIS Pro: Essential Workflows STUDENT EDITION

ArcGIS Pro: Essential Workflows STUDENT EDITION ArcGIS Pro: Essential Workflows STUDENT EDITION Copyright 2018 Esri All rights reserved. Course version 6.0. Version release date August 2018. Printed in the United States of America. The information contained

More information

Lecture 2. Introduction to ESRI s ArcGIS Desktop and ArcMap

Lecture 2. Introduction to ESRI s ArcGIS Desktop and ArcMap Lecture 2 Introduction to ESRI s ArcGIS Desktop and ArcMap Outline ESRI What is ArcGIS? ArcGIS Desktop ArcMap Overview Views Layers Attribute Tables Help! Scale Tips and Tricks ESRI Environmental Systems

More information

Assisted cartographic generalization: Can we learn from classical maps?

Assisted cartographic generalization: Can we learn from classical maps? Assisted cartographic generalization: Can we learn from classical maps? Vaclav Talhofer *, Libuse Sokolova ** * University of Defence, Department of Military Geography and Meteorology, Brno, the Czech

More information

4. GIS Implementation of the TxDOT Hydrology Extensions

4. GIS Implementation of the TxDOT Hydrology Extensions 4. GIS Implementation of the TxDOT Hydrology Extensions A Geographic Information System (GIS) is a computer-assisted system for the capture, storage, retrieval, analysis and display of spatial data. It

More information

ArcGIS for Desktop. ArcGIS for Desktop is the primary authoring tool for the ArcGIS platform.

ArcGIS for Desktop. ArcGIS for Desktop is the primary authoring tool for the ArcGIS platform. ArcGIS for Desktop ArcGIS for Desktop ArcGIS for Desktop is the primary authoring tool for the ArcGIS platform. Beyond showing your data as points on a map, ArcGIS for Desktop gives you the power to manage

More information

Lecture 5. GIS Data Capture & Editing. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Lecture 5. GIS Data Capture & Editing. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lecture 5 GIS Data Capture & Editing Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University GIS Data Input Surveying/GPS Data capture Facilitate data capture Final

More information

Task 1: Start ArcMap and add the county boundary data from your downloaded dataset to the data frame.

Task 1: Start ArcMap and add the county boundary data from your downloaded dataset to the data frame. Exercise 6 Coordinate Systems and Map Projections The following steps describe the general process that you will follow to complete the exercise. Specific steps will be provided later in the step-by-step

More information

GIS and Forest Engineering Applications FE 357 Lecture: 2 hours Lab: 2 hours 3 credits

GIS and Forest Engineering Applications FE 357 Lecture: 2 hours Lab: 2 hours 3 credits GIS and Forest Engineering Applications FE 357 Lecture: 2 hours Lab: 2 hours 3 credits Instructor: Michael Wing Assistant Professor Forest Engineering Department Oregon State University Peavy Hall 275

More information

presents challenges related to utility infrastructure planning. Many of these challenges

presents challenges related to utility infrastructure planning. Many of these challenges 1 Introduction: - a. Purpose According to U.S. Census Bureau the population of stark county was 367,585 in 1990, and in 2000 it was increase to 378,098. Thus County is experiencing a growth that presents

More information

Development of a Cartographic Expert System

Development of a Cartographic Expert System Development of a Cartographic Expert System Research Team Lysandros Tsoulos, Associate Professor, NTUA Constantinos Stefanakis, Dipl. Eng, M.App.Sci., PhD 1. Introduction Cartographic design and production

More information

IMPLEMENTAION OF GIS TECHNOLOGY IN THE NILE AND ITS WADIS ABSTRACT

IMPLEMENTAION OF GIS TECHNOLOGY IN THE NILE AND ITS WADIS ABSTRACT IMPLEMENTAION OF GIS TECHNOLOGY IN THE NILE AND ITS WADIS Eng. NADIA M. ABD EI- SALAM 1 Dr. ABDEL AZIZ TAREK M. 2 ABSTRACT Traditional methods have been used for several years for map production of the

More information

Geoprocessing Tools at ArcGIS 9.2 Desktop

Geoprocessing Tools at ArcGIS 9.2 Desktop Geoprocessing Tools at ArcGIS 9.2 Desktop Analysis Tools Analysis Tools \ Extract Clip Analysis Tools \ Extract Select Analysis Tools \ Extract Split Analysis Tools \ Extract Table Select Analysis Tools

More information

AUTOMATIC DIGITIZATION OF CONVENTIONAL MAPS AND CARTOGRAPHIC PATTERN RECOGNITION

AUTOMATIC DIGITIZATION OF CONVENTIONAL MAPS AND CARTOGRAPHIC PATTERN RECOGNITION Abstract: AUTOMATC DGTZATON OF CONVENTONAL MAPS AND CARTOGRAPHC PATTERN RECOGNTON Werner Lichtner nstitute of Cartography (fk) University of Hannover FRG Commission V One important task of the establishment

More information

Display data in a map-like format so that geographic patterns and interrelationships are visible

Display data in a map-like format so that geographic patterns and interrelationships are visible Vilmaliz Rodríguez Guzmán M.S. Student, Department of Geology University of Puerto Rico at Mayagüez Remote Sensing and Geographic Information Systems (GIS) Reference: James B. Campbell. Introduction to

More information

GIS and GNSS Integration

GIS and GNSS Integration METIS Second Master Training & Seminar GIS and GNSS Integration By Eng. Ramadan Salem M. Sc. Surveying and Geodesy Email: ramadan_salem@link.net Page 1 GIS and GNSS Integration: Plan of the Presentation

More information

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA This help guide describes how to merge two or more feature classes (vector) or rasters into one single feature class or raster dataset. The Merge Tool The Merge Tool combines input features from input

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning CI125230 Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell Brockwell IT Consulting Inc. Sean Kinahan Brockwell IT Consulting Inc. Learning Objectives

More information

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas:

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas: UPR 6905 Internet GIS Homework 1 Yong Hong Guo September 9, 2008 Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application

More information

Time Series Analysis with SAR & Optical Satellite Data

Time Series Analysis with SAR & Optical Satellite Data Time Series Analysis with SAR & Optical Satellite Data Thomas Bahr ESRI European User Conference Thursday October 2015 harris.com Motivation Changes in land surface characteristics mirror a multitude of

More information

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil ABSTRACT:- The geographical information system (GIS) is Computer system for capturing, storing, querying analyzing, and displaying geospatial

More information

IMPERIAL COUNTY PLANNING AND DEVELOPMENT

IMPERIAL COUNTY PLANNING AND DEVELOPMENT IMPERIAL COUNTY PLANNING AND DEVELOPMENT GEODATABASE USER MANUAL FOR COUNTY BUSINESS DEVELOPMENT GIS June 2010 Prepared for: Prepared by: County of Imperial Planning and Development 801 Main Street El

More information

Data Entry. Getting coordinates and attributes into our GIS

Data Entry. Getting coordinates and attributes into our GIS Data Entry Getting coordinates and attributes into our GIS How we used to collect spatial data How we collect spatial data now DATA SOURCES, INPUT, AND OUTPUT Manually digitizing from image or map sources

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell President, Brockwell IT Consulting, Inc. Join the conversation #AU2017 KEYWORD Class Summary Silos

More information

DP Project Development Pvt. Ltd.

DP Project Development Pvt. Ltd. Dear Sir/Madam, Greetings!!! Thanks for contacting DP Project Development for your training requirement. DP Project Development is leading professional training provider in GIS technologies and GIS application

More information

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits.

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. The 1st credit consists of a series of readings, demonstration,

More information

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS Study Guide: Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS This guide presents some study questions with specific referral to the essential

More information

John Laznik 273 Delaplane Ave Newark, DE (302)

John Laznik 273 Delaplane Ave Newark, DE (302) Office Address: John Laznik 273 Delaplane Ave Newark, DE 19711 (302) 831-0479 Center for Applied Demography and Survey Research College of Human Services, Education and Public Policy University of Delaware

More information

A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment.

A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment. A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment. 1 Manish Srivastava, 2 Atul Verma, 3 Kanika Gupta 1 Academy of Business Engineering and Sciences,Ghaziabad, 201001,India

More information

SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER LAB

SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER LAB PHASE 1_6 TH SESSION ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS 6 TH SESSION REPORT: 3 RD -5 TH SEPTEMBER 2014 SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER

More information

Quality and Coverage of Data Sources

Quality and Coverage of Data Sources Quality and Coverage of Data Sources Objectives Selecting an appropriate source for each item of information to be stored in the GIS database is very important for GIS Data Capture. Selection of quality

More information

Performing Advanced Cartography with Esri Production Mapping

Performing Advanced Cartography with Esri Production Mapping Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Performing Advanced Cartography with Esri Production Mapping Tania Pal & Madhura Phaterpekar Agenda Outline generic

More information

Environmental Systems Research Institute

Environmental Systems Research Institute Introduction to ArcGIS ESRI Environmental Systems Research Institute Redlands, California 2 ESRI GIS Development Arc/Info (coverage model) Versions 1-7 from 1980 1999 Arc Macro Language (AML) ArcView (shapefile

More information

Problems and Challenges

Problems and Challenges 2018 Esri Petroleum GIS Conference Problems and Challenges May 9 10, 2018 Houston, Texas George R. Brown Convention Center Disunity of drawing standards and format Large amount of work in Cartography,

More information

ArcGIS 9 ArcGIS StreetMap Tutorial

ArcGIS 9 ArcGIS StreetMap Tutorial ArcGIS 9 ArcGIS StreetMap Tutorial Copyright 2001 2008 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This

More information

How GIS can be used for improvement of literacy and CE programmes

How GIS can be used for improvement of literacy and CE programmes How GIS can be used for improvement of literacy and CE programmes Training Workshop for Myanmar Literacy Resource Center (MLRC) ( Yangon, Myanmar, 11 20 October 2000 ) Presented by U THEIN HTUT GEOCOMP

More information

Designing Better Maps

Designing Better Maps Designing Better Maps presented by: Tim Haithcoat University of Missouri Columbia with materials of: Dennis Fizsimons, SW Texas State University George McCleary, Jr., University of Kansas Design is a Choice

More information

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT HENRIETTE TAMAŠAUSKAS*, L.C. LARSEN, O. MARK DHI Water and Environment, Agern Allé 5 2970 Hørsholm, Denmark *Corresponding author, e-mail: htt@dhigroup.com

More information

Intelligent GIS: Automatic generation of qualitative spatial information

Intelligent GIS: Automatic generation of qualitative spatial information Intelligent GIS: Automatic generation of qualitative spatial information Jimmy A. Lee 1 and Jane Brennan 1 1 University of Technology, Sydney, FIT, P.O. Box 123, Broadway NSW 2007, Australia janeb@it.uts.edu.au

More information

A methodology on natural occurring lines segmentation and generalization

A methodology on natural occurring lines segmentation and generalization A methodology on natural occurring lines segmentation and generalization Vasilis Mitropoulos, Byron Nakos mitrovas@hotmail.com bnakos@central.ntua.gr School of Rural & Surveying Engineering National Technical

More information

INTERNATIONAL JOURNAL OF CIVIL ENGINEERING AND TECHNOLOGY (IJCIET) GIS SPATIAL ANALYSIS FOR DIGITAL ELEVATION MODEL (DEM) APPLICATION

INTERNATIONAL JOURNAL OF CIVIL ENGINEERING AND TECHNOLOGY (IJCIET) GIS SPATIAL ANALYSIS FOR DIGITAL ELEVATION MODEL (DEM) APPLICATION INTERNATIONAL JOURNAL OF CIVIL ENGINEERING AND TECHNOLOGY (IJCIET) International Journal of Civil Engineering and Technology (IJCIET), ISSN 0976 6308 ISSN 0976 6308 (Print) ISSN 0976 6316(Online) Volume

More information

APPLICATION OF GIS IN COMPULSORY LAND ACQUISITION PROCESS. CASE STUDY: PARTS OF KAJIADO COUNTY SECTION OF THE STANDARD GAUGE RAILWAY

APPLICATION OF GIS IN COMPULSORY LAND ACQUISITION PROCESS. CASE STUDY: PARTS OF KAJIADO COUNTY SECTION OF THE STANDARD GAUGE RAILWAY APPLICATION OF GIS IN COMPULSORY LAND ACQUISITION PROCESS. CASE STUDY: PARTS OF KAJIADO COUNTY SECTION OF THE STANDARD GAUGE RAILWAY MUSYOKA SOLOMON NTHAMA F19/1456/2010 PROJECT SUPERVISOR : J.N. MWENDA

More information

M.Y. Pior Faculty of Real Estate Science, University of Meikai, JAPAN

M.Y. Pior Faculty of Real Estate Science, University of Meikai, JAPAN GEOGRAPHIC INFORMATION SYSTEM M.Y. Pior Faculty of Real Estate Science, University of Meikai, JAPAN Keywords: GIS, rasterbased model, vectorbased model, layer, attribute, topology, spatial analysis. Contents

More information

Paths Toward CAD and GIS Interoperability

Paths Toward CAD and GIS Interoperability Paths Toward CAD and GIS Interoperability Bo Guo, PhD, PE Gistic Research, Inc Outline CAD and GIS Differences Interoperability Paths UDOT ROW Research Project CAD and GIS: The Difference (I) History Users

More information

What are the five components of a GIS? A typically GIS consists of five elements: - Hardware, Software, Data, People and Procedures (Work Flows)

What are the five components of a GIS? A typically GIS consists of five elements: - Hardware, Software, Data, People and Procedures (Work Flows) LECTURE 1 - INTRODUCTION TO GIS Section I - GIS versus GPS What is a geographic information system (GIS)? GIS can be defined as a computerized application that combines an interactive map with a database

More information

COURSE SCHEDULE, GRADING, and READINGS

COURSE SCHEDULE, GRADING, and READINGS COURSE SCHEDULE, GRADING, and READINGS Note: All academic classes will be held in the GIS lab at Royal Thimphu College. These dates are listed here. Other days will involve travel or days off, and the

More information

TERMS OF REFERENCE FOR PROVIDING THE CONSULTANCY SERVICES OF

TERMS OF REFERENCE FOR PROVIDING THE CONSULTANCY SERVICES OF 1 Cartographic Database and TM100 Product Specifications TERMS OF REFERENCE FOR PROVIDING THE CONSULTANCY SERVICES OF Production and establishment of cartographic database for scale 1:100,000 and production

More information

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. CHAPTER 5 GIS DATA Acquisition 5.1 Existing GIS Data 5.1.1 Federal Geographic Data Committee 5.1.2 Geospatial One-Stop Box 5.1 Clearinghouse and Portal 5.1.3 U.S. Geological Survey 5.1.4 U.S. Census Bureau

More information

Research on Object-Oriented Geographical Data Model in GIS

Research on Object-Oriented Geographical Data Model in GIS Research on Object-Oriented Geographical Data Model in GIS Wang Qingshan, Wang Jiayao, Zhou Haiyan, Li Bin Institute of Information Engineering University 66 Longhai Road, ZhengZhou 450052, P.R.China Abstract

More information

How to Pick a GIS. GIS Software Chapter 8 in Longley, Goodchild, Maguire, and Rhind,, 2001

How to Pick a GIS. GIS Software Chapter 8 in Longley, Goodchild, Maguire, and Rhind,, 2001 How to Pick a GIS GIS Software Chapter 8 in Longley, Goodchild, Maguire, and Rhind,, 2001 How to Pick a GIS Evolution of GIS software Architecture of GIS software Types of software Example products The

More information

ESRI* Object Models; Data Capture

ESRI* Object Models; Data Capture ESRI* Object Models; Data Capture * Environmental Systems Research Institute Feature Class (spatial table) Number Age_Ma 1_sigma Rx_Type Size_kg 123 124 125 142 1.5 B_schist 136 2.0 G_schist Object Class

More information

Applying GIS Data to Radar Video Maps Air Traffic Control Towers

Applying GIS Data to Radar Video Maps Air Traffic Control Towers Applying GIS Data to Radar Video Maps Air Traffic Control Towers National Aeronautical Charting Group (NACG) Silver Spring, MD Introduction Background Functions, History, Facts/Stats Mapping Environment

More information

GEOGRAPHIC INFORMATION SYSTEMS Session 8

GEOGRAPHIC INFORMATION SYSTEMS Session 8 GEOGRAPHIC INFORMATION SYSTEMS Session 8 Introduction Geography underpins all activities associated with a census Census geography is essential to plan and manage fieldwork as well as to report results

More information