Chapter 2 Spatial Data

Size: px
Start display at page:

Download "Chapter 2 Spatial Data"

Transcription

1 References - Spatial data structure (classics) Chapter 2 Spatial Data 1. Samet, H. (1990): The Design and Analysis of Spatial Data Structures, Addison-Wesley. 2. Samet, H. (1990): Applications of Spatial Data Structures: Computer Graphics, Image Processing and GIS: Addison-Wesley. References - Spatial data structure 2.1 Introduction 1. Laurini, R. and Thompson, D. (1992): Fundamentals of Spatial Information Systems, Academic Press. 2. Worboys, M. F. (1995): GIS: A Computing Perspective, Taylor and Francis. 3. Rigaux, P., Scholl, M. O., and Voisard, A. (2001): Spatial Databases: With Application to GIS, Morgan Kaufmanns. To do spatial analysis, we need and, 1) a (personal) computer, [hardware] 2) GIS software, [software] 3) spatial data. [contents] Cost 1) Personal computers: not so expensive IBM NetVista A21: 69,280 2) GIS software: reasonable GRASS: 0 (freeware) GeoBasic: 10,000 (academic price) Generally speaking, spatial data are very expensive. If you do not have an adequate knowledge of spatial data, you may pay so much money for inappropriate, or even unnecessary data. 3) Spatial data: still very expensive! Japanese census 2000: 10,000,000 (the whole country) 1

2 2.2 Definition and classification of spatial data The terms 'spatial data', 'GIS data', 'map data', and even 'data' are interchangeable in GIS field. GIS differs from other computer software in that it can treat spatial database. Spatial data differ from other data in that they contain the information about the location of objects. The term 'spatial data' is used in two different ways. In its wider sense, it is equivalent to GIS data and map data. In its narrower sense, however, the term 'spatial data' means only a part of the data that indicates the location of spatial objects. In this case 'spatial data' is used as equivalent to the term 'locational data'. 2.3 Spatial (Locational) data Spatial data (GIS data) Spatial data (Locational data) Raster data Vector data Spatial data are the data that contain information about the location of objects. They are provided not only in digital format but also in analogue format paper maps, directories, etc. Attribute data How do we describe the location of objects? Address system Georeferencing system: the system to indicate the location of spatial objects 1. Address systems 2. Longitude-latitude system 3. Cartesian coordinate systems Block-based system: Japan except Kyoto and some cities 7-3-1, Hongo, Bunkyo-ku, Tokyo , Japan Street-based system: USA, UK, etc Derby Hall, 154 North Oval Mall, Columbus, OH , USA 19 Dunstarn Lane, Leeds, LS16 8EN, UK 2

3 Japanese address system Block-based address system The law on address system in Japan permits both blockbased and street-based systems, either of which each local government can choose as its own address system. Most local governments, however, adopted the blockbased system. 1) The blocks are numbered according to a certain rule. 2) Builldings are then numbered clockwise from a corner of block. The numbering system of blocks and the choice of the starting corner vary among local governments. Figure: Address system of Hiroshima Figure: Address system of Sakai Longitude-latitude system My office is located at E, N. Longitude 135 (degrees) 45 (minutes) 45.7 (seconds) E (east) Latitude 35 (degrees) 42 (minutes) 49.6 (seconds) N (north) This system can be used commonly worldwide, so it is suitable for maps of the world of small scales, say, 1:1,000,000. Figure: Address system of Okagaki (Fukuoka) 3

4 2.3.3 Cartesian coordinate system 1: UTM system UTM: Universal Transverse Mercator grid system The earth s surface is divided by the lattice of longitude 6 degrees and latitude 8 degrees. As a result, we obtain 60 x 22 approximately rectangular subregions. In each subregion, the origin is located at the lower left corner, and the location is described by the XYcoordinates. Figure: Letter addressed by the longitude-latitude system Cartesian coordinate system 2: Japanese system Japan is divided into nineteen subregions. We can refer to a spatial object by the number of the subregion in which the object is located and its Cartesian coordinates given by the origin and XY-axes. This system is better than the UTM system for local georeferencing, because subregions are closer to rectangles; they are less distorted by the projection on a plane. Figure: Japanese cartesian coordinate system Kanto region including Tokyo The ninth coordinate system The origin: E, N (in the north of Noda city) The system covers Tokyo, Fukushima, Tochigi, Ibaraki, Saitama, Chiba, Gunma, and Kanagawa prefectures. The Cartesian coordinate system is used for large scale spatial data such as topographic maps on scale of 1:2,500 and 1:10,000. Figure: the origin of the IX coordinate system 4

5 If the location of spatial objects are given by the coordinates, we can easily visualize the data in GIS. However, if the location is given only by its address, the data cannot be directly handled in GIS. In such a case we have to convert the address into its XYcoordinates such as longitude-latitude coordinates. This process is called 'geocoding'. Figure: Geocoding system at CSIS ( Figure: Application of geocoding Figure: Distribution of Chinese noodle restaurants 2.4 Attribute data Attribute data are the information about spatial objects except spatial (locational) information. A parcel: Spatial data: address, coordinates, Attribute data: area, perimeter, land use, name of owner, the number of residents, Figure: Map showing the location of a restaurant 5

6 2.5 Raster data In GIS, spatial and attribute data are linked with each other by the identification number. Spatial data ID Longitude Latitude E N Attribute data ID Name Age Sex Yukio Sadahiro 35 Male Raster data use space-filling congruent figures to represent spatial phenomena in digital format. They are also called lattice data or grid data. In Japan they are called mesh data, which is a Japanese- English term. Terminology Raster, cell: the minimum spatial unit to represent spatial phenomena Lattice: the spatial structure given by the set of cells Grid: a square or a rectangular lattice Resolution: the number of cells per unit area or length Figure: A paper map (land use map) Figure: Overlay of a square lattice Figure: Raster data of land use 6

7 Assignment of attibutes Cell shape Assignment of attribute data is based on a certain rule. For example, a cell is assigned an attribute value 1. that covers the maximum area of the cell, 2. that is given at the centroid (gravity center) of the cell, 3. that represents all the attribute values of the cell, say, the average value. The cell of raster data 1. has to fill out the infinite plane by its copies, 2. should be a simple figure because of computational tractability, 3. can be a square, a rectangle, a triangle, a regular hexagon. There are numerous cell shapes available, but we usually use a square cell. Figure: An equilateral triangular lattice Figure: A lattice of a regular hexagon Cell size The cell should be as small as computational environment permits, because smaller cells can describe the shape of spatial objects in more detail. On the other hand, small cell size (high resolution) requires more space for data storage and faster processors for data manipulation. Figure: Raster data of a higher resolution 7

8 How should we determine the cell size? It depends on the balance between the resolution you need to represent spatial objects and your computational environment (CPU clock, capacity of storage devices, etc.). Rule of thumb: Side length of the cell should be smaller than the diameter of the smallest spatial object to be recorded. Figure: Raster data of a lower resolution diameter circumcircle 2.6 Data structure of raster data Simple structure {(1, 1): 48}, {(1, 2): 48}, {(1, 3): 48}, {(1, 4): 48}, {(1, 5): 48}, {(1, 6): 48}, {(2, 1): 238}, {(2, 2): 238}, {(2, 3): 238}, {(2, 4): 240}, {(2, 5): 240}, {(2, 6): 240}, {(3, 1): 240}, {(3, 2): 240}, {(3, 3): 240}, {(3, 4): 240}, {(3, 5): 240}, {(3, 6): 240}, {(4, 1): 103}, {(4, 2): 103}, {(4, 3): 103}, {(4, 4): 115}, {(4, 5): 115}, {(4, 6): 168}, {(5, 1): 103}, {(5, 2): 103}, {(5, 3): 103}, {(5, 4): 19}, {(5, 5): 19}, {(5, 6): 19} This structure is easy to understand and its implementation is straightforward, but it requires much space for data storage An improved structure Chain-code structure Coordinates of the origin: (0,0) Cell size: 1m x 1m Cell count: 5 x 6 The 1 st row: {48, 48, 60, 60, 60, 60} The 2 nd row: {238, 238, 238, 240, 240, 240} The 3 rd row: {240, 240, 240, 240, 240, 240} The 4 th row: {103, 103, 103, 115, 115, 168} The 5 th row: {103, 103, 103, 19, 19, 19} Coordinates of the origin: (0,0) Cell size: 1m x 1m Cell count: 5 x 6 The 1 st row: {(48, 2), (60, 4)} The 2 nd row: {(238, 2), (240, 3)} The 3 rd row: {(240, 6)} The 4 th row: {(103, 3), (115, 2), (168, 1)} The 5 th row: {(103, 3), (19,3)} This structure is also easy to understand and it requires less space for data storage This structure can store the data effectively if many cells have the same attribute value. In the worst case, however, it requires twice as much space as the simple method

9 2.6.4 Hierarchical raster data structure A set of raster data of different (hierarchical) resolutions It permits fast visualization and search of spatial data. A typical data strusture is the quadtree structure Figure: Hierarchical raster data structure (numerical data) Figure: Hierarchical raster data structure (numerical data) Figure: Hierarchical raster data structure (categorical data) 2.7 Examples of raster data Figure: Hierarchical raster data structure (categorical data) 9

10 2.7.1 Aerial photographs Remotely sensed data (RS images) Name Resolution NOAA/AVHRR-3 (USA) 1km Landsat-5/TM (USA) 30m JERS-1/OPS (Japan) 18*24m SPOT/HRV-P (France) 10m IRS-C3 (India) 6m IKONOS (USA) 1m 10m 3m 1m Figure: RS images of various resolutions Figure: RS images of various resolutions Figure: An artificial satellite Figure: Orbits of artificial satellites 10

11 Figure: The direction of a camera Figure: Landsat TM images Figure: Original RS image and landcover data Figure: Images before and after flooding Figure: Florida hurricane Figure: Florida hurricane 11

12 Figure: Mosquito extermination Figure: Mosquito extermination Figure: Mosquito extermination Figure: High-resolution RS image Figure: high-resolution RS image Figure: high-resolution RS image 12

13 Figure: Artificial satellite Figure: Artificial satellite Figure: Taking a picture Figure: Miyako (Iwate prefecture) Japanese census data (mesh data) Lattice of the 1 st order: cells with one degree width and forty seconds height Lattice of the 2 nd order: each 1 st order cell is divided into eight by eight cells. Lattice of the 3 rd order: each 2 nd order cell is divided into ten by ten cells. Figure: Sapporo 13

14 The 3 rd order cells are almost squares of side 1km. In urban areas, lattice of the 4 th order is available, where the 3 rd order cells are divided into two by two smaller cells (squares of side 500m). Census data contain a lot of attribute data such as population classified by age class, occupation, etc., number of households, number of employees, average commuter time, Suuchi-chizu 50m They are one of the most fundamental spatial data used in urban planning. They have been created from 1970, every five years, so they are suitable for analyzing the change of urban structures. Digital elevation model (DEM) of resolution 50m Provided by National Geological Agency It costs only 7,500 yen! However, they are very costly (about 10,000,000 yen for the whole country). Who can afford them? 2.8 Vector data Spatial objects represented by vector data Vector data describe spatial objects by a set (chain) of XY-coordinates. They are suitable when the shape of spatial objects should be preserved in GIS. In urban planning, vector format is used for representing urban infrastructures such as traffic roads and railroads as well as residential lots and buildings. 0-dimensional spatial objects: Point, node, vertex 1-dimensional spatial objects: Line, arc, link 2-dimensional spatial objects: Polygon Point data Line data Polygon data 14

15 Figure: A paper map (land use map) Figure: Vector data of land use 2.9 Data structure of vector data Whole polygon structure Polygon I (1, 0), (4, 2), (3, 4), (1, 5) Color: Red Polygon II (4, 2), (9, 3), (8, 5), (6, 6), (3, 4) Color: Green Polygon III (5, 1), (10, 1), (9, 3), (4, 2) Color: Blue 5 0 I II III I II III 5 10 Cartographic spaghetti The whole polygon structure stores all the coordinates of polygons explicitly. Many nodes appear more than once in spatial database. Overlap This leads to 1) inefficiency of data storage, 2) inconsistency between neighboring polygons. Gap Lines are tangled with each other. 15

16 2.9.2 Arc-node structure The whole polygon structure does not have explicit information about adjacency between polygons. It lacks the topological information about polygons. Thefore, we cannot tell neighboring polygons directly from the data. We need a computational algorithm to test whether two polygons are neighboring. 4 1 D K C 3 B I 2 E A 5 9 II J H III F 8 I 7 G 6 1: 2: 3: 4: 5: 6: 7: 8: 9: Node (1, 0) (4, 2) (3, 4) (1, 5) (5, 1) (10, 1) (9, 3) (8, 5) (6, 6) A: B: C: D: E: F: G: H: I: J: K: Arc (1, 2) (2, 3) (3, 4) (4, 1) (2, 5) (5, 6) (6, 7) (2, 7) (7, 8) (8, 9) (9, 3) Polygon I: (A, B, C, D) II: (H, I, J, K, B) III: (E, F, G, H) 4 1 D C I A 3 B K 2 E 5 II 9 Color: Red Color: Green Color: Blue J H III F 8 I 7 G 6 The arc-node structure has topological information about polygons explicitly, so we can easily find neighboring polygons of a certain polygon. However, the arc-node structure Is rather complicated, and its construction needs more time than that of the whole polygon structure Examples of vector data in Japan In usual, spatial data structure is hidden from GIS users. However, in creating new spatial data and exporting spatial data from GIS, we have to be careful of their structure. 1. Suuchi-chizu 2500 (Spatial Data Infrastructure) 2. CMS: Census Mapping System 3. Zenrin Z-MAP 4. Shobunsha Mapple 5. Sumitomo-denko Digital Road Map 6. Tokyo Urban Mapping System 16

17 Suuchi-chizu 2500 (Spatial Data Infrastructure) Suuchi-chizu 2500 (Spatial Data Infrastructure) is a basic micro-scale vector dataset in Japan, which is provided by National Geological Agency. It is based on the topographic paper maps of scale 2,500. Contents: road network, railroads, blocks, etc.. Coverage area: urban areas in Japan Price: 7,500 for a rectangular region of 1.5km x 2.5km Figure: Suuchi-chizu CMS: Census Mapping System Census data are available in either raster or vector format. CMS provides Japanese census data in vector format aggregated within 'Shi-ku-cho-son' units. Contents: number of households, employees, etc.. Coverage area: whole area of Japan Price: 10,000,000 for the whole country Figure: Census Mapping System Zenrin Z-MAP Similar to Suuchi-chizu 2500, Zenrin Z-MAP is also a micro-scale vector dataset based on a 2,500 scale paper maps. Contents: buildings, railroads, blocks, etc.. Coverage area: most urban areas in Japan Price: 2,500,000 for Tokyo 23-ku area Figure: Zenrin Z-MAP 17

18 Shobunsha Mapple Shobunsha Mapple is another micro-scale vector dataset provided by a private company. Contents: buildings, railroads, blocks, etc.. Coverage area: Tokyo 23-ku area Price: about 2,000,000 for Tokyo 23-ku area Figure: Shobunsha Mapple Sumitomo-denko Digital Road Map Sumitomo-denko road network data is the data developed for carnavigation systems. It is therefore microscale, detailed data, and updated monthly (!). Contents: buildings, railroads, blocks, etc.. Coverage area: the whole area of Japan Price: 1,500,000 for the whole country Figure: Sumitomo-denko Digital Road Map Tokyo Urban Mapping System Attribute data Tokyo Urban Mapping System is vector data developed for urban planning. It is based on the topographic paper maps of scale 2,500. Contents: landuse, buildings, zoning system, etc.. Coverage area: the whole area of Tokyo Price: not for sale (not open to public) Spatial data are usually provided with attribute data such as landuse, population, and phone number. In addition to spatial data, various attribute data (often called 'statistical data') are also available. If they contain an attribute that can be used as an identification code, say, ID number or name of administrative unit, they can be linked to spatial data. 18

19 To search the data you need, you had better access a website called a 'clearinghouse'. Clearinghouse provides us the information about the data, that is, 'metadata': There are also 'spatial' data clearinghouses in Japan:. Data are aggregated within Cho-cho-moku units Election data in 1996 and 2000 Data are aggregated within Oaza units. Car ownership data in 2000 Data include the address of stores. NTT telephone directory 'Townpage' (commercial facilities) Data include the address of individuals. NTT telephone directory 'Hellopage' (individuals) Data are aggregated within Shi-ku-cho-son units. Statistical datasets 'Statpack' provided by Seitosha 19

20 2.11 Comparison of raster and vector formats Choice of data format Shape description Data volume Raster data Not precise Small Vector data Precise Large Please keep in mind that it is easy to convert vector data into raster data, Processing speed Complexity Fast Simple Slow Complex but the reverse is quite difficult and practically impossible. Construction cost Low High Data updating Easy Not easy Data analysis Easy Difficult 2.12 Other types of spatial data In early years of GIS, application programs could treat only raster data, because of the slow processing speed of CPU, small volume of storage devices, etc. However, since mid 90 s, vector data have increasingly become available because of the rapid improvement of computer ability. Continuous surfaces (TIN) Uncertain (fuzzy) spatial data Representation of accuracy Fractal spatial objects 3-dimensional spatial objects Spatiotemporal objects (moving objects, ) Homework Q.2.1 (10 pts) Homework Q.2.2 (20pts) Find spatial data of your home country/region/city available on GIS and report their properties such as contents, data format, price, etc.. Represent the polygon data below by the arc-node structure (indicate the coordinates of node i as (x i, y i )) A R 2 3 B C D I Q E 5 8 J II G F 6 IV H O V P 12 T M K VI 7 9 III N L S

21 Homework Q.2.2 (Cntd.) Describe a procedure for enumerating the polygons surrounding the polygon IV. II III I IV V VI 21

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

Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS

Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS Risk Analysis V: Simulation and Hazard Mitigation 263 Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS M. Mori Department of Information and Computer Science, Kinki University, Japan

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 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

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME:

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME: 1) A GIS data model using an array of cells to store spatial data is termed: a) Topology b) Vector c) Object d) Raster 2) Metadata a) Usually includes map projection, scale, data types and origin, resolution

More information

Introduction-Overview. Why use a GIS? What can a GIS do? Spatial (coordinate) data model Relational (tabular) data model

Introduction-Overview. Why use a GIS? What can a GIS do? Spatial (coordinate) data model Relational (tabular) data model Introduction-Overview Why use a GIS? What can a GIS do? How does a GIS work? GIS definitions Spatial (coordinate) data model Relational (tabular) data model intro_gis.ppt 1 Why use a GIS? An extension

More information

Cadcorp Introductory Paper I

Cadcorp Introductory Paper I Cadcorp Introductory Paper I An introduction to Geographic Information and Geographic Information Systems Keywords: computer, data, digital, geographic information systems (GIS), geographic information

More information

Mitsuhiko Kawakami and Zhenjiang Shen Department of Civil Engineering Faculty of Engineering Kanazawa University Japan ABSTRACT

Mitsuhiko Kawakami and Zhenjiang Shen Department of Civil Engineering Faculty of Engineering Kanazawa University Japan ABSTRACT ABSTRACT Formulation of an Urban and Regional Planning System Based on a Geographical Information System and its Application - A Case Study of the Ishikawa Prefecture Area of Japan - Mitsuhiko Kawakami

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

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

What is GIS? Introduction to data. Introduction to data modeling

What is GIS? Introduction to data. Introduction to data modeling What is GIS? Introduction to data Introduction to data modeling 2 A GIS is similar, layering mapped information in a computer to help us view our world as a system A Geographic Information System is a

More information

A Basic Introduction to Geographic Information Systems (GIS) ~~~~~~~~~~

A Basic Introduction to Geographic Information Systems (GIS) ~~~~~~~~~~ A Basic Introduction to Geographic Information Systems (GIS) ~~~~~~~~~~ Rev. Ronald J. Wasowski, C.S.C. Associate Professor of Environmental Science University of Portland Portland, Oregon 3 September

More information

Utilization and Provision of Geographical Name Information on the Basic Map of Japan*

Utilization and Provision of Geographical Name Information on the Basic Map of Japan* UNITED NATIONS WORKING PAPER GROUP OF EXPERTS NO. 1/9 ON GEOGRAPHICAL NAMES Twenty-eight session 28 April 2 May 2014 Item 9 of the Provisional Agenda Activities relating to the Working Group on Toponymic

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

GEO-DATA INPUT AND CONVERSION. Christos G. Karydas,, Dr. Lab of Remote Sensing and GIS Director: Prof. N. Silleos

GEO-DATA INPUT AND CONVERSION. Christos G. Karydas,, Dr. Lab of Remote Sensing and GIS Director: Prof. N. Silleos Christos G. Karydas,, Dr. xkarydas@agro.auth.gr http://users.auth.gr/xkarydas Lab of Remote Sensing and GIS Director: Prof. N. Silleos School of Agriculture Aristotle University of Thessaloniki, GR 1 0.

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 Data Structure: Raster vs. Vector RS & GIS XXIII

GIS Data Structure: Raster vs. Vector RS & GIS XXIII Subject Paper No and Title Module No and Title Module Tag Geology Remote Sensing and GIS GIS Data Structure: Raster vs. Vector RS & GIS XXIII Principal Investigator Co-Principal Investigator Co-Principal

More information

Illustrator: Vector base Each line/point store some sort of information Mapping Representation of the world

Illustrator: Vector base Each line/point store some sort of information Mapping Representation of the world Illustrator: Vector base Each line/point store some sort of information Mapping Representation of the world Photoshop Raster base Images can be overlaid Pixel vector data model: [data models] A representation

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

Chapter 0 Introduction. Advanced Urban Analysis E. - Spatial Analysis and GIS Educational background. 0.1 Introducing myself

Chapter 0 Introduction. Advanced Urban Analysis E. - Spatial Analysis and GIS Educational background. 0.1 Introducing myself Course #716-26 Advanced Urban Analysis E Chapter 0 Introduction Lecture Title: - Spatial Analysis and GIS Instructor: Yukio Sadahiro 0.1 Introducing myself 0.1.1 Educational background Yukio Sadahiro Associate

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

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

Popular Mechanics, 1954

Popular Mechanics, 1954 Introduction to GIS Popular Mechanics, 1954 1986 $2,599 1 MB of RAM 2017, $750, 128 GB memory, 2 GB of RAM Computing power has increased exponentially over the past 30 years, Allowing the existence of

More information

INSTITUTE OF POLICY AND PLANNING SCIENCES. Discussion Paper Series

INSTITUTE OF POLICY AND PLANNING SCIENCES. Discussion Paper Series INSTITUTE OF POLICY AND PLANNING SCIENCES Discussion Paper Series No. 1102 Modeling with GIS: OD Commuting Times by Car and Public Transit in Tokyo by Mizuki Kawabata, Akiko Takahashi December, 2004 UNIVERSITY

More information

Geographers Perspectives on the World

Geographers Perspectives on the World What is Geography? Geography is not just about city and country names Geography is not just about population and growth Geography is not just about rivers and mountains Geography is a broad field that

More information

Projections & GIS Data Collection: An Overview

Projections & GIS Data Collection: An Overview Projections & GIS Data Collection: An Overview Projections Primary data capture Secondary data capture Data transfer Capturing attribute data Managing a data capture project Geodesy Basics for Geospatial

More information

Geographic Information Systems (GIS) in Environmental Studies ENVS Winter 2003 Session III

Geographic Information Systems (GIS) in Environmental Studies ENVS Winter 2003 Session III Geographic Information Systems (GIS) in Environmental Studies ENVS 6189 3.0 Winter 2003 Session III John Sorrell York University sorrell@yorku.ca Session Purpose: To discuss the various concepts of space,

More information

Unit 1, Lesson 3 What Tools and Technologies Do Geographers Use?

Unit 1, Lesson 3 What Tools and Technologies Do Geographers Use? Unit 1, Lesson 3 What Tools and Technologies Do Geographers Use? Geographers use a variety of tools and technologies in investigating geographic questions. Maps and globes both represent the earth, but

More information

Road & Railway Network Density Dataset at 1 km over the Belt and Road and Surround Region

Road & Railway Network Density Dataset at 1 km over the Belt and Road and Surround Region Journal of Global Change Data & Discovery. 2017, 1(4): 402-407 DOI:10.3974/geodp.2017.04.03 www.geodoi.ac.cn 2017 GCdataPR Global Change Research Data Publishing & Repository Road & Railway Network Density

More information

A BASE SYSTEM FOR MICRO TRAFFIC SIMULATION USING THE GEOGRAPHICAL INFORMATION DATABASE

A BASE SYSTEM FOR MICRO TRAFFIC SIMULATION USING THE GEOGRAPHICAL INFORMATION DATABASE A BASE SYSTEM FOR MICRO TRAFFIC SIMULATION USING THE GEOGRAPHICAL INFORMATION DATABASE Yan LI Ritsumeikan Asia Pacific University E-mail: yanli@apu.ac.jp 1 INTRODUCTION In the recent years, with the rapid

More information

Smart Eco-path Finder for Mobile GIS Users

Smart Eco-path Finder for Mobile GIS Users Smart Eco-path Finder for Mobile GIS Users Dr. Ko Ko Lwin and Prof. Yuji Murayama Graduate School of Life and Environmental Sciences Objective Remote Sensing Urban Green Space Walkability Spatial WEB Technology

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

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

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

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

Introduction to GIS. Phil Guertin School of Natural Resources and the Environment GeoSpatial Technologies

Introduction to GIS. Phil Guertin School of Natural Resources and the Environment GeoSpatial Technologies Introduction to GIS Phil Guertin School of Natural Resources and the Environment dguertin@cals.arizona.edu Mapping GeoSpatial Technologies Traditional Survey Global Positioning Systems (GPS) Remote Sensing

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

- World-wide cities are growing at a rate of 2% annually (UN 1999). - (60,3%) will reside in urban areas in 2030.

- World-wide cities are growing at a rate of 2% annually (UN 1999). - (60,3%) will reside in urban areas in 2030. THE EFFECTIVENESS OF NEW TECHNOLOGIES FOR URBAN LAND MANAGEMENT BAHAAEDDINE I. AL HADDAD Centro de Política de Suelo y Valoraciones Universidad Politécnica de Cataluña Barcelona, España www.upc.es/cpsv

More information

8.9 Geographical Information Systems Advantages of GIS

8.9 Geographical Information Systems Advantages of GIS 8.9 Geographical Information Systems A Geographic Information System (GIS) is a computer-based system that is used in input, storage, analysis manipulation, retrieval, and output, of spatial data. These

More information

Digitization in a Census

Digitization in a Census Topics Connectivity of Geographic Data Sketch Maps Data Organization and Geodatabases Managing a Digitization Project Quality and Control Topology Metadata 1 Topics (continued) Interactive Selection Snapping

More information

Introducing GIS analysis

Introducing GIS analysis 1 Introducing GIS analysis GIS analysis lets you see patterns and relationships in your geographic data. The results of your analysis will give you insight into a place, help you focus your actions, or

More information

Unit 1, Lesson 2. What is geographic inquiry?

Unit 1, Lesson 2. What is geographic inquiry? What is geographic inquiry? Unit 1, Lesson 2 Understanding the way in which social scientists investigate problems will help you conduct your own investigations about problems or issues facing your community

More information

Louisiana Transportation Engineering Conference. Monday, February 12, 2007

Louisiana Transportation Engineering Conference. Monday, February 12, 2007 Louisiana Transportation Engineering Conference Monday, February 12, 2007 Agenda Project Background Goal of EIS Why Use GIS? What is GIS? How used on this Project Other site selection tools I-69 Corridor

More information

GIS Lecture 5: Spatial Data

GIS Lecture 5: Spatial Data GIS Lecture 5: Spatial Data GIS 1 Outline Vector Data Formats Raster Data Formats Map Projections Coordinate Systems US Census geographic files US Census data files GIS Data Sources GIS 2 Vector Data Formats

More information

ENV208/ENV508 Applied GIS. Week 1: What is GIS?

ENV208/ENV508 Applied GIS. Week 1: What is GIS? ENV208/ENV508 Applied GIS Week 1: What is GIS? 1 WHAT IS GIS? A GIS integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of geographically referenced information.

More information

GEOGRAPHIC INFORMATION SYSTEM (GES203)

GEOGRAPHIC INFORMATION SYSTEM (GES203) GEOGRAPHIC INFORMATION SYSTEM (GES203) GIS Components Level 2:1 By: Mrs Mupfiga Presentation Layout Recap Learning Objectives Components of GIS GIS Data References Lecture Evaluation Learning Objectives

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

Georelational Vector Data Model

Georelational Vector Data Model Georelational Vector Data Model Contents Georelational Data Model Representation of Simple Features Topology Non-topological Vector Data Data Models for Composite Features Geo-relational Looking at a paper

More information

GIS and Remote Sensing

GIS and Remote Sensing Spring School Land use and the vulnerability of socio-ecosystems to climate change: remote sensing and modelling techniques GIS and Remote Sensing Katerina Tzavella Project Researcher PhD candidate Technology

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

ASIA GEOSPATIAL FORUM 2011 Eco-Friendly Walk Score Calculator Choosing a Place to Live with GIS

ASIA GEOSPATIAL FORUM 2011 Eco-Friendly Walk Score Calculator Choosing a Place to Live with GIS ASIA GEOSPATIAL FORUM 2011 Eco-Friendly Walk Score Calculator Choosing a Place to Live with GIS Ko Ko Lwin and Yuji Murayama Division of Spatial Information Science Graduate School of Life and Environmental

More information

Hydrology and Floodplain Analysis, Chapter 10

Hydrology and Floodplain Analysis, Chapter 10 Hydrology and Floodplain Analysis, Chapter 10 Hydrology and Floodplain Analysis, Chapter 10.1 Introduction to GIS GIS Geographical Information System Spatial Data Data linked with geographical location

More information

Eyes in the Sky & Data Analysis.

Eyes in the Sky & Data Analysis. Eyes in the Sky & Data Analysis How can we collect Information about Earth Climbing up Trees & Mountains Gathering Food Self Protection Understanding Surroundings By Travelling Collected Information Converted

More information

International Journal of Intellectual Advancements and Research in Engineering Computations

International Journal of Intellectual Advancements and Research in Engineering Computations ISSN:2348-2079 Volume-5 Issue-2 International Journal of Intellectual Advancements and Research in Engineering Computations Agricultural land investigation and change detection in Coimbatore district by

More information

Gridded population. redistribution models and applications. David Martin 20 February 2009

Gridded population. redistribution models and applications. David Martin 20 February 2009 Gridded population data for the UK redistribution models and applications David Martin 20 February 2009 Overview UK gridded data history (brief!) Small area data availability Grid-based modelling responses

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

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

Terms GIS GPS Vector Data Model Raster Data Model Feature Attribute Table Point Line Polygon Pixel RGB Overlay Function

Terms GIS GPS Vector Data Model Raster Data Model Feature Attribute Table Point Line Polygon Pixel RGB Overlay Function FINAL REVIEW FOR GIS (2016) PRACTICAL COMPONENT The first 40 mins of the exam will be open book and will require you to make a map using all the techniques learned over the semester. This map will be e-mailed

More information

LandScan Global Population Database

LandScan Global Population Database LandScan Global Population Database The World s Finest Population Distribution Data Uncommon information. Extraordinary places. LandScan Global Population Database East View Cartographic is now offering

More information

Capturing and recording spatial data Guidelines, standards and best practices

Capturing and recording spatial data Guidelines, standards and best practices Capturing and recording spatial data Guidelines, standards and best practices February 2018 Established by Technical Note Author David Taylor, Data4FI, insight2impact About insight2impact Insight2impact

More information

FNRM 3131 Introduction to GIS in Natural Resource Management

FNRM 3131 Introduction to GIS in Natural Resource Management FNRM 3131 Introduction to GIS in Natural Resource Management Instructors: Andrew C Jenks 215 Green Hall ajenks@umnedu, @acjenks Paul V Bolstad 301H Green Hall pbolstad@umnedu Course Topics Motivation:

More information

USING GIS CARTOGRAPHIC MODELING TO ANALYSIS SPATIAL DISTRIBUTION OF LANDSLIDE SENSITIVE AREAS IN YANGMINGSHAN NATIONAL PARK, TAIWAN

USING GIS CARTOGRAPHIC MODELING TO ANALYSIS SPATIAL DISTRIBUTION OF LANDSLIDE SENSITIVE AREAS IN YANGMINGSHAN NATIONAL PARK, TAIWAN CO-145 USING GIS CARTOGRAPHIC MODELING TO ANALYSIS SPATIAL DISTRIBUTION OF LANDSLIDE SENSITIVE AREAS IN YANGMINGSHAN NATIONAL PARK, TAIWAN DING Y.C. Chinese Culture University., TAIPEI, TAIWAN, PROVINCE

More information

2.2 Geographic phenomena

2.2 Geographic phenomena 2.2. Geographic phenomena 66 2.2 Geographic phenomena 2.2. Geographic phenomena 67 2.2.1 Defining geographic phenomena A GIS operates under the assumption that the relevant spatial phenomena occur in a

More information

CS 350 A Computing Perspective on GIS

CS 350 A Computing Perspective on GIS CS 350 A Computing Perspective on GIS What is GIS? Definitions A powerful set of tools for collecting, storing, retrieving at will, transforming and displaying spatial data from the real world (Burrough,

More information

How to Construct Urban Three Dimensional GIS Model based on ArcView 3D Analysis

How to Construct Urban Three Dimensional GIS Model based on ArcView 3D Analysis How to Construct Urban Three Dimensional GIS Model based on ArcView 3D Analysis Ko Ko Lwin Division of Spatial Information Science Graduate School of Life and Environmental Sciences University of Tsukuba

More information

FlexiCadastre User Conference 2013 GIS Data Verification & Challenges

FlexiCadastre User Conference 2013 GIS Data Verification & Challenges FlexiCadastre User Conference 2013 GIS Data Verification & Challenges May 7, 2013 Amanda Blackmore GIS Specialist OVERVIEW GIS Definitions & Terminology Spatial Data Common Issues or Concerns Data Verification

More information

Typical information required from the data collection can be grouped into four categories, enumerated as below.

Typical information required from the data collection can be grouped into four categories, enumerated as below. Chapter 6 Data Collection 6.1 Overview The four-stage modeling, an important tool for forecasting future demand and performance of a transportation system, was developed for evaluating large-scale infrastructure

More information

GIS present situation in Japan

GIS present situation in Japan GIS present situation in Japan September 26, 2006 INTERPREVENT 2006 in Niigata University Geographic Information Analysis Research Div. Geography and Crustal Dynamics Research Senter Geographical Survey

More information

Techniques for Science Teachers: Using GIS in Science Classrooms.

Techniques for Science Teachers: Using GIS in Science Classrooms. Techniques for Science Teachers: Using GIS in Science Classrooms. After ESRI, 2008 GIS A Geographic Information System A collection of computer hardware, software, and geographic data used together for

More information

Proposal for International Workshop on Defining and Measuring Metropolitan Regions. II. Definition and Measurement of Metropolitan Area in Japan

Proposal for International Workshop on Defining and Measuring Metropolitan Regions. II. Definition and Measurement of Metropolitan Area in Japan November 20, 2006 Proposal for International Workshop on Defining and Measuring Metropolitan Regions Japanese Government I. Introduction II. Definition and Measurement of Metropolitan Area in

More information

Geographic Boundaries of Population Census of Japan 1

Geographic Boundaries of Population Census of Japan 1 UNITED NATIONS SECRETARIAT ESA/STAT/AC.279/P20 Department of Economic and Social Affairs October 2013 Statistics Division English only United Nations Expert Group on the Integration of Statistical and

More information

Developing Database and GIS (First Phase)

Developing Database and GIS (First Phase) 13.3 Developing Database and GIS (First Phase) 13.3.1 Unifying GIS Coordinate System There are several data sources which have X, Y coordinate. In one study, UTM is used, in the other study, geographic

More information

Data Collection. Lecture Notes in Transportation Systems Engineering. Prof. Tom V. Mathew. 1 Overview 1

Data Collection. Lecture Notes in Transportation Systems Engineering. Prof. Tom V. Mathew. 1 Overview 1 Data Collection Lecture Notes in Transportation Systems Engineering Prof. Tom V. Mathew Contents 1 Overview 1 2 Survey design 2 2.1 Information needed................................. 2 2.2 Study area.....................................

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

Dr. ABOLGHASEM AKBARI Faculty of Civil Engineering & Earth Resources, University Malaysia Pahang (UMP)

Dr. ABOLGHASEM AKBARI Faculty of Civil Engineering & Earth Resources, University Malaysia Pahang (UMP) Workshop on : Dr. ABOLGHASEM AKBARI Faculty of Civil Engineering & Earth Resources, University Malaysia Pahang (UMP) 14-15 April 2016 Venue: Tehran, Iran GIS definitions GIS: A simplified view of the real

More information

Imagery and the Location-enabled Platform in State and Local Government

Imagery and the Location-enabled Platform in State and Local Government Imagery and the Location-enabled Platform in State and Local Government Fred Limp, Director, CAST Jim Farley, Vice President, Leica Geosystems Oracle Spatial Users Group Denver, March 10, 2005 TM TM Discussion

More information

Landsat-based Global Urban Area Map

Landsat-based Global Urban Area Map 1. TITLE Landsat-based Global Urban Area Map Abbreviation Metadata Identifier Landsat-based Global Urban Area Map LaGURAM LaGURAM20160711142456-DIAS20160706142617-en 2. CONTACT 2.1 CONTACT on DATASET Hiroyuki

More information

DATA 301 Introduction to Data Analytics Geographic Information Systems

DATA 301 Introduction to Data Analytics Geographic Information Systems DATA 301 Introduction to Data Analytics Geographic Information Systems Dr. Ramon Lawrence University of British Columbia Okanagan ramon.lawrence@ubc.ca DATA 301: Data Analytics (2) Why learn Geographic

More information

Discussion Paper Series No Department of Urban Engineering University of Tokyo

Discussion Paper Series No Department of Urban Engineering University of Tokyo Discussion Paper Series No. 110 Department of Urban Engineering University of Tokyo A method of comparing numerical variables distributed on a discrete space Yukio Sadahiro Department of Urban Engineering,

More information

Statistical and Geospatial

Statistical and Geospatial 10 Oct 2014 Statistical and Geospatial Information in Japan Naoki Makita (Mr.), National Statistics Centre, Japan Tomoo Asakawa (Mr.), Statistical Bureau of Japan Day 3 Plenary Session 7 Theme 3 Topic:

More information

Sampling The World. presented by: Tim Haithcoat University of Missouri Columbia

Sampling The World. presented by: Tim Haithcoat University of Missouri Columbia Sampling The World presented by: Tim Haithcoat University of Missouri Columbia Compiled with materials from: Charles Parson, Bemidji State University and Timothy Nyerges, University of Washington Introduction

More information

Understanding China Census Data with GIS By Shuming Bao and Susan Haynie China Data Center, University of Michigan

Understanding China Census Data with GIS By Shuming Bao and Susan Haynie China Data Center, University of Michigan Understanding China Census Data with GIS By Shuming Bao and Susan Haynie China Data Center, University of Michigan The Census data for China provides comprehensive demographic and business information

More information

Lecture 9: Reference Maps & Aerial Photography

Lecture 9: Reference Maps & Aerial Photography Lecture 9: Reference Maps & Aerial Photography I. Overview of Reference and Topographic Maps There are two basic types of maps? Reference Maps - General purpose maps & Thematic Maps - maps made for a specific

More information

Luc Anselin Spatial Analysis Laboratory Dept. Agricultural and Consumer Economics University of Illinois, Urbana-Champaign

Luc Anselin Spatial Analysis Laboratory Dept. Agricultural and Consumer Economics University of Illinois, Urbana-Champaign GIS and Spatial Analysis Luc Anselin Spatial Analysis Laboratory Dept. Agricultural and Consumer Economics University of Illinois, Urbana-Champaign http://sal.agecon.uiuc.edu Outline GIS and Spatial Analysis

More information

ESTIMATION OF LANDFORM CLASSIFICATION BASED ON LAND USE AND ITS CHANGE - Use of Object-based Classification and Altitude Data -

ESTIMATION OF LANDFORM CLASSIFICATION BASED ON LAND USE AND ITS CHANGE - Use of Object-based Classification and Altitude Data - ESTIMATION OF LANDFORM CLASSIFICATION BASED ON LAND USE AND ITS CHANGE - Use of Object-based Classification and Altitude Data - Shoichi NAKAI 1 and Jaegyu BAE 2 1 Professor, Chiba University, Chiba, Japan.

More information

10/13/2011. Introduction. Introduction to GPS and GIS Workshop. Schedule. What We Will Cover

10/13/2011. Introduction. Introduction to GPS and GIS Workshop. Schedule. What We Will Cover Introduction Introduction to GPS and GIS Workshop Institute for Social and Environmental Research Nepal October 13 October 15, 2011 Alex Zvoleff azvoleff@mail.sdsu.edu http://rohan.sdsu.edu/~zvoleff Instructor:

More information

GED 554 IT & GIS. Lecture 6 Exercise 5. May 10, 2013

GED 554 IT & GIS. Lecture 6 Exercise 5. May 10, 2013 GED 554 IT & GIS Lecture 6 Exercise 5 May 10, 2013 Free GIS data sources ******************* Mapping numerical data & Symbolization ******************* Exercise: Making maps for presentation GIS DATA SOFTWARE

More information

GEOGRAPHIC INFORMATION SYSTEMS

GEOGRAPHIC INFORMATION SYSTEMS GEOGRAPHIC INFORMATION SYSTEMS 4-H Round-Up Community Transitions Workshop Daniel Hanselka June 14, 2011 Goals of the Workshop Answer the question: What is GIS? Uses of GIS. Some of the Common Terminology

More information

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

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-1 Chapters 1 and 2 Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-1 Chapters 1 and 2 What is GIS? A Geographic Information System (GIS) is a computer system for capturing, storing, querying, analyzing and

More information

Data Origin. Ron van Lammeren CGI-GIRS 0910

Data Origin. Ron van Lammeren CGI-GIRS 0910 Data Origin Ron van Lammeren CGI-GIRS 0910 How to obtain geodata? Geo data initiative Executive Order 12906, "Coordinating Geographic Data Acquisition and Access: The National Spatial Data Infrastructure,"

More information

Principals and Elements of Image Interpretation

Principals and Elements of Image Interpretation Principals and Elements of Image Interpretation 1 Fundamentals of Photographic Interpretation Observation and inference depend on interpreter s training, experience, bias, natural visual and analytical

More information

Acknowledgments xiii Preface xv. GIS Tutorial 1 Introducing GIS and health applications 1. What is GIS? 2

Acknowledgments xiii Preface xv. GIS Tutorial 1 Introducing GIS and health applications 1. What is GIS? 2 Acknowledgments xiii Preface xv GIS Tutorial 1 Introducing GIS and health applications 1 What is GIS? 2 Spatial data 2 Digital map infrastructure 4 Unique capabilities of GIS 5 Installing ArcView and the

More information

Merging statistics and geospatial information

Merging statistics and geospatial information Merging statistics and geospatial information Demography / Commuting / Spatial planning / Registers Mirosław Migacz Chief GIS Specialist Janusz Dygaszewicz Director Central Statistical Office of Poland

More information

Data Origin. How to obtain geodata? Ron van Lammeren CGI-GIRS 0910

Data Origin. How to obtain geodata? Ron van Lammeren CGI-GIRS 0910 Data Origin How to obtain geodata? Ron van Lammeren CGI-GIRS 0910 Spatial Data interest Improvement of policy making. ± 90% of all information used by government has spatial characteristics SPATIAL INFORMATION

More information

Aileen Buckley, Ph.D. and Charlie Frye

Aileen Buckley, Ph.D. and Charlie Frye An Information Model for Maps: Towards Production from GIS Databases Aileen Buckley, Ph.D. and Charlie Frye Researchers, ESRI GIS vs. cart GIS Outline of the presentation Introduction Differences between

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad -00 0 CIVIL ENGINEERING TUTORIAL QUESTION BANK Course Name : Remote Sensing and GIS Course Code : A00 Class : IV B. Tech I Semester

More information

Transit Time Shed Analyzing Accessibility to Employment and Services

Transit Time Shed Analyzing Accessibility to Employment and Services Transit Time Shed Analyzing Accessibility to Employment and Services presented by Ammar Naji, Liz Thompson and Abdulnaser Arafat Shimberg Center for Housing Studies at the University of Florida www.shimberg.ufl.edu

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

Changes in the Level of Convenience of the Iwate Prefecture Temporary Housing Complexes Constructed after the 2011 Tohoku Earthquake

Changes in the Level of Convenience of the Iwate Prefecture Temporary Housing Complexes Constructed after the 2011 Tohoku Earthquake Changes in the Level of Convenience of the Iwate Prefecture Temporary Housing Complexes Constructed after the 2011 Tohoku Earthquake Shin-ichi Konno, Risa Shibutani, and Noriaki Endo Abstract We evaluated

More information

Remote Sensing and GIS Applications for Hilly Watersheds SUBASHISA DUTTA DEPARTMENT OF CIVIL ENGINEERING IIT GUWAHATI

Remote Sensing and GIS Applications for Hilly Watersheds SUBASHISA DUTTA DEPARTMENT OF CIVIL ENGINEERING IIT GUWAHATI Remote Sensing and GIS Applications for Hilly Watersheds SUBASHISA DUTTA DEPARTMENT OF CIVIL ENGINEERING IIT GUWAHATI Deciding Alternative Land Use Options in a Watershed Using GIS Source: Anita Prakash

More information