Development of Integrated Spatial Analysis System Using Open Sources. Hisaji Ono. Yuji Murayama

Size: px
Start display at page:

Download "Development of Integrated Spatial Analysis System Using Open Sources. Hisaji Ono. Yuji Murayama"

Transcription

1 Development of Integrated Spatial Analysis System Using Open Sources Hisaji Ono PASCO Corporation 1-1-2, Higashiyama, Meguro-ku, TOKYO, JAPAN; Telephone: +81 (03) FAX: +81 (03) Yuji Murayama Division of Geography, Institute of Geoscience, University of Tsukuba Tsukuba, IBARAKI , JAPAN; Telephone +81 (029) FAX +81 (029) Abstract GeoComputation which attempts to integrate the quantitative geography and spatial visualization technology, has been very popular among GIS communities since the beginning of the 1990s. Especially the construction of platform for spatial analysis is one of the important research topics in the advanced countries. Luc Anselin who made SpaceStat, a spatial analysis software, has played a significant role in the development of GIS, and recently the Centre for Computational Geography at the University of Leeds, GeoVISTA Center at the University of Pennsylvania and Center for Spatially Integrated Social Science in the University of California, Santa Barbara have given a great impact on the development of spatial and regional analysis using GIS. Given this background, this study tries to construct the system of integrated spatial analysis which is useful for the GIS education for geography majors in the university. The functions of this system that was built by using only open sources, include the mapping, spatial search, TIN, overlay, point pattern analysis, spatial autocorrelation, multivariate analysis such as regression analysis, factor analysis and cluster analysis, neural network, tessellation, and so on. This system works at Windows98/Me/NT/2000/XP. This software is now available through the following Internet address( apanese)). 1. Introduction GeoComputation which attempts to integrate the quantitative geography and spatial visualization technology, has been very popular among GIS communities since the beginning

2 of the 1990s. Especially the construction of platform for spatial analysis is one of the important research topics in the advanced countries. Luc Anselin(1993) who made SpaceStat, a spatial analysis software, has played a significant role in the development of GIS, and recently the Centre for Computational Geography at the University of Leeds, GeoVISTA Center at the University of Pennsylvania and Center for Spatially Integrated Social Science in the University of California, Santa Barbara have given a great impact on the development of spatial and regional analysis using GIS. Given this background, this study tries to construct the system of integrated spatial analysis which is useful for the GIS education for geography majors in the university. The functions of this system that was built by using only open sources, include the mapping, spatial search, TIN, overlay, point pattern analysis, spatial autocorrelation, multivariate analysis such as regression analysis, factor analysis and cluster analysis, neural network, tessellation, and so on. This system works at Windows98/Me/NT/2000/XP. 2. System Integrated Spatial Analysis System s architecture is showed in figure 1. This system s GUI part was built by Java. As shown in Figure1, this system s GIS engine employs GeoTools1 for Java with some modifications, abilities of spatial query and spatial analysis enabled and empowered by JTS, Java Topology Suite, API and regional analysis owes to R language with its contributed packages. And this system can process only ArcView shape file formats currently.

3 Figure 1..System Architecture of Integrated Spatial Analysis System. Software required by Integrated Spatial Analysis System are listed in Table 1. Table 1. Software required by Integrated Spatial Analysis System Software Used Version Java2SE or later R or later R(D)COM 1.2

4 R contributed packages used by Integrated Spatial Analysis System are listed in Table 2. Table 2. R contributed packages used by Integrated Spatial Analysis System Package fields maptools splancs spdep tripack Function Kernel Density Estimation Loading ArcView Shape files Nearest Neighbourhood, K function Spatial Autocorrelation TIN, Voronois, convex hull 3. Functions 3.1 Choropleth Mapping This system supports three types choropleth shading, equal length, quantile and Jenk s natural breaks. And also supports circle dot mapping. 3.2 Gridding Creating grid surface. 3.3 Cartogram This system can create two types of area cartograms, continuous area cartogram(figure 2) and non continuous area cartogram(figure 3).

5 Figure 2. Continuous Area Cartogram 3.5 Surface This system can create grid surfaces.. Figure 3. Non Continuous Area Cartogram 3.6 Query This system can issue spatial and aspatial queries against shape files.

6 1) spatial query Spatial query uses JTS API to perform following operators(table 3). Table 3. Operators of spatial query Operator contains contained disjoint equals intersects overlaps touches within Function Select parts of target layer contained by subject layer Select parts of subject layer contained by target layer Select parts of target layer not contained by subject layer Select parts of target layer equalled to subject layer Select parts of target layer intersected subject layer Select parts of target layer overlapped by subject layer Select parts of target layer touched by subject layer Select a part of target layer within subject layer An example of spatial query touches is showed in Figure 4. Figure 4. Example of touches

7 2) aspatial query 3.7 Spatial Analysis This system can perform following spatial analyses using JTS API. And R s contributed packages. 1) polygon overlay Operators of overlay are listed in Table 4 and polygon operators diagram is showed in Figure 5. Table 4. Operators of polygon overlay Operator intersection difference symdifference union Function clipping target layer by subject layer difference between target and subject layer symdifference between target and subject layer merge of target and subject layer

8 A B A. Ž ƒ Ž(B) A.union(B) A. e Ž ƒ (B) B. e Ž ƒ (A) A.symDifference(B) Figure 5. diagram of polygon overlay(vivid SOLUTIONS(2002)) An example of polygon overlay is showed in Figure.6.

9 Figure 6.. Intersection s example(clipped town districts by 500m buffering of stations) 2) Buffering 3) Dissolve 4) TIN 5) voronois diagram 4) convex hull 3.8 Regional Analysis This system can deal with following methods. 1) descriptive statistics 2) multivariate analysis 3) ESDA 5) point pattern analysis 6) ANN(Artificial Neural Network) 3.9 Spatial Autocorrelation Using Byband s spdep(2002), this system can cover almost methods of this area. This system can perform following analysis methods. 1) Global Moran s I 2) Global Geary s c 3) Local Moran 4) Local Geary 5) Join count 6) G & G * statistics Figure 7 shows output example of G * Statistics.

10 Figure 7 G * Statistics 4. Future Plans We have following plans for further developing this system. (1) Adding more analysis techniques. (2) Adding more visualisation functions. (3) Strengthening functions of saving results by analyses. (4) Fulfilment of printing function. (5).Database connection (6) Strengthening Internet connecting function (7) Scripting for automatic analysis (8) Internationalization (9) Web Applicationization. This software is now available through the following Internet address( (currently Japanese, but soon available in English). 5. References ANSELIN, L., 1993, SpaceStat: A Program for the Statistical Analysis of Spatial Data (Santa Barbara: NCGIA). ANSELIN, L., 1995, Local indicators of spatial association LISA, Geographical Analysis, 27, ATKINSON, P. and MARTIN, D., 2000, GIS and Geocomputation (London: Taylor & Francis). BIVAND, R. S. and GEBHARDT, A., 2000, Implementing functions for spatial statistical analysis using the R language, Journal of Geographical Systems, 2,

11 BIVAND, R., S., and Neteler, M., 2000, Opensource geocomputation: using the R data analysis language integrated with GRASS GIS and PostgreSQL data base systems,. Proceedings 5th Conference on GeoComputation, University of Greenwich. BIVAND, R., 2002, The spdep package, DORLING, D., 1996, Area cartograms: their use and creation. (Concepts and Techniques in Modern Geography CATMOG), 59. GETIS, A., and ORD, J., K., 1992, The analysis of spatial association by use of distance statistics. Geographical Analysis, 24, FOTHERINGHAM, A., S., BRUNSDON, C. and CHARLTON, M., 2000, Quantitative Geography Perspectives on Spatial Data Analysis (London: SAGE Publications). LEE, J., and WONG, W., S., 2000, Statistical Analysis with ArcView GIS( New York: John Wiley & Sons). LONGERY, P., BROOKS, S., M., McDONNELL, R., and MACMILLAN, B., eds GeoComputation, Primer (Chichester: John Wiley & Sons). OPENSHAW, S., and ABRAHART, R., J., eds.,2000, GeoComputation(London: Taylor & Francis). ORD, J., K., and GETIS, A., 1995, Local spatial autocorrelation statistics: distributional issues and an application,. Geographical Analysis, 27, VIVID SOLUTIONS, 2002, JTS technical specifications,

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

EXPLORATORY SPATIAL DATA ANALYSIS OF BUILDING ENERGY IN URBAN ENVIRONMENTS. Food Machinery and Equipment, Tianjin , China

EXPLORATORY SPATIAL DATA ANALYSIS OF BUILDING ENERGY IN URBAN ENVIRONMENTS. Food Machinery and Equipment, Tianjin , China EXPLORATORY SPATIAL DATA ANALYSIS OF BUILDING ENERGY IN URBAN ENVIRONMENTS Wei Tian 1,2, Lai Wei 1,2, Pieter de Wilde 3, Song Yang 1,2, QingXin Meng 1 1 College of Mechanical Engineering, Tianjin University

More information

CSISS Tools and Spatial Analysis Software

CSISS Tools and Spatial Analysis Software CSISS Tools and Spatial Analysis Software June 5, 2006 Stephen A. Matthews Associate Professor of Sociology & Anthropology, Geography and Demography Director of the Geographic Information Analysis Core

More information

Exploratory Spatial Data Analysis and GeoDa

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

More information

Exploratory Spatial Data Analysis (And Navigating GeoDa)

Exploratory Spatial Data Analysis (And Navigating GeoDa) Exploratory Spatial Data Analysis (And Navigating GeoDa) June 9, 2006 Stephen A. Matthews Associate Professor of Sociology & Anthropology, Geography and Demography Director of the Geographic Information

More information

GIS and Spatial Statistics: One World View or Two? Michael F. Goodchild University of California Santa Barbara

GIS and Spatial Statistics: One World View or Two? Michael F. Goodchild University of California Santa Barbara GIS and Spatial Statistics: One World View or Two? Michael F. Goodchild University of California Santa Barbara Location as attribute The data table Census summary table What value is location as an explanatory

More information

Spatial Tools for Econometric and Exploratory Analysis

Spatial Tools for Econometric and Exploratory Analysis Spatial Tools for Econometric and Exploratory Analysis Michael F. Goodchild University of California, Santa Barbara Luc Anselin University of Illinois at Urbana-Champaign http://csiss.org Outline A Quick

More information

Development and operation of GIS exercise materials for undergraduate students

Development and operation of GIS exercise materials for undergraduate students Development and operation of GIS exercise materials for undergraduate students Since around 2000, GIS researchers in Japan have collaborated to provide materials for GIS lecture classes for university

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

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

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

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

Exploratory Spatial Data Analysis Using GeoDA: : An Introduction

Exploratory Spatial Data Analysis Using GeoDA: : An Introduction Exploratory Spatial Data Analysis Using GeoDA: : An Introduction Prepared by Professor Ravi K. Sharma, University of Pittsburgh Modified for NBDPN 2007 Conference Presentation by Professor Russell S. Kirby,

More information

SPACE Workshop NSF NCGIA CSISS UCGIS SDSU. Aldstadt, Getis, Jankowski, Rey, Weeks SDSU F. Goodchild, M. Goodchild, Janelle, Rebich UCSB

SPACE Workshop NSF NCGIA CSISS UCGIS SDSU. Aldstadt, Getis, Jankowski, Rey, Weeks SDSU F. Goodchild, M. Goodchild, Janelle, Rebich UCSB SPACE Workshop NSF NCGIA CSISS UCGIS SDSU Aldstadt, Getis, Jankowski, Rey, Weeks SDSU F. Goodchild, M. Goodchild, Janelle, Rebich UCSB August 2-8, 2004 San Diego State University Some Examples of Spatial

More information

Spatial Analysis 1. Introduction

Spatial Analysis 1. Introduction Spatial Analysis 1 Introduction Geo-referenced Data (not any data) x, y coordinates (e.g., lat., long.) ------------------------------------------------------ - Table of Data: Obs. # x y Variables -------------------------------------

More information

This lab exercise will try to answer these questions using spatial statistics in a geographic information system (GIS) context.

This lab exercise will try to answer these questions using spatial statistics in a geographic information system (GIS) context. by Introduction Problem Do the patterns of forest fires change over time? Do forest fires occur in clusters, and do the clusters change over time? Is this information useful in fighting forest fires? This

More information

Spatial Trends of unpaid caregiving in Ireland

Spatial Trends of unpaid caregiving in Ireland Spatial Trends of unpaid caregiving in Ireland Stamatis Kalogirou 1,*, Ronan Foley 2 1. NCG Affiliate, Thoukididi 20, Drama, 66100, Greece; Tel: +30 6977 476776; Email: skalogirou@gmail.com; Web: http://www.gisc.gr.

More information

Spatial Modeling, Regional Science, Arthur Getis Emeritus, San Diego State University March 1, 2016

Spatial Modeling, Regional Science, Arthur Getis Emeritus, San Diego State University March 1, 2016 Spatial Modeling, Regional Science, and UCSB Arthur Getis Emeritus, San Diego State University March 1, 2016 My Link to UCSB The 1980s at UCSB (summers and sabbatical) Problems within Geography: The Quantitative

More information

Mapping and Analysis for Spatial Social Science

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

More information

Exploratory Spatial Data Analysis (ESDA)

Exploratory Spatial Data Analysis (ESDA) Exploratory Spatial Data Analysis (ESDA) VANGHR s method of ESDA follows a typical geospatial framework of selecting variables, exploring spatial patterns, and regression analysis. The primary software

More information

Spatial Analysis I. Spatial data analysis Spatial analysis and inference

Spatial Analysis I. Spatial data analysis Spatial analysis and inference Spatial Analysis I Spatial data analysis Spatial analysis and inference Roadmap Outline: What is spatial analysis? Spatial Joins Step 1: Analysis of attributes Step 2: Preparing for analyses: working with

More information

BASIC SPATIAL ANALYSIS TOOLS IN A GIS. data set queries basic statistics buffering overlay reclassification

BASIC SPATIAL ANALYSIS TOOLS IN A GIS. data set queries basic statistics buffering overlay reclassification BASIC SPATIAL ANALYSIS TOOLS IN A GIS data set queries basic statistics buffering overlay reclassification GIS ANALYSIS TOOLS GIS ANALYSIS TOOLS Database tools: query and summarize (similar to spreadsheet

More information

Context-dependent spatial analysis: A role for GIS?

Context-dependent spatial analysis: A role for GIS? J Geograph Syst (2000) 2:71±76 ( Springer-Verlag 2000 Context-dependent spatial analysis: A role for GIS? A. Stewart Fotheringham Department of Geography, University of Newcastle, Newcastle-upon-Tyne NE1

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

Karsten Vennemann, Seattle. QGIS Workshop CUGOS Spring Fling 2015

Karsten Vennemann, Seattle. QGIS Workshop CUGOS Spring Fling 2015 Karsten Vennemann, Seattle 2015 a very capable and flexible Desktop GIS QGIS QGIS Karsten Workshop Vennemann, Seattle slide 2 of 13 QGIS - Desktop GIS originally a GIS viewing environment QGIS for the

More information

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS.

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS. Online GIS Training and training modules covered are: 1. ArcGIS, Analysis, Fundamentals and Implementation 2. ArcGIS Web Data Sharing 3. ArcGIS for Desktop 4. ArcGIS for Server These modules are covered

More information

Introduction to Field Data Collection

Introduction to Field Data Collection Introduction to Field Data Collection Dr. Yuji Murayama (Professor) Dr. Ko Ko Lwin (JSPS Postdoctoral Researcher) Division of Spatial Information Science Graduate School of Life and Environmental Sciences

More information

Spatial Web Technology for Urban Green Society (A Case of Tsukuba City)

Spatial Web Technology for Urban Green Society (A Case of Tsukuba City) The 5th Japan-Korea-China Joint Conference on Geography (Green Society in East Asia: A Geographical Contribution) Spatial Web Technology for Urban Green Society (A Case of Tsukuba City) Ko Ko Lwin and

More information

Geography 38/42:376 GIS II. Topic 1: Spatial Data Representation and an Introduction to Geodatabases. The Nature of Geographic Data

Geography 38/42:376 GIS II. Topic 1: Spatial Data Representation and an Introduction to Geodatabases. The Nature of Geographic Data Geography 38/42:376 GIS II Topic 1: Spatial Data Representation and an Introduction to Geodatabases Chapters 3 & 4: Chang (Chapter 4: DeMers) The Nature of Geographic Data Features or phenomena occur as

More information

Visualize and interactively design weight matrices

Visualize and interactively design weight matrices Visualize and interactively design weight matrices Angelos Mimis *1 1 Department of Economic and Regional Development, Panteion University of Athens, Greece Tel.: +30 6936670414 October 29, 2014 Summary

More information

Introduction to Spatial Statistics and Modeling for Regional Analysis

Introduction to Spatial Statistics and Modeling for Regional Analysis Introduction to Spatial Statistics and Modeling for Regional Analysis Dr. Xinyue Ye, Assistant Professor Center for Regional Development (Department of Commerce EDA University Center) & School of Earth,

More information

GIS CONCEPTS ARCGIS METHODS AND. 2 nd Edition, July David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University

GIS CONCEPTS ARCGIS METHODS AND. 2 nd Edition, July David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University GIS CONCEPTS AND ARCGIS METHODS 2 nd Edition, July 2005 David M. Theobald, Ph.D. Natural Resource Ecology Laboratory Colorado State University Copyright Copyright 2005 by David M. Theobald. All rights

More information

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types Chapter 6 Fundamentals of GIS-Based Data Analysis for Decision Support FROM: Points Lines Polygons Fields Table 6.1. Spatial Data Transformations by Geospatial Data Types TO: Points Lines Polygons Fields

More information

Fuzzy Geographically Weighted Clustering

Fuzzy Geographically Weighted Clustering Fuzzy Geographically Weighted Clustering G. A. Mason 1, R. D. Jacobson 2 1 University of Calgary, Dept. of Geography 2500 University Drive NW Calgary, AB, T2N 1N4 Telephone: +1 403 210 9723 Fax: +1 403

More information

Parameter selection for region-growing image segmentation algorithms using spatial autocorrelation

Parameter selection for region-growing image segmentation algorithms using spatial autocorrelation International Journal of Remote Sensing Vol. 27, No. 14, 20 July 2006, 3035 3040 Parameter selection for region-growing image segmentation algorithms using spatial autocorrelation G. M. ESPINDOLA, G. CAMARA*,

More information

Spatial Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University

Spatial Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University Spatial Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University TTU Graduate Certificate Geographic Information Science and Technology (GIST) 3 Core Courses and

More information

Introduction GeoXp : an R package for interactive exploratory spatial data analysis. Illustration with a data set of schools in Midi-Pyrénées.

Introduction GeoXp : an R package for interactive exploratory spatial data analysis. Illustration with a data set of schools in Midi-Pyrénées. Presentation of Presentation of Use of Introduction : an R package for interactive exploratory spatial data analysis. Illustration with a data set of schools in Midi-Pyrénées. Authors of : Christine Thomas-Agnan,

More information

Spatial analysis in XML/GML/SVG based WebGIS

Spatial analysis in XML/GML/SVG based WebGIS Spatial analysis in XML/GML/SVG based WebGIS Haosheng Huang, Yan Li huang@cartography.tuwien.ac.at and yanli@scnu.edu.cn Research Group Cartography, Vienna University of Technology Spatial Information

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

Improving Spatial Data Interoperability

Improving Spatial Data Interoperability Improving Spatial Data Interoperability A Framework for Geostatistical Support-To To-Support Interpolation Michael F. Goodchild, Phaedon C. Kyriakidis, Philipp Schneider, Matt Rice, Qingfeng Guan, Jordan

More information

Software for Landuse Management: Modelling with GIS

Software for Landuse Management: Modelling with GIS O. R. SODEINDE, Nigeria Key words: ABSTRACT Land use management has been a very important issue in the planning and maintenance of environmental and economic development of a geographic area. Therefore,

More information

Daniel Fuller Lise Gauvin Yan Kestens

Daniel Fuller Lise Gauvin Yan Kestens Examining the spatial distribution and relationship between support for policies aimed at active living in transportation and transportation behavior Daniel Fuller Lise Gauvin Yan Kestens Introduction

More information

The Case for Space in the Social Sciences

The Case for Space in the Social Sciences The Case for Space in the Social Sciences Don Janelle Center for Spatially Integrated Social Science University of California, Santa Barbara Roundtable on Geographical Voices and Geographical Analysis

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

Chapter 7: Spatial Analyses of Statistical Data in GIS

Chapter 7: Spatial Analyses of Statistical Data in GIS Chapter 7: Spatial Analyses of Statistical Data in GIS 7.1 Introduction Visualisation helps us to understand spatial patterns but often further investigation is needed to describe or explain these patterns.

More information

Spatial Analysis 2. Spatial Autocorrelation

Spatial Analysis 2. Spatial Autocorrelation Spatial Analysis 2 Spatial Autocorrelation Spatial Autocorrelation a relationship between nearby spatial units of the same variable If, for every pair of subareas i and j in the study region, the drawings

More information

GIST 4302/5302: Spatial Analysis and Modeling

GIST 4302/5302: Spatial Analysis and Modeling GIST 4302/5302: Spatial Analysis and Modeling Review Guofeng Cao www.gis.ttu.edu/starlab Department of Geosciences Texas Tech University guofeng.cao@ttu.edu Spring 2016 Course Outlines Spatial Point Pattern

More information

CSISS Resources for Research and Teaching

CSISS Resources for Research and Teaching CSISS Resources for Research and Teaching Donald G. Janelle Center for Spatially Integrated Social Science University of California, Santa Barbara Montreal 26 July 2003 Workshop on Spatial Analysis for

More information

Outline. Introduction to SpaceStat and ESTDA. ESTDA & SpaceStat. Learning Objectives. Space-Time Intelligence System. Space-Time Intelligence System

Outline. Introduction to SpaceStat and ESTDA. ESTDA & SpaceStat. Learning Objectives. Space-Time Intelligence System. Space-Time Intelligence System Outline I Data Preparation Introduction to SpaceStat and ESTDA II Introduction to ESTDA and SpaceStat III Introduction to time-dynamic regression ESTDA ESTDA & SpaceStat Learning Objectives Activities

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

International Journal of Remote Sensing, in press, 2006.

International Journal of Remote Sensing, in press, 2006. International Journal of Remote Sensing, in press, 2006. Parameter Selection for Region-Growing Image Segmentation Algorithms using Spatial Autocorrelation G. M. ESPINDOLA, G. CAMARA*, I. A. REIS, L. S.

More information

Twenty Years of Progress: GIScience in Michael F. Goodchild University of California Santa Barbara

Twenty Years of Progress: GIScience in Michael F. Goodchild University of California Santa Barbara Twenty Years of Progress: GIScience in 2010 Michael F. Goodchild University of California Santa Barbara Outline The beginnings: GIScience in 1990 Major accomplishments research institutional The future

More information

Types of spatial data. The Nature of Geographic Data. Types of spatial data. Spatial Autocorrelation. Continuous spatial data: geostatistics

Types of spatial data. The Nature of Geographic Data. Types of spatial data. Spatial Autocorrelation. Continuous spatial data: geostatistics The Nature of Geographic Data Types of spatial data Continuous spatial data: geostatistics Samples may be taken at intervals, but the spatial process is continuous e.g. soil quality Discrete data Irregular:

More information

The Implementation of Autocorrelation-Based Regioclassification in ArcMap Using ArcObjects

The Implementation of Autocorrelation-Based Regioclassification in ArcMap Using ArcObjects 140 The Implementation of Autocorrelation-Based Regioclassification in ArcMap Using ArcObjects Christoph MAYRHOFER Abstract Conventional methods for cartographic classification are often solely based on

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

Regionalizing and Understanding Commuter Flows: An Open Source Geospatial Approach

Regionalizing and Understanding Commuter Flows: An Open Source Geospatial Approach Regionalizing and Understanding Commuter Flows: An Open Source Geospatial Approach Lorraine Barry School of Natural and Built Environment, Queen's University Belfast l.barry@qub.ac.uk January 2017 Summary

More information

National Center for Geographic Information and Analysis

National Center for Geographic Information and Analysis National Center for Geographic Information and Analysis The Integration of Spatial Analysis and GIS: The Development of the Statcas Module for ARC/INFO by Yuemin Ding and A. Stewart Fotheringham National

More information

GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis

GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis Guofeng Cao http://www.spatial.ttu.edu Department of Geosciences Texas Tech University guofeng.cao@ttu.edu

More information

Time: the late arrival at the Geocomputation party and the need for considered approaches to spatio- temporal analyses

Time: the late arrival at the Geocomputation party and the need for considered approaches to spatio- temporal analyses Time: the late arrival at the Geocomputation party and the need for considered approaches to spatio- temporal analyses Alexis Comber 1, Paul Harris* 2, Narumasa Tsutsumida 3 1 School of Geography, University

More information

Smart Data Collection and Real-time Digital Cartography

Smart Data Collection and Real-time Digital Cartography Smart Data Collection and Real-time Digital Cartography Yuji Murayama and Ko Ko Lwin Division of Spatial Information Science Faculty of Life and Environmental Sciences University of Tsukuba IGU 2013 1

More information

SRJC Applied Technology 54A Introduction to GIS

SRJC Applied Technology 54A Introduction to GIS SRJC Applied Technology 54A Introduction to GIS Overview Lecture of Geographic Information Systems Fall 2004 Santa Rosa Junior College Presented By: Tim Pudoff, GIS Coordinator, County of Sonoma, Information

More information

GIST 4302/5302: Spatial Analysis and Modeling

GIST 4302/5302: Spatial Analysis and Modeling GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis Guofeng Cao http://thestarlab.github.io Department of Geosciences Texas Tech University

More information

Finding Hot Spots in ArcGIS Online: Minimizing the Subjectivity of Visual Analysis. Nicholas M. Giner Esri Parrish S.

Finding Hot Spots in ArcGIS Online: Minimizing the Subjectivity of Visual Analysis. Nicholas M. Giner Esri Parrish S. Finding Hot Spots in ArcGIS Online: Minimizing the Subjectivity of Visual Analysis Nicholas M. Giner Esri Parrish S. Henderson FBI Agenda The subjectivity of maps What is Hot Spot Analysis? Why do Hot

More information

Roger S. Bivand Edzer J. Pebesma Virgilio Gömez-Rubio. Applied Spatial Data Analysis with R. 4:1 Springer

Roger S. Bivand Edzer J. Pebesma Virgilio Gömez-Rubio. Applied Spatial Data Analysis with R. 4:1 Springer Roger S. Bivand Edzer J. Pebesma Virgilio Gömez-Rubio Applied Spatial Data Analysis with R 4:1 Springer Contents Preface VII 1 Hello World: Introducing Spatial Data 1 1.1 Applied Spatial Data Analysis

More information

Geometric Algorithms in GIS

Geometric Algorithms in GIS Geometric Algorithms in GIS GIS Visualization Software Dr. M. Gavrilova GIS Software for Visualization ArcView GEO/SQL Digital Atmosphere AutoDesk Visual_Data GeoMedia GeoExpress CAVE? Visualization in

More information

GIST 4302/5302: Spatial Analysis and Modeling

GIST 4302/5302: Spatial Analysis and Modeling GIST 4302/5302: Spatial Analysis and Modeling Spring 2016 Lectures: Tuesdays & Thursdays 12:30pm-1:20pm, Science 234 Labs: GIST 4302: Monday 1:00-2:50pm or Tuesday 2:00-3:50pm GIST 5302: Wednesday 2:00-3:50pm

More information

SVY2001: Lecture 15: Introduction to GIS and Attribute Data

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

More information

The CrimeStat Program: Characteristics, Use, and Audience

The CrimeStat Program: Characteristics, Use, and Audience The CrimeStat Program: Characteristics, Use, and Audience Ned Levine, PhD Ned Levine & Associates and Houston-Galveston Area Council Houston, TX In the paper and presentation, I will discuss the CrimeStat

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

Michael Harrigan Office hours: Fridays 2:00-4:00pm Holden Hall

Michael Harrigan Office hours: Fridays 2:00-4:00pm Holden Hall Announcement New Teaching Assistant Michael Harrigan Office hours: Fridays 2:00-4:00pm Holden Hall 209 Email: michael.harrigan@ttu.edu Guofeng Cao, Texas Tech GIST4302/5302, Lecture 2: Review of Map Projection

More information

GIS for ChEs Introduction to Geographic Information Systems

GIS for ChEs Introduction to Geographic Information Systems GIS for ChEs Introduction to Geographic Information Systems AIChE Webinar John Cirucci 1 GIS for ChEs Introduction to Geographic Information Systems What is GIS? Tools and Methods Applications Examples

More information

GIS Level 2. MIT GIS Services

GIS Level 2. MIT GIS Services GIS Level 2 MIT GIS Services http://libraries.mit.edu/gis Email: gishelp@mit.edu TOOLS IN THIS WORKSHOP - Definition Queries - Create a new field in the attribute table - Field Calculator - Add XY Data

More information

Dr.Weerakaset Suanpaga (D.Eng RS&GIS)

Dr.Weerakaset Suanpaga (D.Eng RS&GIS) The Analysis of Discrete Entities i in Space Dr.Weerakaset Suanpaga (D.Eng RS&GIS) Aim of GIS? To create spatial and non-spatial database? Not just this, but also To facilitate query, retrieval and analysis

More information

Spatial and Temporal Geovisualisation and Data Mining of Road Traffic Accidents in Christchurch, New Zealand

Spatial and Temporal Geovisualisation and Data Mining of Road Traffic Accidents in Christchurch, New Zealand 166 Spatial and Temporal Geovisualisation and Data Mining of Road Traffic Accidents in Christchurch, New Zealand Clive E. SABEL and Phil BARTIE Abstract This paper outlines the development of a method

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

GIS and Spatial Analysis

GIS and Spatial Analysis GEOG 579: GIS and Spatial Analysis Fall 2007 Page: 1/6 Instructor: Professor A-Xing Zhu Department of Geography Rm 255 Science Hall Email: azhu@wisc.edu Tel: 262-0272 Geography 579 GIS and Spatial Analysis

More information

Using GIS to Identify Pedestrian- Vehicle Crash Hot Spots and Unsafe Bus Stops

Using GIS to Identify Pedestrian- Vehicle Crash Hot Spots and Unsafe Bus Stops Using GIS to Identify Pedestrian-Vehicle Crash Hot Spots and Unsafe Bus Stops Using GIS to Identify Pedestrian- Vehicle Crash Hot Spots and Unsafe Bus Stops Long Tien Truong and Sekhar V. C. Somenahalli

More information

GIS for Surveyors: Wetland Studies and Solutions, Inc.

GIS for Surveyors: Wetland Studies and Solutions, Inc. GIS for Surveyors: Concepts, Solutions, and Applications ` New Jersey Society of Professional Land Surveyors (NJSPLS) SurvCon 2013, Atlantic City, New Jersey Presented by John Cooke and Yeoanny A. Venetsanos,

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

Working Paper

Working Paper Working Paper 2008-12 Dynamic Manipulation of Spatial Weights Using Web Services Sergio J. Rey, Luc Anselin, and Myunghwa Hwang Dynamic Manipulation of Spatial Weights Using Web Services Sergio J. Rey

More information

A 3D GEOVISUALIZATION APPROACH TO CRIME MAPPING

A 3D GEOVISUALIZATION APPROACH TO CRIME MAPPING A 3D GEOVISUALIZATION APPROACH TO CRIME MAPPING Markus Wolff, Hartmut Asche 3D-Geoinformation Research Group Department of geography University of Potsdam Markus.Wolff@uni-potsdam.de, gislab@uni-potsdam.de

More information

Big Data Discovery and Visualisation Insights for ArcGIS

Big Data Discovery and Visualisation Insights for ArcGIS Big Data Discovery and Visualisation Insights for ArcGIS Create Enrich - Collaborate Lee Kum Cheong GIS CONVERSATIONS At Esri, we believe people can do amazing things with applied geography. GIS CONVERSATIONS

More information

GIST 4302/5302: Spatial Analysis and Modeling

GIST 4302/5302: Spatial Analysis and Modeling GIST 4302/5302: Spatial Analysis and Modeling Fall 2015 Lectures: Tuesdays & Thursdays 2:00pm-2:50pm, Science 234 Lab sessions: Tuesdays or Thursdays 3:00pm-4:50pm or Friday 9:00am-10:50am, Holden 204

More information

LEHMAN COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF ENVIRONMENTAL, GEOGRAPHIC, AND GEOLOGICAL SCIENCES CURRICULAR CHANGE

LEHMAN COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF ENVIRONMENTAL, GEOGRAPHIC, AND GEOLOGICAL SCIENCES CURRICULAR CHANGE LEHMAN COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF ENVIRONMENTAL, GEOGRAPHIC, AND GEOLOGICAL SCIENCES CURRICULAR CHANGE Hegis Code: 2206.00 Program Code: 452/2682 1. Type of Change: New Course 2.

More information

Local Spatial Autocorrelation Clusters

Local Spatial Autocorrelation Clusters Local Spatial Autocorrelation Clusters Luc Anselin http://spatial.uchicago.edu LISA principle local Moran local G statistics issues and interpretation LISA Principle Clustering vs Clusters global spatial

More information

YYT-C3002 Application Programming in Engineering GIS I. Anas Altartouri Otaniemi

YYT-C3002 Application Programming in Engineering GIS I. Anas Altartouri Otaniemi YYT-C3002 Application Programming in Engineering GIS I Otaniemi Overview: GIS lectures & exercise We will deal with GIS application development in two lectures. Because of the versatility of GIS data models

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

GIS Test Drive What a Geographic Information System Is and What it Can Do. Alison Davis-Holland

GIS Test Drive What a Geographic Information System Is and What it Can Do. Alison Davis-Holland GIS Test Drive What a Geographic Information System Is and What it Can Do Alison Davis-Holland adavisholland@gmail.com WHO AM I? Geospatial Analyst M.S. in Geographic and Cartographic Sciences Use GIS

More information

Hennig, B.D. and Dorling, D. (2014) Mapping Inequalities in London, Bulletin of the Society of Cartographers, 47, 1&2,

Hennig, B.D. and Dorling, D. (2014) Mapping Inequalities in London, Bulletin of the Society of Cartographers, 47, 1&2, Hennig, B.D. and Dorling, D. (2014) Mapping Inequalities in London, Bulletin of the Society of Cartographers, 47, 1&2, 21-28. Pre- publication draft without figures Mapping London using cartograms The

More information

Principles of IR. Hacettepe University Department of Information Management DOK 324: Principles of IR

Principles of IR. Hacettepe University Department of Information Management DOK 324: Principles of IR Principles of IR Hacettepe University Department of Information Management DOK 324: Principles of IR Some Slides taken from: Ray Larson Geographic IR Overview What is Geographic Information Retrieval?

More information

The Use of Spatial Weights Matrices and the Effect of Geometry and Geographical Scale

The Use of Spatial Weights Matrices and the Effect of Geometry and Geographical Scale The Use of Spatial Weights Matrices and the Effect of Geometry and Geographical Scale António Manuel RODRIGUES 1, José António TENEDÓRIO 2 1 Research fellow, e-geo Centre for Geography and Regional Planning,

More information

SASI Spatial Analysis SSC Meeting Aug 2010 Habitat Document 5

SASI Spatial Analysis SSC Meeting Aug 2010 Habitat Document 5 OBJECTIVES The objectives of the SASI Spatial Analysis were to (1) explore the spatial structure of the asymptotic area swept (z ), (2) define clusters of high and low z for each gear type, (3) determine

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

SOCI 20253/GEOG 20500, SOCI 30253, MACS Introduction to Spatial Data Science SYLLABUS

SOCI 20253/GEOG 20500, SOCI 30253, MACS Introduction to Spatial Data Science SYLLABUS University of Chicago Department of Sociology Autumn 2017 SOCI 20253/GEOG 20500, SOCI 30253, MACS 54000 Introduction to Spatial Data Science Luc Anselin Meet: Office: E-Mail: Office Hours: Prerequisite:

More information

Introduction to PySAL and Web Based Spatial Statistics

Introduction to PySAL and Web Based Spatial Statistics 1 Introduction to PySAL and Web Based Spatial Statistics Myung-Hwa Hwang GeoDa Center for Geospatial Analysis and Computation School of Geographical Sciences and Urban Planning Arizona State University

More information

STARS: Space-Time Analysis of Regional Systems

STARS: Space-Time Analysis of Regional Systems STARS: Space-Time Analysis of Regional Systems Sergio J. Rey Mark V. Janikas April 27, 2004 Abstract Space-Time Analysis of Regional Systems (STARS) is an open source package designed for dynamic exploratory

More information

Visualizing Census Data in GIS. Andrew Rowan, Ph.D. Director, NJ Office of GIS

Visualizing Census Data in GIS. Andrew Rowan, Ph.D. Director, NJ Office of GIS Visualizing Census Data in GIS Andrew Rowan, Ph.D. Director, NJ Office of GIS Outline VERY accelerated cartography primer Software choices Demos/how-to ArcGIS Desktop (formerly ArcView) ArcGIS Online Notes

More information

Resources for Spatial Thinking and Analysis

Resources for Spatial Thinking and Analysis Resources for Spatial Thinking and Analysis Donald G. Janelle Center for Spatially Integrated Social Science University of California, Santa Barbara New Orleans, 21 November 2002 Workshop on Spatial Analysis

More information

What s special about spatial data?

What s special about spatial data? What s special about spatial data? Road map Geographic Information analysis The need to develop spatial thinking Some fundamental geographic concepts (PBCS) What are the effects of space? Spatial autocorrelation

More information

The GeoDa Book. Exploring Spatial Data. Luc Anselin

The GeoDa Book. Exploring Spatial Data. Luc Anselin The GeoDa Book Exploring Spatial Data Luc Anselin Copyright 2017 by GeoDa Press LLC All rights reserved. ISBN: 0-9863421-2-2 ISBN-13: 978-0-9863421-2-7 GeoDa Press LLC, Chicago, IL GeoDa TM is a trade

More information