Geocoding User Queries

Total Page:16

File Type:pdf, Size:1020Kb

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. Geocoding is the process of resolving such toponyms and addresses into machine-friendly numerical encoding. Thus, wherever human users need to specify a location to a computer, geocoding is involved. The process, thereby, is mainly dependent on two aspects. Firstly, the underlying address data needs to be complete, up-to-date, and accurate as otherwise, the geocoding result will not be precise. Secondly, the algorithms that process the user input query, browse candidates within the data and select the right result to the query need to be capable of handling queries of human users. In this thesis, the specics of human input addresses are tackled. Various kinds of modications occur to an address when humans are involved. For example, address formats are not adhered to, superuous tokens are specied, while required parts of an address are left out of the query. Also, humans abbreviate, escape, or misspell address element names often. The goal of this thesis is to investigate the algorithmic aspect of geocoding systems. Throughout the thesis, ways to process, organize, index, and rank address data are investigated independently of the underlying data. As a result, a method for creating a geocoding system with good precision and recall metrics even in the face of the human factor is developed. A sequence of experiments is executed that gradually build on top of each other. First, the use of a generic document search engine as the index of a geocoding system is validated. Next, a suitable address model for indexing and searching is selected. Then, using log data from a live geocoding system, a statistical model is created that can be used to generate user-like requests. A similar approach based on the log data is evaluated to create geocoding systems that perform measurably better than geocoding systems relying on common methods to handle user queries. Finally, a process is developed that continuously improves a geocoding system using user queries issued against it. The measurements prove that the path chosen in this thesis is a viable method to create geocoding systems that can handle user queries better than geocoding systems relying on common techniques. vii Zusammenfassung Menschen benutzen Adressen um Standorte zu beschreiben. Computer hingegen benutzen Längen- und Breitengrade, oder ähnliche numerische Kodierungen dafür. Den Prozess der Umwandlung einer Adresse in Längen- und Breitengrade nennt man Geocoding. Jedes Mal, wenn ein Mensch einem Computer einen Standort nennt, wird dieser Prozess ausgeführt. Dabei sind zwei Aspekte besonders wichtig für das Geocoding. Erstens, die von dem Prozess benutzen Daten müssen aktuell, vollständig und genau sein da sonst das Ergebnis ungenau sein kann. Zweitens müssen die von dem Prozess benutzen Algorithmen mit menschlichen Eingaben umgehen zu können. Diese sind dafür zuständig die Eingabe zu verarbeiten, die Daten zu durchsuchen und das richtige Ergebnis auszuwählen. Verschiedene Veränderungen der eigentlichen Adresse kommen vor, wenn Menschen diese von Hand eingeben. Zum Beispiel halten sich Menschen oft nicht an geltende Formate und spezizieren überüssige Entitäten während sie notwendige Elemente von Adressen weglassen. Außerdem benutzen Menschen manchmal Abkürzungen, lassen Umlaute oder Akzente weg, oder machen schlicht Fehler, wenn sie eine Adresse eingeben. Das Ziel dieser Arbeit ist es den algorithmischen Teil von Geocoding Systemen zu untersuchen. In dieser Dissertation werden Methoden zum Vorbereiten, Organisieren, Indizieren, und Sortieren von Adressdaten unabhängig von den Daten selbst erforscht. Das Ergebnis ist ein Verfahren zum Erstellen von Geocoding Systemen, die sogar angesichts des menschlichen Faktors eine gute Genauigkeit und Treerquote aufweisen. Eine Serie von Experimenten, die auf einander aufbauen, wird dazu ausgeführt. Zunächst wird überprüft, dass eine generische Suchmaschine als Kern eines Geocoding Systems eingesetzt werden kann. Danach wird ein passendes Modell für die Indizierung und Suche von Adressen ausgewählt. Als nächstes wird ein Protokoll eines Geocoding Systems im oenen Betrieb dazu benutzt ein statistisches Modell zu erstellen. Mit dessen Hilfe können Geocoding Anfragen generiert werden, die ähnlich sind zu Anfragen von realen Menschen. Ein ähnlicher Ansatz wird benutzt um ein Geocoding System aufzusetzen, das menschliche Anfragen messbar besser verarbeiten kann als Geocoding Systeme mit gewöhnlichen Methoden. Schließlich wird ein Prozess erarbeitet, der Geocoding Systeme kontinuierlich verbessert. Dazu werden Anfragen benutzt die das System selbst verarbeiten muss. Messergebnisse belegen, dass die in dieser Dissertation vorgeschlagene Vorgehensweise eine plausible Methode ist, um Geocoding Systeme aufzusetzen, die Anfragen von Menschen besser verarbeiten können als Geocoding Systeme mit herkömmlichen Ansätzen. ix Related Publications Many of ideas, methods, and results collected in this thesis have been published in scientic papers and journals and presented at international conferences. To some extent, therefore, parts of this thesis are contained in the following publications: [1] Clemens, K. Automated processing of postal addresses. In GEOProcessing 2013: The Fifth International Conference on Advanced Geographic Information Systems, Applications, and Services (2013). IARIA. [2] Clemens, K. Geocoding with OpenStreetMap Data. In GEOProcessing 2015: The Seventh International Conference on Advanced Geographic Information Systems, Applications, and Services (2015). IARIA. [3] Clemens, K. Qualitative Comparison of Geocoding Systems using OpenStreetMap Data. In ThinkMind: International Journal On Advances in Software, volume 8, numbers 3 and 4, 2015. IARIA. [4] Clemens, K. Comparative Evaluation of Alternative Addressing Schemes. In GEOProcessing 2016: The Eighth International Conference on Advanced Geographic Information Systems, Applications, and Services (2016). IARIA. [5] Clemens, K. Enhanced Address Search with Spelling Variants. In GISTAM 2018: 4th International Conference on Geographical Information Systems Theory, Application and Management (2018). SCITEPRESS. [6] Clemens, K. Indexing Spelling Variants for Accurate Address Search. In: Geographical Information Systems Theory, Applications and Management. 4th International Conference, GISTAM 2018, Funchal, Madeira, Portugal, March 17-19, 2018, Revised Selected Papers (2019). Springer. [7] Clemens, K. Deriving Spelling Variants from User Queries to Improve Geocoding Accuracy. In GISTAM 2019: 5th International Conference on Geographical Information Systems Theory, Application and Management (2019). SCITEPRESS. xi Acknowledgments First of all, I would like to thank my supervisor Prof. Dr. Axel Küpper for providing me with trust and space at times and pushing me to deliver when slowed down. As an external doctorate student, I was able to only spend parts of my time with the research group Service-centric Networking. Even though, I received a lot of support from my fellow research colleagues too, who spent a lot of time discussing with me and reviewing my publications. Dear SNET colleagues, thank you very much for your input. I also understand the time and eort needed to read a body of work as this thesis, provide feedback and grade it. Therefore, my thank also goes to the committee of censors, including Prof. Dr. Axel Küpper, Prof. Dr.-Ing. Jochen Schiller, as well as Prof. Dr.-Ing. David Bermbach. Another big source of support was my former employer HERE Technologies and the many supervisors that I had the opportunity to work with while working at this thesis. They supported me along with my terric colleagues who always had my back while I was doing the research for this thesis. A special thank you goes to
Recommended publications
  • Identifying Locations of Social Significance: Aggregating Social Media Content to Create a New Trust Model for Exploring Crowd Sourced Data and Information
    Identifying Locations of Social Significance: Aggregating Social Media Content to Create a New Trust Model for Exploring Crowd Sourced Data and Information Al Di Leonardo, Scott Fairgrieve Adam Gribble, Frank Prats, Wyatt Smith, Tracy Sweat, Abe Usher, Derek Woodley, and Jeffrey B. Cozzens The HumanGeo Group, LLC Arlington, Virginia, United States {al,scott,adam,frank,wyatt,tracy,abe,derek}@thehumangeo.com Abstract. Most Internet content is no longer produced directly by corporate organizations or governments. Instead, individuals produce voluminous amounts of informal content in the form of social media updates (micro blogs, Facebook, Twitter, etc.) and other artifacts of community communication on the Web. This grassroots production of information has led to an environment where the quantity of low-quality, non-vetted information dwarfs the amount of professionally produced content. This is especially true in the geospatial domain, where this information onslaught challenges Local and National Governments and Non- Governmental Organizations seeking to make sense of what is happening on the ground. This paper proposes a new model of trust for interpreting locational data without a clear pedigree or lineage. By applying principles of aggregation and inference, it is possible to identify locations of social significance and discover “facts” that are being asserted by crowd sourced information. Keywords: geospatial, social media, aggregation, trust, location. 1 Introduction Gathering geographical data on populations has always constituted an essential element of census taking, political campaigning, assisting in humanitarian disasters/relief, law enforcement, and even in post-conflict areas where grand strategy looks beyond the combat to managing future peace. Warrior philosophers have over the millennia praised indirect approaches to warfare as the most effective means of combat—where influence and information about enemies and their supporters trumps reliance on kinetic operations to achieve military objectives.
    [Show full text]
  • ZANCO Journal of Pure and Applied Sciences Utilizing Geographic
    ZANCO Journal of Pure and Applied Sciences The official scientific journal of Salahaddin University-Erbil ZJPAS (2016), 28 (5); 163-111 Utilizing Geographic Coordinates For Postcode Design Haval A. Sadeq Surveying Engineering Department, College of Engineering, University of Salahaddin -Erbil, Erbil, Kurdistan Region, Iraq A R T I C L E I N F O A B S T R A C T Article History: Finding addresses has become a major challenge because of population growth Received: 03/06/2016 and its corresponding effect on city expansion. The use of postcodes is essential to Accepted: 16/08/2016 save time and effort in reaching a destination. This research focuses on the use of Published: 82/11/2016 geographical coordinates to automatically generate postcodes in defining Keywords: addresses. The proposed approach is based on the use of cadastral maps. The Navigation, postcode label in cadastral maps is processed by using image processing tools. The Car Navigation, proposed method has been applied on cadastral map to give postcode for each Global Navigation Satellite parcel. The proposed method has also been applied to the forest map to provide a System (GNSS), code for each tree. The obtained post code can be easily integrated into navigation Cadastral Map software, and people can use the code to reach their destination. The postcode in Corresponding Author: this system is suggested to be used alone without a need for building number or Haval A. Sadeq street name. Email: [email protected] Postcode is important for people and tourists to 1. INTRODUCTION reach a destination, and it can be useful for Finding an address is considered as a delivering utility services, such as electricity daily issue.
    [Show full text]
  • An Iterative Approach to the Parcel Level Address Geocoding of a Large Health Dataset to a Shifting Household Geography
    210 Haag Hall 5100 Rockhill Road Kansas City, MO 64110 (816) 235‐1314 cei.umkc.edu Center for Economic Information Working Paper 1702-01 July 21, 2017 An Iterative Approach to the Parcel Level Address Geocoding of a Large Health Dataset to a Shifting Household Geography by Ben Wilson and Neal Wilson Abstract This article details an iterative process for the address geocoding of a large collection of health encounters (n = 242,804) gathered over a 13 year period to a parcel geography which varies by year. This procedure supports an investigation of the relationship between basic housing conditions and the corresponding health of occupants. Successful investigation of this relationship necessitated matching individuals, their health outcomes and their home environments. This match process may be useful to researchers in a variety of fields with particular emphasis on predictive modeling and up-stream medicine. An Iterative Application of Centerline and Parcel Geographies for Spatio-temporal Geocoding of Health and Housing Data Ben Wilson & Neal Wilson 1 Introduction This article explains an iterative geocoding process for matching address level health encounters (590,058 asthma and well child encounters ) to heterogeneous parcel geographies that maintains the spatio-temporal disaggregation of both datasets (243,260 surveyed parcels). The development of this procedure supports the objectives outlined in the U.S. Department of Housing and Urban Development funded Kansas City – Home Environment Research Taskforce (KC-Heart). The goal of KC-Heart is investigate the relationship between basic housing conditions and the health outcomes of child occupants. Successful investigation of this relationship necessitates matching individuals, their health outcomes and their home environments.
    [Show full text]
  • A Comparison of Address Point and Street Geocoding Techniques
    A COMPARISON OF ADDRESS POINT AND STREET GEOCODING TECHNIQUES IN A COMPUTER AIDED DISPATCH ENVIRONMENT by Jimmy Tuan Dao A Thesis Presented to the FACULTY OF THE USC GRADUATE SCHOOL UNIVERSITY OF SOUTHERN CALIFORNIA In Partial Fulfillment of the Requirements for the Degree MASTER OF SCIENCE (GEOGRAPHIC INFORMATION SCIENCE AND TECHNOLOGY) August 2015 Copyright 2015 Jimmy Tuan Dao DEDICATION I dedicate this document to my mother, sister, and Marie Knudsen who have inspired and motivated me throughout this process. The encouragement that I received from my mother and sister (Kim and Vanna) give me the motivation to pursue this master's degree, so I can better myself. I also owe much of this success to my sweetheart and life-partner, Marie who is always available to help review my papers and offer support when I was frustrated and wanting to quit. Thank you and I love you! ii ACKNOWLEDGMENTS I will be forever grateful to the faculty and classmates at the Spatial Science Institute for their support throughout my master’s program, which has been a wonderful period of my life. Thank you to my thesis committee members: Professors Darren Ruddell, Jennifer Swift, and Daniel Warshawsky for their assistance and guidance throughout this process. I also want to thank the City of Brea, my family, friends, and Marie Knudsen without whom I could not have made it this far. Thank you! iii TABLE OF CONTENTS DEDICATION ii ACKNOWLEDGMENTS iii LIST OF TABLES iii LIST OF FIGURES iv LIST OF ABBREVIATIONS vi ABSTRACT vii CHAPTER 1: INTRODUCTION 1 1.1 Brea, California
    [Show full text]
  • A Cross-Sectional Ecological Analysis of International and Sub-National Health Inequalities in Commercial Geospatial Resource Av
    Dotse‑Gborgbortsi et al. Int J Health Geogr (2018) 17:14 https://doi.org/10.1186/s12942-018-0134-z International Journal of Health Geographics RESEARCH Open Access A cross‑sectional ecological analysis of international and sub‑national health inequalities in commercial geospatial resource availability Winfred Dotse‑Gborgbortsi1,2, Nicola Wardrop2, Ademola Adewole2, Mair L. H. Thomas2 and Jim Wright2* Abstract Background: Commercial geospatial data resources are frequently used to understand healthcare utilisation. Although there is widespread evidence of a digital divide for other digital resources and infra-structure, it is unclear how commercial geospatial data resources are distributed relative to health need. Methods: To examine the distribution of commercial geospatial data resources relative to health needs, we assem‑ bled coverage and quality metrics for commercial geocoding, neighbourhood characterisation, and travel time calculation resources for 183 countries. We developed a country-level, composite index of commercial geospatial data quality/availability and examined its distribution relative to age-standardised all-cause and cause specifc (for three main causes of death) mortality using two inequality metrics, the slope index of inequality and relative concentration index. In two sub-national case studies, we also examined geocoding success rates versus area deprivation by district in Eastern Region, Ghana and Lagos State, Nigeria. Results: Internationally, commercial geospatial data resources were inversely related to all-cause mortality. This relationship was more pronounced when examining mortality due to communicable diseases. Commercial geospa‑ tial data resources for calculating patient travel times were more equitably distributed relative to health need than resources for characterising neighbourhoods or geocoding patient addresses.
    [Show full text]
  • 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]
  • PROBLEMATIC TAXIWAY GEOMETRY STUDY OVERVIEW January 2018 6
    DOT/FAA/TC-18/2 Problematic Taxiway Geometry Federal Aviation Administration William J. Hughes Technical Center Study Overview Aviation Research Division Atlantic City International Airport New Jersey 08405 January 2018 Final Report This document is available to the U.S. public through the National Technical Information Services (NTIS), Springfield, Virginia 22161. U.S. Department of Transportation Federal Aviation Administration NOTICE This document is disseminated under the sponsorship of the U.S. Department of Transportation in the interest of information exchange. The United States Government assumes no liability for the contents or use thereof. The United States Government does not endorse products or manufacturers. Trade or manufacturer's names appear herein solely because they are considered essential to the objective of this report. The findings and conclusions in this report are those of the author(s) and do not necessarily represent the views of the funding agency. This document does not constitute FAA policy. Consult the FAA sponsoring organization listed on the Technical Documentation page as to its use. This report is available at the Federal Aviation Administration William J. Hughes Technical Center’s Full-Text Technical Reports page: actlibrary.act.faa.gov in Adobe Acrobat portable document format (PDF). Technical Report Documentation Page 1. Report No. 2. Government Accession No. 3. Recipient's Catalog No. DOT/FAA/TC-18/2 4. Title and Subtitle 5. Report Date PROBLEMATIC TAXIWAY GEOMETRY STUDY OVERVIEW January 2018 6. Performing Organization Code ANG-E261 7. Author(s) 8. Performing Organization Report No. 1 2 3 Lauren Vitagliano , Garrison Canter , and Rachel Aland 9. Performing Organization Name and Address 10.
    [Show full text]
  • Geocoding and Buffering Addresses in Arcgis
    Spatial Structures in the Social Sciences Geocoding Geocoding and Buffering Addresses in ArcGIS INTRODUCTION Geocoding is the process of assigning location coordinates in a continuous, globlal reference system (Latitude and Longitude, for instance) to street addresses. While street addresses are an easy to understand way for us to make sense of locations in a local area there are many problems will using them for distinguishing locations in the world. Street addresses are generally considered location identifiers within a local reference system; furthermore, a street address system is often discrete, meaning it is only effective for positions that fall on the street network. For this reason the US street network has been digitized and coordinates (lat/long for instance) have been determined for the two points that specify individual line segments (smallest line segments possible). In addition to the global coordinates the street address range for each side of the street is also specified for that segment of the street network. Therefore, based on the known range of street addresses and lat/long coordinates a reasonable approximation can be made of the location of an address on a street in global coordinates. DATA and SHAPEFILES Geocodebuffer.zip can be downloaded from the S4 tutorials section of the training page (http://www.s4.brown.edu/S4/about.htm) It contains: 1) NOSchoolsaddrs.xls: Excel file of addresses of currently open schools in New Orleans 2) NOstreets.shp: a street file for all of Louisiana, the state in which you will be geocoding addresses. 3) Katrina_damage_all2.shp: a file displaying damage sustained across New Orleans from Katrina.
    [Show full text]
  • Resident Hotels Partners with What3words
    PRESS RELEASE 23rd April 2021 RESIDENT HOTELS PARTNERS WITH WHAT3WORDS ///times.solve.elaborate and ///many.wiser.hired are not lockdown scrabble attempts, they are unique three words guests can use to locate Resident Hotels via app, what3words In anticipation of a summer of city exploration, Resident Hotels has partnered with the global geocode app, what3words, to ensure that all guests can quickly and easily find each of The Resident hotels in London and Liverpool A recent study shows that over half of travellers (52%) spent more than an hour getting lost on their last trip.1 Now, The Resident’s guests will be able to pinpoint the exact location they need faster, more easily and without getting lost – leaving them stress free to enjoy a relaxing and comfortable stay. what3words, which has divided the world into 3mx3m squares, means the addresses are more precise than street addresses and more useful than dropping a pin in the centre of the building. This is a more reliable way of navigating and makes travelling in unfamiliar places easier and safer. 1 what3words Consumer Travel Survey based on 2,000 respondents in the UK and USA, aged 18+ Resident Hotels will be communicating each unique set of three words to guests on its pre- arrival communication, on TripAdvisor as well as being listed on the website pages for the four hotels in London and one in Liverpool. what3words is currently available in 40 languages. The app also works offline, which means that international travellers can use it to find each of The Resident hotels confidently.
    [Show full text]
  • Geocoding Guide for Slovakia Table of Contents
    Spectrum Technology Platform Version 12.0 SP1 Geocoding Guide for Slovakia Table of Contents 1 - Geocode Address Global Adding an Enterprise Geocoding Module Global Database Resource 4 2 - Input Input Fields 7 Address Input Guidelines 7 Single Line Input 7 Street Intersection Input 9 3 - Options Geocoding Options 11 Matching Options 14 Data Options 18 4 - Output Address Output 22 Geocode Output 29 Result Codes 29 Result Codes for International Geocoding 33 5 - Reverse Geocode Address Global Input 39 Options 40 Output 44 1 - Geocode Address Global Geocode Address Global provides street-level geocoding for many countries. It can also determine city or locality centroids, as well as postal code centroids. Geocode Address Global handles street addresses in the native language and format. For example, a typical French formatted address might have a street name of Rue des Remparts. A typical German formatted address could have a street name Bahnhofstrasse. Note: Geocode Address Global does not support U.S. addresses. To geocode U.S. addresses, use Geocode US Address. The countries available to you depends on which country databases you have installed. For example, if you have databases for Canada, Italy, and Australia installed, Geocode Address Global would be able to geocode addresses in these countries in a single stage. Before you can work with Geocode Address Global, you must define a global database resource containing a database for one or more countries. Once you create the database resource, Geocode Address Global will become available. Geocode Address Global is an optional component of the Enterprise Geocoding Module. In this section Adding an Enterprise Geocoding Module Global Database Resource 4 Geocode Address Global Adding an Enterprise Geocoding Module Global Database Resource Unlike other stages, the Geocode Address Global and Reverse Geocode Global stages are not visible in Management Console or Enterprise Designer until you define a database resource.
    [Show full text]
  • Guide to Sentinel-1 Geocoding
    Issue: 1.10 Date: 26.03.2019 Guide to S-1 Geocoding Ref: UZH-S1-GC-AD Page 1 / 42 Guide to Sentinel-1 Geocoding Supported by: à Versions up to 1.05: Sentinel-1 Mission Performance Centre (S1MPC) ESRIN Contract No. CLS-DAR-DF-13-041 à Versions 1.06 through 1.10: Subcontract from Telespazio/Vega IDEAS+ Authors: David Small & Adrian Schubert Distribution List Name Affiliation Nuno Miranda ESA-ESRIN David Small UZH-RSL Adrian Schubert UZH-RSL Peter Meadows BAE Guillaume Hajduch CLS Issue: 1.10 Date: 26.03.2019 Guide to S-1 Geocoding Ref: UZH-S1-GC-AD Page 2 / 42 Document Change Record Issue Date Page(s) Description of the Change 0.5 11.07.2017 all Initial Draft Issue 0.7 14.08.2017 Extended discussion of S-1 bistatic residual correction Replaced Figure 5 with S-1 example 0.9 25.08.2017 Corrected some corrupt equation objects; formatting fixes; clari- fied sections on azimuth bistatic corrections. Various minor clar- ifications and corrections spanning the document. 0.91 01.09.2017 Minor edits in response to comments from P. Meadows (BAE) 0.92 01.09.2017 UZH logo added; small correction to Fig. 1 0.95 01.02.2018 New section 4.6.8 added, comparing “out-of-the-box” S-1 prod- uct geolocation accuracy with UZH post-processed accuracy. 1.0 13.02.2018 Edits made to address comments from ESA. 1.01 01.03.2018 Added discussion in section 4.6.8; Final edits made to text flow; added column with ALE requirement to Table 11 and references to S-1 Product Definition and two recent technical notes on pre- cise geocoding.
    [Show full text]
  • Census Bureau Public Geocoder
    1. What is Geocoding? Geocoding is an attempt to provide the geographic location (latitude, longitude) of an address by matching the address to an address range. The address ranges used in the geocoder are the same address ranges that can be found in the TIGER/Line Shapefiles which are derived from the Master Address File (MAF). The address ranges are potential address ranges, not actual address ranges. Potential ranges include the full range of possible structure numbers even though the actual structures might not exist. The majority of the address ranges we have are for residential areas. There are limited address ranges available in commercial areas. Our address ranges are regularly updated with the most current information we have available to us. The hypothetical graphic below may help customers understand the concept of geocoding and Census Geography (addresses displayed in this document are factitious and shown for example only.) If we look at Block 1001 in the example below the address range in red 101-199 is the range of numbers that overlap the actual individual house numbers associated with the blue circles (e.g. 103, 117, 135 and 151 Main St) on that side of the street (i.e. the Left side, note the arrow is pointing to the right on Main Street.) Based on this logic, the from address would be 101 and the to address would be 199 for this address range. Besides providing a user with the geographic location of an address the Census Geocoder can also provide all of the additional Census geographic information associated with a location, for example a Census Block, Tract, County, and State.
    [Show full text]