Towards a 4D database management system for geothermal projects: an example of the hydraulic data of Soultz

Size: px
Start display at page:

Download "Towards a 4D database management system for geothermal projects: an example of the hydraulic data of Soultz"

Transcription

1 Towards a D database management system for geothermal projects: an example of the hydraulic data of Soultz Markus Jahn, Eva Schill,2, Martin Breunig3 Introduction The experience of the Soultz geothermal project and the subsequent development of geothermal energy in the adjacent fields in the Upper Rhine Graben (URG) reveal the necessity to apply an experience and analogy based approach during exploration and exploitation. During 20 years of research, different options of exploitation for geothermal energy of the subsurface have been tested in Soultz. Three reservoirs with different initial hydraulic conditions (Table ) have been developed since 988 (e.g. Jung, 992; Gérard et al., 2006; Nami et al., 2008). Apart from differences in equilibrium temperature condition, the differences in depth of the three reservoir zones imply also differences in the ambient stress field (e.g. Tenzer et al., 992; Evans et al., 2005; Dorbath et al., 200). Table : Overview of the natural reservoir conditions and the number of stimulation operations in the three different reservoir levels (upper, intermediate and deep) at the Soultz-sous-Forets EGS site (France; Jung, 992; Jung et al., 995; Weidler, 200, Hettkamp et al., 200; Tischner et al., 2007). The reservoir levels are indicated as follows: I: upper, II: intermediate, III: deep. The vertical extension of the reservoir has been determined by the extension of the seismic clouds. Reservoir Depth (m) Temperature ( C) I II (GPK2) II (GPK) III (GPK2) III (GPK3) III (GPK) Productivity or injectivity Number of hydraulic before stimulation stimulations (m3 Pa- s-) (in 5097m) 0-0 Number of chemical stimulations The intense experience in hydraulic and chemical stimulation from Soultz has been transferred to projects in the adjacent geothermal fields such as Landau. A comparison between the stimulation in the deep reservoir and the reservoir in Landau (corresponding geologically to the upper, topcrystalline and from a point of view of depth to the intermediate reservoir of Soultz) reveals an improvement in stimulation technology (Schindler et al., 200). With the stimulation of the first well in Rittershofen, also the upper reservoir is coming to the fore. Université de Strasbourg, EOST, 5 rue René Descartes, F-6708 Strasbourg Cedex, France 2 GEIE "Exploitation Minière de la Chaleur", Route de Soultz - BP 0038, F Kutzenhausen, France 3 Karlsruhe Institut für Technologie KIT, Geodätisches Institut, Englerstraße 7, D-7633 Karlsruhe, Germany

2 With this in mind, recently, there is a strong interest to save and make available the scientific results from the Soultz project, since it serves as reference for the development of the URG. From a of computer sciences point of view there are several reasons to store data in a database: A database avoids redundancy and inconsistency of the data as well as high development costs for data loss. It provides data integrity automatically checked during the insertion and update of the data as well as multiple users access with security rights. Furthermore, it does not limit the possibility of linking data (REF). This approach can achieve a great deal considering the scientific productivity on geothermal data for the future. 2 Conceptual database schema of hydraulic data If possible, geothermal spatial data should be managed in a standardized way. To be compatible with today s geo-databases, we propose to use for simple geometries the General-Feature-Model which extends the Simple-Feature-Model of the Open Geospatial Consortium (OGC) among other things - by the temporal dimension and related operations. This specification which has already become an ISO standard seems to be very suitable for mapping geothermal primary data into a database representation. Geometries n n2 Temperatures Pressures m Times belongs to n3 Flowrates m2 n m3 m belongs to Figure : Conceptual database schema as Enitiy Relationship Model By a feature we mean a real-world object with a certain geometry and a series of thematic attributes. Figure shows a first draft of the conceptual database schema for hydraulic data represented as Entity Relationship Model (ERM). The real world object (feature) e.g. could be - in connection with hydraulic data - a measuring device with a unique geometry or location and the corresponding measured data which were recorded over a specific period of time at predetermined time points. For hydraulic data only simple geometries are needed such as points which define the locations of the measuring devices. The trajectories of the wells can also be defined as polylines. Furthermore, the ISO standard (ISO 907 or ISO 909) provides certain 3D operations for single geometries. A typical operation would be to calculate distances or intersections with other geometries or geometry specific attributes such as the bounding box, length or volume. Other spatial operations are given in accordance with this standard. The measurements of a measuring device can be divided into two tables. Not only one time point, but a whole time series is stored per record. An example is the series of temperature values. The intrinsic time points are also summarized in an equally long series of time values. If e.g. the Temperatures, Pressures and some Flow rates are measured synchronously, they are referenced to the same time series in the Times table and the specific geometry in the Geometries table. This structural concept is a simple workaround to manage D geo-objects in a 3D plus nd environment. A proper D management is desirable, because real D operations on complex geometries including 3D spatial operations during time intervals could significantly support the analysis of geothermal data.

3 3 Database oriented software architecture for geothermal projects To support full spatio-temporal data availability in geothermal projects over decades, geo-scientific tools (see blue box in figure 2) should have direct access to a D geo database management system (see red box in figure 2). In a first approach, the object-relational geo database management system PostGIS is used managing time series as records in the DBMS. In future, it should be examined if an object-oriented geo database management system with D operations such as DBGeO (Breunig et al. 200, Breunig et al. 203a; 203b) could be used in addition for special D operations on complex D geometric data types such as simplicial complexes (triangle and tetrahedron networks). Project Geo service layer Client Geoscientific Tools At the top level of Figure 2 the geo-scientific tools that have been used in the Soultz project over the years by the researchers are summarized. Besides software such as GOCAD, Petrol, WellCad, Tough 2, ArcGIS, Quantum GIS or ParaView, some tools have been developed from the scratch. Each software imports and exports different types of data formats, but internally it is mostly using its own data format. A two-layer model should be preferred in which a geoscientific tool has its own client as a part of itself which can D Geo DBMS connect directly to the geo database. On the basis of its own internal data structure it then is able to interpret and integrate the results of database queries. It has a number of advantages if Figure 2: Database oriented a geo-scientific tool can connect directly to a data base software architecture especially concerning data synchronization. The geo-scientific tool can then be viewed as a client of the database. Because the number of geo-scientific tools is high, it is assumed that not every software developer will program its own client. If the database does not provide specific functionalities for synchronization with these tools, the data formats have to be converted for import and export and the specific services of the database have to be made available in an intermediate step as well. The middle layer summarizes these services as a user interface to the database. The functionalities of this layer should be kept as thin as possible to be executable on different systems without major adjustments. Furthermore, special database queries can be provided to query some basic geothermal secondary data. The lower layer in the proposed architecture is the D geo database management system (D Geo DBMS). Specific requirements have to be complied with the Geo DBMS to enable efficient geothermal data handling. The Geo DBMS should support spatio-temporal geo-objects right from the beginning, because most of the geothermal data are spatially and temporally referenced. Spatial access methods such as the R*-Tree (Beckmann et al. 990) and efficient geometric algorithms such as sweep-algorithms can then be used to index, edit or access this kind of data. Furthermore, the structure of the data should be easily comprehensible to every scientist. I.e. at the conceptual level of data abstraction, those real-world contexts and entities should be relocated that are known in as many scientific fields as involved. 3. Prototypical implementation To be compatible with today s geo-databases, the prototypical database implementation uses for simple geometry types such as points and lines - standardized geometry objects of the Open Geospatial Consortium (OGC). OGC s Simple-Feature-Model is pursued by PostGIS, an extension of PostgreSQL object-relational database management system that communicates with ParaView via OpenJUMP, an easy-to-use GIS, which uses the Java-Topology-Suite (JTS) as its topology and geometry core. The spatial object types from PostGIS and JTS are largely ISO compliant, thus they are compatible and also bring some geometric calculations with them. For these reasons and the

4 straight forward ability to extend those open source products by new requirements of geothermal projects, the choice was made to use PostGIS and OpenJUMP. Figure 3 shows the location of wells at Soultz site managed by PostGIS and visualized by ParaView via the Open JUMP connection. To make some spatial and temporal analysis, this first approach is also well suited. However, for complex geometry types an extension is required, because most high-performance simulation as well as visualization tools use complex geometries such as simplicial complexes rather than simple geometric features. Conclusion and outlook From a scientific point of view, the advantage of the Soultz project over many other EGS projects is the large amount of data acquired in 20 years of research. This quantity of data among others, allows for benchmarking investigations on a number of different reservoir relevant processes. The number of experiments carried out and their diversity in terms of experimental conditions require advanced database queries. Thus, besides hydraulic data, other types of primary data will be integrated to complete the benefit of geo database management systems by linking data. Figure 3: Wells at Soultz site colored by depth, imported to PostGIS and exported to ParaView via the use of OpenJUMP and its PlugIn architecture The technical state currently offers only a spatial data management with standardized simple feature geometries. It is desirable to extend this approach to a D Geo DBMS based on simplicial complexes to perform complex and efficient spatio-temporal operations. Database tn dataset t t n+k dataset Due to the above mentioned diversity of the Simulation experimental set-up, besides the coupling of GIS and 3D/D modeling and visualization tools, certain simulation techniques shall be starting conditions offered as services of the geo database. In this way, the comparison between simulation data and field data (Figure ) would be simplified, if both kind of data would be defined with specific and known conceptual schemes to be managed in one system, only. Thus, no complex data conversions between simulation software and database would be needed and the simulation results could also resultset be made available online. Figure : Comparison of monitored field data and simulation data

5 References Beckmann, N., Kriegel, H.-P., Schneider, R., Seeger, B., 990. The R*-tree: An efficient and robust access method for points and rectangles. Proceedings ACM SIGMOD, Atlantic City, N.Y., Breunig, M., 200. On the way to Component-Based 3D/D Geoinformation Systems. Lecture Notes in Earth Sciences, No. 9, Springer, Heidelberg, 200p. Breunig, M., Schilberg, B., Thomsen, A., Kuper, P.V., Jahn, M., Butwilowski, E., 200. DBGeO, a 3D/D Geodatabase and its Application for the analysis of landslides. Geographic Information and Cartography for Risk and Crisis Management. Lecture Notes in Geoinformation and Cartography, Springer, Breunig, M., Butwilowski, E., Golovko, D., Kuper, P.V., Menninghaus, M., Thomsen, A., 202. Advancing DBGeO. Progress and New Trends in 3D Geoinformation Sciences, Lecture Notes in Geoinformation and Cartography, Springer, Breunig, M., Butwilowski, E., Kuper, P.V., Golovko, D., Thomsen, A., 203. Topological and Geometric Data Handling for Time-Dependent Geo-Objects Realized in DBGeO. Advances in Spatial Data Handling, Lecture Notes in Geoinformation and Cartographpy, Springer, -3. Dorbath, L., Evans, K., Cuenot, N., Valley, B., Charléthy, J., Frogneux, M., 200. The stress field at Soultzsous-Forêts from focal mechanisms of induced seismic events: Cases of the wells GPK2 and GPK3. C. R. Geoscience (200), doi:0.06/j.crte Evans, K., Moriya, H., Niitsuma, H., Jones, R.H., Phillips, W.S., Genter, A., Sausse, J., Jung, R., Baria, R Microseismicity and permeability enhancement of hydrogeologic structures during massive fluid injections into granite at 3 km depth at the Soultz HDR site. Geophys. J. Int., 60, 388 2, doi: 0./j X x. Gérard, A., Kohl T., Lutz Ph., Rose P., Rummel F., The deep EGS (Enhanced Geothermal System) project at Soultz-sous-Forêts (Alsace, France). Geothermics, 35, Hettkamp, T., Baumgärtner, J., Baria, R., Gérard, A., Gandy, T., Michelet, S., Deza, D., 200. Electricity production from hot rocks. Twenty-ninth Workshop on Geothermal Reservoir Engineering: Proceedings, Stanford University, Stanford, CA, January 26-28, 200 Jung, R Connecting a borehole to a nearby fault by means of hydraulic fracturing. GRC Transaction, 6, Jung, R., Willis-Richard, J., Nicholls, J., Bertozzi, A., Heinemann, B., 995. Evaluation of hydraulic tests at Soultz-sous-Forêts, European HDR Site. In: Proceedings of the World Geothermal Congress, 995, Florence, Italy, International Geothermal Association,, Nami, P., Schellschmidt, R., Schindler, M., Tischner, T., Chemical stimulation operations for reservoir development of the deep crystalline HDR/EGS system at Soultz-sous-Forêts (France). Thirty-third Workshop on Geothermal Reservoir Engineering: Proceedings, Stanford University, Stanford, CA, January 28-30, Schindler, M., Baumgärtner, J., Gandy, T., Hauffe, P., Hettkamp, T, Menzel, H., Penzkofer, P., Teza, D., Tischner, T., Wahl, G., 200. Successful Hydraulic Stimulation Techniques for Electric Power Production in the Upper Rhine Graben, Central Europe. Proceedings World Geothermal Congress 200 Bali, Indonesia, April 200 Tenzer, H., Mastin, L., Reinemann, B., 992. Determination of planar discontinuities and borehole geometry in the crystalline rock of borehole GPK- at Soultz-sous-Forêts. In Bresse, J.C., Geothermal enery in Europe: the Soultz Hot Dry Rock project, Gordon and Breach Science Publishers SA. Montreux, Switzerland, p Tischner, T., Schindler, M., Jung, R., Nami, P., HDR project Soultz: hydraulic and seismic observations during stimulation of the three deep wells by massive water injections. Thirty-second Workshop on Geothermal Reservoir Engineering: Proceedings, Stanford University, Stanford, CA, January 22-2, 2007 Weidler, R., 200. Slug test in the non-stimulated 5 km deeep well GPK2, Internal BGR report, Hannover, Germany.

Usage of Spatial Data Stores for Geo-Services 56

Usage of Spatial Data Stores for Geo-Services 56 Usage of Spatial Data Stores for Geo-Services 56 Martin Breunig, Wolfgang Bär and Andreas Thomsen University of Vechta P.O. Box 1553, 49364 Vechta, Germany {mbreunig, wbaer, athomsen}@fzg.uni-vechta.de

More information

Geothermal. . To reduce the CO 2 emissions a lot of effort is put in the development of large scale application of sustainable energy.

Geothermal. . To reduce the CO 2 emissions a lot of effort is put in the development of large scale application of sustainable energy. Geothermal Energy With increasing fossil fuel prices, geothermal energy is an attractive alternative energy source for district heating and industrial heating. In recent years the use of geothermal energy

More information

On the Impact of Oil Extraction in North Orange County: Overview of Hydraulic Fracturing

On the Impact of Oil Extraction in North Orange County: Overview of Hydraulic Fracturing On the Impact of Oil Extraction in North Orange County: Overview of Hydraulic Fracturing California State University Fullerton, September 23, 2014 Steve Bohlen, Senior Scientist, Lawrence Berkeley National

More information

ADVANCED DATA STRUCTURES FOR SURFACE STORAGE

ADVANCED DATA STRUCTURES FOR SURFACE STORAGE 1Department of Mathematics, Univerzitni Karel, Faculty 22, JANECKA1, 323 of 00, Applied Pilsen, Michal, Sciences, Czech KARA2 Republic University of West Bohemia, ADVANCED DATA STRUCTURES FOR SURFACE STORAGE

More information

Three main techniques are used to exploit the heat available: geothermal aquifers, hot dry rocks and ground-source heat pumps.

Three main techniques are used to exploit the heat available: geothermal aquifers, hot dry rocks and ground-source heat pumps. GEOTHERMAL ENERGY TECHNOLOGY DESCRIPTION Geothermal energy is the natural heat that exists within the earth and that can be absorbed by fluids occurring within, or introduced into, the crustal rocks. Although,

More information

The Geothermal Information System for Germany

The Geothermal Information System for Germany The Geothermal Information System for Germany www.geotis.de Britta Ganz T. Agemar, J. A. Alten, J. Kuder, K. Kühne, S. Schumacher & R. Schulz CGER Meeting 21 May 2012, Oslo Project Funding Partners Support

More information

The ENGINE Launching Conference is co-sponsored by: The ENGINE partners: http://engine.brgm.fr

The ENGINE Launching Conference is co-sponsored by: The ENGINE partners: http://engine.brgm.fr http://engine.brgm.fr The ENGINE Launching Conference is co-sponsored by: The ENGINE partners: Document edited for the European ENGINE Launching Conference Orléans - France 12-15 February 2006 Jointly

More information

ENGINE- Geothermal lighthouse projects in Europe

ENGINE- Geothermal lighthouse projects in Europe ENGINE- Geothermal lighthouse projects in Europe Information gathered during the ENGINE co-ordination action (ENhanced Geothermal Innovative Network for Europe) http://engine.brgm.fr/ Last update April

More information

PostGIS Data Integration

PostGIS Data Integration PostGIS Data Integration & Display on SIS Alex Hill GIS Manager Contents Plus Dane Group who we are PostGIS Data Integration and Display on SIS What is a Spatial Database? What is PostgreSQL/PostGIS? Why

More information

Service-Oriented Visualization of Virtual 3D City Models

Service-Oriented Visualization of Virtual 3D City Models Service-Oriented Visualization of Virtual 3D City Models Authors: Jan Klimke, Jürgen Döllner Computer Graphics Systems Division Hasso-Plattner-Institut, University of Potsdam, Germany http://www.hpi3d.de

More information

DESIGN, IMPLEMENTATION AND APPLICATIONS OF 3D WEB-SERVICES IN DB4GEO

DESIGN, IMPLEMENTATION AND APPLICATIONS OF 3D WEB-SERVICES IN DB4GEO DESIGN, IMPLEMENTATION AND APPLICATIONS OF 3D WEB-SERVICES IN DB4GEO M. Breunig a,, P. V. Kuper a, A. Dittrich b, P. Wild c, E. Butwilowski a, M. Al-Doori d a Geodetic Institute, Karlsruhe Institute of

More information

A framework for a networkbased datastore for spatial and spatio-temporal geoscience data

A framework for a networkbased datastore for spatial and spatio-temporal geoscience data A framework for a networkbased datastore for spatial and spatio-temporal geoscience data Paul Gabriel, Jan Gietzel, Le Hai Ha, Helmut Schaeben Kommunikationsforum 3D 2011, Freiberg Mi, 23. März 2011 Outline

More information

Geological 3D-model of the Basel region - a tool to explore geopotentials. Dr. Horst Dresmann. Prof. Peter Huggenberger. Dr.

Geological 3D-model of the Basel region - a tool to explore geopotentials. Dr. Horst Dresmann. Prof. Peter Huggenberger. Dr. Geological 3D-model of the Basel region - a tool to explore geopotentials Dr. Horst Dresmann Prof. Peter Huggenberger Dr. Janis Epting GeORG technical workshop 18.11.2010, Freiburg 1/24 Where are useable

More information

Investigating the Effects of Spatial Data Redundancy in Query Performance over Geographical Data Warehouses

Investigating the Effects of Spatial Data Redundancy in Query Performance over Geographical Data Warehouses Investigating the Effects of Spatial Data Redundancy in Query Performance over Geographical Data Warehouses Thiago Luís Lopes Siqueira Ricardo Rodrigues Ciferri Valéria Cesário Times Cristina Dutra de

More information

Usage of mobile databases for mobile geoscientific applications 1

Usage of mobile databases for mobile geoscientific applications 1 Usage of mobile databases for mobile geoscientific applications 1 Wolfgang Bär and Martin Breunig Research Center for Geoinformatics and Remote Sensing University of Osnabrück Eichendorffweg 30, 49377

More information

ArcGIS Data Models Practical Templates for Implementing GIS Projects

ArcGIS Data Models Practical Templates for Implementing GIS Projects ArcGIS Data Models Practical Templates for Implementing GIS Projects GIS Database Design According to C.J. Date (1995), database design deals with the logical representation of data in a database. The

More information

PART 1. Representations of atmospheric phenomena

PART 1. Representations of atmospheric phenomena PART 1 Representations of atmospheric phenomena Atmospheric data meet all of the criteria for big data : they are large (high volume), generated or captured frequently (high velocity), and represent a

More information

Seismic Monitoring of the Rittershoffen EGS Project (Alsace, France)

Seismic Monitoring of the Rittershoffen EGS Project (Alsace, France) Proceedings World Geothermal Congress 2015 Melbourne, Australia, 19-25 April 2015 Seismic Monitoring of the Rittershoffen EGS Project (Alsace, France) Vincent Maurer (1), Nicolas Cuenot (2), Emmanuel Gaucher

More information

Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System

Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System Improving Data Mining of Multi-dimension Objects Using a Hybrid Database and Visualization System Yan Xia, Anthony Tung Shuen Ho School of Electrical and Electronic Engineering Nanyang Technological University,

More information

DUAL HALF EDGE DATA STRUCTURE IN DATABASE FOR BIG DATA IN GIS

DUAL HALF EDGE DATA STRUCTURE IN DATABASE FOR BIG DATA IN GIS DUAL HALF EDGE DATA STRUCTURE IN DATABASE FOR BIG DATA IN GIS M. Goudarzi a, M. Asghari a, P. Boguslawski b, A. Abdul Rahman a,c a Faculty of Geoinformation and Real Estate, University Teknologi Malaysia

More information

Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001

Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001 A comparison of the OpenGIS TM Abstract Specification with the CIDOC CRM 3.2 Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001 1 Introduction This Mapping has the purpose to identify, if the OpenGIS

More information

Design and Implementation of Double Cube Data Model for Geographical Information System

Design and Implementation of Double Cube Data Model for Geographical Information System The International Arab Journal of Information Technology, Vol. 1, No. 2, July 2004 215 Design and Implementation of Double Cube Data Model for Geographical Information System Mohd Shafry Mohd Rahim, Daut

More information

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GIS Syllabus - Version 1.2 January 2007 Copyright AICA-CEPIS 2009 1 Version 1 January 2007 GIS Certification Programme 1. Target The GIS certification is aimed

More information

A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION

A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION Zeshen Wang ESRI 380 NewYork Street Redlands CA 92373 Zwang@esri.com ABSTRACT Automated area aggregation, which is widely needed for mapping both natural

More information

Agenda. What is GIS? GIS and SAP Real Examples

Agenda. What is GIS? GIS and SAP Real Examples Agenda What is GIS? GIS and SAP Real Examples Life Without GIS My Stuff My Paper Maps Features Three Elements of a GIS Attributes What parcels are adjacent to Main Street? Behavior Display Query Analysis

More information

The Olympus stereology system. The Computer Assisted Stereological Toolbox

The Olympus stereology system. The Computer Assisted Stereological Toolbox The Olympus stereology system The Computer Assisted Stereological Toolbox CAST is a Computer Assisted Stereological Toolbox for PCs running Microsoft Windows TM. CAST is an interactive, user-friendly,

More information

Abstract. Key words: space-time cube; GPS; spatial-temporal data model; spatial-temporal query; trajectory; cube cell. 1.

Abstract. Key words: space-time cube; GPS; spatial-temporal data model; spatial-temporal query; trajectory; cube cell. 1. Design and Implementation of Spatial-temporal Data Model in Vehicle Monitor System Jingnong Weng, Weijing Wang, ke Fan, Jian Huang College of Software, Beihang University No. 37, Xueyuan Road, Haidian

More information

Cloud-based Infrastructures. Serving INSPIRE needs

Cloud-based Infrastructures. Serving INSPIRE needs Cloud-based Infrastructures Serving INSPIRE needs INSPIRE Conference 2014 Workshop Sessions Benoit BAURENS, AKKA Technologies (F) Claudio LUCCHESE, CNR (I) June 16th, 2014 This content by the InGeoCloudS

More information

UK Location Programme

UK Location Programme Location Information Interoperability Board Data Publisher How To Guide Understand the background to establishing an INSPIRE View Service using GeoServer DOCUMENT CONTROL Change Summary Version Date Author/Editor

More information

GIS Data in ArcGIS. Pay Attention to Data!!!

GIS Data in ArcGIS. Pay Attention to Data!!! GIS Data in ArcGIS Pay Attention to Data!!! 1 GIS Data Models Vector Points, lines, polygons, multi-part, multi-patch Composite & secondary features Regions, dynamic segmentation (routes) Raster Grids,

More information

WP 3. Elaboration database Architecture Features (Software Architecture Document)

WP 3. Elaboration database Architecture Features (Software Architecture Document) Architecture Features (Software Architecture Document) o Best in class solution, using EC recommendations for IT in this field o Implementation based on free open source o Based on OGC standards, high

More information

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 Contents GIS and maps The visualization process Visualization and strategies

More information

Oracle8i Spatial: Experiences with Extensible Databases

Oracle8i Spatial: Experiences with Extensible Databases Oracle8i Spatial: Experiences with Extensible Databases Siva Ravada and Jayant Sharma Spatial Products Division Oracle Corporation One Oracle Drive Nashua NH-03062 {sravada,jsharma}@us.oracle.com 1 Introduction

More information

GIS AS A DECISION SUPPORT FOR SUPPLY CHAIN MANAGEMENT

GIS AS A DECISION SUPPORT FOR SUPPLY CHAIN MANAGEMENT Paper Reference No.: PN-253 GIS AS A DECISION SUPPORT FOR SUPPLY CHAIN MANAGEMENT Sanjay Kumar 1 and Suneeta Agrawal 2 1. M. Tech. (GIS & Remote Sensing); GIS Cell; MNNIT, Allahabad, India (E-mail: saj.mnnit@gmail.com)

More information

Applying GIS in seismic hazard assessment and data integration for disaster management

Applying GIS in seismic hazard assessment and data integration for disaster management Applying GIS in seismic hazard assessment and data integration for disaster management Rumiana Vatseva, Dimcho Solakov, Emilia Tcherkezova, Stela Simeonova, Petya Trifonova National Institute of Geophysics,

More information

GIS Initiative: Developing an atmospheric data model for GIS. Olga Wilhelmi (ESIG), Jennifer Boehnert (RAP/ESIG) and Terri Betancourt (RAP)

GIS Initiative: Developing an atmospheric data model for GIS. Olga Wilhelmi (ESIG), Jennifer Boehnert (RAP/ESIG) and Terri Betancourt (RAP) GIS Initiative: Developing an atmospheric data model for GIS Olga Wilhelmi (ESIG), Jennifer Boehnert (RAP/ESIG) and Terri Betancourt (RAP) Unidata seminar August 30, 2004 Presentation Outline Overview

More information

SDWM: An Enhanced Spatial Data Warehouse Metamodel

SDWM: An Enhanced Spatial Data Warehouse Metamodel SDWM: An Enhanced Spatial Data Warehouse Metamodel Alfredo Cuzzocrea 1, Robson do Nascimento Fidalgo 2 1 ICAR-CNR & University of Calabria, 87036 Rende (CS), ITALY cuzzocrea@si.deis.unical.it. 2. CIN,

More information

SID&GRID: Simulazione e sistemi IDroinformatici per la Gestione delle Risorse IDriche

SID&GRID: Simulazione e sistemi IDroinformatici per la Gestione delle Risorse IDriche SID&GRID: Simulazione e sistemi IDroinformatici per la Gestione delle Risorse IDriche Claudio Schifani Iacopo Borsi Rudy Rossetto Web: http://sidgrid.isti.cnr.it Project SID&GRID Simulazione e sistemi

More information

Multisensor Data Integration in O&G Business Lutz Petrat Hélène Lemonnier Michael Hall

Multisensor Data Integration in O&G Business Lutz Petrat Hélène Lemonnier Michael Hall Multisensor Data in O&G Business Lutz Petrat Hélène Lemonnier Michael Hall ESA Oil and Gas Workshop 15/09/2010, Frascati, Italy Satellite Products and Services during a typical O&G project Project Life

More information

A HYBRID GROUND DATA MODEL TO SUPPORT INTERACTION IN MECHANIZED TUNNELING

A HYBRID GROUND DATA MODEL TO SUPPORT INTERACTION IN MECHANIZED TUNNELING A HYBRID GROUND DATA MODEL TO SUPPORT INTERACTION IN MECHANIZED TUNNELING F. HEGEMANN P. MANICKAM K. LEHNER M. KÖNIG D. HARTMANN Department of Civil and Environmental Engineering, Ruhr-University of Bochum,44780

More information

Building a Spatial Database in PostgreSQL

Building a Spatial Database in PostgreSQL Building a Spatial Database in PostgreSQL David Blasby Refractions Research dblasby@refractions.net http://postgis.refractions.net Introduction PostGIS is a spatial extension for PostgreSQL PostGIS aims

More information

Spatial Data Management Development of e-learning Modules

Spatial Data Management Development of e-learning Modules Spatial Data Management Development of e-learning Modules Antje Krüger and Thomas Brinkhoff Institute for Applied Photogrammetry and Geoinformatics (IAPG) FH Oldenburg/Ostfriesland/Wilhelmshaven (University

More information

GEOENGINE MSc in Geomatics Engineering, Master Thesis Gina Campuzano

GEOENGINE MSc in Geomatics Engineering, Master Thesis Gina Campuzano Master Thesis Gina CAMPUZANO Gina Campuzano Development of a GIS web application as a tool for learning of environmental protection -Comparison between MapServer and GeoServer constructing a tool for not

More information

Development of 3D Cadastre System to Monitor Land Value and Capacity of Zoning (Case study: Tehran)

Development of 3D Cadastre System to Monitor Land Value and Capacity of Zoning (Case study: Tehran) 8 th International Congress on Advances in Civil Engineering, 15-17 September 2008 Eastern Mediterranean University, Famagusta, North Cyprus Development of 3D Cadastre System to Monitor Land Value and

More information

The ever increasing importance of reservoir geomechanics

The ever increasing importance of reservoir geomechanics SPE special Interest Reservoir Group, Calgary March 26, 2014 The ever increasing importance of reservoir geomechanics Antonin (Tony) Settari TAURUS Reservoir Solutions Ltd., Calgary Professor Emeritus,

More information

AN INTEGRATED FRAMEWORK FOR SPATIO-TEMPORAL DATA MANAGEMENT: THE PROJECT BRISEIDE BRIDGING SERVICES INFORMATION AND DATA FOR EUROPE

AN INTEGRATED FRAMEWORK FOR SPATIO-TEMPORAL DATA MANAGEMENT: THE PROJECT BRISEIDE BRIDGING SERVICES INFORMATION AND DATA FOR EUROPE AN INTEGRATED FRAMEWORK FOR SPATIO-TEMPORAL DATA MANAGEMENT: THE PROJECT BRISEIDE BRIDGING SERVICES INFORMATION AND DATA FOR EUROPE Raffaele de Amicis, Giuseppe Conti, Federico Prandi* Fondazione Graphitech,

More information

Collecting and Analyzing Big Data for O&G Exploration and Production Applications October 15, 2013 G&G Technology Seminar

Collecting and Analyzing Big Data for O&G Exploration and Production Applications October 15, 2013 G&G Technology Seminar Eldad Weiss Founder and Chairman Collecting and Analyzing Big Data for O&G Exploration and Production Applications October 15, 2013 G&G Technology Seminar About Paradigm 700+ 26 700+ 29 7 15,000+ 15+ 200M+

More information

Pennsylvania Geospatial Data Sharing Standards (PGDSS) V 2.5

Pennsylvania Geospatial Data Sharing Standards (PGDSS) V 2.5 Submitted to: Pennsylvania Geospatial Data Sharing Standards (PGDSS) V 2.5 Spatial Data Migration Tools Report May 2, 2007 Table of Contents 1.0 Document Purpose...B-1 2.0 Overview of Spatial Data Migration

More information

A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract

A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract A Web services solution for Work Management Operations Venu Kanaparthy Dr. Charles O Hara, Ph. D Abstract The GeoResources Institute at Mississippi State University is leveraging Spatial Technologies and

More information

Data Modeling Basics. John Auel GIS Technician II United Services Group

Data Modeling Basics. John Auel GIS Technician II United Services Group Data Modeling Basics John Auel GIS Technician II United Services Group Background Bachelor of Science at University of Wisconsin, Steven s Point Area of Emphasis -- Cartography Been at United Services

More information

QuickDB Yet YetAnother Database Management System?

QuickDB Yet YetAnother Database Management System? QuickDB Yet YetAnother Database Management System? Radim Bača, Peter Chovanec, Michal Krátký, and Petr Lukáš Radim Bača, Peter Chovanec, Michal Krátký, and Petr Lukáš Department of Computer Science, FEECS,

More information

SUMMER SCHOOL ON ADVANCES IN GIS

SUMMER SCHOOL ON ADVANCES IN GIS SUMMER SCHOOL ON ADVANCES IN GIS Six Workshops Overview The workshop sequence at the UMD Center for Geospatial Information Science is designed to provide a comprehensive overview of current state-of-the-art

More information

Using CAD Data in ArcGIS

Using CAD Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 27, 2012 Using CAD Data in ArcGIS Jeff Reinhart & Phil Sanchez Agenda Overview of ArcGIS CAD Support Using CAD Datasets

More information

Ecuadorian Geospatial Linked Data

Ecuadorian Geospatial Linked Data Ecuadorian Geospatial Linked Data Víctor Saquicela 1, Mauricio Espinoza 1, Nelson Piedra 2 and Boris Villazón Terrazas 3 1 Department of Computer Science, Universidad de Cuenca 2 Department of Computer

More information

SQL SUPPORTED SPATIAL ANALYSIS FOR WEB-GIS INTRODUCTION

SQL SUPPORTED SPATIAL ANALYSIS FOR WEB-GIS INTRODUCTION SQL SUPPORTED SPATIAL ANALYSIS FOR WEB-GIS Jun Wang Jie Shan Geomatics Engineering School of Civil Engineering Purdue University 550 Stadium Mall Drive, West Lafayette, IN 47907 ABSTRACT Spatial analysis

More information

GIS Databases With focused on ArcSDE

GIS Databases With focused on ArcSDE Linköpings universitet / IDA / Div. for human-centered systems GIS Databases With focused on ArcSDE Imad Abugessaisa g-imaab@ida.liu.se 20071004 1 GIS and SDBMS Geographical data is spatial data whose

More information

13 th EC GI & GIS Workshop WIN: A new OGC compliant SOA. for risk management. GMV, 2007 Property of GMV All rights reserved

13 th EC GI & GIS Workshop WIN: A new OGC compliant SOA. for risk management. GMV, 2007 Property of GMV All rights reserved 13 th EC GI & GIS Workshop WIN: A new OGC compliant SOA for risk management GMV, 2007 Property of GMV All rights reserved Content 1. Introduction 2. Objectives 3. Architecture and Model 4. Technical aspects

More information

NOSQL BASED 3D CITY MODEL MANAGEMENT SYSTEM

NOSQL BASED 3D CITY MODEL MANAGEMENT SYSTEM NOSQL BASED 3D CITY MODEL MANAGEMENT SYSTEM Bo Mao a,b, *, Lars Harrie c, Jie Cao a,b, Zhiang Wu a, Jie Shen d a Nanjing University of Finance and Economics, 210003 Nanjing, China - (maoboo, caojie6909,

More information

TOWARDS AN AUTOMATED HEALING OF 3D URBAN MODELS

TOWARDS AN AUTOMATED HEALING OF 3D URBAN MODELS TOWARDS AN AUTOMATED HEALING OF 3D URBAN MODELS J. Bogdahn a, V. Coors b a University of Strathclyde, Dept. of Electronic and Electrical Engineering, 16 Richmond Street, Glasgow G1 1XQ UK - jurgen.bogdahn@strath.ac.uk

More information

Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model. An Oracle Technical White Paper May 2005

Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model. An Oracle Technical White Paper May 2005 Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model An Oracle Technical White Paper May 2005 Building GIS Applications Using the Oracle Spatial Network Data Model

More information

VISUALIZATION STRATEGIES AND TECHNIQUES FOR HIGH-DIMENSIONAL SPATIO- TEMPORAL DATA

VISUALIZATION STRATEGIES AND TECHNIQUES FOR HIGH-DIMENSIONAL SPATIO- TEMPORAL DATA VISUALIZATION STRATEGIES AND TECHNIQUES FOR HIGH-DIMENSIONAL SPATIO- TEMPORAL DATA Summary B. Schmidt, U. Streit and Chr. Uhlenküken University of Münster Institute of Geoinformatics Robert-Koch-Str. 28

More information

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map!

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Overview 1. A GIS is NOT a Map! 2. How does a GIS handle its data? Data Formats! GARP 0344 (Fall 2013) Page 1 Dr. Carsten Braun 1) A

More information

ABSTRACT- We developed GEOBASE, a prototype version of a user-friendly, integrated software package for storage, processing

ABSTRACT- We developed GEOBASE, a prototype version of a user-friendly, integrated software package for storage, processing et A SOFTWARE PACKAGE FOR STORAGE AND ANALYSIS OF GEOTHERMAL FIELD DATA Victor Arellano, R. Iglesias, Juan Arellano, Maurilio Carvajal and Rodolfo de de Geotermia Postal 475, Cuemavaca Mor., Mexico Geothermal

More information

DecisionSpace Earth Modeling Software

DecisionSpace Earth Modeling Software DATA SHEET DecisionSpace Earth Modeling Software overview DecisionSpace Geosciences Flow simulation-ready 3D grid construction with seamless link to dynamic simulator Comprehensive and intuitive geocellular

More information

3D Model of Carbon Relief in the Czech Part of Upper Silesian Coal Basin

3D Model of Carbon Relief in the Czech Part of Upper Silesian Coal Basin 3D Model of Carbon Relief in the Czech Part of Upper Silesian Coal Basin Vladimír Mandrla Green Gas DPB, a.s. tř. Rudé armády 637 739 21, Paskov Vladimir.Mandrla@dpb.cz Abstract. Coal mining in the Czech

More information

A RDF Vocabulary for Spatiotemporal Observation Data Sources

A RDF Vocabulary for Spatiotemporal Observation Data Sources A RDF Vocabulary for Spatiotemporal Observation Data Sources Karine Reis Ferreira 1, Diego Benincasa F. C. Almeida 1, Antônio Miguel Vieira Monteiro 1 1 DPI Instituto Nacional de Pesquisas Espaciais (INPE)

More information

gvsig: A GIS desktop solution for an open SDI.

gvsig: A GIS desktop solution for an open SDI. gvsig: A GIS desktop solution for an open SDI. ALVARO ANGUIX1, LAURA DÍAZ1, MARIO CARRERA2 1 IVER Tecnologías de la Información. Valencia, Spain. Tel. +34 96 316 34 00; Fax. +34 96 316 34 00 Email: alvaro.anguix@iver.es

More information

Geoscientific spatial data

Geoscientific spatial data SDIC European Sustainable Development related policies and legislation INSPIRE and geoscientific data P. Christmann, K. Asch, Rafaelle Pignone, I. Jackson, F. Robida, P. Ryghaug, R. Tomas, L. Persson,

More information

Patient Trajectory Modeling and Analysis

Patient Trajectory Modeling and Analysis Patient Trajectory Modeling and Analysis Jalel Akaichi and Marwa Manaa Higher Institute of Management of tunis, 41 Rue de la Liberté, Cité Bouchoucha, 2000 Bardo, Tunisia j.akaichi@gmail.com, manaamarwa@gmail.com

More information

INTELLIGENCE BASED CADASTRAL DATABASE SELECTION AND VISUALIZATION SYSTEM: CONCEPTS AND PROTOTYPE

INTELLIGENCE BASED CADASTRAL DATABASE SELECTION AND VISUALIZATION SYSTEM: CONCEPTS AND PROTOTYPE INTELLIGENCE BASED CADASTRAL DATABASE SELECTION AND VISUALIZATION SYSTEM: CONCEPTS AND PROTOTYPE Abdullah Hisam Omar and Amran Bachok Department of Geomatic Engineering Faculty of Geoinformation Science

More information

DATA QUALITY AND SCALE IN CONTEXT OF EUROPEAN SPATIAL DATA HARMONISATION

DATA QUALITY AND SCALE IN CONTEXT OF EUROPEAN SPATIAL DATA HARMONISATION DATA QUALITY AND SCALE IN CONTEXT OF EUROPEAN SPATIAL DATA HARMONISATION Katalin Tóth, Vanda Nunes de Lima European Commission Joint Research Centre, Ispra, Italy ABSTRACT The proposal for the INSPIRE

More information

An Introduction to Open Source Geospatial Tools

An Introduction to Open Source Geospatial Tools An Introduction to Open Source Geospatial Tools by Tyler Mitchell, author of Web Mapping Illustrated GRSS would like to thank Mr. Mitchell for this tutorial. Geospatial technologies come in many forms,

More information

Basics on Geodatabases

Basics on Geodatabases Basics on Geodatabases 1 GIS Data Management 2 File and Folder System A storage system which uses the default file and folder structure found in operating systems. Uses the non-db formats we mentioned

More information

Catalogue or Register? A Comparison of Standards for Managing Geospatial Metadata

Catalogue or Register? A Comparison of Standards for Managing Geospatial Metadata Catalogue or Register? A Comparison of Standards for Managing Geospatial Metadata Gerhard JOOS and Lydia GIETLER Abstract Publication of information items of any kind for discovery purposes is getting

More information

ArcGIS 10.1 Geodatabase Administration. Gordon Sumerling & Christopher Brown

ArcGIS 10.1 Geodatabase Administration. Gordon Sumerling & Christopher Brown ArcGIS 10.1 Geodatabase Administration Gordon Sumerling & Christopher Brown Key Improvements at ArcGIS 10.1 1. Easier Administration through Graphic Interfaces 2. Greater Seamless integration with Open

More information

Building & Developing the Environmental

Building & Developing the Environmental Building & Developing the Environmental Web Explorer for Riyadh City Authors: Engineer Yousef Bin Othman Al-Fariheedi Manager of Environmental Data Unit Environmental Management and Protection Department

More information

Deep geothermal FAQ s

Deep geothermal FAQ s What is geothermal energy? Deep geothermal FAQ s What is the deep geothermal resource in Cornwall? What are the benefits for Cornwall? What are Engineered/Enhanced Geothermal Systems (EGS) or Hot Dry Rocks?

More information

Geothermal resources. Grado-1 borehole Future plans. Dep. of Civil and Environmental Engineering University of Trieste

Geothermal resources. Grado-1 borehole Future plans. Dep. of Civil and Environmental Engineering University of Trieste VII FIST - GEOITALIA Rimini 9-11 Settembre 2009 Geothermal potential of the carbonatic platform buried beneath the Veneto and Friuli coastal areas: results from the Grado-1 Borehole Geothermal resources

More information

Geodatabase Programming with SQL

Geodatabase Programming with SQL DevSummit DC February 11, 2015 Washington, DC Geodatabase Programming with SQL Craig Gillgrass Assumptions Basic knowledge of SQL and relational databases Basic knowledge of the Geodatabase We ll hold

More information

Hot Rocks Geothermal Drilling, Operations and Insurance Implications

Hot Rocks Geothermal Drilling, Operations and Insurance Implications Hot Rocks Geothermal Drilling, Operations and Insurance Implications Gary Mawditt MatthewsDaniel London September 28, 2012 Geothermal Drilling, Operations & Insurance Implications What is it / Where is

More information

Hydrogeological Data Visualization

Hydrogeological Data Visualization Conference of Junior Researchers in Civil Engineering 209 Hydrogeological Data Visualization Boglárka Sárközi BME Department of Photogrammetry and Geoinformatics, e-mail: sarkozi.boglarka@fmt.bme.hu Abstract

More information

Tayloring The CRM to Archaeological Requirements

Tayloring The CRM to Archaeological Requirements Tayloring The CRM to Archaeological Requirements Martin Doerr Center for Cultural Informatics Institute of Computer Science Foundation for Research and Technology - Hellas ARIADNE is funded by the European

More information

MO2GEO: An OpenSource software approach for geological modelling

MO2GEO: An OpenSource software approach for geological modelling MO2GEO: An OpenSource software approach for geological modelling Wolfgang GOSSEL 1 1 Dept. Hydrogeology and Environmental Geology, Institute for Geosciences, Martin Luther University Halle, Germany, wolfgang.gossel@geo.uni-halle.de

More information

Location Analytics Integrating GIS technologies with SAP Business intelligence,

Location Analytics Integrating GIS technologies with SAP Business intelligence, Location Analytics Integrating GIS technologies with SAP Business intelligence, Jag Dhillon SAP Analytics Presales Consultant November 2014 Agenda Importance of Location Analytics SAP Location Analytics

More information

Groundwater flow systems theory: an unexpected outcome of

Groundwater flow systems theory: an unexpected outcome of Groundwater flow systems theory: an unexpected outcome of early cable tool drilling in the Turner Valley oil field K. Udo Weyer WDA Consultants Inc. weyer@wda-consultants.com Introduction The Theory of

More information

Fuzzy Spatial Data Warehouse: A Multidimensional Model

Fuzzy Spatial Data Warehouse: A Multidimensional Model 4 Fuzzy Spatial Data Warehouse: A Multidimensional Model Pérez David, Somodevilla María J. and Pineda Ivo H. Facultad de Ciencias de la Computación, BUAP, Mexico 1. Introduction A data warehouse is defined

More information

MOBILE GEOGRAPHIC INFORMATION SYSTEMS: A CASE STUDY ON MANSOURA UNIVERSITY, EGYPT

MOBILE GEOGRAPHIC INFORMATION SYSTEMS: A CASE STUDY ON MANSOURA UNIVERSITY, EGYPT MOBILE GEOGRAPHIC INFORMATION SYSTEMS: A CASE STUDY ON MANSOURA UNIVERSITY, EGYPT Asmaa Ahmed Hussein 1, Elkhedr Hassan Eibrahim 2, Aziza Asem 1 1 Faculty of Computer Sciences and information systems,

More information

Integrating GIS and BI: a Powerful Way to Unlock Geospatial Data for Decision-Making

Integrating GIS and BI: a Powerful Way to Unlock Geospatial Data for Decision-Making Integrating GIS and BI: a Powerful Way to Unlock Geospatial Data for Decision-Making Professor Yvan Bedard, PhD, P.Eng. Centre for Research in Geomatics Laval Univ., Quebec, Canada National Technical University

More information

Spatiotemporal Information Organization and Visualization on Tidal Level

Spatiotemporal Information Organization and Visualization on Tidal Level Spatiotemporal Information Organization Visualization on Tidal Level B. Huang a, *, Y. Zhang a, Y. Wang a, Q. Liu b a School of Geoscience, China University of Petroleum,QingDao 266580,China huangbhu@163.com

More information

Third European Geothermal Review Geothermal Energy for Electrical Power Production

Third European Geothermal Review Geothermal Energy for Electrical Power Production Third European Geothermal Review Geothermal Energy for Electrical Power Production Congress Program Tagungsprogramm June 24 26, 2013 FAVORITE Parkhotel City of Mainz, Rhineland-Palatinate Germany MONDAY

More information

Arches: An Open Source GIS for the Inventory and Management of Immovable Cultural Heritage

Arches: An Open Source GIS for the Inventory and Management of Immovable Cultural Heritage Arches: An Open Source GIS for the Inventory and Management of Immovable Cultural Heritage David Myers 1, Alison Dalgity 1, Ioannis Avramides 2, and Dennis Wuthrich 3 1 The Getty Conservation Institute,

More information

Web Map Service Architecture for Topographic Data in Finland

Web Map Service Architecture for Topographic Data in Finland Web Map Service Architecture for Topographic Data in Finland Teemu Sipilä National Land Survey of Finland Abstract. Since 2012 National Land Survey of Finland has been renewing its web map services and

More information

ArcGIS. Server. A Complete and Integrated Server GIS

ArcGIS. Server. A Complete and Integrated Server GIS ArcGIS Server A Complete and Integrated Server GIS ArcGIS Server A Complete and Integrated Server GIS ArcGIS Server enables you to distribute maps, models, and tools to others within your organization

More information

Principles and Practices of Data Integration

Principles and Practices of Data Integration Data Integration Data integration is the process of combining data of different themes, content, scale or spatial extent, projections, acquisition methods, formats, schema, or even levels of uncertainty,

More information

Spatial Data Preparation for Knowledge Discovery

Spatial Data Preparation for Knowledge Discovery Spatial Data Preparation for Knowledge Discovery Vania Bogorny 1, Paulo Martins Engel 1, Luis Otavio Alvares 1 1 Instituto de Informática Universidade Federal do Rio Grande do Sul (UFRGS) Caixa Postal

More information

The Use of Geographic Information Systems in Risk Assessment

The Use of Geographic Information Systems in Risk Assessment The Use of Geographic Information Systems in Risk Assessment With Specific Focus on the RiVAMP Methodology Presented by Nadine Brown August 27, 2012 Climate Studies Group Mona Climate Change Workshop Presentation

More information

APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE

APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE Chengda Lin, Lingkui Meng, Heping Pan School of Remote Sensing Information Engineering Wuhan University, 129 Luoyu Road, Wuhan 430079, China Tel: (86-27)-8740-4336

More information

Spatial data models (types) Not taught yet

Spatial data models (types) Not taught yet Spatial data models (types) Not taught yet A new data model in ArcGIS Geodatabase data model Use a relational database that stores geographic data A type of database in which the data is organized across

More information

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary Executive Summary Belize s HydrometDB is a Climatic Database Management System (CDMS) that allows easy integration of multiple sources of automatic and manual stations, data quality control procedures,

More information

Graduate Courses in Petroleum Engineering

Graduate Courses in Petroleum Engineering Graduate Courses in Petroleum Engineering PEEG 510 ADVANCED WELL TEST ANALYSIS This course will review the fundamentals of fluid flow through porous media and then cover flow and build up test analysis

More information