Discrete Global Grid Systems: Operational Capability of the Current State of the Art

Total Page:16

File Type:pdf, Size:1020Kb

Discrete Global Grid Systems: Operational Capability of the Current State of the Art Spatial Knowledge and Information Canada, 2019, 7(6), 1 Discrete Global Grid Systems: Operational Capability of the Current State of the Art BEN BONDARUK STEVEN A. ROBERTS COLIN ROBERTSON Department of Geography & Department of Geography & Department of Geography & Environmental Management Environmental Studies Environmental Studies University of Waterloo, Wilfrid Laurier University Wilfrid Laurier University Department of Geography & [email protected] [email protected] Environmental Studies Wilfrid Laurier University [email protected] essential. As a result, new methods for ABSTRACT integrating, transmitting and representing The paper compares two current spatial data are required. Discrete Global implementations of Discrete Global Grid Grid Systems (DGGS) have been proposed Systems as potential new data models for as a new model for spatial data spatial data representation, integration, and representation, integration and analysis analysis. It outlines suitability of such suited to the current data-rich environment structures for spatial data modelling and (Li, 2013; Mahdavi-Amiri et el., 2016). GIS applications, as well as documents the DGGS are hierarchical tessellations of core criteria necessary for their successful regular shaped polygons (Figure 1.0) implementation. An experimental analysis initially designed as a global reference is performed in order to determine the system for mapping and navigational current state of their development and their purposes (Purss, Gibb, Samavati, Peterson practical applicability for data integration, & Ben, 2016). analysis and visualization. The work concludes with a reflection on the current implementations compared to the industry standards and some future projections of geospatial analysis within Discrete Global Grid Systems framework. 1. Introduction Spatial data handling and integration has become one of the prevailing needs in geospatial analysis and computation. In the modern digital context spatial data are usually collected and stored as either raster or vector representations, along with attribute data for these spatial features (Mahdavi-Amiri, Alderson & Samavati, 2016). These representations have evolved to serve a number of specialist communities and workflows in GIS analysis (e.g., Figure 1.0. Example of a hierarchical structure of the Earth satellite-based remote sensing); however surface using hexagon shapes for the cell refinement generated with continuing increases in spatial data for the purposes of this study. heterogeneity and volume, the necessity for efficient data integration has become 2 Discrete Global Grid Systems Over time, due to its discrete construction requirements of the selected software DGGS have also started to be used as a data libraries to the released OGC standards. It is structure for consistent storage, reference very likely that certain requirements might and analysis of spatial data and its attribute not be met by either of the software, information. DGGS suggest a different suggesting further advancing of DGGS approach for geospatial data handling that packages. Both H3 and OpenEAGGR are allows interoperability of resources and open source software available via the elimination of inaccurate and complex data GitHub source code repository (Uber, 2015; synthesis operations (Purss et el., 2016). Riskaware, 2017). In order for a grid network to qualify as For the testing purposes both libraries DGGS it must consist of core elements were built directly from their source in their documented and summarized in the Open natural development environments. This Geospatial Consortium (OGC) standard data step is necessary in order to gain access to protocol (Open Geospatial Consortium, the full list of available functionality, which 2017). The work of Goodchild and Kimerling might not be available through other (2002), on defining DGGS and some of their language bindings. In particular, the H3 core requirements, have contributed greatly library is built from its source using CMake to the overall advancement of this new data packaging software, Visual Studio standard; yet some of the earlier research on development environment with integrated DGGS had already begun in the 1980s C++ compiler; whereas OpenEAGGR is built (Dutton, 1984). Their initial ideas and using the MinGW compiler and Eclipse thoughts served as the basis for a fully development environment. In addition, functional and well-designed DGGS data JavaScript binding for H3 and Python standards set by OGC. OGC requirements binding for OpenEAGGR libraries were also were put in place in order to guarantee the used in order to evaluate their flexibility and explicit resolution, area preservation and ease of use. Although not a requirement the positional uniqueness at each level of libraries were also evaluated based on their hierarchy which account for scale availability for programing language differences and spatial distortion globally. bindings for the user’s convenience. In addition, the unique topological In this study the main focus is put on properties of regular shape tessellation hexagon shape structures due to their might also naturally suggest looking for new availability on both platforms, as well as forms of spatial analysis. The referencing their advantages in sampling, circularity, and indexing mechanisms, on the other packing and uniform connectivity properties hand, provide reliable methods to access, over the other regular shapes (e.g., triangles, store and retrieve data. As a result, various squares) (Li, 2013; Peterson, 2017). The algorithms might integrate the existing particular interest of this study is to evaluate indexing system for data assimilation via the the operational capability of both libraries. refinement methods using the above In other words, the aim is to test practical properties (Peterson, 2017; Purss el al., applications of available DGGS software for 2016). their basic functionality, such as importing The aim of this paper is an in-depth of spatial data, querying spatial analysis analysis of two DGGS implementation: the algorithms as well as exporting and H3 (Uber, 2015) and OpenEAGGR visualizing the end results. (Riskaware, 2017) open source software libraries. In addition, their operational and 3. Results practical applications are also reviewed. A summary of H3 and OpenEAGGR implementations compared to OGC 2. Methods standards is outlined in Table 1.0. The The following section outlines the existing DGGS software provide a methodology for comparing core data model comprehensive approach for geocoding, Discrete Global Grid Systems 3 indexing, addressing and processing consecutive cell’s location of a higher geospatial data into discrete forms. Due to resolution, whereas offset addressing uses their hierarchical structures, positional fixed axis orientation and offset distances uniqueness and discrete representation of from their origin to determine location of a spatial resolution, DGGS are gaining cell (Bush, 2017). Both implementations use popularity and acceptance in the modern an icosahedron as a base polyhedron for geospatial analysis and data integration. creating planar faces approximating a sphere. The grid partitioning method of H3 3.1 Technical specifications uses hexagon aperture 7, whereas OpenEAGGR incorporates both hexagon A detailed technical analysis show basic aperture 3 and triangle aperture 4 functionality of DGGS for modeling Earth’s hierarchical models (Uber, 2015; Riskaware, surface via hierarchical networks of equal 2017). Aperture is a method known to area cells. Both libraries support partition a DGGS cell using additional hierarchical tessellation of regular polygons partial self-similar shapes (e.g., hexagons) at increasingly fine resolutions up to a m2 in order to preserve equal area property and cm2 in areal size for H3 and across multiple resolutions (Figure 2.0). OpenEAGGR respectively (Uber, 2015; Riskaware, 2017). Each cell has a unique index and is accessible throughout the hierarchies. The given software also provides functionality to convert from latitude-longitude coordinates to DGGS indexes and vice versa referencing all cell Figure 2.0. Hierarchical partition of space using hexagon centroids. apertures 3 (left), 4 (middle) and 7 (right) (Sahr, 2013). Since addressing and referencing are two major properties of DGGS (criteria 11-12) The results of this subsection indicate (Table 1.0) it is important to mention that that both implementations fail to meet the H3 and OpenEAGGR use hierarchy-based complete list of required criteria outlined by and offset coordinate addressing structure OGC and therefore cannot be classified as for hexagonal cell systems respectively. fully functional DGGS (Table 1.0). Hierarchical addressing is based on the lower resolution grid to find next Table 1.0: The following table outlines a core set of criteria to be met by software and classified as DGGS. The table also summarizes technical specifications of H3 and OpenEAGGR libraries and compares them to the OGC standards. Criteria OGC Requirement H3 OpenEAGGR Notes 1 Core Data Model () () This requirement includes definition of conceptual data model of DGGS Partial Partial including reference frame (criteria 2-13) and functional algorithms fulfillment fulfillment (criteria 14-18) elements, which are partially fulfilled by each library. 2 Area () () Guarantees the coverages of the entire globe. Each library fulfills the Fulfilled Fulfilled requirement for covering the entire surface of the earth. 3 Overlap () () Ensures positional uniqueness
Recommended publications
  • Discrete Global Grid Systems to Integrate Statistical and Geospatial Information
    Discrete Global Grid Systems to integrate statistical and geospatial information Adam Lewis, A/Chief Scientist, Geoscience Australia ([email protected]) with contributions from Matthew Purss, Stuart Minchin, Robert Gibb, Faramarz Samavati, Perry Peterson, Clinton Dow, Jin Ben, Jonathan Ross, Trevor Dhu, Martin Brady UNECE – Workshop on Integrating Geospatial and Statistical Standards Stockholm, Sweden, 6-8 November 2017 Geographical data in official statistics Geographical data has an established role in official statistics, playing a greater or lesser part in some countries and applications than others • US Department of Agriculture and US National Agricultural Statistical Services may be the exemplar • Applies remote sensing and field data in a rigorous process • Appropriate care is needed; e.g., ‘pixel counting’ is not sufficient - estimation biases need to be addressed (which is straightforward) UNECE – Workshop on Integrating Geospatial and Statistical Standards 2017 Geographical data in official statistics Martin Brady, Australian Bureau of Statistics UNECE – Workshop on Integrating Geospatial and Statistical Standards 2017 The role of geospatial data is increasing Frequent observation is the most important factor in useful data “heavy volumes of time series imagery important” (D M Johnson) Weekly, high-quality, operational observation is now a reality through multiple government and commercial systems E.g., over Australia: • Landsat data 1987-2017 ~ 400TB • Sentinel-2 data 2015-2017 ~ 200TB Globally, Sentinel 1 & 2 ~ 10 PB per
    [Show full text]
  • Research Directions for the Rhealpix Discrete Global Grid System
    Spatial Knowledge and Information Canada, 2019, 7(6), 2 Research directions for the rHEALPix Discrete Global Grid System DAVID BOWATER EMMANUEL STEFANAKIS Geodesy and Geomatics Engineering Geomatics Engineering University of New Brunswick University of Calgary [email protected] [email protected] data management (Yao and Lin 2018) and ABSTRACT as the de facto global reference system for geospatial big data (OGC 2017b). Discrete Global Grid Systems (DGGSs) are Over the years, several different important to Digital Earth, the Open DGGSs have been created each with Geospatial Consortium (OGC), and big data advantages and disadvantages. However, research. A promising OGC conformant only a subset are deemed appropriate under quadrilateral-based approach is the the OGC DGGS Abstract Specification (OGC rHEALPix DGGS. Despite its advantages 2017a). Importantly, an OGC conformant over hexagonal- or triangular-based DGGSs, DGGS must utilize a method that partitions little research is being done to explore or the earth’s surface into a uniform grid of advance our understanding of it. In this equal area cells. Currently, the most popular paper, we briefly review existing work and method is the Icosahedral Snyder Equal then present several important directions Area (ISEA) projection and a considerable for future research related to harmonic amount of research has focused on analysis, discrete line generation, pure- and hexagonal- or triangular-based DGGSs that mixed-aperture DGGSs, and DGGS-based adopt this approach. distance/direction metrics. That being said, quadrilateral-based DGGSs have several advantages over 1. Introduction hexagonal-or triangular DGGSs, such as compatibility with existing data structures, hardware, display devices, and coordinate A Discrete Global Grid System (DGGS) systems (Sahr et al.
    [Show full text]
  • Msdiwg7-2.7A
    Open Geospatial Consortium Submission Date: 2015-09-30 Approval Date: <yyyy-dd-mm> Publication Date: <yyyy-dd-mm> External identifier of this OGC® document: <http://www.opengis.net/doc/IS/DGGS/1.0> Internal reference number of this OGC® document: 15-104 Version: 1.0.0 Category: OGC® Implementation Standard Editor: Matthew Purss OGC Discrete Global Grid System (DGGS) Core Standard Copyright notice Copyright © 2015 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 distributed for review and comment. This document is subject to change without notice and may not be referred to as an OGC Standard. Recipients of this document are invited to submit, with their comments, notification of any relevant patent rights of which they are aware and to provide supporting documentation. Document type: OGC® Implementation Standard Document subtype: if applicable Document stage: Draft Document language: English 1 Copyright © 2015 Open Geospatial Consortium OGC 15-104r3 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.
    [Show full text]
  • 2016 State of Space Report
    2016 STATE OF SPACE REPORT A report by the Australian Government Space Coordination Committee space.gov.au © Commonwealth of Australia 2016 Ownership of intellectual property rights Unless otherwise noted, copyright (and any other intellectual property rights, if any) in this publication is owned by the Commonwealth of Australia. Creative Commons licence Attribution CC BY All material in this publication is licensed under a Creative Commons Attribution 3.0 Australia Licence, save for content supplied by third parties, logos, any material protected by trademark or otherwise noted in this publication, and the Commonwealth Coat of Arms. Creative Commons Attribution 3.0 Australia Licence is a standard form licence agreement that allows you to copy, distribute, transmit and adapt this publication provided you attribute the work. A summary of the licence terms is available from http://creativecommons.org/licenses/by/3.0/au/. The full licence terms are available from http://creativecommons.org/licenses/by/3.0/au/legalcode. Content contained herein should be attributed as The Australian Government State of Space Report 2016. This notice excludes the Commonwealth Coat of Arms, any logos and any material protected by trade mark or otherwise noted in the publication, from the application of the Creative Commons licence. These are all forms of property which the Commonwealth cannot or usually would not licence others to use. Disclaimer: The Australian Government as represented by the Department of Industry, Innovation and Science has exercised due care and skill in the preparation and compilation of the information and data in this publication. Notwithstanding, the Commonwealth of Australia, its officers, employees, or agents disclaim any liability, including liability for negligence, loss howsoever caused, damage, injury, expense or cost incurred by any person as a result of accessing, using or relying upon any of the information or data in this publication to the maximum extent permitted by law.
    [Show full text]
  • Next-Generation Digital Earth
    PERSPECTIVE Next-generation Digital Earth Michael F. Goodchilda,1, Huadong Guob, Alessandro Annonic, Ling Biand, Kees de Biee, Frederick Campbellf, Max Cragliac, Manfred Ehlersg, John van Genderene, Davina Jacksonh, Anthony J. Lewisi, Martino Pesaresic, Gábor Remetey-Fülöppj, Richard Simpsonk, Andrew Skidmoref, Changlin Wangb, and Peter Woodgatel aDepartment of Geography, University of California, Santa Barbara, CA 93106; bCenter for Earth Observation and Digital Earth, Chinese Academy of Sciences, Beijing 100094, China; cJoint Research Centre of the European Commission, 21027 Ispra, Italy; dDepartment of Geography, University at Buffalo, State University of New York, Buffalo, NY 14261; eFaculty of Geo-Information Science and Earth Observation, University of Twente, 7500 AE, Enschede, The Netherlands; fFred Campbell Consulting, Ottawa, ON, Canada K2H 5G8; gInstitute for Geoinformatics and Remote Sensing, University of Osnabrück, 49076 Osnabrück, Germany; hD_City Network, Newtown 2042, Australia; iDepartment of Geography and Anthropology, Louisiana State University, Baton Rouge, LA 70803; jHungarian Association for Geo-Information, H-1122, Budapest, Hungary; kNextspace, Auckland 1542, New Zealand; and lCooperative Research Center for Spatial Information, Carlton South 3053, Australia Edited by Kenneth Wachter, University of California, Berkeley, CA, and approved May 14, 2012 (received for review March 1, 2012) A speech of then-Vice President Al Gore in 1998 created a vision for a Digital Earth, and played a role in stimulating the development of a first generation of virtual globes, typified by Google Earth, that achieved many but not all the elements of this vision. The technical achievements of Google Earth, and the functionality of this first generation of virtual globes, are reviewed against the Gore vision.
    [Show full text]
  • A Discrete Global Grid for Photointerpretation
    United States Department of A Discrete Global Grid for Agriculture Photointerpretation Forest Service Joseph M. McCollum, Jamie K. Cochran, and Anita K. Rose Southern Research Station Research Paper SRS–44 Authors: Joseph M. McCollum, IT Specialist, Jamie K. Cochran, Supervisory Forester, and Anita K. Rose, Ecologist, Forest Inventory and Analysis Southern Research Station, Forest Service, U.S. Department of Agriculture, Knoxville, TN 37919. July 2008 Southern Research Station 200 W.T. Weaver Blvd. Asheville, NC 28804 A Discrete Global Grid for Photointerpretation Joseph M. McCollum, Jamie K. Cochran, and Anita K. Rose Abstract For P1 classification, photointerpreters have historically counted dots or clusters of dots on unrectified photos to The Forest Inventory and Analysis (FIA) Program of the Forest Service, obtain area estimates. Photointerpreters have called each dot U.S. Department of Agriculture, collects its data in three phases. The first phase is collection of photointerpretation data or dot counts, the second forested land, nonforested land, census water, or noncensus phase is field collection of FIA plot data, and the third phase is collection water. Typically 25 dots or clusters of dots have been done of Forest Health Monitoring data. This paper describes the development of per plot. This method has several weaknesses. At times, the Phase 2 (P2) and Phase 3 (P3) grids and discusses the creation of a new dots have not been across the entire landscape but have been grid for Phase 1 (P1), complete with an efficient indexing scheme, which is essentially equivalent to the historical dot count grids. The P2 grid consists concentrated near plots.
    [Show full text]
  • The Planetrisk Discrete Global Grid System
    The PlanetRisk Discrete Global Grid System Kevin Sahr1, Mark Dumas2, and Neal Choudhuri2 1Department of Computer Science, Southern Oregon University, Ashland, OR 97520 2PlanetRisk, Inc., 3 Bethesda Center Metro, Suite 508, Bethesda, MD 20814 Introduction The efficiency of big data processing using modern massively distributed computing architectures is fundamentally limited by the efficiency of the algorithm used to shard the data – to partition that data for distributed storage and processing on multiple computing nodes. Efficiently sharding big data based on geospatial location has proven problematic. The most common geospatial location representations — vectors of floating point numbers representing latitude/longitude or planar map coordinates — do not naturally provide the global integer location index keys required for efficient sharding. The most common geospatial data structures, such as the quadtree and R-tree, have notoriously bad worst-case performance [Kanth et al. 1999; Arge et al. 2004], a serious concern when confronted with truly massive data sets. And because all of these systems are based on the pre-computer paper-based mapping paradigm of rectangular planar regions representing portions of the topologically spherical globe, attempting to use any of these representations on truly global big data sets exposes their intrinsic geometric weaknesses, which include areas of extreme distortion, singularities, and data under/over-sampling. Efficient real-time analysis of multi-source global geospatial big data requires a common, consistent, multi-resolution geospatial reference frame, which naturally partitions the spherical earth into regular, integer-indexable, shards. In this paper we will systematically evaluate the available design options in order to develop the most advanced such system possible.
    [Show full text]
  • A Global Geographic Grid System for Visualizing Bathymetry
    https://doi.org/10.5194/gi-2020-1 Preprint. Discussion started: 9 March 2020 c Author(s) 2020. CC BY 4.0 License. 5 A Global Geographic Grid System for Visualizing Bathymetry Colin Ware1, Larry Mayer1, Paul Johnson1, Martin Jakobsson2, Vicki Ferrini3 1Center for Coastal and Ocean Mapping, University of New Hampshire, Durham NH, 03924 USA 2Department of Geological Sciences, Stockholm University, Stockholm, Sweden 10 3Lamont-Doherty Earth Observatory, Columbia University, USA Correspondence to: Colin Ware ([email protected]) 1 https://doi.org/10.5194/gi-2020-1 Preprint. Discussion started: 9 March 2020 c Author(s) 2020. CC BY 4.0 License. Abstract. A Global Geographic Grid System (Global GGS) is here introduced to support the display of gridded bathymetric data at whatever resolution is available in a visually seamless manner. The Global GGS combines a quad-tree metagrid hierarchy with 15 a system of compatible data grids. Metagrid nodes define the boundaries of data grids. Data grids are regular grids of depth values, coarse grids are used to represent sparse data and finer grids are used to represent high resolution data. Both metagrids and data grids are defined in geographic coordinates to allow broad compatibility with the widest range of geospatial software packages. An important goal of the Global GGS is to support the meshing of adjacent tiles with different resolutions so as to create a seamless surface. This is accomplished by ensuring that abutting data grids either match exactly with respect to their grid-cell size or only 20 differ by powers of two. The oversampling of geographic data grids, which occurs towards the poles due to the convergence of meridians, is addressed by reducing the number of columns (longitude sampling) by powers of two at appropriate lines of latitude.
    [Show full text]
  • Indexing a Discrete Global Grid
    Indexing a Discrete Global Grid A. Vince Department of Mathematics University of Florida Gainesville, FL 32611-8105 USA [email protected] Abstract In an increasingly interconnected world, the development of computer friendly systems for the display and analysis of global data is an important issue. This paper concerns a method for computer representation and manipulation of global data based on multi-resolution subdivisions of regular polyhedra. In particular, the problem of efficiently indexing the cells of such a discrete global grid is addressed. 1 Digital Earth The subject of this report, the representation and analysis of global data, has a history that dates back several millenia. Maps, possibly the earliest depiction of geographical information, are easily understood and appreciated regardless of language or culture. The oldest known maps are preserved on Babylonian clay tablets from about 2300 B.C. That the Earth is spherical was known by Greek philosophers by the time of Aristotle (about 350 B.C.). Ptolemy’s map (about 85-165 A.D.) depicted the Old World from about 60N to 30S latitudes. The first whole world maps began to appear in the early 16th century, following voyages by Columbus and others to the New World. In 1569 Mercator published a map of the world intended as an aid to navigation, using a projection method now known by Mercator’s name. Buckminster Fuller invented the geodesic dome in the late 1940’s. Geographic information systems (GIS) emerged in the 1970-80s. The emphasis over the past few decades has been on the computer display and analysis of georeferenced information and remotely sensed data about the Earth, collected by organizations and institutions.
    [Show full text]
  • Utilizing a Discrete Global Grid System for Handling Point Clouds
    UTILIZINGADISCRETEGLOBALGRIDSYSTEMFORHANDLING POINTCLOUDSWITHVARYINGLOCATIONS,TIMES,AND LEVELSOFDETAIL A thesis submitted to the Delft University of Technology in partial fulfillment of the requirements for the degree of Master of Science in Geomatics for the Built Environment by Neeraj Sirdeshmukh June 2018 Neeraj Sirdeshmukh: Utilizing a Discrete Global Grid System For Handling Point Clouds With Varying Locations, Times, and Levels of Detail (2018) cb This work is licensed under a Creative Commons Attribution 4.0 Inter- national License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/. ISBN 999–99–9999–999–9 The work in this thesis was made in the: Regional Innovation Centre Europe Fugro and Department OTB - Research for the Built Environ- ment. Faculty of Architecture and the Built Environment Delft University Of Technology Supervisors: ir. Edward Verbree prof.dr.ir. Peter van Oosterom Co-reader: Dr. Ravi Peters ABSTRACTPoint clouds are getting increasingly larger and there is an ever greater need to use a scalable, high performance, multi-dimensional spatial framework that can be used to work with point clouds at scales from local to global. First, point clouds stemming from disparate sources possess distinct geo- metrical, temporal, and scale characteristics and these pose challenges for the interoperability of these datasets in certain applications, for example when point clouds of different countries need to be combined into a single point cloud. A second challenge is the provision of this enormous amount of data to anyone, anywhere via the Internet. This is the vision of Open Point Cloud Map (OPCM), a proposed ’OpenStreetMap of point clouds’ [Verbree et al., 2017].
    [Show full text]
  • The Rhealpix Discrete Global Grid System: Considerations for Canada
    Geomatica The rHEALPix Discrete Global Grid System: Considerations for Canada Journal: Geomatica Manuscript ID geomat-2018-0008.R1 Manuscript Type: Research Article Date Submitted by the Author: 21-Jun-2018 Complete List of Authors: Bowater, David; University of New Brunswick, Stefanakis, Emmanuel; University of New Brunswick Is the invited manuscript for Draft consideration in a Special Not applicable (regular submission) Issue? : Canada, rHEALPix DGGS, Spatial data structure, Discrete Global Grid Keywords: System https://mc06.manuscriptcentral.com/geomatica-pubs Page 1 of 20 Geomatica The rHEALPix Discrete Global Grid System: Considerations for Canada David Bowater, Emmanuel Stefanakis Department of Geodesy and Geomatics Engineering, University of New Brunswick, Canada Abstract: Geospatial data is ubiquitous. However, the geographic grid is not designed to manage, store or integrate huge volumes of heterogeneous geospatial data. One possible solution to these challenges is a Discrete Global Grid System (DGGS) which was recently announced as a new standard by the Open Geospatial Consortium (OGC). If Canada plans to utilize a DGGS in the future to reference geospatial data, research is needed to explore characteristics and suitability of different DGGSs. Although hexagonal and triangular based DGGSs are popular, the square based rHEALPix DGGS mirrors the geographic grid more closely and has many advantages. This paper reviews key features of the rHEALPix DGGS, outlines recent work and qualitatively considers cell shape and cell orientation with respect to Canada, including how variations can be avoided or exploited by rotating the grid. Keywords: Discrete Global Grid System; rHEALPix DGGS; Canada; Spatial data structure Draft 1. Introduction In recent years the growth in the number of ground, airborne, and satellite sensors has led to a significant increase in the amount, variety and rate of collection of geospatial data.
    [Show full text]
  • GNSS-R Earth Monitoring
    Earth Observation with GNSS Reflections E-GEM – GNSS-R Earth Monitoring D4.1 State of the Art Description Document 13 - Jan 15 Prepared by: Estel Cardellach (ICE-CSIC/IEEC), Sections 1, 2, 3, 4, 5 Tiago Peres and Rita Castro, Nuno Catarino (DEIMOS), Section 2.3 Nilda Sanchez (USAL), Maria Piles, Adriano Camps (UPC) section 5.4.4 Leila Guerriero (TOV-DICII), review of Sections 5.4 and 5.5 Nazzareno Pierdicca (DIET), review of Sections 5.4 and 5.5 Jorge Bandeiras (DEIMOS), document formatting andApproved review by: E-GEM Steering Committee REF: E- GEM- CSC- TEC- TNO01 VER: 35 Earth Observation with GNSS Reflections Table of Contents 1 Introduction ................................................................................................................................................................. 6 1.1 Basics of GNSS-RefLectometry ............................................................................................................................. 6 2 ConsteLLations and SignaLs ............................................................................................................................................ 9 2.1 Systems and ConstelLations ................................................................................................................................ 9 2.2 Spatial Coverage ................................................................................................................................................ 10 2.3 GNSS SignaLs .....................................................................................................................................................
    [Show full text]