Lecture 9 GIS-based Urban Modelling

Slides:



Advertisements
Similar presentations
AGILE BI Company profile Today’s Format ● Registration ● Presentation 1 ● Demonstration 1 ● Break ● Demonstration 2 ● Q & A.
Advertisements

COURSE: COMPUTER PLATFORMS
Software Modeling SWE5441 Lecture 3 Eng. Mohammed Timraz
Network Management Overview IACT 918 July 2004 Gene Awyzio SITACS University of Wollongong.
CPSC 695 Future of GIS Marina L. Gavrilova. The future of GIS.
Clementine Server Clementine Server A data mining software for business solution.
GIS Actors in Kepler - Java-based, GDAL-JNI, and C++(Grass) Routines Dan Higgins - UC Santa Barbara (NCEAS) Chad Berkley – UC Santa Barbara (NCEAS) Jianting.
Introduction to GIS Programming By Jun Liang Department of Geography UNC-CH.
The Potential of Geographical Information Systems (GIS) in Libraries Presented by Teri Ann Arion 24 February 2006.
Introduction to Databases Transparencies 1. ©Pearson Education 2009 Objectives Common uses of database systems. Meaning of the term database. Meaning.
GRASS Geographic Resources Analysis Support System Gabor Heves 8 June, Belgrade.
Katanosh Morovat.   This concept is a formal approach for identifying the rules that encapsulate the structure, constraint, and control of the operation.
Data Management Turban, Aronson, and Liang Decision Support Systems and Intelligent Systems, Seventh Edition.
Ihr Logo Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Turban, Aronson, and Liang.
UNIT – II ARCHITECTING WEB SERVICES. WHAT ARE WEB SERVICES ? Web Services are loosely coupled, contracted components that communicate via XML-based interfaces.
Introduction to MDA (Model Driven Architecture) CYT.
Exploring the Synergies between ‘Commercial’ and Open Source Software Gregg Petrie, Cosmic Project Lee Miller, Pacific Northwest National Laboratory.
Millions of points of measurement Dense spatial and temporal data Need visual analytic tools as conventional analyses are too inefficient Visualization.
Ihr Logo Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Turban, Aronson, and Liang.
TAL7011 – Lecture 4 UML for Architecture Modeling.
Chapter 5: Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization DECISION SUPPORT SYSTEMS AND BUSINESS.
URBPD 442 Urban and regional geospatial analysis This course provides theoretical and practical skills for analyzing spatial patterns and phenomena in.
© 2013, published by Flat World Knowledge Chapter 10 Understanding Software: A Primer for Managers 10-1.
Data Mining Concepts and Techniques Course Presentation by Ali A. Ali Department of Information Technology Institute of Graduate Studies and Research Alexandria.
Software Reuse. Objectives l To explain the benefits of software reuse and some reuse problems l To discuss several different ways to implement software.
Group Members Hamza Zahid (131391) Fahad Nadeem khan Abdual Hannan AIR UNIVERSITY MULTAN CAMPUS.
System SOFTWARE.
Introduction to Databases
MASS Java Documentation, Verification, and Testing
Lecture 1-Part 2: Operating-System Structures
Information Systems Development
Chapter 1: Introduction to Systems Analysis and Design
ADAC-Practical Applications: ADAC XML Data Transfer Implementation in Trimble Business Centre Chris Power.
Definition CASE tools are software systems that are intended to provide automated support for routine activities in the software process such as editing.
DELLSOFT Technologies Pvt. Ltd.
System Overview Training on the use of the new countrystat
6. GI System Software.
Mark V. Janikas Marjean Pobuda
Pipeline Execution Environment
Software Engineering Architectural Design Chapter 6 Dr.Doaa Sami
System Overview Training on the use of the new countrystat
The University of Texas at Dallas
Introduction to Operating System (OS)
Component Based Software Engineering
Geog 192 – Urban GIS Applications
Chapter 1: Introduction
Introduction to Software Engineering
Lecture 6 Implementing Spatial Analysis
Lecture 7 Implementing Spatial Analysis (Cont.)
Lecture 15 Spatial Interaction
Introduction to Systems Analysis and Design
Data Warehousing and Data Mining
Model Information Exchange System - MIXS
What's New in eCognition 9
Model Information Exchange System - MIXS
An Introduction to Software Architecture
Presents: Rally To Java Conversion Suite
Chapter 1: Introduction to Systems Analysis and Design
Modeling and Analysis Tutorial
Geographical information system: Definition and components
What's New in eCognition 9
Chapter 1: Introduction to Systems Analysis and Design
Design.
What's New in eCognition 9
Chapter 2: Building a System
From Use Cases to Implementation
Building a “System” Moving from writing a program to building a system. What’s the difference?! Complexity, size, complexity, size complexity Breadth.
ArcGIS Pro: An Introduction Overview
Palestinian Central Bureau of Statistics
Presentation transcript:

Lecture 9 GIS-based Urban Modelling 9-1 Introduction Did not take place until the late 1980s. As a part of the GIS community’s efforts to improve the analytical capabilities of GIS. GIS has provided modelers with new platforms for data management and visualization. Diffusion of GIS in society make models more transparent and results to a large group of users. 2018/11/23 Jun Liang, Geography @ UNC

9-2 GIS-based Urban modelling: Current Practices Four major approaches: 1. Embedding GIS-like functionalities into urban modelling packages. Adopted primarily by urban modellers and spatial statisticians. Downside? (1) Data management, visualization. (2) Developed by individual researchers. 2018/11/23 Jun Liang, Geography @ UNC

9-2 GIS-based Urban modelling: Current Practices (Cont.) 2. Embedding urban modelling into GIS by software vendors. - GIS software also has begun to include limited urban related functions, models, etc. Examples for ArcGIS: Utility Network analyst, Geostatistical analyst, Survey Analyst, Tracking Analyst, etc. 2018/11/23 Jun Liang, Geography @ UNC

9-2 GIS-based Urban modelling: Current Practices (Cont.) 3. Loose coupling. Urban modelling and GIS are integrated, via data exchange using either ASCIII or binary data format, among several different software packages without a common user interface. 2018/11/23 Jun Liang, Geography @ UNC

9-2 GIS-based Urban modelling: Current Practices (Cont.) Advantages: Redundant programming can be avoided. Easy to be modified. Less coding. This approach may be the most realistic method for most GIS users to conduct modelling work.. Drawbacks: Most time, no main GUI. Data shuffling and conversion between different packages can be tedious and error prone. 2018/11/23 Jun Liang, Geography @ UNC

9-2 GIS-based Urban modelling: Current Practices (Cont.) 4. Tight coupling. This approach embeds certain urban models with a commercial GIS software package via either GIS macro or conventional programming. Sui claimed – “…Such languages are seldom powerful enough to implement sophisticated models,…” 2018/11/23 Jun Liang, Geography @ UNC

9-2 GIS-based Urban modelling: Current Practices (Cont.) Allow user-developed modelling libraries or routines to be called within the normal pull-down menu of a particular software package. Allow user-developed tools to be accessed by other users (standard tools can be shared). Requires a well-defined interface to the data structures held by the GIS. Functions/objects/classes are growing very fast, and may need significant time in programming. 2018/11/23 Jun Liang, Geography @ UNC

9-2 GIS-based Urban modelling: Current Practices (Cont.) Two other features of the recent GIS-based urban modelling efforts are worth noting: The development and introduction of a series of new concepts and techniques in urban modelling - cellular automata, fractals, neural networks, parallel processing, and genetic algorithms, etc. The rise of urban modelling applications in the private sector, relating to marketing and geodemographic analysis. 2018/11/23 Jun Liang, Geography @ UNC

Jun Liang, Geography @ UNC 9-3 Existing Problems Problems of the urban models Land use policy decision support Interaction modeling (gravity, network, etc.) Simulation modeling (urban sprawl, crime pattern, etc.) Problems of GIS Open source GIS (GRASS) has more research capabilities, no cost to share. Commercial GIS software is more user friendly, good support, and more users. 2018/11/23 Jun Liang, Geography @ UNC

9-3 Existing Problems (Cont.) Problems of GIS (cont.) Map layer representation scheme is not only temporally fixed but is also incapable of handling overlapping features.(Sui) 2018/11/23 Jun Liang, Geography @ UNC