A Description Method for Spatial Data Service Integration by Resources Virtualization

Size: px
Start display at page:

Download "A Description Method for Spatial Data Service Integration by Resources Virtualization"

Transcription

1 A Description Method for Spatial Data Service Integration by Resources Virtualization Liang Huang Wei Guo Xinyan Zhu Miao Shui Abstract Spatial data services are increasingly available on the Internet, including OGC (Open Geospatial Consortium) web services and proprietary mapping services (e.g. Google Maps). It makes sense to integrate these heterogeneous services to produce the information demanded in complex applications. For integration, unified descriptions of services are required. In this study, the virtualization idea used in cloud computing is employed to conceal interface differences by translating physical resources into logical resources. Correspondingly a description method for spatial data service integration by resources virtualization is presented. Finally, this article implements a virtual file system using the proposed method. Experiments were conducted to overlay multi-source spatial data services by operating virtual files, including MapWorld, Google Maps and OGC standard services. The effectiveness of the proposed description method is verified by experimental results. Keywords-component; spatial data service description, service virtualization, resource virtualization, service integration I. INTRODUCTION Multi-source heterogeneous spatial data services are increasingly available because of the rapid development of sensor and data acquisition technologies, creating a need for standards and specifications. Several standards have been proposed by international bodies. The Open Geospatial Consortium (OGC) defines some web service specifications for spatial data, such as the Web Map Service (WMS) [1], Web Feature Service (WFS) [2] Web Coverage Service [3], and Web Map Tile Service [4]. These specifications have been widely adopted in the Geographical Information System (GIS) community [5]. Many data producers in addition, have published abundant thematic data services observing personalized specifications. For example, the National Aeronautics and Space Administration (NASA, has published multiple thematic services for image data, such as the Universe, Solar System, Earth and etc. ESRI ( has also Address for correspondence: Wei Guo, State Key Lab Informat Engn Surveying Mapping & R,,. guowei98032@gmail.com issued several thematic services as feature map layers, such as the ocean basic map, the Hong Kong street map, and the American land survey map. Comprehensive applications for geospatial information frequently need to integrate diverse data resources. For instance, hydrologists traditionally need huge amounts of heterogeneous data to run sophisticated hydrological models. These data include measurements of ground temperature and precipitation, stream gauge measures, satellite imagery representing the snow coverage area of the watershed, digital elevation models, locations of the weather stations, the geographic boundary of the watershed, and many other variables and parameters related to the physical characteristics of the watershed [6]. Therefore, integration of various data services is necessary to produce the information demanded for complex applications. Currently there are two main integration methods for spatial data services. One is to integrate services with the open interface specifications issued by the OGC. This method wraps different kinds of resources in a standard web service such as WMS, WFS, WCS, and WTS (Web Tile Service) for integration [7].The other uses vendor-provided APIs for programming to access and integrate data services. The first method allows easy integration of OGC web services. Reference [8] combines open specifications and open source software to create a web-based spatial information system to support land use planning in Central Mexico. Reference [9] transforms personalized web services to conform to open specifications to construct Local Spatial Data Infrastructures. Reference [10] proposes a service-based architecture to integrate publicly accessible map services with protected data layers. The second method is available only for services providing APIs but demands programming experience. Reference [12] wraps web services for end-user programming and application. Reference [13] uses Google Maps API and Google Earth API to create a public geographic information service system. All methods mentioned in this section have limitations when integrating various spatial data services. To

2 resolve this issue, this paper proposes a description method for spatial data service integration by resource virtualization. Using the proposed method, this article establishes unified descriptions for heterogeneous services. Physical service resources were virtualized into logical resources. Resource virtualization provides a basis for service integration with transparent access and personalized service organization. Using resources virtualization, reference [14] constructed the CNGG (China National Geology Grid) as a service-oriented application grid focusing on the geological survey domain of China. II. RESOURCES VIRTUALIZATION DESCRIPTION Service description or characterization is needed for discovering and selecting services and must be taken into account when indexing and publishing [15]. Services published by various vendors use different data organization and interface specifications. Some vendors cache raw data as a single file to provide services. Others such as Google and MapWorld organize data in the form of multi-resolution pyramids to provide tile services. A description of pyramid metadata is necessary for tile services but not for the file service itself. In this paper, a description method is proposed for service virtualization in the form of Basic Elements + s. In virtualization description, a service has been converted to a set of basic elements and rules description. Fig. 1 shows a virtualization description composition diagram for spatial data services. Figure 1. Composition of virtualization description A. Basic Element Descriptions Basic elements are defined as attribute items involved in service metadata and data metadata. This paper defines the abstract classes ServiceMeta and DataMeta to describe two kinds of information. ServiceMeta tells what the service is and DataMeta describes what data to retrieve. Referring to existing standards and recommendations of OGC and W3C, this paper divides ServiceMeta into three subclasses: serviceprofile, requestpara and processpara. ServiceProfile describes basic information of service. This subclass defines lots of simple and complex elements describing service features (Table 1). A simple element describes a single attribute, while a complex element is composed of several simple elements describing several attributes respectively. RequestPara describes access information of service. This subclass defines essential and optional elements needed to request the service (Table 2). The Elements are used as key parameters for constructing service URL (Uniform Resource Locator). TABLE I. ELEMENTS OF CLASS SERVICEPROFILE Element Type Description servicename simple Identify the service servicedescription simple Make a brief introduction of the service qualityrating complex Indicate quality of the service servicecategory complex Describe categories of services and classification contactinformation complex Tell humans or individuals responsible for service TABLE II. ELEMENTS OF CLASS REQUESTPARA Element Type Description serviceaddrees essential Indicate server address CRS optional Describe spatial reference system servicelayer essential Indicate data layer of the request. tilerow optional Position grid index of the requested coverage in X direction. tilecol optional Position grid index of the requested coverage in Y direction. Version optional Constrain the version of protocol. BBox optional Describe a spatial constraint expressed as a rectangle (or line, or parallelepiped) Format optional Describe output expression of the request. ProcessPara describes data processing information of service. This subclass contains the key parameters for data processing operations. This class associates data services with available web processing services. Using ProcessPara, data services can automatically bind processing services together to provide personalized applications. However, to use this subclass, a unified description of the web processing services is required. This article focuses on illustration of virtualization descriptions of web data services. Virtualization descriptions of web processing services are beyond the scope of this article. Referring to standards or models produced by Federal Geographic Data Committee (FGDC) and International Organization for Standardization (ISO) (ISO 2003), DataMeta contains seven subclasses (Fig. 2). Metadata_Reference_Information and Identification_Information are mandatory classes. The rest are optional (FGDC 2000). The detailed elements of class DataMeta refer to digital geospatial Metadata. Figure 2. Composition of DataMeta

3 B. Descriptions s formulate computing methods to process values of basic elements for services accessing and processing. For service request, a string called URL (Uniform Resource Locator) is required. Different URL strings generally contain diverse basic elements, which calls for methods to select and combine needed basic elements for constructing request strings. To solve this problem, this article proposes combination and computing rules. Combination rules describe methods to choose and assemble essential basic elements for a URL. Computing rules, including calculation rule and mapping rule, describe methods to obtain values for the selected elements. Table 3 gives a brief description of rules. Combination Computing TABLE III. Mapping Calculati on DESCRIPTION OF RULES Description Define which basic element is needed, and how to construct the request Apply the related parameters in the calculation rules, and return the value of calculation result to the corresponding object. Map the basic element to the construction of the request 1) Combination rules A combination rule description contains a series of <attribute> tags. An <attribute> tag has two elements id and name. The name element maps the basic element and quotes its concrete value from the definition. The id element assigns the element order in a request string. In a combination rule description, the first <attribute> tag usually is specified as a <URL> tag. The <URL> tag identifies the form of a request string. The rest of <attribute> tag describe basic elements selected for constructing URL. Combining all elements in their own order can produce a complete request string. Fig. 3 is an instance of combination rule. Figure 3. An instance of combination rule 2) Computing rules Combination rules just ascertain essential basic elements and their order in a URL. It is not enough to get a detailed URL. A method to acquire the values for selected elements is also necessary. This process is completed using mapping and calculation rules. a) Mapping rule The format of a mapping rule is as follows: <Mapping ref= element name > refvalue</mapping> A mapping rule has a ref attribute and a refvalue attribute. The ref maps a basic element described in the combination rule. The refvalue describes parameter value needed in a URL. By mapping rule, different aliases for the same parameter in different URLs can be mapped to a unified basic element. For example, a tile, whose zoom level is 5 in WorldMap, is described as &L=5 in URL. In Google Maps however, the description is &Z=5. This article use basic element zoom to describe zoom level. The mapping rules of the two examples can be described as follows: <Mapping ref= zoom >&L=5</Mapping> <Mapping ref= zoom >&Z=5</Mapping> b) Calculation rule In addition to mapping element value directly, many elements need some calculations before becoming part of a request URL. Calculation rule is used to describe complete calculation information for various elements. The format of a calculation rule is as follows: <Calculation output= input= value= >formula</calculation> A calculation rule has four attributes, which are input, formula, value and output. The input attribute indicates basic elements providing values for calculation. The formula value states calculation method. The value attribute is reference value for further processing. The output attribute indicates basic element receiving calculation result or reference value. Generally a calculation result can be numeric, character or Boolean. If numeric or character, the result is used directly as an output value. If Boolean, the reference value is used as an output value just when the result is true. Next two examples are given to illustrate the two cases. E.g.1: In Google Maps, spatial data are provided by tile service. Data tiles are stored in different servers according to row and column numbers of the tile. The calculation rule for server address is as follows: <Calculation output= ServerAddress input= X Y value= >mt(((x%4)+(y%2)*2)%4).google.cn</calculationr ule > In this case, row and column numbers are described by X and Y elements as input parameters. Server address is described by ServerAddress element as output parameter. The formula is mt(((x%4)+(y%2)*2)%4).google.cn. The calculation result is character, which is assigned to ServerAddress element directly. E.g.2: Also, for a tile service the layer name is generally determined by the zoom level. For example, in MapWorld different zoom levels correspond to different layers: Layer 2-10: T=A0512_EMap Layer 11-12: T= B0627_EMap1112 Layer 13-18: T=siwei0608 The calculation rule for layer name is as follows:

4 <Calculation output= LayersName input= Z value= A0512_EMap >2 Z 10</Calculation > In this case, zoom level is described by Z element as input parameter. Layer name is described by LayersName element as output parameter. The reference value is set to A0512_EMap. Then the formula must be set to determine if zoom level is between 2 and 10. The calculation result is Boolean, and when it is true, reference value can be assigned to LayersName. III. EXPERIMENTS Based on the proposed method, a virtual file system was implemented using Flex technology and the XFire framework. All users access the system in the browser. In the virtual files system, two experiments verify the availability of the proposed description method. Experiment 1 demonstrates that virtualization description can provide the correct data from a service. The experimental data was a WMS of global boundary data published by the data service of Harvard University. This data was used to implement virtualization description of the WMS. The virtual file with suffix.wms was cached in a folder named WMS. Fig. 4 is a preview of the virtual file. Fig. 5 is the web display of the WMS. Since the two figures show the same results, they illustrate that the proposed method can correctly describe the complete information for service resources. Also, users can access service resources using the virtual file. data and tile services from MapWorld. Placename and image are provided by tile services not conforming to open specifications. A thematic population map is offered by the WMS. The two types of service are separately described as virtual files with suffix.wms and.mapworld. Fig. 6(a) is a preview of the WMS virtual file and Fig. 6(b) is a preview of the MapWorld virtual file. Then two classes of virtual files are placed into a personalized folder. After selecting two virtual files simultaneously, an overlay display was performed. Fig. 6(c) is an integrated overlay display of WMS and tile service of MapWorld. It demonstrates that the proposed method can describe various spatial data services conforming to different specifications. It conceals differences among heterogeneous services and provides transparent access for integrated application. (a) (b) (c) Figure 6. Integrated overlay display of WMS and tile service of MapWorld Figure 4. Virtual file preview of WMS IV. Figure 5. Web display of WMS Experiment 2 illustrates that different services can be transparently accessed for integrated application. The experimental data contain the WMS of nationwide population CONCLUSION AND DISCUSSION Spatial data services have diverse classes and extensive sources. How to integrate and use these service resources in comprehensive applications is a pressing question in the development of GIS. But unified descriptions of all services are the foundation. In this article, the virtualization idea used in cloud computing was borrowed to develop a unified description method. A description method in the form of Basic Elements + s is put forward to establish unified descriptions of these heterogeneous services. All physical service resources were translated into logical resources to conceal differences. Through several experiments, this paper shows that the proposed method can describe various spatial data services conforming to open specifications or not. Unified descriptions represent a first step in the direction of integrating heterogeneous services for application. How to construct applications based on virtualized resources is

5 important future work. Different Kinds of integrated service applications will provided as shortcut icons in virtual files system, in the same way as application programs are provided in the Windows operation system. After opening application shortcut, virtual files can be loaded for personalized use. This paper focused on the unified description for web data services, the basic element subclass ProcessPara was outside the scope of this research. In future work, a detailed description of ProcessPara also will be developed. Many processing operations are defined as processing rules for data services, based on rules description, data services can be automatically associated with suitable processing services. Different types of spatial data however, have diverse processing operations and each processing operation includes many methods and parameters. It is a great challenge therefore, to achieve virtualization description for processing services. ACKNOWLEDGMENT This research was supported by National Natural Science Foundation of China Grant ; National Key Technology R&D Program of China Grant 2012BAH35B03 ; National High Technology Research and Development Program of China Grant 2011AA ; Basic Research Universities Special fund ; Basic Research Universities Special fund (274988). REFERENCES [1] OGC 2006 OpenGIS Web Map Service (WMS) Implementation Specification. WWW document, [2] OGC 2005 OpenGIS Web Feature Service (WFS) Implementation Specification. WWW document, [3] OGC 2003 Web Coverage Service (WCS) Implementation Standard. WWW document, [4] OGC 2010 OpenGIS Web Map Tile Service Implementation Standard. WWW document, [5] A. Sayar, M. Pierce, and G.C. Fox, Developing GIS visualization web services for geophysical applications, In ISPRS International Society for Photogrammetry and Remote Sensing Workshop, Ankara, November 2005, pp [6] A. Sayar, M. Pierce, and G.C. Fox, Message exchanges for web service-based mapping services, In Proceedings of GeoInformatics, Toronto, August 2005, pp [7] G. Anderson and R.M. Sanchez, Building web-based spatial information solutions around open specifications and open source software, Transactions in GIS, vol. 7, pp , March [8] C.A. Davis and L.L. Alves, Local spatial data infrastructures based on a service-oriented architecture, In Proceedings of GeoInfo, Brazil, November 2005, pp [9] C. Rinner, B. Moldofsky, M.D. Cusimano, S. Marshall, and T. Hernandez, Exploring the boundaries of web map services: the example of the online injury atlas for Ontario, Transactions in GIS, vol. 15, pp , February [10] M.N.K. Boulos, Web GIS in practice III: creating a simple interactive map of England's Strategic Health Authorities using Google Maps API, Google Earth KML, and MSN Virtual Earth Map Control, International Journal of Health Geographics, vol. 4, September [11] S.J. Wang, J.P. Liang, J.G. Li, Service virtualization for end user programming and its application, Computer Science, vol. 34, pp , [12] J.X. Qiu, Design and Implementation of Public Geographic Information Service System Based on Google Maps Service, Jiangxi: Jiangxi University of Science and Technology, [13] H.H. Chen, D.K. Guo, Q.W. Xue, X.S. Luo, and W.M. Zhang, Service Virtualization in Large Scale, Heterogeneous and Distributed Environment, In Proceedings of the International Conference on Grid Computing and Applications (GCA), Nevada, 2005, pp [14] O.K. Zein and Y. Kermarrec, An approach for describing, discovering services and for adapting them to needs of users in distributed systems, In Proceedings of AAA1 Spring Symposium on Semantic Web Services, California, March [15] ISO 2003 International Standards Organization ISO WWW document, [16] FGDC 2000 Content Standard for Digital Geospatial Metadata Workbook (For use with FGDC-STD ). Washington, D.C., Federal Geographic Data Committee.

Introduction to INSPIRE. Network Services

Introduction to INSPIRE. Network Services Introduction to INSPIRE. Network Services European Commission Joint Research Centre Institute for Environment and Sustainability Digital Earth and Reference Data Unit www.jrc.ec.europa.eu Serving society

More information

SEXTANT 1. Purpose of the Application

SEXTANT 1. Purpose of the Application SEXTANT 1. Purpose of the Application Sextant has been used in the domains of Earth Observation and Environment by presenting its browsing and visualization capabilities using a number of link geospatial

More information

The What, Why, Who and How of Where: Building a Portal for Geospatial Data. Alan Darnell Director, Scholars Portal

The What, Why, Who and How of Where: Building a Portal for Geospatial Data. Alan Darnell Director, Scholars Portal The What, Why, Who and How of Where: Building a Portal for Geospatial Data Alan Darnell Director, Scholars Portal What? Scholars GeoPortal Beta release Fall 2011 Production release March 2012 OLITA Award

More information

Multi-Source Spatial Data Distribution Model and System Implementation

Multi-Source Spatial Data Distribution Model and System Implementation Communications and Network, 2013, 5, 93-98 http://dx.doi.org/10.4236/cn.2013.51009 Published Online February 2013 (http://www.scirp.org/journal/cn) Multi-Source Spatial Data Distribution Model and System

More information

Organization and Retrieval Method of Multimodal Point of Interest Data Based on Geo-ontology

Organization and Retrieval Method of Multimodal Point of Interest Data Based on Geo-ontology , pp.49-54 http://dx.doi.org/10.14257/astl.2014.45.10 Organization and Retrieval Method of Multimodal Point of Interest Data Based on Geo-ontology Ying Xia, Shiyan Luo, Xu Zhang, Hae Yong Bae Research

More information

ADVANCED GEOGRAPHIC INFORMATION SYSTEMS Vol. II - Geospatial Interoperability : The OGC Perspective Open Geospatial Consortium, Inc.

ADVANCED GEOGRAPHIC INFORMATION SYSTEMS Vol. II - Geospatial Interoperability : The OGC Perspective Open Geospatial Consortium, Inc. GEOSPATIAL INTEROPERABILITY: THE OGC PERSPECTIVE Open Open Geospatial Consortium, Wayland, MA, USA Keywords: geographic information systems, geospatial services, interoperability, interface specification,

More information

A ONE-STOP SERVICE HUB INTEGRATING ESSENTIAL WEATHER AND GEOPHYSICAL INFORMATION ON A GIS PLATFORM. Hong Kong Observatory

A ONE-STOP SERVICE HUB INTEGRATING ESSENTIAL WEATHER AND GEOPHYSICAL INFORMATION ON A GIS PLATFORM. Hong Kong Observatory A ONE-STOP SERVICE HUB INTEGRATING ESSENTIAL WEATHER AND GEOPHYSICAL INFORMATION ON A GIS PLATFORM Hong Kong Observatory Mission HONG KONG OBSERVATORY To provide people-oriented quality services in meteorology

More information

Developing a Free and Open Source Software based Spatial Data Infrastructure. Jeroen Ticheler

Developing a Free and Open Source Software based Spatial Data Infrastructure. Jeroen Ticheler Developing a Free and Open Source Software based Spatial Data Infrastructure Jeroen Ticheler 1 License This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.

More information

Discovery and Access of Geospatial Resources Using GIS Portal Toolkit Marten Hogeweg Product Manager GIS Portal Toolkit

Discovery and Access of Geospatial Resources Using GIS Portal Toolkit Marten Hogeweg Product Manager GIS Portal Toolkit Discovery and Access of Geospatial Resources Using GIS Portal Toolkit Marten Hogeweg Product Manager GIS Portal Toolkit Outline Elements of Spatial Data Infrastructures Current trends Position of GIS portals

More information

International Civil Aviation Organization THE SECOND MEETING OF SYSTEM WIDE INFORMATION MANAGEMENT TASK FORCE (SWIM TF/2)

International Civil Aviation Organization THE SECOND MEETING OF SYSTEM WIDE INFORMATION MANAGEMENT TASK FORCE (SWIM TF/2) SWIM TF/2 IP/09 Agenda Item 4 09-12/04/18 International Civil Aviation Organization THE SECOND MEETING OF SYSTEM WIDE INFORMATION MANAGEMENT TASK FORCE (SWIM TF/2) Bangkok, Thailand, 09 12 April 2018 Agenda

More information

Introduction to SDIs (Spatial Data Infrastructure)

Introduction to SDIs (Spatial Data Infrastructure) www.grid.unep.ch Regional training workshop on geographical information system for energy planning Introduction to SDIs (Spatial Data Infrastructure) Dakar, 12 August 2014 Gregory Giuliani Andrea de Bono,

More information

IMAGERY FOR ARCGIS. Manage and Understand Your Imagery. Credit: Image courtesy of DigitalGlobe

IMAGERY FOR ARCGIS. Manage and Understand Your Imagery. Credit: Image courtesy of DigitalGlobe IMAGERY FOR ARCGIS Manage and Understand Your Imagery Credit: Image courtesy of DigitalGlobe 2 ARCGIS IS AN IMAGERY PLATFORM Empowering you to make informed decisions from imagery and remotely sensed data

More information

Server Usage & Third-Party Viewers

Server Usage & Third-Party Viewers Server Usage & Third-Party Viewers October 2016 HiPER LOOK Version 1.4.16.0 Copyright 2015 PIXIA Corp. All Rights Reserved. Table of Contents HiPER LOOK Server Introduction... 2 Google Earth... 2 Installation...2

More information

Leveraging OGC Services in ArcGIS Server. Satish Sankaran, Esri Yingqi Tang, Esri

Leveraging OGC Services in ArcGIS Server. Satish Sankaran, Esri Yingqi Tang, Esri Leveraging OGC Services in ArcGIS Server Satish Sankaran, Esri Yingqi Tang, Esri GIS Creating and Managing Geo Information Products - Proprietary - Open Specifications - Standards Dissemination of Geo

More information

DATA SHARING AND DISCOVERY WITH ARCGIS SERVER GEOPORTAL EXTENSION. Clive Reece, Ph.D. ESRI Geoportal/SDI Solutions Team

DATA SHARING AND DISCOVERY WITH ARCGIS SERVER GEOPORTAL EXTENSION. Clive Reece, Ph.D. ESRI Geoportal/SDI Solutions Team DATA SHARING AND DISCOVERY WITH ARCGIS SERVER GEOPORTAL EXTENSION Clive Reece, Ph.D. ESRI Geoportal/SDI Solutions Team Geoportal Extension for ArcGIS Server Context within an Enterprise Spatial Data Infrastructure

More information

Welcome. to Pre-bid meeting. Karnataka State Spatial Data Infrastructure (KSSDI) Project, KSCST, Bangalore.

Welcome. to Pre-bid meeting. Karnataka State Spatial Data Infrastructure (KSSDI) Project, KSCST, Bangalore. Welcome to Pre-bid meeting Karnataka State Spatial Data Infrastructure (KSSDI) Project, KSCST, Bangalore. DEVELOPMENT OF KARNATAKA STATE SPATIAL DATA INFRASTRUCTURE (KSSDI) PROJECT Objective: To develop

More information

A Hybrid Peer-to-Peer Architecture for Global Geospatial Web Service Discovery

A Hybrid Peer-to-Peer Architecture for Global Geospatial Web Service Discovery A Hybrid Peer-to-Peer Architecture for Global Geospatial Web Service Discovery Shawn Chen 1, Steve Liang 2 1 Geomatics, University of Calgary, hschen@ucalgary.ca 2 Geomatics, University of Calgary, steve.liang@ucalgary.ca

More information

Best Practices for Designing Effective Map Services

Best Practices for Designing Effective Map Services FedGIS Conference February 24 25, 2016 Washington, DC Best Practices for Designing Effective Map Services James Tedrick, Esri Matt Sokol, MD Dept. of Information Technology Web Mapping & Service Types

More information

Part 1: Content model

Part 1: Content model Provläsningsexemplar / Preview TECHNICAL SPECIFICATION ISO/TS 19163-1 First edition 2016-01-15 Geographic information Content components and encoding rules for imagery and gridded data Part 1: Content

More information

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015 County of Los Angeles Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015 CIO Preferred Technologies for GIS This document lists the preferred Geographic

More information

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues.

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. 9 GIS Data Collection OVERVIEW This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. It distinguishes between primary (direct measurement)

More information

A Framework of Information Technology for Water Resources Management

A Framework of Information Technology for Water Resources Management A Framework of Information Technology for Water Resources Management P.S.V.S. Sridhar T. N. Jowhar Wadia Institute of Himalyan Geology, Anant Bhaskar Garg U. Kedareswarudu ABSTRACT The use of the information

More information

Achieving Interoperability Using Open Standards

Achieving Interoperability Using Open Standards FedGIS Conference February 24 25, 2016 Washington, DC Achieving Interoperability Using Open Standards Satish Sankaran Marten Hogeweg Agenda Understanding Interoperability What, Why and How? ArcGIS Platform

More information

Grid Resources Search Engine based on Ontology

Grid Resources Search Engine based on Ontology based on Ontology 12 E-mail: emiao_beyond@163.com Yang Li 3 E-mail: miipl606@163.com Weiguang Xu E-mail: miipl606@163.com Jiabao Wang E-mail: miipl606@163.com Lei Song E-mail: songlei@nudt.edu.cn Jiang

More information

New Mexico s RGIS Program: State Geospatial Data Clearinghouse

New Mexico s RGIS Program: State Geospatial Data Clearinghouse New Mexico s RGIS Program: State Geospatial Data Clearinghouse Laura Gleasner Su Zhang November 10, 2016 New Mexico RGIS: The State Digital Geospatial Data Clearinghouse The Resource Geographic Information

More information

TOWARD PEER-TO-PEER DATA INTERCHANGE IN WEB-BASED GISs

TOWARD PEER-TO-PEER DATA INTERCHANGE IN WEB-BASED GISs International Scientific Conference GEOBALCANICA 2018 TOWARD PEER-TO-PEER DATA INTERCHANGE IN WEB-BASED GISs Evgeny Panidi Mark Mukhamedzyanov Evgeny Kapralov Saint Petersburg State University, Russia

More information

The Research and Design of the Application Domain Building Based on GridGIS

The Research and Design of the Application Domain Building Based on GridGIS Journal of Geographic Information System, 2010, 2, 32-39 doi:10.4236/jgis.2010.21007 Published Online January 2010 (http://www.scirp.org/journal/jgis) The Research and Design of the Application Domain

More information

MRR (Multi Resolution Raster) Revolutionizing Raster

MRR (Multi Resolution Raster) Revolutionizing Raster MRR (Multi Resolution Raster) Revolutionizing Raster Praveen Gupta Praveen.Gupta@pb.com Pitney Bowes, Noida, India T +91 120 4026000 M +91 9810 659 350 Pitney Bowes, pitneybowes.com/in 5 th Floor, Tower

More information

RESEARCH ON REMOTE SENSING INFORMATION PROCESSING SERVICES BASED ON SEMANTIC WEB SERVICES

RESEARCH ON REMOTE SENSING INFORMATION PROCESSING SERVICES BASED ON SEMANTIC WEB SERVICES RESEARCH ON REMOTE SENSING INFORMATION PROCESSING SERVICES BASED ON SEMANTIC WEB SERVICES Qian Li a, *, Haigang Sui a, Yuanyuan Feng a, Qin Zhan b, Chuan Xu a a State Key Lab of Information Engineering

More information

SERVO - ACES Abstract

SERVO - ACES Abstract 1 of 6 12/27/2004 2:33 PM 2 of 6 12/27/2004 2:33 PM Implementing GIS Grid Services for the International Solid Earth Research Virtual Observatory Galip Aydin (1), Marlon Pierce (1), Geoffrey Fox (1), Mehmet

More information

Research on the Key Technologies of Geospatial Information Grid Service Workflow System

Research on the Key Technologies of Geospatial Information Grid Service Workflow System Research on the Key Technologies of Geospatial Information Grid Service Workflow System Lin Wan *, Zhong Xie, Liang Wu Faculty of Information Engineering China University of Geosciences Wuhan, China *

More information

Geospatial Intelligence Interoperability Through Standards Gordon C.Ferrari Chief, Content Standards and Interoperability Division

Geospatial Intelligence Interoperability Through Standards Gordon C.Ferrari Chief, Content Standards and Interoperability Division Geospatial Intelligence Interoperability Through Standards Gordon C.Ferrari Chief, Content Standards and Interoperability Division 15 May 2002 NIMA Vision and Mission Statements National Imagery and Mapping

More information

A Location based Secure Access Control Method for Geospatial Data using Fine Grained Security Access Method

A Location based Secure Access Control Method for Geospatial Data using Fine Grained Security Access Method IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online): 2321-0613 A Location based Secure Access Control Method for Geospatial Data using Fine Grained

More information

LifeWatch/EnvEurope User Forum Use Case Ecology

LifeWatch/EnvEurope User Forum Use Case Ecology LifeWatch/EnvEurope User Forum Use Case Ecology User Forum Barcelona, March 2012 Michael Mirtl (EAA, Environment Agency Austria) Wouter Los (LifeWatch) Infrastructure for Biodiversity and Ecosystem Research

More information

How to use Water Data to Produce Knowledge: Data Sharing with the CUAHSI Water Data Center

How to use Water Data to Produce Knowledge: Data Sharing with the CUAHSI Water Data Center How to use Water Data to Produce Knowledge: Data Sharing with the CUAHSI Water Data Center Jon Pollak The Consortium of Universities for the Advancement of Hydrologic Science, Inc. (CUAHSI) August 20,

More information

Research on Geo-information Data Model for Preselected Areas of Geological Disposal of Highlevel Radioactive Waste

Research on Geo-information Data Model for Preselected Areas of Geological Disposal of Highlevel Radioactive Waste IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Research on Geo-information Data Model for Preselected Areas of Geological Disposal of Highlevel Radioactive Waste To cite this

More information

Toward the Development of a Comprehensive Data & Information Management System for THORPEX

Toward the Development of a Comprehensive Data & Information Management System for THORPEX Toward the Development of a Comprehensive Data & Information Management System for THORPEX Mohan Ramamurthy, Unidata Steve Williams, JOSS Jose Meitin, JOSS Karyn Sawyer, JOSS UCAR Office of Programs Boulder,

More information

Development of Java Plug-In for Geoserver to Read GeoRaster Data. 1. Baskar Dhanapal CoreLogic Global Services Private Limited, Bangalore

Development of Java Plug-In for Geoserver to Read GeoRaster Data. 1. Baskar Dhanapal CoreLogic Global Services Private Limited, Bangalore Development of Java Plug-In for Geoserver to Read GeoRaster Data 1. Baskar Dhanapal CoreLogic Global Services Private Limited, Bangalore 2. Bruce Thelen CoreLogic Spatial Solutions, Austin, USA 3. Perumal

More information

Oracle Spatial Users Conference

Oracle Spatial Users Conference April 27, 2006 Tampa Convention Center Tampa, Florida, USA Stephen Smith GIS Solutions Manager Large Image Archive Management Solutions Using Oracle 10g Spatial & IONIC RedSpider Image Archive Outline

More information

MY DEWETRA IPAFLOODS REPORT

MY DEWETRA IPAFLOODS REPORT Grant Contract N. ECHO/SUB/2014/692292 Programme for Prevention, Preparedness and Response to Floods in the Western Balkans and Turkey IPA FLOODS Capacity Building Activities 2016 MY DEWETRA IPAFLOODS

More information

INSPIRE overview and possible applications for IED and E-PRTR e- Reporting Alexander Kotsev

INSPIRE overview and possible applications for IED and E-PRTR e- Reporting Alexander Kotsev INSPIRE overview and possible applications for IED and E-PRTR e- Reporting Alexander Kotsev www.jrc.ec.europa.eu Serving society Stimulating innovation Supporting legislation The European data puzzle 24

More information

Integrated Map Tool. Overview, Current Status, and Things to Come

Integrated Map Tool. Overview, Current Status, and Things to Come Integrated Map Tool Overview, Current Status, and Things to Come Integrated Mapping and Analysis Tool (IMAT) map widget Integrated Mapping Tool IMAT Reusable components for portrayal, query, analysis,

More information

The AAA Model as Contribution to the Standardisation of the Geoinformation Systems in Germany

The AAA Model as Contribution to the Standardisation of the Geoinformation Systems in Germany The AAA Model as Contribution to the Standardisation of the Geoinformation Systems in Germany Markus SEIFERT, Germany Key words: ISO, CEN, OGC, AdV, Spatial Data Infrastructure SUMMARY Germany is a classic

More information

Providing Interoperability Using the Open GeoServices REST Specification

Providing Interoperability Using the Open GeoServices REST Specification 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Providing Interoperability Using the Open GeoServices REST Specification Satish Sankaran Kevin Sigwart What

More information

The Common Framework for Earth Observation Data. US Group on Earth Observations Data Management Working Group

The Common Framework for Earth Observation Data. US Group on Earth Observations Data Management Working Group The Common Framework for Earth Observation Data US Group on Earth Observations Data Management Working Group Agenda USGEO and BEDI background Concise summary of recommended CFEOD standards today Full document

More information

Open Geospatial Consortium

Open Geospatial Consortium Open Geospatial Consortium Date: 28-March-2011 Reference number of this document: 10-195 Editors: OGC Aviation Domain Working Group Requirements for Aviation Metadata Copyright 2011 Open Geospatial Consortium.

More information

Monitoring the Environment with Sensor Web Services

Monitoring the Environment with Sensor Web Services EnviroInfo 2009 (Berlin) Environmental Informatics and Industrial Environmental Protection: Concepts, Methods and Tools Monitoring the Environment with Sensor Web Services Simon Jirka 1, Dr. Albert Remke

More information

Lynnes, Yang, Hu, Domenico and Enloe Category: Technical Note March Interoperability between OGC CS/W and WCS Protocols

Lynnes, Yang, Hu, Domenico and Enloe Category: Technical Note March Interoperability between OGC CS/W and WCS Protocols Status of this RFC This RFC Technical Note describes a project to provide a catalog search service for the Thematic Realtime Environmental Data Distribution System (THREDDS). Specifically, the project

More information

GEOSPATIAL ERDAS APOLLO. Your Geospatial Business System for Managing and Serving Information

GEOSPATIAL ERDAS APOLLO. Your Geospatial Business System for Managing and Serving Information GEOSPATIAL ERDAS APOLLO Your Geospatial Business System for Managing and Serving Information ERDAS APOLLO Do you have large volumes of data, a geographicallydistributed user base and rapidly changing

More information

Well Unknown ID AKA EPSG: 3857

Well Unknown ID AKA EPSG: 3857 Well Unknown ID AKA EPSG: 3857 Pamela Kanu November 2016 WGS 1984 WEB MERCATOR ALIASES: AUXILIARY SPHERE, WKID: 3857, WKID: 102100, WKID: 102113, SHERICAL MERCATOR, WGS 84/PSEUDO-MERCATOR, OPEN LAYERS:

More information

ArcGIS Server: publishing geospatial data to the web using the EEA infrastructure

ArcGIS Server: publishing geospatial data to the web using the EEA infrastructure ArcGIS Server: publishing geospatial data to the web using the EEA infrastructure *IMPORTANT: Map Services should be published using the EEA Map Services Tick Sheet for guidance. Contact Sebastien Petit

More information

Dynamic 3D representation of information using low cost Cloud ready Technologies

Dynamic 3D representation of information using low cost Cloud ready Technologies National Technical University Of Athens School of Rural and Surveying Engineering Laboratory of Photogrammetry Dynamic 3D representation of information using low cost Cloud ready Technologies George MOURAFETIS,

More information

Metadata for Data Discovery: The NERC Data Catalogue Service. Steve Donegan

Metadata for Data Discovery: The NERC Data Catalogue Service. Steve Donegan Metadata for Data Discovery: The NERC Data Catalogue Service Steve Donegan Introduction NERC, Science and Data Centres NERC Discovery Metadata The Data Catalogue Service NERC Data Services Case study:

More information

TerrainOnDemand ArcGIS

TerrainOnDemand ArcGIS TM TerrainOnDemand ArcGIS Connect to Intermap Technologies NEXTMap data within: ArcGIS Desktop 9.3.1 and Above AGDQS0312 TerrainOnDemand ArcGIS 2 TerrainOnDemand ArcGIS Table of Contents 1. Introduction...1

More information

Service Oriented Architecture For GIS Applications

Service Oriented Architecture For GIS Applications The 12 th International Conference of International Association for Computer Methods and Advances in Geomechanics (IACMAG) 1-6 October, 2008 Goa, India Service Oriented Architecture For GIS Applications

More information

Setting Up and Deploying Geospatial Data Shares Using the QGIS Server Application

Setting Up and Deploying Geospatial Data Shares Using the QGIS Server Application Setting Up and Deploying Geospatial Data Shares Using the QGIS Server Application Donald L. Schrupp Wildlife Ecologist Colorado Division of Wildlife (retired) Quantum GIS (QGIS) Applications QGIS is not

More information

Relation between Geospatial information projects related to GBIF

Relation between Geospatial information projects related to GBIF Relation between Geospatial information projects related to GBIF Synthesys 3.6-Synthesys 3.7-GBIF.DE- BioGeomancer The most up to date work can always be found at: http://www.biogeografia.com/synthesys

More information

ArcGIS for Server Imagery Update. Cody A. Benkelman Technical Product Manager, Imagery

ArcGIS for Server Imagery Update. Cody A. Benkelman Technical Product Manager, Imagery ArcGIS for Server Imagery Update Cody A. Benkelman Technical Product Manager, Imagery Outline Mosaic dataset Management and dissemination of imagery - Dynamic image services, Tiled Cache Visualization

More information

May 2012 Oracle Spatial User Conference

May 2012 Oracle Spatial User Conference 1 May 2012 Oracle Spatial User Conference May 23, 2012 Ronald Reagan Building and International Trade Center Washington, DC USA Andrew Howles & Jo Shannon IS Principal Architect General Manager, Operations

More information

INSPIRE & Environment Data in the EU

INSPIRE & Environment Data in the EU INSPIRE & Environment Data in the EU Andrea Perego Research Data infrastructures for Environmental related Societal Challenges Workshop @ pre-rda P6 Workshops, Paris 22 September 2015 INSPIRE in a nutshell

More information

INSPIRE: The ESRI Vision. Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK)

INSPIRE: The ESRI Vision. Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK) INSPIRE: The ESRI Vision Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK) Overview Who are we? Introduction to ESRI Inc. and ESRI(UK) Presenters ArcGIS The ESRI Solution to

More information

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center In this workshop, we will cover the basics of working with spatial data, as well as its main uses for archaeology.

More information

Research on Design and Application of Computer Database Quality Evaluation Model

Research on Design and Application of Computer Database Quality Evaluation Model Research on Design and Application of Computer Database Quality Evaluation Model Abstract Hong Li, Hui Ge Shihezi Radio and TV University, Shihezi 832000, China Computer data quality evaluation is the

More information

Extraction of cross-sea bridges from GF-2 PMS satellite images using mathematical morphology

Extraction of cross-sea bridges from GF-2 PMS satellite images using mathematical morphology IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Extraction of cross-sea bridges from GF-2 PMS satellite images using mathematical morphology To cite this article: Chao Chen et

More information

GST 101: Introduction to Geospatial Technology Lab 2 - Spatial Data Models

GST 101: Introduction to Geospatial Technology Lab 2 - Spatial Data Models GST 101: Introduction to Geospatial Technology Lab 2 - Spatial Data Models Objective Explore and Understand Spatial Data Models Document Version: 3/3/2015 FOSS4G Lab Author: Kurt Menke, GISP Bird's Eye

More information

Applicability Estimation of Mobile Mapping. System for Road Management

Applicability Estimation of Mobile Mapping. System for Road Management Contemporary Engineering Sciences, Vol. 7, 2014, no. 24, 1407-1414 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.49173 Applicability Estimation of Mobile Mapping System for Road Management

More information

Developing a Geospatial Search Tool Using a Relational Database Implementation of the FGDC CSDGM Model

Developing a Geospatial Search Tool Using a Relational Database Implementation of the FGDC CSDGM Model Developing a Geospatial Search Tool Using a Relational Database Implementation of the FGDC CSDGM Model Kit Na Goh, Idaho State University, GIS Training and Research Center, 921 S. 8 th Ave., Stop 8104,

More information

Uniform Resource Locator Wide Area Network World Climate Research Programme Coupled Model Intercomparison

Uniform Resource Locator Wide Area Network World Climate Research Programme Coupled Model Intercomparison Glossary API Application Programming Interface AR5 IPCC Assessment Report 4 ASCII American Standard Code for Information Interchange BUFR Binary Universal Form for the Representation of meteorological

More information

User Interface Design Considerations for a Time-Space GIS

User Interface Design Considerations for a Time-Space GIS International Environmental Modelling and Software Society (iemss) 2012 International Congress on Environmental Modelling and Software Managing Resources of a Limited Planet, Sixth Biennial Meeting, Leipzig,

More information

US Geo-Explorer User s Guide. Web:

US Geo-Explorer User s Guide. Web: US Geo-Explorer User s Guide Web: http://usgeoexplorer.org Updated on October 26, 2016 TABLE OF CONTENTS Introduction... 3 1. System Interface... 5 2. Administrative Unit... 7 2.1 Region Selection... 7

More information

Geodatabase over Taita Hills, Kenya

Geodatabase over Taita Hills, Kenya Geodatabase over Taita Hills, Kenya Anna Broberg & Antero Keskinen Abstract This article introduces the basics of geographical information systems (GIS) and explains how the Taita Hills project can benefit

More information

SDI SOLUTIONS FOR INSPIRE: TECHNOLOGIES SUPPORTING A FRAMEWORK OF COOPERATION

SDI SOLUTIONS FOR INSPIRE: TECHNOLOGIES SUPPORTING A FRAMEWORK OF COOPERATION SDI SOLUTIONS FOR INSPIRE: TECHNOLOGIES SUPPORTING A FRAMEWORK OF COOPERATION Roberto Lucchi 1, Marten Hogeweg 1, Guenther Pichler 2 1 Esri, Redlands, CA, USA 2 Esri Kranzberg, Germany 1 Vision INSPIRE

More information

Philip J. Meis, M.S., P.E., M.ASCE Chair

Philip J. Meis, M.S., P.E., M.ASCE Chair Establishing ASCE Standard Consensus Activity for Utility As-Built Records Philip J. Meis, M.S., P.E., M.ASCE Chair Utility As-Built Standard Overview Background and Need Scope Committee Members Schedule

More information

INSPIRE WS2 METADATA: Describing GeoSpatial Data

INSPIRE WS2 METADATA: Describing GeoSpatial Data WS2 METADATA: Describing GeoSpatial Data Susana Fontano Planning General concepts about metadata The use of standards Items about the creation of metadata Software How to create metadata The ISO19115 Standard

More information

The Butterfly Effect. A proposal for distribution and management for butterfly data programs. Dave Waetjen SESYNC Butterfly Workshop May 10, 2012

The Butterfly Effect. A proposal for distribution and management for butterfly data programs. Dave Waetjen SESYNC Butterfly Workshop May 10, 2012 The Butterfly Effect A proposal for distribution and management for butterfly data programs Dave Waetjen SESYNC Butterfly Workshop May 10, 2012 http://butterfly.ucdavis.edu Citizen Science based Observation

More information

Levels Of Data Interoperability In The Emerging North American Groundwater Data Network

Levels Of Data Interoperability In The Emerging North American Groundwater Data Network City University of New York (CUNY) CUNY Academic Works International Conference on Hydroinformatics 8-1-2014 Levels Of Data Interoperability In The Emerging North American Groundwater Data Network Boyan

More information

Research and Application of Mobile Geographic Information Service Technology Based on JSP Chengtong GUO1, a, Yan YAO1,b

Research and Application of Mobile Geographic Information Service Technology Based on JSP Chengtong GUO1, a, Yan YAO1,b 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Research and Application of Mobile Geographic Information Service Technology Based on JSP Chengtong GUO1, a,

More information

Lecture note on the history and principles of geo-webservices

Lecture note on the history and principles of geo-webservices A SHORT INTRODUCTION TO GEO-WEBSERVICES Lecture note on the history and principles of geo-webservices Barend Köbben Version 1.0 February 24, 2010 Contents 1 From monolithic to distributed GIS architectures

More information

Best Practices for Designing Effective Map Services

Best Practices for Designing Effective Map Services 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Best Practices for Designing Effective Map Services Ty Fitzpatrick Tanu Hoque What s in this session Map

More information

Benefits of CORDA platform features

Benefits of CORDA platform features Benefits of CORDA platform features Functionalities, main tools and the benefits of using CORDA platform Copernicus service providers (land monitoring and emergency services) require reference data for

More information

1 Introduction. 2 National Data Exchange Layer

1 Introduction. 2 National Data Exchange Layer Spatial Services in the egovernment: Delivering WFS and WMS Queries through the Data Exchange Layer of the Finnish National Architecture for Digital Services Pekka Latvala, Lassi Lehto Finnish Geospatial

More information

The Integration of Grid Technology with OGC Web Services (OWS) in NWGISS for NASA EOS Data

The Integration of Grid Technology with OGC Web Services (OWS) in NWGISS for NASA EOS Data The Integration of Grid Technology with OGC Web Services (OWS) in NWGISS for NASA EOS Data Liping Di, Aijun Chen, Wenli Yang and Peisheng Zhao achen6@gmu.edu; achen@laits.gmu.edu Lab for Advanced Information

More information

DECONFLICTION AND SURFACE GENERATION FROM BATHYMETRY DATA USING LR B- SPLINES

DECONFLICTION AND SURFACE GENERATION FROM BATHYMETRY DATA USING LR B- SPLINES DECONFLICTION AND SURFACE GENERATION FROM BATHYMETRY DATA USING LR B- SPLINES IQMULUS WORKSHOP BERGEN, SEPTEMBER 21, 2016 Vibeke Skytt, SINTEF Jennifer Herbert, HR Wallingford The research leading to these

More information

A MPI-based parallel pyramid building algorithm for large-scale RS image

A MPI-based parallel pyramid building algorithm for large-scale RS image A MPI-based parallel pyramid building algorithm for large-scale RS image Gaojin He, Wei Xiong, Luo Chen, Qiuyun Wu, Ning Jing College of Electronic and Engineering, National University of Defense Technology,

More information

Setting up the Ihlet Social Cadastre

Setting up the Ihlet Social Cadastre Setting up the Ihlet Social Cadastre Ihlet KHT Dr. Attila Molnár, GI consultant Bela Jarolics Rome, Italy TOPICS Goal of the project Architecture Database Solution Standards, communication Metadata Security

More information

Serving Large-Scale Coverages - How to Tame an Elephant

Serving Large-Scale Coverages - How to Tame an Elephant Serving Large-Scale s - How to Tame an Elephant OGC Workshop 2 INSPIRE Conference Edinburgh, 29-jun-2011 Peter Baumann Jacobs University rasdaman GmbH OGC WCS.SWG chair OGC spec editor Sensor & Image Data

More information

METAINFORMATION INFRASTRUCTURE FOR GEOSPATIAL INFORMATION

METAINFORMATION INFRASTRUCTURE FOR GEOSPATIAL INFORMATION 2010/2 PAGES 1 7 RECEIVED 15. 6. 2009 ACCEPTED 2. 3. 2010 T. KLIMENT METAINFORMATION INFRASTRUCTURE FOR GEOSPATIAL INFORMATION ABSTRACT Tomáš KLIMENT email: tomas.kliment@stuba.sk Research field: Spatial

More information

Sharing geographic data across the GEF IW Portfolio: IW:LEARN Web-based GIS

Sharing geographic data across the GEF IW Portfolio: IW:LEARN Web-based GIS 1 Sharing geographic data across the GEF IW Portfolio: IW:LEARN Web-based GIS 16-22 March 2009 Sean Khan (Project Manager) sean.khan@unep.org Dr. Richard Cooper (Regional Coordinator) richard@iwlearn.org

More information

Merging Catalog Services and GIS applications by component interoperability mechanisms

Merging Catalog Services and GIS applications by component interoperability mechanisms Merging Services and GIS applications by component interoperability mechanisms O. Cantán, J.A. Bañares, J. Gutierrez, J. Nogueras, F.J. Zarazaga 1 Department of Computer Science and System Engineering

More information

Jun Li, Ph.D. School of Computing and Information Sciences Phone:

Jun Li, Ph.D. School of Computing and Information Sciences Phone: Jun Li, Ph.D. School of Computing and Information Sciences Phone: + 1-305-348-4964 Florida International University Email: junli @ cs. fiu. edu 11200 SW 8th St, ECS 380, Miami, FL 33199 Web: http://users.cs.fiu.edu/

More information

Scientific and Multidimensional Raster Support in ArcGIS

Scientific and Multidimensional Raster Support in ArcGIS Scientific and Multidimensional Raster Support in ArcGIS Sudhir Raj Shrestha sshrestha@esri.com Brief breakdown Scientific Multidimensional data Ingesting Scientific MultiDim Data in ArcGIS Ingesting and

More information

Addressing Geospatial Big Data Management and Distribution Challenges ERDAS APOLLO & ECW

Addressing Geospatial Big Data Management and Distribution Challenges ERDAS APOLLO & ECW Addressing Geospatial Big Data Management and Distribution Challenges ERDAS APOLLO & ECW Nouman Ahmed GeoSystems-Me (Hexagon Geospatial / ERDAS Regional Partner) Enterprise Solutions Architect Hexagon

More information

Hawaii Energy and Environmental Technologies (HEET) Initiative

Hawaii Energy and Environmental Technologies (HEET) Initiative Hawaii Energy and Environmental Technologies (HEET) Initiative Office of Naval Research Grant Award Number N0014-11-1-0391 Task 8. ENERGY-NEUTRAL ENERGY TEST PLATFORMS 8.3 Advanced Database Research, Development

More information

Technical Considerations and Best Practices in Imagery and LiDAR Project Procurement

Technical Considerations and Best Practices in Imagery and LiDAR Project Procurement Technical Considerations and Best Practices in Imagery and LiDAR Project Procurement Presented to the 2014 WV GIS Conference By Brad Arshat, CP, EIT Date: June 4, 2014 Project Accuracy A critical decision

More information

Remotely Sensed Image Processing Service Automatic Composition

Remotely Sensed Image Processing Service Automatic Composition Remotely Sensed Image Processing Service Automatic Composition Xiaoxia Yang Supervised by Qing Zhu State Key Laboratory of Information Engineering in Surveying, Mapping and Remote Sensing, Wuhan University

More information

The GeoPortal Cookbook Tutorial

The GeoPortal Cookbook Tutorial The GeoPortal Cookbook Tutorial Wim Hugo SAEON/ SAEOS SCOPE OF DISCUSSION Background and Additional Resources Context and Concepts The Main Components of a GeoPortal Architecture Implementation Options

More information

ArcGIS 9.2 Works as a Complete System

ArcGIS 9.2 Works as a Complete System ArcGIS 9.2 Works as a Complete System A New Way to Manage and Disseminate Geographic Knowledge Author/Serve/Use Maps Data Models Globes Metadata Use Desktop Explorer Web Map Viewer Mobile Open APIs Enterprise

More information

The Dublin Core Metadata Element Set

The Dublin Core Metadata Element Set ISSN: 1041-5635 The Dublin Core Metadata Element Set Abstract: Defines fifteen metadata elements for resource description in a crossdisciplinary information environment. A proposed American National Standard

More information

INTERRACTION COMPONENT STATE-OF-THE-ART

INTERRACTION COMPONENT STATE-OF-THE-ART INTERRACTION COMPONENT STATE-OF-THE-ART DELIVERABLE D6.1.1 By C2TECH Due date of deliverable : t0+ 6 Actual submission date: t0+ xxx Version :01 State : Draft/For approval/approved/obsolete Dissemination

More information

Tutorial 1: Downloading elevation data

Tutorial 1: Downloading elevation data Tutorial 1: Downloading elevation data Objectives In this exercise you will learn how to acquire elevation data from the website OpenTopography.org, project the dataset into a UTM coordinate system, and

More information