Spatial Data Warehouses: Some Solutions and Unresolved Problems

Size: px
Start display at page:

Download "Spatial Data Warehouses: Some Solutions and Unresolved Problems"

Transcription

1 Spatial Data Warehouses: Some Solutions and Unresolved Problems Elzbieta Malinowski and Esteban Zimányi Université Libre de Bruxelles Department of Computer & Decision Engineering Abstract Spatial Data Warehouses (SDWs) combine spatial databases and data warehouses allowing analysis of historical data represented in a space. This data can be queried using Spatial On-Line Analytical Processing (SOLAP) systems. SDW and SOLAP systems are emerging areas that raise several research issues. In this paper, we refer to different problems existing in SDWs that motivated us to propose the MultiDimER model - a conceptual multidimensional model able to express users requirements for SDW and SOLAP applications. We present also different research directions that are important to consider to provide satisfactory solutions for SDW and for SOLAP systems. 1. Introduction Data Warehouse (DW) applications are designed using a multidimensional view of data consisting of fact and dimension tables. A fact table contains numeric data called measures (e.g., quantity of sales). Dimensions may contain hierarchies and are used to explore measures from different perspectives (e.g., by product). DW data can be dynamically manipulated using On-Line Analytical Processing (OLAP) systems. The latter requires also the multidimensional view of data. In particular, hierarchies allow to establish traversing paths to obtain measures at different levels of detail using the roll-up and the drill-down operations. The former operation transforms detailed measures into summarized data while the latter does the contrary. Current DWs typically include a location dimension, e.g., store address, client address, or city name. This dimension is usually represented in an alphanumeric format. However, the advantages of using spatial data in the analysis process are well known since visualizing data in space Currently on leave from the Universidad de Costa Rica. allows to reveal patterns that are difficult to discover otherwise. Therefore, spatial databases (SDBs) can give insights about how to represent and manage spatial data in DWs. SDBs allow to store and manipulate spatial objects. The latter correspond to real-world entities for which the application needs to keep their spatial characteristics. Spatial objects consist of a thematic (or descriptive) component and a spatial component. The former is represented using traditional DBMS data types, e.g., integer, string, and date. The spatial component includes its geometry, which can be of type point, line, surface, or a collection of these types. Spatial objects can relate to each other forming topological relationships. Different topological relationships have been defined, e.g., meets, contains ([3]). They are based on the representation of a spatial extent by a set of points, composed of three subsets: the boundary, which delimits the extent, the interior, i.e., the points within the boundary, and the exterior, i.e., the points outside the boundary. For example, A meets B means that the boundaries of A and B share some common point(s), their interiors are disjoint, and their exteriors have also common points. SDBs are typically used for daily business manipulations. Examples of typical queries are where is the closest store to my house, which highways connect Brussels and Warsaw, how to get to a specific place from my current position given by a GPS. SDBs are not well suited for supporting the decision-making process ([13]), e.g., when analysis of spatial data is required to find the best location for a new store or to choose which alternative routes can be built for highways with intensive traffic. The field of spatial data warehouses (SDWs) emerged as a response to the necessity of analyzing high volumes of spatial data. SDWs combine SDB and DW technologies exploiting the capabilities of both systems. Further, Spatial On-Line Analytical Processing (SOLAP) is increasingly gaining the interest of decision-making users. SOLAP systems provide OLAP capabilities of dynamic data manipulation and aggregation referring them to spatial data. However, SDWs raise several research issues, such as the meaning of SDWs,

2 multiple representations of spatial objects, use of multidimensional model that takes into account specific semantics of SDW applications facilitating SOLAP operations ([13, 14]), among others. In [7, 8], we defined a multidimensional model able to represent at the conceptual level users requirements for SDW applications. This paper collects sparse information in an unified manner identifying multidimensional elements for which spatial support should be allowed. On the other hand, in [9] we proposed the transformation of a conceptual schema based on the MultiDimER constructs to an object-relational schema. We based our mapping on the SQL:2003 and SQL/MM standards giving examples of commercial implementation using Oracle 10g with its spatial extension. We also show some examples of Oracle spatial functions, including aggregation functions required for the manipulation of spatial data. The described mappings to the object-relational model along with the examples using a commercial system show the feasibility of implementing SDWs in current commercial DBMSs. However, due to space limitation, in this paper we do not refer to implementation issues. This paper is organized as follows. Section 2 first presents some problems existing in SDWs that motivated us to define a conceptual multidimensional model with spatial elements. The model definition is included in Section 3. Section 4 mentions still existing problems in SDWs and SO- LAP.ConclusionsaregiveninSection5. 2. Motivation for defining a conceptual multidimensional model with spatial elements Currently, there is no consensus in the literature about the meaning of SDWs. The term is used in different situations, for example, when there are high volumes of spatial data, when the integration or aggregation processes for spatial data are required, or when the decision-making process uses spatial data. Even though it is important to consider all the above aspects in SDWs, what is still missing is a proposal for SDWs with clearly-distinguished spatial elements required for multidimensional modeling. Some proposals consider spatial dimensions and spatial measures ([4, 12, 15]); however, they impose restrictions on the model as we will see in the next section. Secondly, applications that include spatial data are usually complex and need to be modeled taking into account users requirements. However, the lack of a conceptual approach for DW and OLAP systems joined with the absence of a commonly-accepted conceptual model for spatial applications, make difficult the modeling task. Existing conceptual models for SDBs are not adequate for multidimensional modeling since they do not include the concepts of dimensions, hierarchies, and measures. To the best of our knowledge, very few proposals refer to conceptual modeling for SDW applications (e.g., [1, 2, 6, 16]). Some of these models include the concepts presented in [7], to which we will refer in the next section; other models extend non-spatial multidimensional models considering different aspects, e.g., imprecision ([6]), location-based data ([16]), or continuous phenomena (e.g., temperature or elevation) ([1]). Finally, a proposal for a spatially-extended conceptual multidimensional model should consider different issues not present in conventional multidimensional models, e.g., the topological relationships existing between the different elements of the multidimensional model or aggregations of spatial measures, among others. Some of these aspects are briefly mentioned in the existing literature (e.g., spatial aggregations [11]), others are neglected (e.g., the influence on aggregation procedures of the topological relationships between spatial objects forming hierarchies). 3. The spatially-extended MultiDimER model 3.1 Model definition In order to answer to the problems described above, in [7, 8] we proposed the MultiDimER model that allows to represent at the conceptual level the elements required for SDW and SOLAP applications. To describe our model, we use an example for the analysis of highway maintenance costs. Highways are divided into highways sections, which at their turn are divided into highway segments. For each segment, the information about the number of cars and repairing cost during different periods of time is available. Since the maintenance of highway segments is the responsibility of the counties through which the highway is passing, the analysis should consider the administrative division of the territory, i.e., counties and states. The analysis should also help to reveal how the different types of road coating influence the maintenance costs. The multidimensional schema that represents these requirements is shown in Figure 1. The schema contains dimensions, hierarchies, a fact relationship, and measures. A dimension is an abstract concept for grouping data that shares a common semantic meaning within the domain being modeled. It represents either a level or one or more hierarchies. A level corresponds to an entity type in the ER model and represents a set of instances called members that have common characteristics. For example, Road coating in Figure 1 is a one-level dimension. Spatial levels are levels for which the application needs to keep their spatial characteristics. This is captured by its geometry, which in our model is represented using the pictograms shown in Figure 2 a) 1. 1 They form part of the conceptual spatio-temporal model MADS [10].

3 Highway Highway name Highway section Section number Highway structure Highway segment Segment number Road condition Speed limit Road coating Coating name Coating type Coating durability Highway maintenance Length (S) Common area No. cars Repair cost Geo location Date Event Season State State name State population State area State major activity Capital County County name County population County area Time Figure 1. An example of multidimensional schema with spatial elements. In Figure 1, we have five spatial levels: County, State, Highway segment, Highway section, and Highway. Hierarchies are required for establishing meaningful paths for the roll-up and the drill-down operations. They contain several related levels, e.g., the County and State levels in Figure 1. Hierarchies can express different structures according to an analysis criterion. We use the criterion name to differentiate them, e.g., Geo location in Figure 1. A spatial hierarchy (resp. a spatial dimension) is a hierarchy (resp. a dimension) that includes at least one spatial level (resp. one spatial hierarchy). Given two consecutive levels of a hierarchy, one is called Point Line Surface Adjacent Intersect Disjoint a) b) Point bag Line bag Surface bag Cross Within Equal Figure 2. Pictograms for a) spatial data types and b) topological relationships. child and the other parent depending on whether they include, respectively, more detailed or more general data. In Figure 1, County is a child level while State is a parent level. A level of a hierarchy that does not have a child level is called leaf (e.g., Highway segment) while a level does not have a parent level is called root (e.g., Highway). The relationships between child and parent levels are characterized by cardinalities. They indicate the minimum and the maximum numbers of members in one level that can be related to a member in another level. In Figure 1, the cardinality between the County and the State levels is manyto-one indicating that a county can belong to only one state and a state can include many counties. Different cardinalities may exist between levels leading to different types of hierarchies [8]. They are important to include in the conceptual model since they exist in real-world situations and may be required by decision-making users. In a spatial hierarchy, two consecutive spatial levels are related through a topological relationship. This is represented using the pictograms of Figure 2 b). By default we suppose the within topological relationship, which indicates that the geometry of a child member is included in the geometry of a parent member, e.g., in Figure 1 the geometry of each county is included in the geometry of its corresponding state. However, in real-world situations different topological relationships can exist between spatial levels. They are important to consider because they determine the complexity of the procedures for measure aggregation during the roll-up operations [8]. For example, in a spatial hierarchy formed by the Store and the City levels, some points referring to store locations can be on the border between two cities represented as surfaces. This situation may lead to the problem of measure aggregation when traversing from the Store to the City levels since it is not clear whether the measure (e.g., required taxes) should be distributed between two cities or considered only for one of them. Levels contain one or several key attributes (underlined in Figure 1) and may also have other descriptive attributes. Key attributes indicate how child members are grouped into parent members during the roll-up operation. For example, in Figure 1 the State name in the State level is a key attribute, thus different counties will be grouped according to the state name to which they belong. A fact relationship (e.g., Highway maintenance in Figure 1) represents an n-ary relationship between leaf levels. This fact relationship can be spatial if at least two leaf levels are spatial, e.g., the Highway segment and the County spatial levels. A spatial fact relationship may require the inclusion of a spatial predicate for the spatial join operation. For example, in the figure an intersection topological relationship indicates that users require to focus their analysis on those highway segments that intersect counties. If this topological relationship is not included, users are interested

4 in any topological relationships that may exist. A (spatial) fact relationship may include thematic or spatial measures. The former are usually numeric values that allow to perform quantitative analysis, e.g., to analyze the changes in repairing cost during different periods of time. Spatial measures can be represented by a geometry or calculated using spatial operators, e.g., distance, area. To indicate that the measure is calculated using spatial operators, we use the symbol (S). The schema in Figure 1 contains two spatial measures: Length and Common area. Length is a number representing the length of the part of a highway segment that belongs to a county. Common area represents the geometry of the common part. Measures require the specification of the function used for aggregations along the hierarchies. By default we suppose sum for the measures represented as numbers and geometric union for the measures represented as geometries. The schema in Figure 1 provides a multidimensional view of data with clearly distinguished elements: the fact relationship indicating the focus of analysis, measures used for aggregation purposes, and dimensions with hierarchies allowing to analyze measures from different perspectives and with different levels of detail. Further, our model allows to represent spatial as well as non-spatial elements in an orthogonal way, therefore it gives users different alternatives for choosing the kind of data that better fits their analysis requirements. 3.2 Different approaches for SDW modeling The MultiDimER model extends those of [15] and [13], in particular by allowing a non-spatial level (e.g., address represented as an alphanumeric data type) to roll-up to a spatial level (e.g., city represented by a surface). Further, we extend the classification for spatial dimensions allowing a dimension to be spatial even if it has only one spatial level ([7]), e.g., a State dimension that is spatial without any other geographical division. The extension also includes a classification of different kinds of spatial hierarchies existing in real-world situations ([8]) that are currently ignored in research related to SDWs. Regarding to spatial measures, we based our proposal on [12] and [15]. However, both authors refer to implementation details stating that spatial measures should be represented using pointers to spatial objects. In our model we clearly separate the conceptual and implementation aspects. Further, [12] requires the presence of spatial dimensions for including spatial measures represented by a geometry. On the contrary, in our model a spatial measure may exist independently of whether or not spatial dimensions are included (see Figure 3). For the schema in Figure 3 the user is interested in analyzing locations of accidents taking into account the dif- Insurance category Category name Insurance type Insurance Insurance number Validity period Age group Group name Min. value Max. value Age category Client Client id First name Last name Birth date Profession Salary range Address Accidents Amount paid Location / GU Date Quarter Quarter number Month Month name Calendar Time Figure 3. A multidimensional conceptual schema with a spatial measure: Location. ferent insurance categories (full coverage, partial coverage, etc.) and particular client data. The model includes a spatial measure representing the location of an accident. Since the dimensions include hierarchies, a spatial aggregation function is defined; in this case geometric union (GU). Thus, when a user rolls-up to the Insurance category level, the locations corresponding to different categories will be aggregated and represented as a set of points. Other spatial operators can be also used, e.g., center of n points. [4] does not allow spatial measures converting them in spatial dimensions. However, the resulting model corresponds to different analysis criteria and answers to different queries. For example, Figure 4 shows an alternative schema for the analysis of accidents that results from transforming the spatial measure Location of the Figure 3 into a spatial dimension Address. For the schema in Figure 4 the focus of analysis has been changed to the amount of insurance paid according to different geographical locations. Therefore, using this schema, users can compare the amount of insurance paid in different geographic zones; however, they cannot aggregate locations (e.g., using spatial union) of accidents according to some predicate (e.g., during different periods of time) as can be done for the schema in Figure 3. As can be seen, although these schemas are similar, different analysis can be done when a location is handled as a spatial measure or as a

5 Insurance category Category name Insurance type Insurance Insurance number Validity period Address Location id Street name Number Accident location Age group Group name Min. value Max. value Age category Client Client id First name Last name Birth date Profession Salary range Address Accidents Amount paid City City name City population City area Date Quarter Quarter number Month Month name Calendar Time State State name State population State area Figure 4. Another variant of a multidimensional schema for analysis of accidents. spatial hierarchy. It is the designer s decision to determine which of these models better represents users needs. 4. Unresolved problems SDWs raise many interesting research problems. One of them is the aggregation of spatial measures. Current OLAP systems automatically aggregate numerical measures along hierarchies using different types of functions: distributive, algebraic, and holistic [5]. For example, distributive functions, e.g., sum, min,andcount, reuse aggregates of a lower level of a hierarchy in order to calculate the aggregates for a higher level. Algebraic functions, e.g., average, variance, and standard deviation, need an additional treatment for reusing the values, e.g., the average of a higher level can be calculated taking into account already computed values of sum and count of a lower hierarchy level. On the other hand, holistic functions, e.g., median, most frequent, andrank require new calculations using the data of the leaf level. As for non-spatial data, aggregation functions for spatial data have been defined [14]. For example, spatial distributive aggregates include convex hull, geometric union, and geometric intersection. The result of these functions is represented by simple or complex geometries. Examples of spatial algebraic functions are center of n geometric points or center of gravity, while examples of spatial holistic functions are equi-partition or nearest-neighbor index [14]. Nevertheless, aggregation of spatial measures additionally requires to consider the topological relationships existing between them. For example, if the spatial measure represents the geometry of a building and the same building is used for concerts and discotheques, the aggregation of areas dedicated to entertainment will count the building area twice. This is a known problem in DWs called double counting. To our knowledge, only [11] deals with this aspect proposing the classification of topological relationships existing between spatial measures that allows to avoid the problem of double counting or incorrect aggregation. However, this is still an open research issue that requires to combine research related to topological relationships between measures [11] and between hierarchy levels [8]. Current research in SDWs refers to 2-dimensional objects. However, an interesting issue is the inclusion of 3- dimensional objects. Coping with these kinds of objects is essential in many application domains, e.g., urban planning processes, telecommunications planning, or disaster management. However, it is still necessary to determine the multidimensional requirements of applications manipulating 3-dimensional spatial objects and to consider the geometry and topological relationships between them. Another interesting research problem is the inclusion of spatial data represented as continuous (or field) view, e.g., temperature, altitude, or soil cover. Although some proposals already exist ([1]), an additional analysis is still required in different issues, e.g., spatial hierarchies formed by levels represented by field data, spatial measures representing continuous phenomena and their aggregations, fact relationships that include leaf levels with field data, among others. Another issue is to cope with multiple representations of spatial data, i.e., allowing the same real-world object to have different geometries. Multiple representations is a common practice in SDBs. It is also an important aspect in the DW context since spatial data may be integrated from different source systems that use different geometries for the same spatial object. An additional difficulty insdws arises when levels forming a hierarchy can have multiple representations and one of them must be chosen during the roll-up and the drill-down operations. Development of SDWs is a complex task since designers and implementers must deal not only with the multidimensional data representation, but also must consider when and how the spatial support should be included. Even though there are some proposals for DW design methodology, there is still lack of such proposals for SDWs. [12, 13] refer to different features that should be con-

6 sideredforsolap;basedonthemtheydevelopedaso- LAP tool 2 that allows the roll-up and drill-down operations. However, it is necessary to extend these operations for different types of spatial hierarchies [8] existing in real-world situations. This is not an easy task since not only different from many-to-one cardinalities may exist between child and parent hierarchy levels but also different topological relationships between these levels must be considered. Another aspects for SOLAPs is how to manage the preaggregation of spatial measures represented by geometries. Preaggregation is a well-known practice in conventional OLAPs; it allows to improve the response time for complex queries accessing summarized data by the expense of disk space. This problem has already known solutions in conventional OLAPs. However, spatial data aggregation isnotaneasytask,andevennon-aggregateddatarequires substantial storage space. 5. Conclusions Over the years, spatial data has increasingly become part of operational and analytical systems in different areas, e.g., public administration, environmental systems. The management of spatial data is usually carried out by Spatial Databases (SDBs). However, the latter are not well suited for supporting the decision-making process. Therefore, a new area of Spatial Data Warehouses (SDWs) has emerged. SDWs raise many research issues to which we referred in this paper. First, recognizing that a multidimensional model is well suited for expressing the requirements of decision-making users and considering lack of multidimensional conceptual models with spatial elements, we presented the spatially-extended MultiDimER model; it includes constructs for conceptual modeling of spatial levels, spatial hierarchies, spatial fact relationship, and spatial measures. We referred to different aspects of the model, e.g., topological relationships existing between spatial hierarchy levels, consequence of transformation of spatial measures to spatial dimensions, among others. We also described different research directions that are important to consider to provide satisfactory solutions for SDW and SOLAP systems. The presented concepts aim at improving the analysis anddesignofsdwandsolapsystemsbyintegratingspatial components in a multidimensional model. In this way decision-making users can represent in an abstract manner their analysis needs without considering complex implementation issues, SOLAP tools developers can have a common vision for representing spatial data in a multidimensional model, and SDW researchers can consider different problems that still lack satisfactory solutions. 2 It is currently commercialized under the name JMap. References [1] T. Ahmed and M. Miquel. Multidimensional structures dedicated to continuos spatio-temporal phenomena. In Proc. of the 22nd British National Conference of Databases, pages 29 40, [2] S. Bimonte, A. Tchounikine, and M. Miquel. Towards a spatial multidimensional model. In Proc. of the 8th ACM Int. Workshop on Data Warehousing and OLAP, pages 39 46, [3] M. Egenhofer. A model for detailed binary topological relationships. Geomatica, 47(3&4): , [4] R. Fidalgo, V. Times, J. Silva, and F. Souza. GeoDWFrame: A framework for guiding the design of geographical dimensional schemes. In Proc. of the 6th Int Conf. on Data Warehousing and Knowledge Discovery, pages 26 37, [5] J. Gray, S. Chaudhuri, A. Basworth, A. Layman, D. Reichart, M. Venkatrao, F. Pellow, and P. H. Data cube: A relational aggregation operator generalizing group-by, crosstab, and sub-totals. Data Mining and Knowledge Discovery, 1(1):29 53, [6] C. Jensen, A. Klygis, T. Pedersen, and I. Timko. Multidimensional data modeling for location-based services. VLDB Journal, 13(1):1 21, [7] E. Malinowski and E. Zimányi. Representing spatiality in a conceptual multidimensional model. In Proc. of the 12th ACM Symposium on Advances in Geographic Information Systems, pages 12 21, [8] E. Malinowski and E. Zimányi. Spatial hierarchies and topological relationships in the Spatial MultiDimER model. In Proc. of the 22nd British Nat. Conf. on Databases, pages 17 28, [9] E. Malinowski and E. Zimányi. Logical representation of a conceptual model for spatial data warehouses. GeoInformatica, To appear. [10] C. Parent, S. Spaccapietra, and E. Zimányi. Conceptual Modeling for Traditional and Spatio-Temporal Applications: The MADS Approach. Springer, [11] T. Pedersen and N. Tryfona. Pre-aggregation in spatial data warehouses. In Proc. of the 7th Int. Symposium on Advances in Spatial and Temporal Databases, pages , [12] S.Rivest,Y.Bédard, and P. Marchand. Toward better suppport for spatial decision making: Defining thecharacteristics of spatial on-line analytical processing (SOLAP). Geomatica, 55(4): , [13] S. Rivest, Y. Bédard, M. Proulx, M. Nadeau, F. Hubert, and J. Pastor. SOLAP technology: Merging business intelligence with geospatial technology for interactive spatio-temporal exploration and analysis of data. ISPRS Journal of Photogrammetry & Remote Sensing, 60(1):17 33, [14] S. Shekhar and S. Chawla. Spatial Databases: A Tour. Prentice Hall, [15] N. Stefanovic, J. Han, and K. Koperski. Object-based selective materialization for efficient implementation of spatial data cubes. TKDE, 12(6): , [16] I. Timko and T. Pedersen. Capturing complex multidimensional data in location-based data warehouses. In Proc. of the 12th ACM Symposium on Advances in Geographic Information Systems, pages , 2004.

Spatial Hierarchies and Topological Relationships in the Spatial MultiDimER model

Spatial Hierarchies and Topological Relationships in the Spatial MultiDimER model Spatial Hierarchies and Topological Relationships in the Spatial MultiDimER model E. Malinowski and E. Zimányi Department of Informatics & Networks Université Libre de Bruxelles emalinow@ulb.ac.be, ezimanyi@ulb.ac.be

More information

Representing Spatiality in a Conceptual Multidimensional Model

Representing Spatiality in a Conceptual Multidimensional Model Representing Spatiality in a Conceptual Multidimensional Model Apparead in Proceedings of the 12th annual ACM international workshop on Geographic information systems, November 12-13, 2004 Washington DC,

More information

OLAP AND DATAWREHOUSING

OLAP AND DATAWREHOUSING Page 1 of 11 Spatial OLAP: Open Issues and a Web Based Prototype Sandro Bimonte, Anne Tchounikine, Maryvonne Miquel LIRIS (Laboratoire d'informatique en Images et Systèmes d'information) UMR CNRS 5205

More information

SPATIAL DATA MINING. Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM

SPATIAL DATA MINING. Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM SPATIAL DATA MINING Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM INTRODUCTION The main difference between data mining in relational DBS and in spatial DBS is that attributes of the neighbors

More information

A FORMAL CONCEPTUAL MODEL AND DEFINITIONAL FRAMEWORK FOR SPATIAL DATACUBES

A FORMAL CONCEPTUAL MODEL AND DEFINITIONAL FRAMEWORK FOR SPATIAL DATACUBES G E O M A T I C A A FORMAL CONCEPTUAL MODEL AND DEFINITIONAL FRAMEWORK FOR SPATIAL DATACUBES Mehrdad Salehi, Yvan Bédard and Sonia Rivest Département des sciences géomatiques, Université Laval, Québec

More information

FROM TRANSACTIONAL SPATIAL DATABASES INTEGRITY CONSTRAINTS TO SPATIAL DATACUBES INTEGRITY CONSTRAINTS

FROM TRANSACTIONAL SPATIAL DATABASES INTEGRITY CONSTRAINTS TO SPATIAL DATACUBES INTEGRITY CONSTRAINTS FROM TRANSACTIONAL SPATIAL DATABASES INTEGRITY CONSTRAINTS TO SPATIAL DATACUBES INTEGRITY CONSTRAINTS M. Salehi a,b, *, Y. Bédard a,b, M.A. Mostafavi a, J. Brodeur c a Center for Research in Geomatics

More information

Knowledge Discovery In GIS Data

Knowledge Discovery In GIS Data Cairo University Faculty of Computers & Information Department of Information Systems Knowledge Discovery In GIS Data Submitted By Ayman Taha Awad-Allah Mohamed Farahat a.taha@fci-cu.edu.eg Under supervision

More information

Soft Spatial Query Processing in Spatial Databases-A Case Study

Soft Spatial Query Processing in Spatial Databases-A Case Study International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 4 (April 2014), PP.47-52 Soft Spatial Query Processing in Spatial Databases-A

More information

A New Relational Spatial OLAP Approach For Multi-resolution and Spatio-multidimensional Analysis of Incomplete Field Data

A New Relational Spatial OLAP Approach For Multi-resolution and Spatio-multidimensional Analysis of Incomplete Field Data A New Relational Spatial OLAP Approach For Multi-resolution and Spatio-multidimensional Analysis of Incomplete Field Data Mehdi Zaamoune, Sandro Bimonte, François Pinet, Philippe Beaune To cite this version:

More information

SPATIAL INDEXING. Vaibhav Bajpai

SPATIAL INDEXING. Vaibhav Bajpai SPATIAL INDEXING Vaibhav Bajpai Contents Overview Problem with B+ Trees in Spatial Domain Requirements from a Spatial Indexing Structure Approaches SQL/MM Standard Current Issues Overview What is a Spatial

More information

Convex Hull-Based Metric Refinements for Topological Spatial Relations

Convex Hull-Based Metric Refinements for Topological Spatial Relations ABSTRACT Convex Hull-Based Metric Refinements for Topological Spatial Relations Fuyu (Frank) Xu School of Computing and Information Science University of Maine Orono, ME 04469-5711, USA fuyu.xu@maine.edu

More information

Data Warehousing and Mining: Concepts, Methodologies, Tools, and Applications

Data Warehousing and Mining: Concepts, Methodologies, Tools, and Applications Data Warehousing and Mining: Concepts, Methodologies, Tools, and Applications John Wang Montclair State University, USA Information Science reference Hershey New York Acquisitions Editor: Development Editor:

More information

Basics of GIS. by Basudeb Bhatta. Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University

Basics of GIS. by Basudeb Bhatta. Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University Basics of GIS by Basudeb Bhatta Computer Aided Design Centre Department of Computer Science and Engineering Jadavpur University e-governance Training Programme Conducted by National Institute of Electronics

More information

Spatial Data Science. Soumya K Ghosh

Spatial Data Science. Soumya K Ghosh Workshop on Data Science and Machine Learning (DSML 17) ISI Kolkata, March 28-31, 2017 Spatial Data Science Soumya K Ghosh Professor Department of Computer Science and Engineering Indian Institute of Technology,

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

THE SPATIAL DATA WAREHOUSE OF SEOUL

THE SPATIAL DATA WAREHOUSE OF SEOUL THE SPATIAL DATA WAREHOUSE OF SEOUL Jae-Ho Han The Seoul Metropolitan Government Seoul City Hall, Taepyeongno 1(il)-ga, Jung-gu, Seoul 100-744, Korea djhjha@hanmail.net Impyeong Lee Dept. of Geoinformatics,

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

Algorithms for Characterization and Trend Detection in Spatial Databases

Algorithms for Characterization and Trend Detection in Spatial Databases Published in Proceedings of 4th International Conference on Knowledge Discovery and Data Mining (KDD-98) Algorithms for Characterization and Trend Detection in Spatial Databases Martin Ester, Alexander

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

Exploring Spatial Relationships for Knowledge Discovery in Spatial Data

Exploring Spatial Relationships for Knowledge Discovery in Spatial Data 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Exploring Spatial Relationships for Knowledge Discovery in Spatial Norazwin Buang

More information

Databases 2011 The Relational Algebra

Databases 2011 The Relational Algebra Databases 2011 Christian S. Jensen Computer Science, Aarhus University What is an Algebra? An algebra consists of values operators rules Closure: operations yield values Examples integers with +,, sets

More information

The Challenge of Geospatial Big Data Analysis

The Challenge of Geospatial Big Data Analysis 288 POSTERS The Challenge of Geospatial Big Data Analysis Authors - Teerayut Horanont, University of Tokyo, Japan - Apichon Witayangkurn, University of Tokyo, Japan - Shibasaki Ryosuke, University of Tokyo,

More information

Application of Topology to Complex Object Identification. Eliseo CLEMENTINI University of L Aquila

Application of Topology to Complex Object Identification. Eliseo CLEMENTINI University of L Aquila Application of Topology to Complex Object Identification Eliseo CLEMENTINI University of L Aquila Agenda Recognition of complex objects in ortophotos Some use cases Complex objects definition An ontology

More information

A MULTISCALE APPROACH TO DETECT SPATIAL-TEMPORAL OUTLIERS

A MULTISCALE APPROACH TO DETECT SPATIAL-TEMPORAL OUTLIERS A MULTISCALE APPROACH TO DETECT SPATIAL-TEMPORAL OUTLIERS Tao Cheng Zhilin Li Department of Land Surveying and Geo-Informatics The Hong Kong Polytechnic University Hung Hom, Kowloon, Hong Kong Email: {lstc;

More information

43400 Serdang Selangor, Malaysia Serdang Selangor, Malaysia 4

43400 Serdang Selangor, Malaysia Serdang Selangor, Malaysia 4 An Extended ID3 Decision Tree Algorithm for Spatial Data Imas Sukaesih Sitanggang # 1, Razali Yaakob #2, Norwati Mustapha #3, Ahmad Ainuddin B Nuruddin *4 # Faculty of Computer Science and Information

More information

12 Review and Outlook

12 Review and Outlook 12 Review and Outlook 12.1 Review 12.2 Outlook http://www-kdd.isti.cnr.it/nwa Spatial Databases and GIS Karl Neumann, Sarah Tauscher Ifis TU Braunschweig 926 What are the basic functions of a geographic

More information

Mapcube and Mapview. Two Web-based Spatial Data Visualization and Mining Systems. C.T. Lu, Y. Kou, H. Wang Dept. of Computer Science Virginia Tech

Mapcube and Mapview. Two Web-based Spatial Data Visualization and Mining Systems. C.T. Lu, Y. Kou, H. Wang Dept. of Computer Science Virginia Tech Mapcube and Mapview Two Web-based Spatial Data Visualization and Mining Systems C.T. Lu, Y. Kou, H. Wang Dept. of Computer Science Virginia Tech S. Shekhar, P. Zhang, R. Liu Dept. of Computer Science University

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

Intelligent GIS: Automatic generation of qualitative spatial information

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

More information

Towards a Model for the Multidimensional Analysis of Field Data

Towards a Model for the Multidimensional Analysis of Field Data Author-produced version of the paper published in Advances in Databases and Information Systems 14th East European Conference, ADBIS 2010, Novi Sad, Serbia, September 20-24, 2010, Proceedings, Series:

More information

Key Words: geospatial ontologies, formal concept analysis, semantic integration, multi-scale, multi-context.

Key Words: geospatial ontologies, formal concept analysis, semantic integration, multi-scale, multi-context. Marinos Kavouras & Margarita Kokla Department of Rural and Surveying Engineering National Technical University of Athens 9, H. Polytechniou Str., 157 80 Zografos Campus, Athens - Greece Tel: 30+1+772-2731/2637,

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

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

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

Multiple-Site Distributed Spatial Query Optimization using Spatial Semijoins

Multiple-Site Distributed Spatial Query Optimization using Spatial Semijoins 11 Multiple-Site Distributed Spatial Query Optimization using Spatial Semijoins Wendy OSBORN a, 1 and Saad ZAAMOUT a a Department of Mathematics and Computer Science, University of Lethbridge, Lethbridge,

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

CS570 Introduction to Data Mining

CS570 Introduction to Data Mining CS570 Introduction to Data Mining Department of Mathematics and Computer Science Li Xiong Data Exploration and Data Preprocessing Data and Attributes Data exploration Data pre-processing Data cleaning

More information

Web Visualization of Geo-Spatial Data using SVG and VRML/X3D

Web Visualization of Geo-Spatial Data using SVG and VRML/X3D Web Visualization of Geo-Spatial Data using SVG and VRML/X3D Jianghui Ying Falls Church, VA 22043, USA jying@vt.edu Denis Gračanin Blacksburg, VA 24061, USA gracanin@vt.edu Chang-Tien Lu Falls Church,

More information

GIS Based Transit Information System for Metropolitan Cities in India

GIS Based Transit Information System for Metropolitan Cities in India PAPER REFERENCE NO.: PN-250 GIS Based Transit Information System for Metropolitan Cities in India Pal, Sarvjeet. a and Singh, Varun. b a M. Tech. (GIS & Remote Sensing); GIS Cell; Motilal Nehru National

More information

Principles of 5D modeling, full integration of 3D space, time and scale

Principles of 5D modeling, full integration of 3D space, time and scale Principles of 5D modeling, full integration of 3D space, time and scale Abstract Peter van Oosterom and Jantien Stoter Delft University of Technology, OTB, GIS technology Jaffalaan 9, 2628 BX Delft, The

More information

INDUSTRIAL PARK EVALUATION BASED ON GEOGRAPHICAL INFORMATION SYSTEM TEHNOLOGY AND 3D MODELLING

INDUSTRIAL PARK EVALUATION BASED ON GEOGRAPHICAL INFORMATION SYSTEM TEHNOLOGY AND 3D MODELLING Abstract INDUSTRIAL PARK EVALUATION BASED ON GEOGRAPHICAL INFORMATION SYSTEM TEHNOLOGY AND 3D MODELLING Andreea CALUGARU University of Agronomic Sciences and Veterinary Medicine of Bucharest, Romania Corresponding

More information

Lily: A Geo-Enhanced Library for Location Intelligence

Lily: A Geo-Enhanced Library for Location Intelligence Lily: A Geo-Enhanced Library for Location Intelligence Matteo Golfarelli 1, Marco Mantovani 2, Federico Ravaldi 2, and Stefano Rizzi 1 1 DISI University of Bologna, V.le Risorgimento 2, 40136 Bologna,

More information

Department of Computer Science Federal University of São Carlos São Carlos SP, Brazil

Department of Computer Science Federal University of São Carlos São Carlos SP, Brazil Department of Computer Science Federal University of São Carlos São Carlos SP, Brazil 12th International Conference on Enterprise 50 Information Systems ICEIS 2010 / Outline Motivations and Goals Multidimensional

More information

Automatic Classification of Location Contexts with Decision Trees

Automatic Classification of Location Contexts with Decision Trees Automatic Classification of Location Contexts with Decision Trees Maribel Yasmina Santos and Adriano Moreira Department of Information Systems, University of Minho, Campus de Azurém, 4800-058 Guimarães,

More information

Information Discovery in Spatio-Temporal Environmental Data (Extended Abstract)

Information Discovery in Spatio-Temporal Environmental Data (Extended Abstract) Information Discovery in Spatio-Temporal Environmental Data (Extended Abstract) Joseph JaJa, Steve Kelley, and Dave Rafkind Institute for Advanced Computer Studies University of Maryland, College Park

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

Geographic Dimension in Data Mining

Geographic Dimension in Data Mining Geographic Dimension in Data Mining Konrad Dramowicz Centre of Geographic Sciences Lawrencetown, Nova Scotia, Canada ESRI Business GeoInfo Summit Chicago, April 18-19, 19, 2005 What is data mining? Data

More information

Lecture 1: Geospatial Data Models

Lecture 1: Geospatial Data Models Lecture 1: GEOG413/613 Dr. Anthony Jjumba Introduction Course Outline Journal Article Review Projects (and short presentations) Final Exam (April 3) Participation in class discussions Geog413/Geog613 A

More information

12th AGILE International Conference on Geographic Information Science 2009 page 1 of 9 Leibniz Universität Hannover, Germany

12th AGILE International Conference on Geographic Information Science 2009 page 1 of 9 Leibniz Universität Hannover, Germany 12th AGILE International Conference on Geographic Information Science 2009 page 1 of 9 A Framework for the Generalization of 3D City Models Richard Guercke and Claus Brenner Institute of Cartography and

More information

Components for Accurate Forecasting & Continuous Forecast Improvement

Components for Accurate Forecasting & Continuous Forecast Improvement Components for Accurate Forecasting & Continuous Forecast Improvement An ISIS Solutions White Paper November 2009 Page 1 Achieving forecast accuracy for business applications one year in advance requires

More information

Compact guides GISCO. Geographic information system of the Commission

Compact guides GISCO. Geographic information system of the Commission Compact guides GISCO Geographic information system of the Commission What is GISCO? GISCO, the Geographic Information System of the COmmission, is a permanent service of Eurostat that fulfils the requirements

More information

Traffic accidents and the road network in SAS/GIS

Traffic accidents and the road network in SAS/GIS Traffic accidents and the road network in SAS/GIS Frank Poppe SWOV Institute for Road Safety Research, the Netherlands Introduction The first figure shows a screen snapshot of SAS/GIS with part of the

More information

A CONCEPTUAL SPATIO-TEMPORAL MULTIDIMENSIONAL MODEL

A CONCEPTUAL SPATIO-TEMPORAL MULTIDIMENSIONAL MODEL Revista Ingenierías Universidad de Medellín A CONCEPTUAL SPATIO-TEMPORAL MULTIDIMENSIONAL MODEL Francisco Moreno* Jaime Alberto Echeverri Arias** Bell Manrique Losada*** Recibido: 23/08/2010 Aceptado:

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

Application of GIS in Public Transportation Case-study: Almada, Portugal

Application of GIS in Public Transportation Case-study: Almada, Portugal Case-study: Almada, Portugal Doutor Jorge Ferreira 1 FSCH/UNL Av Berna 26 C 1069-061 Lisboa, Portugal +351 21 7908300 jr.ferreira@fcsh.unl.pt 2 FSCH/UNL Dra. FCSH/UNL +351 914693843, leite.ines@gmail.com

More information

Mining Geo-Referenced Databases: A Way to Improve Decision-Making

Mining Geo-Referenced Databases: A Way to Improve Decision-Making Mining Geo-Referenced Databases 113 Chapter VI Mining Geo-Referenced Databases: A Way to Improve Decision-Making Maribel Yasmina Santos, University of Minho, Portugal Luís Alfredo Amaral, University of

More information

Data Analytics Beyond OLAP. Prof. Yanlei Diao

Data Analytics Beyond OLAP. Prof. Yanlei Diao Data Analytics Beyond OLAP Prof. Yanlei Diao OPERATIONAL DBs DB 1 DB 2 DB 3 EXTRACT TRANSFORM LOAD (ETL) METADATA STORE DATA WAREHOUSE SUPPORTS OLAP DATA MINING INTERACTIVE DATA EXPLORATION Overview of

More information

Geographical Information System (GIS) Prof. A. K. Gosain

Geographical Information System (GIS) Prof. A. K. Gosain Geographical Information System (GIS) Prof. A. K. Gosain gosain@civil.iitd.ernet.in Definition of GIS GIS - Geographic Information System or a particular information system applied to geographical data

More information

Applications: Introduction Task 1: Introduction to ArcCatalog Task 2: Introduction to ArcMap Challenge Question References

Applications: Introduction Task 1: Introduction to ArcCatalog Task 2: Introduction to ArcMap Challenge Question References CHAPTER 1 INTRODUCTION 1.1 GIS? 1.1.1 Components of a GIS 1.1.2 A Brief History of GIS 1.1.3 GIS Software Products Box 1.1 A List of GIS Software Producers and Their Main Products 1.2 GIS Applications

More information

Spatial Co-location Patterns Mining

Spatial Co-location Patterns Mining Spatial Co-location Patterns Mining Ruhi Nehri Dept. of Computer Science and Engineering. Government College of Engineering, Aurangabad, Maharashtra, India. Meghana Nagori Dept. of Computer Science and

More information

Corporate. Information. Railway Infrastructure Administrator. Year indracompany.com

Corporate. Information. Railway Infrastructure Administrator. Year indracompany.com geospatial and mobility Corporate Geographic Information System of ADIF Railway Infrastructure Administrator. Year 2009-2010 Corporate Geographic Information System of ADIF ADIF. Spanish Administrator

More information

Research on Object-Oriented Geographical Data Model in GIS

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

More information

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

Implementing Visual Analytics Methods for Massive Collections of Movement Data

Implementing Visual Analytics Methods for Massive Collections of Movement Data Implementing Visual Analytics Methods for Massive Collections of Movement Data G. Andrienko, N. Andrienko Fraunhofer Institute Intelligent Analysis and Information Systems Schloss Birlinghoven, D-53754

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

Hierarchies of sustainability in a catchment

Hierarchies of sustainability in a catchment Sustainable Development and Planning IV, Vol. 2 635 Hierarchies of sustainability in a catchment N. Dunstan School of Science and Technology, University of New England, Australia Abstract This paper investigates

More information

Nearest Neighbor Search with Keywords in Spatial Databases

Nearest Neighbor Search with Keywords in Spatial Databases 776 Nearest Neighbor Search with Keywords in Spatial Databases 1 Sphurti S. Sao, 2 Dr. Rahila Sheikh 1 M. Tech Student IV Sem, Dept of CSE, RCERT Chandrapur, MH, India 2 Head of Department, Dept of CSE,

More information

Cell-based Model For GIS Generalization

Cell-based Model For GIS Generalization Cell-based Model For GIS Generalization Bo Li, Graeme G. Wilkinson & Souheil Khaddaj School of Computing & Information Systems Kingston University Penrhyn Road, Kingston upon Thames Surrey, KT1 2EE UK

More information

Cube Lattices: a Framework for Multidimensional Data Mining

Cube Lattices: a Framework for Multidimensional Data Mining Cube Lattices: a Framework for Multidimensional Data Mining Alain Casali Rosine Cicchetti Lotfi Lakhal Abstract Constrained multidimensional patterns differ from the well-known frequent patterns from a

More information

Teaching GIS for Land Surveying

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

More information

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

Spatial Database. Ahmad Alhilal, Dimitris Tsaras

Spatial Database. Ahmad Alhilal, Dimitris Tsaras Spatial Database Ahmad Alhilal, Dimitris Tsaras Content What is Spatial DB Modeling Spatial DB Spatial Queries The R-tree Range Query NN Query Aggregation Query RNN Query NN Queries with Validity Information

More information

A STUDY ON INCREMENTAL OBJECT-ORIENTED MODEL AND ITS SUPPORTING ENVIRONMENT FOR CARTOGRAPHIC GENERALIZATION IN MULTI-SCALE SPATIAL DATABASE

A STUDY ON INCREMENTAL OBJECT-ORIENTED MODEL AND ITS SUPPORTING ENVIRONMENT FOR CARTOGRAPHIC GENERALIZATION IN MULTI-SCALE SPATIAL DATABASE A STUDY ON INCREMENTAL OBJECT-ORIENTED MODEL AND ITS SUPPORTING ENVIRONMENT FOR CARTOGRAPHIC GENERALIZATION IN MULTI-SCALE SPATIAL DATABASE Fan Wu Lina Dang Xiuqin Lu Weiming Su School of Resource & Environment

More information

A Novel Approach of Multilevel Positive and Negative Association Rule Mining for Spatial Databases

A Novel Approach of Multilevel Positive and Negative Association Rule Mining for Spatial Databases A Novel Approach of Multilevel Positive and Negative Association Rule Mining for Spatial Databases L.K. Sharma 1, O. P. Vyas 1, U. S. Tiwary 2, R. Vyas 1 1 School of Studies in Computer Science Pt. Ravishankar

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

Towards the Reduction of Spatial Joins for Knowledge Discovery in Geographic Databases Using Geo-Ontologies and Spatial Integrity Constraints

Towards the Reduction of Spatial Joins for Knowledge Discovery in Geographic Databases Using Geo-Ontologies and Spatial Integrity Constraints Towards the Reduction of Spatial Joins for Knowledge Discovery in Geographic Databases Using Geo-Ontologies and Spatial Integrity Constraints Vania Bogorny, Paulo Martins Engel, Luis Otavio Campos Alvares

More information

SEARCHING THROUGH SPATIAL RELATIONSHIPS USING THE 2DR-TREE

SEARCHING THROUGH SPATIAL RELATIONSHIPS USING THE 2DR-TREE SEARCHING THROUGH SPATIAL RELATIONSHIPS USING THE DR-TREE Wendy Osborn Department of Mathematics and Computer Science University of Lethbridge 0 University Drive W Lethbridge, Alberta, Canada email: wendy.osborn@uleth.ca

More information

3D BUILDING MODELS IN GIS ENVIRONMENTS

3D BUILDING MODELS IN GIS ENVIRONMENTS A. N. Visan 3D Building models in GIS environments 3D BUILDING MODELS IN GIS ENVIRONMENTS Alexandru-Nicolae VISAN, PhD. student Faculty of Geodesy, TUCEB, alexvsn@yahoo.com Abstract: It is up to us to

More information

Geog 469 GIS Workshop. Data Analysis

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

More information

The E. I. E. L Project: An Experience of a GIS Development

The E. I. E. L Project: An Experience of a GIS Development The E. I. E. L Project: An Experience of a GIS Development ieves R. Brisaboa José Antonio Cotelo Lema Antonio Fariña Miguel R. Luaces José R.R. Viqueira EC GI & GIS 2003 OVERVIEW 2 Introduction The E.

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

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

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

More information

Semantic Geospatial Data Integration and Mining for National Security

Semantic Geospatial Data Integration and Mining for National Security Semantic Geospatial Data Integration and Mining for National Security Latifur Khan Ashraful Alam Ganesh Subbiah Bhavani Thuraisingham University of Texas at Dallas (Funded by Raytheon Corporation) Shashi

More information

OBJECT BASED IMAGE ANALYSIS FOR URBAN MAPPING AND CITY PLANNING IN BELGIUM. P. Lemenkova

OBJECT BASED IMAGE ANALYSIS FOR URBAN MAPPING AND CITY PLANNING IN BELGIUM. P. Lemenkova Fig. 3 The fragment of 3D view of Tambov spatial model References 1. Nemtinov,V.A. Information technology in development of spatial-temporal models of the cultural heritage objects: monograph / V.A. Nemtinov,

More information

Improving the travel time prediction by using the real-time floating car data

Improving the travel time prediction by using the real-time floating car data Improving the travel time prediction by using the real-time floating car data Krzysztof Dembczyński Przemys law Gawe l Andrzej Jaszkiewicz Wojciech Kot lowski Adam Szarecki Institute of Computing Science,

More information

Event-based Spatio-temporal Database Design

Event-based Spatio-temporal Database Design Chen J. & Jiang 105 Event-based Spatio-temporal Database Design Jun CHEN 1, 3 Jie JIANG 2 1 National Geomatics Center of China No.1, Baishengcun, Zizhuyuan, Beijing, P.R.China, 100044, jchen@gps.ceic.gov.cn

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

Spatial Validation Academic References

Spatial Validation Academic References Spatial Validation Academic References Submitted To: Program Manager GeoConnections Victoria, BC, Canada Submitted By: Jody Garnett Brent Owens Suite 400, 1207 Douglas Street Victoria, BC, V8W-2E7 jgarnett@refractions.net

More information

Similarity and Dissimilarity

Similarity and Dissimilarity 1//015 Similarity and Dissimilarity COMP 465 Data Mining Similarity of Data Data Preprocessing Slides Adapted From : Jiawei Han, Micheline Kamber & Jian Pei Data Mining: Concepts and Techniques, 3 rd ed.

More information

RESEARCH ON THE DISTRIBUTED PARALLEL SPATIAL INDEXING SCHEMA BASED ON R-TREE

RESEARCH ON THE DISTRIBUTED PARALLEL SPATIAL INDEXING SCHEMA BASED ON R-TREE RESEARCH ON THE DISTRIBUTED PARALLEL SPATIAL INDEXING SCHEMA BASED ON R-TREE Yuan-chun Zhao a, b, Cheng-ming Li b a. Shandong University of Science and Technology, Qingdao 266510 b. Chinese Academy of

More information

POSSIBILITY FOR APPLICATION OF GIS TECHNOLOGIES IN RTB BOR GROUP

POSSIBILITY FOR APPLICATION OF GIS TECHNOLOGIES IN RTB BOR GROUP MINING AND METALLURGY INSTITUTE BOR UDK: 622 ISSN: 2334-8836 (Štampano izdanje) ISSN: 2406-1395 (Online) UDK: 681.33:622.343(045)=111 doi:10.5937/mmeb1603021v Nenad Vušović *, Marko Vuković **, Igor Svrkota

More information

Spatial Intelligence. Angela Schwering

Spatial Intelligence. Angela Schwering Spatial Intelligence Angela Schwering What I do What I do intelligent representation and processing of spatial information From the Cognitive Perspective How do humans perceive spatial information? How

More information

Large scale road network generalization for vario-scale map

Large scale road network generalization for vario-scale map Large scale road network generalization for vario-scale map Radan Šuba 1, Martijn Meijers 1 and Peter van Oosterom 1 Abstract The classical approach for road network generalization consists of producing

More information

Integrated Electricity Demand and Price Forecasting

Integrated Electricity Demand and Price Forecasting Integrated Electricity Demand and Price Forecasting Create and Evaluate Forecasting Models The many interrelated factors which influence demand for electricity cannot be directly modeled by closed-form

More information

GIS-based Smart Campus System using 3D Modeling

GIS-based Smart Campus System using 3D Modeling GIS-based Smart Campus System using 3D Modeling Smita Sengupta GISE Advance Research Lab. IIT Bombay, Powai Mumbai 400 076, India smitas@cse.iitb.ac.in Concept of Smart Campus System Overview of IITB Campus

More information

Quality Assessment and Uncertainty Handling in Uncertainty-Based Spatial Data Mining Framework

Quality Assessment and Uncertainty Handling in Uncertainty-Based Spatial Data Mining Framework Quality Assessment and Uncertainty Handling in Uncertainty-Based Spatial Data Mining Framework Sk. Rafi, Sd. Rizwana Abstract: Spatial data mining is to extract the unknown knowledge from a large-amount

More information

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

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

More information

Bentley Map Advancing GIS for the World s Infrastructure

Bentley Map Advancing GIS for the World s Infrastructure Bentley Map Advancing GIS for the World s Infrastructure Presentation Overview Why would you need Bentley Map? What is Bentley Map? Where is Bentley Map Used? Why would you need Bentley Map? Because your

More information

Multi agent Evacuation Simulation Data Model for Disaster Management Context

Multi agent Evacuation Simulation Data Model for Disaster Management Context Multi agent Evacuation Simulation Data Model for Disaster Management Context Mohamed Bakillah, Alexander Zipf, J. Andrés Domínguez, Steve H. L. Liang GI4DM 2012 1 Content Context Requirements for Enhanced

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