Web Coverage Service Developer Guide Cloud Services | August 2013

Total Page:16

File Type:pdf, Size:1020Kb

Web Coverage Service Developer Guide Cloud Services | August 2013 Web Coverage Service Developer Guide Cloud Services | August 2013 Web Coverage Service Developer Guide | 2 Table of Contents List of Figures .................................................................................................................................. 3 List of Tables ................................................................................................................................... 4 1 Introduction ................................................................................................................................ 5 1.1 About This Document ............................................................................................................ 5 1.2 Targeted Audience ................................................................................................................ 5 1.3 What is WCS? ....................................................................................................................... 5 1.4 References ............................................................................................................................ 5 2 Open Geospatial Consortium (OGC) ......................................................................................... 6 2.1 About OGC ............................................................................................................................ 6 2.2 The OGC Process ................................................................................................................. 6 2.3 OGC Standards and Specification ......................................................................................... 6 2.4 OGC Standards ..................................................................................................................... 7 2.5 Abstract Specification ............................................................................................................ 7 2.6 OGC Reference Model (ORM) ............................................................................................... 7 3 Geography Markup Language (GML)......................................................................................... 8 3.1 Introduction to GML ............................................................................................................... 8 3.2 Overview of GML Schema ..................................................................................................... 8 3.3 GML Schema Features .......................................................................................................... 9 3.3.1 AbstractFeatureType ................................................................................................................ 9 3.3.2 AbstractFeature ........................................................................................................................ 9 3.4 Overview ............................................................................................................................. 10 3.4.1 Dictionary Schema .................................................................................................................. 10 3.5 GML-Based Request ........................................................................................................... 14 4 Web Coverage Service (WCS) .................................................................................................. 16 4.1 Introduction ......................................................................................................................... 16 4.2 Service Details .................................................................................................................... 16 4.3 WCS Client Server Architecture ........................................................................................... 17 4.4 WCS Service Details ........................................................................................................... 17 4.4.1 GetCapabilities Operation ....................................................................................................... 17 4.4.2 DescribeCoverage Operation .................................................................................................. 18 4.4.3 GetCoverage Operation .......................................................................................................... 18 4.5 Basic Service Elements ....................................................................................................... 20 4.5.1 HTTP Request ........................................................................................................................ 20 4.6 Output Formats ................................................................................................................... 22 4.7 Request Parameters ............................................................................................................ 22 4.7.1 Base URL ............................................................................................................................... 22 4.8 Integration Procedure .......................................................................................................... 24 4.9 Service Exceptions .............................................................................................................. 28 4.10 WCS Layers ........................................................................................................................ 29 4.11 API Reference ..................................................................................................................... 29 Glossary ......................................................................................................................................... 32 Index 33 WEB COVERAGE SERVICE – DEVELOPER GUIDE Copyright © 2013 DigitalGlobe Inc. Proprietary & Confidential Web Coverage Service Developer Guide | 3 List of Figures Figure 4.1 A Typical Structure of a DGCS-WCS Application .................................................................................. 16 Figure 4.2 Sample WCS Client Server Application ................................................................................................ 17 Figure 4.3 Sample HTTP Post Request ................................................................................................................ 21 Figure 4.4 Pictorial Representation of Bounding .................................................................................................... 24 WEB COVERAGE SERVICE – DEVELOPER GUIDE Copyright © 2013 DigitalGlobe Inc. Proprietary & Confidential Web Coverage Service Developer Guide | 4 List of Tables Table 2.1 OGC Document Types ............................................................................................................................ 6 Table 4.1 The Parameters of a DescribeCoverage Request .................................................................................. 18 Table 4.2 GetCoverage Request Parameters ........................................................................................................ 19 Table 4.3 A General Get Request ......................................................................................................................... 20 Table 4.4 Reserved Characters in HTTP GET Query ............................................................................................ 20 Table 4.5 Values for outputFormat Attribute .......................................................................................................... 22 Table 4.6 Understanding URL parameters for GetCapabilties request.................................................................... 25 Table 4.7 Understanding URL parameters for DescribeCoverage Request ............................................................ 28 Table 4.8 WCS Layers ......................................................................................................................................... 29 Table 4.9 WCS GetCapabilities Request Parameters ............................................................................................ 29 Table 4.10 GetCoverage Request Parameters ...................................................................................................... 30 Table 4.11 DescribeCoverage Request Parameters .............................................................................................. 30 WEB COVERAGE SERVICE – DEVELOPER GUIDE Copyright © 2013 DigitalGlobe Inc. Proprietary & Confidential Web Coverage Service Developer Guide | 5 1 Introduction 1.1 About This Document This document covers the concepts of Web Coverage Service (WCS), Open Geospatial Consortium (OGC) standards for WCS, capabilities of WCS and ways to integrate DigitalGlobe Cloud Services (DGCS)-WCS in GIS- based custom application development. 1.2 Targeted Audience This document is designed to help developers of GIS-based custom application development. Developers new to WCS can read about the DGCS-WCS framework, capabilities, integration procedures and development best- practices to design methods for creating innovative world-class GIS applications. 1.3 What is WCS? DigitalGlobe’s WCS provides an interface for users to access WCS via web browsers. The current implementation includes a license file that is coded into the imagery. OGC-compliant WCS-clients can strip the license file away and display the imagery correctly. However, images downloaded directly out of WCS via a web browser will not be displayed in GIS tools. The basic WCS allows
Recommended publications
  • Environmental Architecture
    SEVENTH FRAMEWORK PROGRAMME ICT PPP Future Internet The Environmental Observation Web and its Service Applications within the Future Internet FP7-284898 Collaborative project D4.2 Environmental Architecture Fraunhofer IOSB Deliverable due date: 30/03/2012 Actual submission date: 20/04/2012 The research leading to these results has received funding from the European Community's Seventh Framework Programme (FP7/2007-2013) under grant agreement n° 284898 D4.2 Environmental Architecture Document Control Page Title D4.2 Environmental Architecture Creator Fraunhofer IOSB This deliverable D4.2 describes the ENVIROFI Environmental Architec- ture according to the viewpoint approach of the ISO Reference Model for Description Open Distributed Processing. In its current version it draws upon relevant results of previous European research projects and their application of in- ternational standards of the geospatial and environmental domain. Publisher ENVIROFI Consortium Sven Schade, Andrea Perego, (JRC) Hylke van der Schaaf (IOSB) Denis Havlik (AIT) Contributors Stuart Middleton, Stefano Modafferi, Ajay Chakravarthy (IT) Arne J. Berre, Roy Grønmo, Dumitru Roman (SINTEF) Paolo Mazzetti (CNR) Creation date 07/03/2012 Type Text Language en-GB Rights copyright ―ENVIROFI Consortium‖ internal Audience public restricted Draft WP leader accepted Review status Technical Manager accepted Coordinator accepted to be revised by Partners for approval by the WP leader Action requested for approval by the Technical Committee for approval by the Project Coordinator
    [Show full text]
  • Implementing OGC Web Map Service Client Applications Using JSP, JSTL and XMLC
    Implementing OGC Web Map Service Client Applications Using JSP, JSTL and XMLC Hao Ding , Richard Pascoe & Neville Churcher Department of Computer Science University of Canterbury. Christchurch, New Zealand Phone: +64 3 364-2362 Fax: +64 3 364-2569 Email: [email protected] , {richard, neville}@cosc.canterbury.ac.nz Presented at SIRC 2002 – The 14th Annual Colloquium of the Spatial Information Research Centre University of Otago, Dunedin, New Zealand th December 3-5 2002 ABSTRACT Java technologies are widely used in web application development. In this paper are described three approaches to developing Java-based web applications and our experiences with applying each to the development of client that interact with servers implementing the OGC (Open GIS Consortium) Web Map Service (WMS) specification. Also described is the installation and configuration of open source software that implements the WMS specification. The paper is concluded with some preliminary insights into when one of the three approaches to WMS client implementation is more suited to another. Keywords and phrases: WMS, JSP, JSTL, XMLC, map layer, web map server 1.0 INTRODUCTION Of the many technologies, such as Common Gateway Interface (CGI), Active Server Pages (ASP), JavaServer Pages (JSP), that are used to develop web applications, three are of particular interest to the research presented here. These three technologies or approaches to developing clients that utilise web services are JavaServer Pages (JSP), JSP with the use of tags from the JSP Standard Tag Library (JSTL), and the eXtensible Markup Language Compiler (XMLC). JSP is a more convenient way to write Java servlets, and allows the insertion of Java code directly into static HTML (Hypertext Markup Language) pages.
    [Show full text]
  • Development of an Extension of Geoserver for Handling 3D Spatial Data Hyung-Gyu Ryoo Pusan National University
    Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings Volume 17 Boston, USA Article 6 2017 Development of an extension of GeoServer for handling 3D spatial data Hyung-Gyu Ryoo Pusan National University Soojin Kim Pusan National University Joon-Seok Kim Pusan National University Ki-Joune Li Pusan National University Follow this and additional works at: https://scholarworks.umass.edu/foss4g Part of the Databases and Information Systems Commons Recommended Citation Ryoo, Hyung-Gyu; Kim, Soojin; Kim, Joon-Seok; and Li, Ki-Joune (2017) "Development of an extension of GeoServer for handling 3D spatial data," Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings: Vol. 17 , Article 6. DOI: https://doi.org/10.7275/R5ZK5DV5 Available at: https://scholarworks.umass.edu/foss4g/vol17/iss1/6 This Paper is brought to you for free and open access by ScholarWorks@UMass Amherst. It has been accepted for inclusion in Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings by an authorized editor of ScholarWorks@UMass Amherst. For more information, please contact [email protected]. Development of an extension of GeoServer for handling 3D spatial data Optional Cover Page Acknowledgements This research was supported by a grant (14NSIP-B080144-01) from National Land Space Information Research Program funded by Ministry of Land, Infrastructure and Transport of Korean government and BK21PLUS, Creative Human Resource Development Program for IT Convergence. This paper is available in Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings: https://scholarworks.umass.edu/foss4g/vol17/iss1/6 Development of an extension of GeoServer for handling 3D spatial data Hyung-Gyu Ryooa,∗, Soojin Kima, Joon-Seok Kima, Ki-Joune Lia aDepartment of Computer Science and Engineering, Pusan National University Abstract: Recently, several open source software tools such as CesiumJS and iTowns have been developed for dealing with 3-dimensional spatial data.
    [Show full text]
  • Open Geospatial Consortium, Inc
    Open Geospatial Consortium, Inc. Date: 2007-11-16 Reference number of this document: OGC 07-152 Version: 0.4 Category: Discussion Paper Editor: Corentin Guillo OGC® FedEO Pilot Engineering Report Copyright © 2007 Open Geospatial Consortium, Inc. All Rights Reserved. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/. Warning This document is not an OGC Standard. This document is an OGC Discussion Paper and is therefore not an official position of the OGC membership. It is distributed for review and comment. It is subject to change without notice and may not be referred to as an OGC Standard. Further, an OGC Discussion Paper should not be referenced as required or mandatory technology in procurement. License Agreement Permission is hereby granted by the Open Geospatial Consortium, ("Licensor"), free of charge and subject to the terms set forth below, to any person obtaining a copy of this Intellectual Property and any associated documentation, to deal in the Intellectual Property without restriction (except as set forth below), including without limitation the rights to implement, use, copy, modify, merge, publish, distribute, and/or sublicense copies of the Intellectual Property, and to permit persons to whom the Intellectual Property is furnished to do so, provided that all copyright notices on the intellectual property are retained intact and that each person to whom the Intellectual Property is furnished agrees to the terms of this Agreement. If you modify the Intellectual Property, all copies of the modified Intellectual Property must include, in addition to the above copyright notice, a notice that the Intellectual Property includes modifications that have not been approved or adopted by LICENSOR.
    [Show full text]
  • Opengis Web Feature Services for Editing Cadastral Data
    OpenGIS Web Feature Services for editing cadastral data Analysis and practical experiences Master of Science thesis T.J. Brentjens Section GIS Technology Geodetic Engineering Faculty of Civil Engineering and Geosciences Delft University of Technology OpenGIS Web Feature Services for editing cadastral data Analysis and practical experiences Master of Science thesis Thijs Brentjens Professor: prof. dr. ir. P.J.M. van Oosterom (Delft University of Technology) Supervisors: drs. M.E. de Vries (Delft University of Technology) drs. C.W. Quak (Delft University of Technology) drs. C. Vijlbrief (Kadaster) Delft, April 2004 Section GIS Technology Geodetic Engineering Faculty of Civil Engineering and Geosciences Delft University of Technology The Netherlands Het Kadaster Apeldoorn The Netherlands i ii Preface Preface This thesis is the result of the efforts I have put in my graduation research project between March 2003 and April 2004. I have performed this research part-time at the section GIS Technology of TU Delft in cooperation with the Kadaster (the Dutch Cadastre), in order to get the Master of Science degree in Geodetic Engineering. Typing the last words for this thesis, I have been realizing more than ever that this thesis marks the end of my time as a student at the TU Delft. However, I also realize that I have been working to this point with joy. Many people are “responsible” for this, but I’d like to mention the people who have contributed most. First of all, there are of course people who were directly involved in the research project. Peter van Oosterom had many critical notes and - maybe even more important - the ideas born out of his enthusiasm improved the entire research.
    [Show full text]
  • NGDA Baseline Standards Inventory Companion Guide
    The Companion Guide: Achieving an NGDA Baseline Standards Inventory A Baseline Assessment to Meet Geospatial Data Act, Federal Data Strategy, and Other Requirements Federal Geographic Data Committee August 31, 2020 Contents Introduction .................................................................................................................................................. 1 Approach ....................................................................................................................................................... 2 Outcomes ...................................................................................................................................................... 2 How to Use this Document ........................................................................................................................... 2 Geospatial Data and Metadata Standards .................................................................................................... 3 Data Standards Categories ............................................................................................................................ 5 Data Content Standards Category Definitions .......................................................................................... 5 Data Exchange Standards Definitions ....................................................................................................... 8 Metadata Standards Categories ..................................................................................................................
    [Show full text]
  • A Pilot for Testing the OGC Web Services Integration of Water-Related Information and Models
    RiBaSE: A Pilot for Testing the OGC Web Services Integration of Water-related Information and Models Lluís Pesquer Mayos, Simon Jirka, Grumets Research Group CREAF 52°North Initiative for Geospatial Open Source Software Edicifi C, Universitat Autònoma de Barcelona GmbH 08193 Bellaterra, Spain 48155 Münster, Germany [email protected] [email protected] Christoph Stasch, Joan Masó Pau, Grumets Research Group CREAF 52°North Initiative for Geospatial Open Source Software Edicifi C, Universitat Autònoma de Barcelona GmbH Bellaterra, Spain 48155 Münster, Germany [email protected] [email protected] David Arctur, Center for Research in Water Resources, University of Texas at Austin 10100 Burnet Rd Bldg 119, Austin, TX USA [email protected] Abstract—The design of an interoperability experiment to The OGC is an international industry consortium of demonstrate how current ICT-based tools and water data can companies, government agencies and universities participating work in combination with geospatial web services is presented. in a consensus process to develop publicly available interface This solution is being tested in three transboundary river basins: standards. Some successful examples of OGC standards for Scheldt, Maritsa and Severn. The purpose of this experiment is to general spatial purposes are, for example, the Web Map assess the effectiveness of OGC standards for describing status Service (WMS) for providing interoperable pictorial maps and dynamics of surface water in river basins, to demonstrate over the web and the Keyhole Markup Language (KML) as a their applicability and finally to increase awareness of emerging data format for virtual globes. On the other hand, hydrological standards as WaterML 2.0.
    [Show full text]
  • Semantic Infrastructure and Platforms for Geospatial Services: a Report from European Projects 4Th International Workshop On
    Semantic Infrastructure and Platforms for Geospatial Services: A report from European Projects 4th International Workshop on Semantic and Conceptual Issues in GIS (SeCoGIS 2010) Vancouver, Canada November 1st, 2010 [email protected] ENVISION Content • ISO/TC211 19101, 19103, 19119 – OGC Ref.Architecture • European projects (1): Orchestra, SANY • Focus on Semantic technologies • European projects (2): SWING, ENVISION • European projects (3): Objective 6.4 projects • ENVIP projects – objective 6 list • TATOO, REMICS, … • Future work – harmonisation/integration … standards ? ENVISION 2 Relevant European projects Orchestra - Open Architecture and Spatial Data Sany -Sensors Anywhere SWING -Semantic Web Services INteroperability in Geospatial decision making ENVISION -ENVIronmental Services Infrastructure with Ontologies NETMAR - Open service network for marine environmental data OEPI - Exploring and Monitoring Any Organisation' s Environmental Performance Indicators PESCADO - Personalized Environmental Service Configuration and Delivery Orchestration SUDPLAN - Sustainable Urban Development Planner for Climate Change Adaptation TATOO - Tagging Tool based on a Semantic Discovery Framework UncertWeb - The Uncertainty Enabled Model Web UrbanFlood - Building an Early Warning System Framework for European Cities GENESIS -GENeric Europppean Sustainable Information Space for environment ICT-ENSURE - ICT for Environmental Sustainability Research GIGAS - GEOSS INSPIRE and GMES an Action in Support REMICS: Migration to Cloud services – with Model
    [Show full text]
  • OGC Vector Tiles Pilot Phase 2 (VTP-2) Call for Participation (CFP)
    OGC Vector Tiles Pilot Phase 2 (VTP-2) Call for Participation (CFP) Version 0.4 - September 4, 2019 Table of Contents 1. OGC Vector Tiles Pilot Phase 2 (VTP-2) . 1 1.1. Introduction . 1 1.2. Background. 2 1.3. OGC Innovation Program Initiative . 3 1.4. Benefits of Participation. 3 1.5. Master Schedule. 3 2. Technical Architecture . 4 2.1. Detailed Objectives . 5 2.2. Work Items & Deliverables. 7 3. Deliverables Summary & Funding Status. 10 4. Miscellaneous . 11 Appendix A: Pilot Organization and Execution . 13 A.1. Temporal and Thematic Overlap with Testbed-15 . 13 A.2. Initiative Policies and Procedures . 13 A.3. Initiative Roles . 13 A.4. Types of Deliverables . 13 A.4.1. Documents . 14 A.4.2. Implementations . 14 A.5. Proposals & Proposal Evaluation. 14 A.5.1. Evaluation Process. 14 A.5.2. Management Criteria. 15 A.5.3. Technical Criteria . 15 A.5.4. Cost Criteria. 15 A.6. Reporting. 15 Appendix B: Proposal Submission Guidelines . 17 B.1. General Requirements . 17 B.2. What to Submit . 18 B.3. How to Transmit the Response . 19 B.4. Questions and Clarifications. 19 B.5. Tips for new bidders . 19 Appendix C: Abbreviations. 23 Appendix D: Corrigenda & Clarifications. 24 Chapter 1. OGC Vector Tiles Pilot Phase 2 (VTP-2) 1.1. Introduction The Open Geospatial Consortium (OGC®) is releasing this Call for Participation ("CFP") to solicit proposals for the OGC Vector Tiles Pilot Phase 2 (VTP-2) Initiative ("Pilot" or "Initiative"). The goal of the initiative is to advance the handling of tiled feature data, better known as vector tiles.
    [Show full text]
  • OWS-9 Reference Architecture Profile (RAP) Advisor Engineering Report
    Open Geospatial Consortium Approval Date: 2013-01-18 Posted Date: 2012-12-26 Publication Date: 2013-02-19 OGC 12-156 OGC URI: http://www.opengis.net/def/doc-type/per/OWS-9-RAP Category: Public Engineering Report Editor: George Percivall OGC® OWS-9 Reference Architecture Profile (RAP) Advisor Engineering Report Copyright © 2013 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/. Warning This document is not an OGC Standard. This document is an OGC Public Engineering Report created as a deliverable in an OGC Interoperability Initiative and is not an official position of the OGC membership. It is distributed for review and comment. It is subject to change without notice and may not be referred to as an OGC Standard. Further, any OGC Engineering Report should not be referenced as required or mandatory technology in procurements. ® Document type: OGC Engineering Report Document subtype: NA Document stage: Approved for public release Document language: English OGC 12-156 Abstract The Reference Architecture Profiler (RAP) Advisor™ is a web based application that recommends OGC Standards and OGC Reference Model (ORM) Sections that are relevant to a system development; such that a community of interest could derive and build a profile of suitable OGC standards to meet their specific needs. This Engineering Report contains the requirements, conceptual design, development methodology, and implementation of the RAP Advisor. Initial development of the RAP Advisor™ was concurrent with the OGC Web Services Testbed, Phase 9 (OWS-9) with NGA sponsorship. During OWS-9 timeframe, key concepts of the RAP Advisor were confirmed through prototyping.
    [Show full text]
  • OWS-4 Geodds Mass Market (Formerly Georss) Interoperability Program Report
    OGC 07-004 Open Geospatial Consortium Inc. Date: 2007-05-02 Reference number of this OGC® document: OGC 07-004 Version: 0.0.1 Category: OpenGIS® Discussion Paper Editor: Panagiotis (Peter) A. Vretanos OWS-4 GeoDDS Mass Market (formerly GeoRSS) Interoperability Program Report Copyright notice Copyright © 2007 Open Geospatial Consortium. All Rights Reserved To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ Warning This document is not an OGC Standard. This document is an OGC Discussion Paper and is therefore not an official position of the OGC membership. It is distributed for review and comment. It is subject to change without notice and may not be referred to as an OGC Standard. Further, an OGC Discussion Paper should not be referenced as required or mandatory technology in procurements. Document type: OpenGIS® Discussion Paper Document subtype: Engineering Specification Document stage: Draft Document language: English File name: 07-004.doc OGC 07-004 Contents 1 SCOPE..........................................................................................................................................................1 2 CONFORMANCE........................................................................................................................................1 3 NORMATIVE REFERENCES....................................................................................................................1 4 TERMS AND DEFINITIONS.....................................................................................................................3
    [Show full text]
  • Wcs-Overview.Pdf
    OGC Coverages: Data & Services Peter Baumann Jacobs University | rasdaman GmbH [gamingfeeds.com] Coverages Tutorial :: © 2013 Peter Baumann Overview . Motivation: What is a “coverage”? . Coverage data: the OGC Coverage Model . Coverage services: the WCS Suite . Conformance Testing . Implementations . Summary Coverages Tutorial :: © 2013 Peter Baumann2 Facing the Coverage Tsunami sensor feeds [OGC SWE] coverage server Coverages Tutorial :: © 2013 Peter Baumann3 Taming the Coverage Tsunami sensor feeds [OGC SWE] coverage server Coverages Tutorial :: © 2013 Peter Baumann4 Serving Coverages . WCS: one generic schema for all coverage types; n-D; scalable; versatile processing → access & processing services SOS WCS coverage . SOS: server high flexibility to accommodate all sensor types → data capturing Coverages Tutorial :: © 2013 Peter Baumann (Part of) The OGC Standards Quilt data images data data feature coverage meta FE WCPS CQL WFS-T WCS-T CS-T WFS WMS WCS CS-W • WMS "portrays spatial data pictures" • WCS: "provides data + descriptions; data with original semantics, may be interpreted, extrapolated, etc.“ [09-110r3] Coverages Tutorial :: © 2013 Peter Baumann6 Overview . Motivation: What is a “coverage”? . Coverage data: the OGC Coverage Model . Coverage services: the WCS Suite . Conformance Testing . Implementations . Summary Coverages Tutorial :: © 2013 Peter Baumann7 OGC Coverages . Coverage = "space-time varying phenomenon“ - ISO 19123 (=OGC Abstract Topic 6) - Today typically raster, but more defined (curved grids, TINs, meshes, ...)
    [Show full text]