Global Geocoding API Version 1.5 REST and Java API Developer Guide

Total Page:16

File Type:pdf, Size:1020Kb

Global Geocoding API Version 1.5 REST and Java API Developer Guide Location Intelligence Global Geocoding API Version 1.5 REST and Java API Developer Guide Table of Contents 1 - Installation Appendices Installing the Software 4 Appendix A: Installing the Data 7 Country-Specific Information 136 Appendix B: Language Coverage by Country 691 2 - Using the Global Geocoding Appendix C: API Result Codes 699 Appendix D: Introduction 21 Error Messages 729 Input Address Guidelines 22 Geocoding Capabilities 22 Configured Geocoding Datasets 23 Matching Options 24 Geocoding Options 29 Reverse Geocoding Options 40 Custom Options 44 Candidate Return Information 45 Setting Country-Level Preference Overrides 48 3 - REST Web Services Introduction to Global Geocoding Services 52 Making Requests using HTTP 52 Geocode Service 56 Reverse Geocode Service 90 Capabilities Service 115 Dictionaries Service 126 4 - Java API Getting Started 132 Javadocs 133 Sample Application 134 1 - Installation In this section Installing the Software 4 Installing the Data 7 Installation Installing the Software This chapter covers the following topics: • Using the interactive software installer • Using the silent installer • Publishing the REST web service For system requirements and supported operating systems, see the Release Notes. Global Geocoding API 1.5 REST and Java API Developer Guide 4 Installation Using the Interactive Software Installer Using the Interactive Installer on Windows Note: You need to have administrator rights to install the software. The file name for the installer is: install.exe 1. Launch the installer. 2. Follow the instructions to complete the install. In case of installation failure, review the log file located in your installation directory. In the default installation directory, the log file is located in: C:\Program Files\Pitney Bowes\geocoding\Logs Using the Interactive Installer on UNIX/Linux Note: You must have sufficient privileges to write to the installation directory. The file name for the installer is: install.bin 1. Execute the following command in the console: chmod +x install.bin 2. Start the installer by executing the following command: ./install.bin 3. Follow the instructions provided by the script to complete the install. Using the Silent Installer The silent install process allows you to pre-configure the installation process so that it runs without user intervention. The following table describes the properties in the installer.properties file that need to be set for silent installation. Property Value Description INSTALLER_UI SILENT This property enables the silent installer mode. Global Geocoding API 1.5 REST and Java API Developer Guide 5 Installation Property Value Description USER_INSTALL_DIR Folder/Directory Indicates where the software is to be installed. • On Windows: Use "\\" between folders. For example, C:\\Program Files\\Pitney Bowes\\geocoding • On UNIX/Linux: Use "/" between folders. For example, /usr/pb/geocoding CHOSEN_INSTALL_SET FULL This property indicates that the entire software is to be installed. 1. Uncomment the properties inside the installer.properties file accompanying the installer. 2. Place the installer.properties file in the same directory as the install.exe (Windows)/install.bin (UNIX/Linux) file. 3. After modifying the installer.properties file, run the install using the appropriate install executable for your platform. Publishing the REST Web Service To start the REST Web Server, follow the instructions below for your platform. • On Windows: Run install_dir\tomcat\bin\startup.bat • On UNIX/Linux: Run install_dir/tomcat/bin/startup.sh After the server starts up, run the data installer, followed by the ConfigureData tool. Global Geocoding API 1.5 REST and Java API Developer Guide 6 Installation Installing the Data This chapter covers the following topics: • Using the interactive data installer • Using the silent data installer • Using the data configuration tool • Manually configuring datasets • Setting the geocoding dataset search order • Configuring a User Dictionary Using the Interactive Data Installer After downloading your geocoding datasets, the interactive data installer will install your data. To run the data installer, the following items are required: • The data installer executable: • On Windows: GAPIData.exe — For the default installation, this executable is located in the media\win64 directory. • On UNIX/Linux: GAPIData.bin — For the default installation, this executable is located in the media/platform directory. Where platform may have the following values. Use the one associated with your platform: • linux64—Can be used for all UNIX/Linux systems, except for Solaris and AIX. • solaris64 • aix64 • The installer.properties file — This file contains installer properties that can be modified for your installation. The file is located: • On Windows: For the default installation, the installer.properties file is located in the media\conf directory. • On UNIX/Linux: For the default installation, the installer.properties is located in the media/conf directory. After running the Interactive Data Installer, your geocoding datasets will be installed by default in: • On Windows: media\data directory • On UNIX/Linux: media/data directory Global Geocoding API 1.5 REST and Java API Developer Guide 7 Installation The following table describes the properties that can be modified in the installer.properties file. Property Value Description SGI_MEDIA_PROFILE ALL This property enables the installation of all the countries that are included with the installer. If there are geocoding datasets that are missing when the installer is run, the installation will still continue but will issue a warning. APAC This property enables the installation of the “Asia-Pacific” geocoding dataset. AMER This property enables the installation of the "Americas" geocoding dataset. XWGXWG This property enables the installation of the "World Centroids" geocoding dataset. EMEA This property enables the installation of the "Europe, Middle East and Africa" geocoding dataset. ALLNT This property enables the installation of the NAVTEQ dataset. Using the Interactive Data Installer on Windows Note: When installing multiple geocoding datasets for a country, it is necessary to select and install all of them concurrently to ensure the software will recognize all the datasets for the country. 1. After setting up the installer.properties file, launch the data installer executable: GAPIData.exe. 2. Follow the prompts provided by the installer. In case of installation failure, review the log file located in your installation directory. If the defaults were used for the installation, the log file is located in: C:\Program Files\Pitney Bowes\pbgdata\Logs After the data installation successfully completes, you need to configure the geocoding dataset(s). For details, see Using the Data Configuration Tool on page 11. Global Geocoding API 1.5 REST and Java API Developer Guide 8 Installation Using the Interactive Data Installer on UNIX/Linux Note: When installing multiple geocoding datasets for a country, it is necessary to select and install all of them concurrently to ensure the software will recognize all the datasets for the country. 1. After setting up the installer.properties file, execute the following command in the console: chmod +x GAPIData.bin 2. Start the installer by executing the following command: ./GAPIData.bin 3. Follow the script instructions to complete the install. When entering the geocoding datasets you would like to install, by default all are selected. To exclude geocoding datasets, provide a comma-separated list of the ones you do not want to install. After the data installation successfully completes, you need to configure your geocoding dataset(s). For details, see Using the Data Configuration Tool on page 11. Global Geocoding API 1.5 REST and Java API Developer Guide 9 Installation Using the Silent Data Installer The silent data install process allow you to pre-configure the data installation process so that it runs without user intervention. Note: When installing multiple geocoding datasets for a country, it is necessary to select and install all of them concurrently to ensure the software will recognize all the datasets for the country. The following table describes the properties in the installer.properties file that can be set for silent installation. Property Value Description SGI_MEDIA_PROFILE ALL This property enables the installation of all the countries that are included with the installer. If there are geocoding datasets that are missing when the installer is run, the installation will still continue but will issue a warning. APAC This property enables the installation of the “Asia-Pacific” geocoding dataset. AMER This property enables the installation of the "Americas" geocoding dataset. XWGXWG This property enables the installation of the "World Centroids" geocoding dataset. EMEA This property enables the installation of the "Europe, Middle East and Africa" geocoding dataset. ALLNT This property enables the installation of the NAVTEQ dataset. INSTALLER_UI SILENT This property enables silent installer mode. USER_INSTALL_DIR Folder/Directory Indicates where the geocoding dataset(s) is to be installed. • On Windows: Use "\\" between folders. For example, C:\\Program Files\\Pitney Bowes\\pbgdata Global Geocoding API 1.5 REST and Java API Developer Guide 10 Installation Property Value Description • On UNIX/Linux: Use "/" between folders. For example, /usr/pb/pbgdata CHOSEN_INSTALL_SET Custom This tells the installer to install the entire software. CHOSEN_FEATURE_LIST
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]
  • Illustrated Plans
    HOUSING & TRANSPORT N A D M I R A LT Y R O Woodlands Regional Centre A T D E S W W E S A D T O R Y Y T I S Canberra Plaza L H A R U I N M A D A V E N U E 8 9 E U S T N E E D W V A D A A R O O Y S R LT D A N G Woodlands Regional Centre I R M A N A D L D A N O W O A W SEMBAWANG B O M R E S T WOODLANDS H D CANBERRA LINK SEMBAWANG WAY 9 A E - NORTH U E N S O V A O R D S N U L A T Y D H T O O EC L W XO Y A P RR I S R R E H I S CANBERRA I DS U SO E N M W R M A T D A V E N A Y B N E ADMIRALTY U A E C W 8 S E A R N C 7 G U E W N A V E R E L A N D S O O D I KRANJI WAY W O T A O D D E A WOODLANDS 4 KRANJI WAY N D O YISHUN AVENUE 7 A R E O S LIM CHU KANG ROAD KANG CHU LIM R U D N N W A E E I L V T D 3 A O E O MARSILING U S 2 E O N D E E N KRANJI ROAD W V N A U D S A Y W O O D L A N N I L N S H U D E N O RING ROAD O V B O A R 1 U W E U WOODLANDS AVENUE 12 E N T K W O O D L A N D S A V YISHUN H I T - S WOODLANDS SOUTH N Melody Spring @ Yishun WOODLANDS AVE 2 D T O A U YISHUN AVENUE 8 I H S E U O L E T D S R M A A R I E O YISHUN AVENUE 1 KRANJI R V E T W I Y X G A E R N P H I I R D R T H N E L U T S H A O S I C U S R Y E T D E W N N Y I S H U N C E A O A K X Y I R P E D G A R R SUNGEI KADUT STREET 1 YISHUN AVENUE 1 NEO TIEW ROAD N LIM CHU KANG ROAD O I U R E D S S S E O D U S N N D R E A W YI S A V HU RO N RING L A KHATIB D B A E U O L V C T Y I U R F O PUNGGOL POINT R W M A D N D A I T A V SAMUDERA U E K N U D E N MANDAI ROAD I A L K I MANDAI ROAD T E M S TECK LEE A G N E D A N YISHUN AVENUE 1 I W R MANDAI ROAD NIBONG U O A D R S A T E L E SUM KEE
    [Show full text]
  • Curtin Singapore Brochure
    CURTIN SINGAPORE where east meets west where technology meets tradition where you meet your future Student Guide 2009 WELCOME TO CURTIN SINGAPORE Professor Jeanette Hacket Professor John Neilson Dr Rod Jones Vice-Chancellor Pro Vice-Chancellor Chief Executive Officer Curtin University of Technology Curtin Singapore Navitas Singapore Curtin University of Technology is an Australian It is with pleasure that I welcome your interest A very warm welcome to Curtin Singapore. pioneer of tertiary education delivery in the in Curtin Singapore. Curtin Singapore was established in 2008 international market. The University began At Curtin Singapore we offer a variety of with the intention of bringing Curtin’s offshore delivering programs in Singapore in 1986, and undergraduate and postgraduate courses. programs into a single, consolidated, state-of- now counts the Marketing Institute of Singapore, Curtin courses are widely recognised for their the-art campus. This will allow a full synergy of Curtin the Singapore Institute of Materials Management practical and applied nature, a combination Curtin’s academic delivery in Singapore. and the Singapore Human Resources Institute as which enables graduates to be effective in the Singapore’s stated intentions of being Asia’s campus valued long-term partners. workplace upon graduation. premier education hub and its well known locations Curtin’s Singapore Campus is an excellent Curtin Singapore is strongly committed education system will make Curtin Singapore opportunity to build upon these important to innovative, modern teaching methods an excellent choice for students seeking a relationships and take it a step further. The and maintenance of the highest academic university degree with an added Asian flavour.
    [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]
  • Grade Crossing Manual Publication 371 December 2014 Edition
    05-299 (7-08) PUBLICATION: TRANSMITTAL LETTER Publication 371, Grade ~ Crossing Manual pennsylvania DATE: DEPARTMENT OF TRANSPORTATION January 6, 2015 SUBJECT: PUBLICATION 371 - GRADE CROSSING MANUAL DECEMBER 2014 EDITION INFORMATION AND SPECIAL INSTRUCTIONS: The 2014 edition of Publication 371, Grade Crossing Manual, has been revised to incorporate Strike­ off- Letter 482- 13-35 (Buy America), changes in the Section 130 Rail/Highway Crossing Safety Program, and editorial updates for clarity and consistency. CANCEL AND DESTROY THE FOLLOWING: ADDITIONAL COPIES ARE AVAILABLE FROM: The July 2011 Edition of Publication 371 and all subsequent revisions, including the following ~ PennDOT SALES STORE Strike-off-Letter which has been incorporated (717) 787-6746 phone into this edition: (717) 787-8779 fax 482-13-35 ra- penndotsalesstore.state.pa.us ~ PennDOT website - www.dot.state.pa.us Click on Forms, Publications & Maps ~ DGS warehouse (PennDOT employees ONLY) APPROVED FOR ISSUANCE BY: Barry Schoch, P.E. ::~a T#£- , {o. Vsrian G. Th6mpson, P.E. ""' / Director, Bureau of Project Delivery, Highway Administration Grade Crossing Manual Publication 371 December 2014 Edition PUB 371 (12/14) Publication 371 Grade Crossing Manual BLANK PAGE Table of Contents Publication 371 Grade Crossing Manual CHAPTER 1 ............................................................................................................................................................. 1-1 1.01 THE GRADE CROSSING MANUAL .....................................................................................................
    [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]
  • Annex B Phase 2 Installation of Railway Noise Barriers S/N Line
    4 Annex B Phase 2 Installation of Railway Noise Barriers S/N Line Location Details From To 1 EWL Pasir Ris Tampines MRT Pasir Ris Drive 1 to MRT Tampines Expressway 2 EWL Tampines Simei MRT Block 248 to 268 MRT Tampines St 21 Tampines Ave 2 to PIE 3 EWL Simei MRT Tanah Merah Tanah Merah Kechil MRT Avenue to Tanah Merah MRT 4 EWL Redhill MRT Queenstown Alexandra Road to Stirling MRT Road 5 EWL Common- Buona Vista Block 7 Commonwealth wealth MRT MRT Avenue to Block 43 Holland Drive 6 EWL Clementi Jurong East Clementi Avenue 4 to MRT MRT Lempeng Drive 7 NSL Bukit Batok MRT Boon Lay Way to Jurong East Avenue 1 Jurong East Block 299 Bukit Batok MRT Street 22 to Bukit Batok MRT 8 NSL Bukit Batok Bukit Gombak Bukit Batok Street 52 to MRT MRT Bukit Batok Avenue 5 9 NSL Bukit Choa Chu Kang Bukit Batok Street 31 to Gombak MRT Block 395 Bukit Batok MRT West Avenue 5 Choa Chu Kang Avenue 1 to Choa Chu Kang Avenue 4 11 NSL Choa Chu Yew Tee MRT Choa Chu Kang Loop to Kang MRT Kranji Expressway 5 Choa Chu Kang Street 51 to Choa Chu Kang North 6 12 NSL Yew Tee Kranji MRT Choa Chu Kang North 7 MRT 14 NSL Marsiling Woodlands MRT Woodlands Street 13 to MRT Woodlands Avenue 5 15 NSL Woodlands Admiralty MRT Woodlands MRT to MRT Woodlands Avenue 2 16 NSL Admiralty Sembawang Woodlands Drive 73 MRT MRT 17 NSL Sembawang Yishun MRT Canberra Road to Block MRT 504C Canberra Link Block 170 Yishun Avenue 7 to Block 159 Yishun Street 11 18 NSL Yishun MRT Khatib MRT Block 749 Yishun Street 72 to Block 798 Yishun Ring Road 19 NSL Khatib MRT Yio Chu Kang Block 812 Yishun
    [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]
  • Local Update of Census Addresses (LUCA) Program State Government Information Booklet U.S
    Local Update of Census Addresses (LUCA) Program State Government Information Booklet Issued January 2007 2010 Decennial Census Program D-1693S The Local Update of Census Addresses After receiving signed and completed (LUCA) Program is an integral part of confi dentiality agreements and security the 2010 Decennial Census Program self-assessment checklists, the Census and utilizes the expertise of state gov- Bureau will send Title 13-protected LUCA ernments to improve the accuracy and materials to state liaisons. completeness of the address list used to take the census. State governments can Why the LUCA Program Is contribute to a complete enumeration of Important to Your State their communities by reviewing and com- menting on the list of housing unit and Accurate census data are important to group quarters addresses that the U.S. your state in a number of ways. In addi- Census Bureau will use to deliver census tion to the constitutional requirement for questionnaires. the decennial census to apportion seats in the U.S. House of Representatives, census data are used to allocate federal Background monies to state governments. Census Recognizing that a complete and accu- data provide the statistical support for rate address list is essential to a com- grant applications that fund community, plete and accurate census, Congress social, economic, and environmental passed the Census Address List Improve- programs and other needed improve- ment Act of 1994 (Public Law 103-430) ments and enhancements. Census data authorizing the Census Bureau to provide also help communities within your state the census address list for review and plan for future needs.
    [Show full text]
  • NOTICE of QUIET ZONE ESTABLISHMENT Town of Hamburg, New York CSX Crossings - Rogers Road & Cloverbank Road
    TOWN OF HAMBURG 6100 South Park Avenue' Hamburg, New York 14075 • (716) 649-6111 • Fax (716) 649-4087 Supervisor Town Attorney STEVEN J. WALTERS WALTER L ROOTH III Town Clerk Councilmembers CATHERINE A RYBCZYNSKI CH ERYL L. POTTER-JUDA MICHAEL P QU INN , JR. Sup!. of Highways June 2, 2014 THOMAS M. BEST, SR CERTIFIED MAIL RETURN RECEIPT REQUESTED Robert C. Lauby, Associate Administrator for Safety Federal Railroad Administration 1200 New Jersey Avenue, SE Washington, D.C. 20590 RE: NOTICE OF QUIET ZONE ESTABLISHMENT Town of Hamburg, New York CSX Crossings - Rogers Road & Cloverbank Road Dear Mr. Lauby: The Town of Hamburg, located in Erie County, New York is hereby issuing this "Notice of Quiet Zone Establishment" for the creation of a New 24 hour Quiet Zone at the CSX railroad grade crossings located on Rogers Road and Cloverbank Road (USDOT Grade Crossing Inventory Nos. 519502A and 519501T). With the 21 day minimum period following the mailing of this notification, the Quiet Zone is to go into effect starting on Tuesday, June 24, 2014. This Quiet Zone has been established by public authority designation, under the Federal Railroad Administration (FRA) Train Hom Rule [49CFR Part 222.39(a)(1)]. A signed copy of the FRA web page containing the quiet zone data upon which the Town is relying is enclosed (see Attachment 1). The "Notice of Intent to Create a Quiet Zone" under this project was issued by the Town on January 3, 2014, and sent by certified mail to all appropriate parties. The only response received in this regard was from CSX Transportation (CSXT), in which it was stated that CSXT did not have any comments on the Notice ofIntent (copy of 1/22/14 correspondence enclosed-see Attachment 2).
    [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]