Publishing Geodata on the Web

Total Page:16

File Type:pdf, Size:1020Kb

Publishing Geodata on the Web 2015-ENST 0022 EDITE - ED 130 Doctorat ParisTech TH ESE` pour obtenir le grade de docteur delivr´ e´ par TELECOM ParisTech Specialit´ e´ Sciences de l’information present´ ee´ et soutenue publiquement par Ghislain Auguste ATEMEZING le 10 avril 2015 Publishing and Consuming Geo-Spatial and Government Data on the Semantic Web Directeur de these` : Raphael¨ TRONCY Jury M. Sren AUER, Professeur, IAIS, Universite´ de Bonn, Allemagne Rapporteur Mme. Chantal REYNAUD, Professeur, INRIA Saclay, Universite´ de Paris XI, France Rapporteur M. Roberto GARCIA, Maˆıtre de Confrences associe,´ Universitat de Lleida, Espagne Examinateur M. Andreas HARTH, Maˆıtre de Conferences,´ Institut AIFB, Karlsruhe, Allemagne Examinateur Mme. Elisabeth METAIS, Professeur, CNAM - Equipe ISID, France Examinateur M. Sebastien´ MUSTIERE, HDR, COGIT-IGN, France Invite´ TELECOM ParisTech ecole´ de l’Institut Tel´ ecom´ - membre de ParisTech i To all those who helped me to make this dream coming true. “Things don’t have to change the world to be important”. -Steve Jobs - Acknowledgements This thesis is the result of part of my work carried out in the context of two Projects: the DATALIFT Project (ANR-10-CORD-009), and the APPS4EUROPE Project. There are many people I want to thank since they kindly supported me in so many different ways for the successful completion of this thesis. I am indebted to my thesis advisor Dr. Raphael¨ Troncy for giving me the opportunity for a PhD. at EURECOM / Telecom ParisTech. Throughout my PhD he provided helpful ideas and encouraging support in this exciting domain of Semantic Web . I would like to thank my committee members, the reviewers Prof. Soren¨ AUER and Pr. Chantal REYNAUD, and furthermore the examiners Pr. Elisabeth METAIS, Dr. An- dreas HARTH and Dr. Roberto GARCIA for their precious time, shared positive insight and guidance. A special thanks to Dr. Sebastien´ MUSTIERE for accepting our invitation. I would like to express my deepest appreciation for all the colleagues and partners of Datalift project for all the exchanges during the duration of the project. I would like to thank specially Bernard, Pierre-Yves, Nathalie, Laurent. It was a pleasure to work and exchange with them. My sincere thanks are due to all the members of the W3C Government Linked Data Working Group, specially to Bernadette Hyland, Boris Villazon-Terrazas,´ Richard Cyga- niak, Dave Reynolds and Phil Archer. We had many intensive moments of exchange and collaborations. I would like also to show my sincerest gratitude to all my mentors at OEG/UPM (Madrid) for providing me first skills on ontology engineering: Pr. Asuncion Gomez´ and Dr. Oscar Corcho. Their enthusiasm and dedication to research on this field were truly inspiring. My warmest thanks to my colleagues who supported me during my Ph.D. Precisely, I would like to thank Houda, Giuseppe, Jose´ Luis, Vuk and Ahmad. Also, I thank all those working at EURECOM, they made my stay at EURECOM very pleasant. Thanks also to Jodi Schneider for her insightful comments to this document. I would like to express my deepest thanks to my wife, Veronica´ Alvarez´ Aguilar, who gave me all her patience and comprehension since the beginning of this adventure. I owe my family my profound gratitude because they always supported and believed in me: spe- cially my parents Genevieve Djifack and Prosper Tabondjou; and all my brothers and sisters: Stephanie, Judith, Arlette, Mathias, Alvine, Edwige, Yannick. Lastly, special thanks to my friends for their unwavering friendship, moral and infinite support. Abstract Over the past few years, the domain of Open Data has received an increasing attention from public administrations. Potential benefits for citizens include more transparency in the decision making, a better governance and a virtuous development of a digital eco-system that would create added-value apps when processing and analyzing open data. However, opening up and publishing data is not enough to create this data value chain due to a number of challenges such as the heterogeneity of formats (XML, CSV, Excel, PDF, Shape Files), the variety of access methods (API, database, dump) and the lack of nomenclature that would enable to better re-use and interconnect datasets. In this thesis, we explore how semantic web technologies can be used to tackle the research problems related to the integration and consumption of geo-spatial data. This thesis applies the Linked Data principles in the domain of geographic information (a key domain for open government). In particular, we address three key challenging problems in the publishing workflow of geospatial open data publication and consumption, with real world use cases from the the French National mapping agency (IGN): (1) How to efficiently represent and store geospatial data on the Web to ensure interoperable applications? (2) What are the best options for a user to interact with semantic content using visualizations? (3) What are the mechanisms that support preserving structured data of a high quality on the Web? Our contributions are thus break down into three parts with applications in the geograph- ical domain. We propose and model four vocabularies for representing coordinate reference systems (CRS), topographic entities and their geometries. These ontologies extend existing vocabularies and add two additional advantages: an explicit use of CRS identified by URIs for geometry, and the ability to describe structured geometries in RDF. We have contributed to the development of the Datalift platform that aims to support lay users in the process of ”lifting” raw data into RDF. We have published the French authoritative database GEOFLA using this tool and we provide a systematic evaluation of the performances of the most used endpoints when dealing with spatial queries. Regarding the consumption of linked data, after reviewing different categories of visual- ization (generic and Linked Data specific), we propose a vocabulary for Describing VIsual- ization Applications (DVIA). We formalize and implement a novel workflow for visualizing datasets with the LDVizWiz tool: a Linked Data Visualization Wizard. The last part of the thesis describes contributions to the Linked Open Vocabularies (LOV) catalogue: it shows how LOV can be used with an ontology modeling methodology (e.g. the NeOn methodology) to improve reuse of vocabularies. We propose an heuristic to align vo- cabularies and a ranking of vocabularies based on information content (IC) metrics. Finally, the thesis provides answers on how to check the license compatibility between vocabularies and datasets in the publication workflow. Through this thesis, we demonstrate the benefits of using semantic technologies and W3C standards to improve the discovery, interlinking and visualization of geospatial government data for their publication on the Web. Contents Abstract . iii Contents . vi List of Figures . xi List of Tables . xiii List of Listings . xv List of Publications . xvii Acronyms . xx 1 Introduction 1 1.1 Context . .1 1.1.1 Geographic Information (GI) . .3 1.1.2 Geographic Data in the Linked Data Cloud . .4 1.2 Research Questions . .6 1.3 Contributions . .9 1.3.1 Modeling, publishing and querying geodata . .9 1.3.2 Visualization Tools in Linked Government Data . 10 1.3.3 Contributions to Standards . 11 1.4 Thesis Outline . 12 I Modeling, Interconnecting and Generating Geodata on the Web 15 2 Geospatial Data on the Web 17 2.1 Geographic Information . 18 2.1.1 Specificity . 18 2.1.2 Data Formats and Serialization . 20 2.2 A REST Service for Converting Geo Data . 21 2.2.1 Background . 21 2.2.2 Why a REST Service is Needed? . 22 2.2.3 API Access and Implementation . 23 2.3 Current Modeling Approach . 26 2.3.1 Status of Vocabularies Usage for Geospatial Data . 27 2.3.2 Geospatial Vocabularies . 31 2.3.3 Georeferencing Data on the Web . 32 2.4 Vocabularies for Geometries and Feature Types . 36 2.4.1 Motivation . 36 2.4.2 A vocabulary for Geometries . 37 2.4.3 A Vocabulary for Topographic Entities . 39 2.4.4 Discussions . 41 2.5 Summary . 42 viii Contents 3 Publishing, Interlinking and Querying Geodata 43 3.1 Current Representation of Geodata on the Web . 44 3.1.1 DBpedia Modeling . 44 3.1.2 Geonames Modeling . 45 3.1.3 LinkedGeoData Modeling . 45 3.1.4 Discussion . 45 3.2 Existing Tools for Converting Geospatial Data . 46 3.2.1 Geometry2RDF . 46 3.2.2 TripleGeo . 46 3.2.3 shp2GeoSPARQL . 47 3.2.4 GeomRDF: Datalift tool for Converting Geodata . 47 3.2.5 Limitations of Existing Tools . 48 3.3 Interlinking Geospatial Vocabulary and Data . 49 3.3.1 Criteria for Interlinking Geospatial Data . 50 3.3.2 Functions for Comparing Geometries . 50 3.3.3 GeOnto Alignment Process Scenario . 52 3.4 Survey on Triple Stores and Workbench . 53 3.4.1 Generic Triple Stores . 53 3.4.2 Geospatial Triple Stores . 54 3.4.3 Assessing Triple Stores . 55 3.4.4 Workbench for Geospatial Data . 56 3.5 Datalift: A tool for Managing Linked (Geo)Data Publishing Workflow . 58 3.5.1 Functionalities of the Datalift Platform . 58 3.6 Publishing French Authoritative Datasets . 62 3.6.1 Publishing French Administrative Units (GEOFLA) . 62 3.6.2 Publishing the French Gazetteer . 64 3.6.3 Publishing Addresses of OSM-France in RDF . 64 3.6.4 Status of the French LOD cloud (FrLOD) . 68 3.7 Evaluation of Spatial Queries . 70 3.7.1 Querying LinkedGeodata . 70 3.7.2 Querying FactForge (OWLIM) . 71 3.7.3 Querying Structured Geometries . 71 3.8 Summary . 72 II Generating Visualizations for Linked Data 73 4 Analyzing and Describing Visualization Tools and Applications 75 4.1 Survey on Visualization Tools . 75 4.1.1 Tools for visualizing Structured Data . 76 4.1.2 Tools for visualizing RDF Data . 78 4.1.3 Discussion .
Recommended publications
  • What3words Geocoding Extensions and Applications for a University Campus
    WHAT3WORDS GEOCODING EXTENSIONS AND APPLICATIONS FOR A UNIVERSITY CAMPUS WEN JIANG August 2018 TECHNICAL REPORT NO. 315 WHAT3WORDS GEOCODING EXTENSIONS AND APPLICATIONS FOR A UNIVERSITY CAMPUS Wen Jiang Department of Geodesy and Geomatics Engineering University of New Brunswick P.O. Box 4400 Fredericton, N.B. Canada E3B 5A3 August 2018 © Wen Jiang, 2018 PREFACE This technical report is a reproduction of a thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in Engineering in the Department of Geodesy and Geomatics Engineering, August 2018. The research was supervised by Dr. Emmanuel Stefanakis, and support was provided by the Natural Sciences and Engineering Research Council of Canada. As with any copyrighted material, permission to reprint or quote extensively from this report must be received from the author. The citation to this work should appear as follows: Jiang, Wen (2018). What3Words Geocoding Extensions and Applications for a University Campus. M.Sc.E. thesis, Department of Geodesy and Geomatics Engineering Technical Report No. 315, University of New Brunswick, Fredericton, New Brunswick, Canada, 116 pp. ABSTRACT Geocoded locations have become necessary in many GIS analysis, cartography and decision-making workflows. A reliable geocoding system that can effectively return any location on earth with sufficient accuracy is desired. This study is motivated by a need for a geocoding system to support university campus applications. To this end, the existing geocoding systems were examined. Address-based geocoding systems use address-matching method to retrieve geographic locations from postal addresses. They present limitations in locality coverage, input address standardization, and address database maintenance.
    [Show full text]
  • Location Encoding Systems – Could Geographic Coordinates Be Replaced and at What Cost? Gogeomatics
    Stefanakis, E., 2016. Location Encoding Systems – Could geographic coordinates be replaced and at what cost? GoGeomatics. Magazine of GoGeomatics Canada. March 2016. Location Encoding Systems – Could geographic coordinates be replaced and at what cost? Geocoding is the process of converting a street address into a physical location that can be described with a pair of geographic coordinates. It is estimated that over 40% of the world population is physically disconnected because of lack of a street address. But even when street addresses are available, they are very often unable to describe the location. For example, locations inside parks or large facilities (e.g., stadiums or hospitals with multiple entrances) may be hundreds of meters away from the nearest address. The use of directions (such as “behind the main building find a storehouse; deliver the package at the right door facing the park”) instead of an address has become a common practice. However, this is usually ambiguous as it relies on local knowledge, while it cannot be interpreted automatically. Figure 1. UNB Campus. Three locations in Faculty of Engineering building. The street address to all of them is that of the Main Entrance: 15 Dineen Drive, Fredericton, NB. The wide spread of smartphones and mobile devices on one hand, and the extended internet accessibility on the other, have brought back the problem of geocoding in geomatics research and development. A geographic point location described by numbers (coordinates) – the geographic latitude and longitude as well as the height or depth – can be found more easily than ever by most of the users (as the smartphone becomes default equipment; I still resist and don’t have one!).
    [Show full text]
  • Titel Des Beitrages, Formatvorlage Titel, 14 Pt, Fett, Zentriert
    Bill, R., Zehner, M. L. (Hrsg.) GeoForum MV 2020 – Geoinformation als Treibstoff der Zukunft GeoForum MV 2020 – Geoinformation als Treibstoff der Zukunft Bill, R., Zehner, M. L. (Hrsg.) Verein der Geoinformationswirtschaft Mecklenburg-Vorpommern e.V. Vorstand Lise-Meitner-Ring 7 D-18059 Rostock Dieses Werk ist lizenziert unter einer Creative Commons „Namensnennung - Nicht-kommer- ziell - Weitergabe unter gleichen Bedingungen“ 4.0 International 4.0 (CC BY NC SA). Der Text der Lizenz ist unter https://creativecommons.org/licenses/by-nc-sa/4.0/ abrufbar. Eine Zusammenfassung (kein Ersatz) ist nachlesbar unter: https://creativecommons.org/ licenses/by-nc-sa/4.0/legalcode ISBN 978-3-95545-337-4 Bibliografische Information der Deutschen Nationalbibliothek Die Deutsche Nationalbibliothek verzeichnet diese Publikation in der Deutschen Nationalbibliographie; detaillierte bibliografische Daten sind im Internet über http://dnb.d-nb.de abrufbar. Das Werk einschließlich aller seiner Teile ist urheberrechtlich geschützt. Jede Verwertung außerhalb der engen Grenzen des Urheberrechtsgesetzes ist ohne Zustimmung des Verlages unzulässig und strafbar. Das gilt insbesondere für Ver- vielfältigungen, Übersetzungen, Mikroverfilmungen und die Einspeicherung und Verarbeitung in elektronischen Systemen. Veröffentlicht im GITO Verlag 2020 Gedruckt und gebunden in Berlin 2020 © GITO mbH Verlag Berlin 2020 GITO mbH Verlag für Industrielle Informationstechnik und Organisation Kaiserdamm 23 14059 Berlin Tel.: +49.(0)30.41 93 83 64 Fax: +49.(0)30.41 93 83 67 E-Mail: [email protected] Internet: www.gito.de Bill, R., Zehner, M. L. (Hrsg.) GeoForum MV 2020 – Geoinformation als Treibstoff der Zukunft GeoForum MV 2020 Geoinformation als Treibstoff der Zukunft Tagungsband zum 16. GeoForum MV www.geomv.de/geoforum Warnemünde, 20.
    [Show full text]
  • Comparative Evaluation of Alternative Addressing Schemes
    GEOProcessing 2016 : The Eighth International Conference on Advanced Geographic Information Systems, Applications, and Services Comparative Evaluation of Alternative Addressing Schemes Konstantin Clemens Technische Universitat¨ Berlin Service-centric Networking [email protected] Abstract—Alternative addressing schemes are developed to be valid postal address can only address existing entities, flexible and user friendly, while at the same time unambiguous perfectly valid AAS can reference any point on earth. and processable in an automated way. In this paper, four schemes 3) Postal addresses resolve to a variable degree of are compared to WGS84 latitude and longitude coordinates - an accuracy, as it is required. In urban centers, where addressing scheme for itself. An experiment with human users many entities are to be addressed in a small area, checks how user friendly the various schemes are and what classes multiple postal addresses address every single one of errors the users make. The results show that comprehensible and recognizable address elements are contributing towards a naturally. In some cases additional address elements user friendly address scheme. are added to, e.g., specify a lot within a mall with one house number. In rural areas, on the other hand, Keywords–Geocoding; Address Schemes; Geohash; GIS. postal addresses may refer to areas with groups of buildings. AAS uniformly resolve to a fixed accuracy I. INTRODUCTION on the entire globe. Nowadays, when referencing a location, most often postal 4) Postal addresses are composed from geographic area addresses are used. That is because postal addresses are espe- names as cities and regions. These areas usually have cially easy to use: A postal address is a compound of entities existed for a long time.
    [Show full text]
  • PDF Download
    Published online: 2021-05-12 THIEME e20 Original Article Proposing an International Standard Accident Number for Interconnecting Information and Communication Technology Systems of the Rescue Chain Nicolai Spicher1 Ramon Barakat1 Ju Wang1 Mostafa Haghi1 Justin Jagieniak2 Gamze Söylev Öktem2 Siegfried Hackel2 Thomas Martin Deserno1 1 Peter L. Reichertz Institute for Medical Informatics of TU Address for correspondence Nicolai Spicher, PhD, Peter L. Reichertz Braunschweig and Hannover Medical School, Braunschweig, Institute for Medical Informatics of TU Braunschweig and Hannover Germany Medical School, Mühlenpfordtstraße 23, 38106 Braunschweig, 2 Physikalisch-Technische Bundesanstalt PTB, National Metrology Germany (e-mail: [email protected]). Institute of Germany, Braunschweig, Germany Methods Inf Med 2021;60:e20–e31. Abstract Background The rapid dissemination of smart devices within the internet of things (IoT) is developing toward automatic emergency alerts which are transmitted from machine to machine without human interaction. However, apart from individual projects concentrating on single types of accidents, there is no general methodology of connecting the standalone information and communication technology (ICT) systems involved in an accident: systems for alerting (e.g., smart home/car/wearable), systems in the responding stage (e.g., ambulance), and in the curing stage (e.g., hospital). Objectives We define the International Standard Accident Number (ISAN) as a unique tokenforinterconnectingtheseICTsystemsandtoprovideembeddeddatadescribing Keywords the circumstances of an accident (time, position, and identifier of the alerting system). ► accidents (D000059) Materials and Methods Based on the characteristics of processes and ICT systems in ► emergency medical emergency care, we derive technological, syntactic, and semantic requirements for the services (D004632) ISAN, and we analyze existing standards to be incorporated in the ISAN specification.
    [Show full text]
  • Challenges and Opportunities for Geospatial Integration Into
    JOURNAL OF APPLIED GOSPATIAL INFORMATION Vol 1 No 2 2017 http://jurnal.polibatam.ac.id/index.php/JAGI ISSN Online: ISSN Online: 2579-3608 Challenges and opportunities for geospatial integration into ‘trotro’ road travel in Ghana Gift Dumedah Kwame Nkrumah University of Science & Technology, Kumasi, Ghana *Corresponding author e-mail: [email protected] Received: October 08, 2017 Abstract Accepted: December 04, 2017 Travel routing is vital for an efficient delivery of public and private services and Published: December 05, 2017 the movement of people and goods. In Ghana, the major nature of travel routing is through the ‘trotro’ system. The trotro system uses an automobile to move people Copyright © 2017 by author(s) and and goods along a prescribed travel route, with locally known stops where people Scientific Research Publishing Inc. get on and off the vehicle. The trotro system is significant because Ghana's road network and street addressing are imperfectly mapped. Thus, this paper critically Open Access evaluates the research challenges and opportunities for the development of an integrated trotro geographic addressing system. The widespread trotro address assignment and the availability of geolocation technology on mobile phones, make the integrated trotro geographic addressing framework an inexpensive and a comprehensive approach. The key research questions that need investigation for the development of such an integrated geographic addressing system are identified, together with a critical review of the problem, and its research challenges and prospects. Keywords: GIS, Road travel, Trotro, Global Positioning System, GPS mapping, Travel routing 1. Introduction Ghana's road network and street addressing are growing economic and social rationale to address imperfectly mapped, with limited, inaccurate and this challenge.
    [Show full text]
  • Geocoding User Queries
    Geocoding User Queries Dipl.-Inf. Konstantin Clemens ORCID: 0000-0003-1892-9574 an der Fakultät VII – Wirtschaft und Management der Technischen Universität Berlin zur Erlangung des akademischen Grades Doktor der Ingenieurwissenschaften - Dr.-Ing. - genehmigte Dissertation Promotionsausschuss: Tag der wissenschaftlichen Aussprache: Vorsitzender: 10. Dezember 2019 Prof. Dr. Manfred Hauswirth Gutachter: Prof. Dr. Axel Küpper Prof. Dr.-Ing. Jochen Schiller Prof. Dr.-Ing. David Bermbach Berlin 2020 Technische Universität Berlin Fakultät IV Service-centric Networking Doctoral Thesis Geocoding User Queries Author: Supervisors: Konstantin Clemens Prof. Dr. Axel Küpper Prof. Dr.-Ing. Jochen Schiller Prof. Dr.-Ing. David Bermbach iii Declaration of Authorship I, Konstantin Clemens, declare that this thesis titled, “Geocoding User Queries” and the work presented in it are my own. I conrm that: • This work was done wholly or mainly while in candidature for a research degree at this University. • Where any part of this thesis has previously been submitted for a degree or any other qualication at this University or any other institution, this has been clearly stated. • Where I have consulted the published work of others, this is always clearly attributed. • Where I have quoted from the work of others, the source is always given. With the exception of such quotations, this thesis is entirely my own work. • I have acknowledged all main sources of help. • Where the thesis is based on work done by myself jointly with others, I have made clear exactly what was done by others and what I have contributed myself. Signed: Date: v Abstract While human users refer to locations using toponyms and addresses, computers rely on latitude and longitude coordinates, or similar, numerical encoding of location information.
    [Show full text]
  • Deploying BGP Large Communities
    Deploying BGP Large Communities Greg Hankins [email protected] Nokia 2017-04-26 GPF 12.0, New York 1 Network Operators Use BGP Communities • RFC 1997 style communities have been available for the past 20 years – Encodes a 32-bit value displayed as: “16-bit ASN:16-bit value” – Designed to simplify Internet routing policies – Signals routing information between networks so that an action can be taken • Broad support in BGP implementations RFC 1997 Communities Examples • Widely deployed and required by network operators for Internet routing Source: https://www.us.ntt.net/support/policy/routing.cfm (AS 2914) 2017-04-26 GPF 12.0, New York 2 Needed RFC 1997 Style Communities, but Larger • We knew we’d run out of 16-bit ASNs eventually and came up with 32-bit ASNs – RIRs started allocating 32-bit ASNs by request in 2007, no distinction between 16-bit and 32-bit ASNs now • However, you can’t fit a 32-bit value into a 16-bit field – Can’t use native 32-bit ASNs with RFC 1997 communities • Needed an Internet routing communities solution for 32-bit ASNs for almost 10 years – Parity and fairness so everyone can use their globally unique ASN 2017-04-26 GPF 12.0, New York 3 The Solution: RFC 8092 “BGP Large Communities Attribute” • Idea progressed rapidly from inception in March 2016 • First I-D in September 2016 to RFC publication on February 16, 2017 in just seven months • Final standard, plus a number of implementation and tools developed as well • Network operators can test and deploy the new technology now Cake and photo courtesy of the NTT Communications NOC.
    [Show full text]
  • Research for GEOCODE (Geospatial Entity Object Code) to Represent A
    Research for GEOCODE (Geospatial Entity Object Code) to represent a geographic point of interest (POI) and methods to evaluate or choose codes for an appropriate purpose 地理的座標を表現するコードシステムと、目的に応じたコードの評価お よび選択手法の研究 Naoki Ueda and Venkatesh Raghavan Graduate School for Creative Cities, Osaka City University, 3-3-138 Sugimoto, Sumiyoshi-ku, Osaka 558-8585, Japan ABSTRACT: A time-expression format such as “10:15” is common and everyone uses it naturally in daily life. In contrast, a location-expression format, such as “latitude and longitude,” are not used in daily life. This is because it is not convenient for people to remember and use. Today, a GPS device is built-into most mobile phones and many location-based services (LBS) are gaining popularity. However, we still use a descriptive explanation to show location and spend much time and cost to communicate a location to others. Therefore, in attempts to handle location as easily as time, various GEOCODEs (geospatial entity object code) have been invented around the world. All, however, are not yet in popular use. In this report, an overview of GEOCODE is introduced and some perspectives given to evaluate and choose an appropriate GEOCODE for a specific purpose. The author of this report is a GEOCODE researcher and an inventor of several GEOCODEs. KEY WORDS: GIS, LBS, Coordinates, GEOCODE, geospatial entity object code 概要:時刻を表す『10:15』のようなフォーマットは、ごく自然に日常生活の中で使われています。 これに対して、場所を表すフォーマット、例えば『緯度・経度』は日常生活で自然に使用できるよう な便利なフォーマットではなく、あまり利用されていません。 今日、ほとんどの携帯電話には GPS 機能が内蔵され、位置ベースサービス(LBS)が普及してきました。 しかし、我々は場所を表すには住所や説明的な文章を使うことが多く、他社に場所を伝えるときに大 変な労力を使っています。 まだ一般的ではありませんが、時刻と同じように簡単に場所を扱えるように、これまでたくさんのジ オコード(地理空間物を特定するコード)が世界中で発明されてきました。 本レポートの筆者はいくつかのジオコードの発明者でもあり、ジオコードの研究者でもあります。本 レポートでは、ジオコードの概要を紹介し、目的に応じたジオコードを評価・選択する上でポイント となる幾つかの「視点」を紹介します。 キーワード:GIS、LBS、座標、ジオコード 1.
    [Show full text]
  • Innovative Locations and Addressing in Australia November 2015
    Review of Innovative Locations and Addressing in Australia 1 November 2015 Version 1.0 Innovative Locations and Addressing in Australia COPYRIGHT All material in this publication is licensed under the Creative Commons Attribution 3.0 Australia Licence, save for content supplied by third parties, and logos. 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. The full licence terms are available from creativecommons.org/licenses/by/3.0/au/ legalcode. A summary of the licence terms is available from creativecommons.org/ licenses/by/3.0/au/deed.en. DISCLAIMER While every effort has been made to ensure its accuracy, the CRCSI does not offer any express or implied warranties or representations as to the accuracy or completeness of the information contained herein. The CRCSI and its employees and agents accept no liability in negligence for the information (or the use of such information) provided in this report. ii Innovative Locations and Addressing in Australia Contents 1 Introduction ................................................................ 2 1.1 Project Background and Objectives ................................................................................................ 2 1.2 Scope & Deliverables ...................................................................................................................... 2 1.3 Methodology ...................................................................................................................................
    [Show full text]
  • Geocoding User Queries
    Geocoding User Queries Dipl.-Inf. Konstantin Clemens ORCID: 0000-0003-1892-9574 an der Fakultät IV – Elektrotechnik und Informatik der Technischen Universität Berlin zur Erlangung des akademischen Grades Doktor der Ingenieurwissenschaften - Dr.-Ing. - genehmigte Dissertation Promotionsausschuss: Tag der wissenschaftlichen Aussprache: Vorsitzender: 10. Dezember 2019 Prof. Dr. Manfred Hauswirth Gutachter: Prof. Dr. Axel Küpper Prof. Dr.-Ing. Jochen Schiller Prof. Dr.-Ing. David Bermbach Berlin 2020 Technische Universität Berlin Fakultät IV Service-centric Networking Doctoral Thesis Geocoding User Queries Author: Supervisors: Konstantin Clemens Prof. Dr. Axel Küpper Prof. Dr.-Ing. Jochen Schiller Prof. Dr.-Ing. David Bermbach iii Declaration of Authorship I, Konstantin Clemens, declare that this thesis titled, “Geocoding User Queries” and the work presented in it are my own. I conrm that: • This work was done wholly or mainly while in candidature for a research degree at this University. • Where any part of this thesis has previously been submitted for a degree or any other qualication at this University or any other institution, this has been clearly stated. • Where I have consulted the published work of others, this is always clearly attributed. • Where I have quoted from the work of others, the source is always given. With the exception of such quotations, this thesis is entirely my own work. • I have acknowledged all main sources of help. • Where the thesis is based on work done by myself jointly with others, I have made clear exactly what was done by others and what I have contributed myself. Signed: Date: v Abstract While human users refer to locations using toponyms and addresses, computers rely on latitude and longitude coordinates, or similar, numerical encoding of location information.
    [Show full text]
  • Address Encoding Versus Traditional Addressing – the State of Play
    Address encoding versus traditional addressing – the state of play A solution looking for a problem? Any discussion around the need for new addressing systems must be grounded in a solid foundation of fact. There is a large amount of disinformation being quoted, requoted and misquoted. I must therefore start this paper by trying to set the record straight. The number of unaddressed currently on this planet lies somewhere between zero and 2 billion (Rhind, 2015a), depending on how an address is defined. The oft-quoted 4 billion unaddressed has no basis in fact, and has no meaning when “address” is not defined. The source of this figure is a mystery. The most relevant reference to it, and one which is used most often to support this figure, is McDonald (2012), but that paper actually quotes that: “… 4 billion people are excluded from the rule of law because they do not have a legal identity.” To extrapolate from this that these 4 billion have no addresses, as being the cause of their lack of legal identity, is fallacious, and easily disproved. Allowing “address” to mean a postal address, and excluding access to post office boxes, the number of those without an address may be 2 billion. However, as we all occupy a place on the Earth’s surface, a set of geographical co-ordinates (latitude and longitude) can be assigned to each of us at any moment in time. This fact is used by location encoding systems as the basis of their codes, and, this being the case, the number of unaddressed could also be argued to be zero.
    [Show full text]