Geocoding Inventor Locations

From edegan.com
Revision as of 16:23, 27 July 2009 by imported>Ed
Jump to navigation Jump to search

This page details the various matching techniques used to Geocode inventor locations in the NBER patent data. Geocoding inventor locations entails matching the inventor addresses provided in the patent data to known locations through-out the world and recording their longitude and latitude.

The reference data for the locations (which provides the longitude and latitudes) is taken from the (U.S.) National Geospatial-Intelligence Agency's GEOnet Names Server (GNS) which covers the world excluding the U.S. and Antartica. The NGA site states: "There are no licensing requirements or restrictions in place for the use of the GNS data. Toponymic information is based on the Geographic Names Data Base, containing official standard names approved by the United States Board on Geographic Names and maintained by the National Geospatial-Intelligence Agency."

Geonames.org, a third-party website based in Switzerland, provides location name data under the creative commons attribution license. However, this data is drawn from the GNS for all locations except the US and Canada, where data is drawn from the U.S. Geological Survey Geographic Names Information System and www.geobase.ca respectively. Thus we recommend that users take advantage of the original sources and respect the original licenses if applicable.

Details of the GEOnet Names Server (GNS)

  • Place names are recorded in Romanized form
  • Country (and province/territory) names, as well as their assigned codes, are recorded using FIPS Standard #10. Users should note that there are differences between the Federal Information Processing Standard (FIPS) country names and the UN Country Names.
  • The GNS output format contains various custom codes. Of particular interest are:
    • LAT and LONG - Latitude and Longitude (Decimal - also available as DMS)
    • NT - Name Type (Only A,P and L are of use in matching to addresses)
      • A = Administrative region type feature
      • P = Populated place type feature
      • V = Vegetation type feature
      • L = Locality or area type feature
      • U = Undersea type feature
      • R = Streets, highways, roads, or railroad type feature
      • T = Hypsographic type feature
      • H = Hydrographic type feature
      • S = Spot type feature
    • DC - Designation Code (DC provides a refinement of NT, details are in GNS-DesignationCodes.txt
    • SHORT_FORM - a Short Form of the name that is commonly used
    • FULL_NAME - the Long Form of the name
    • FULL_NAME_ND - the Long Form of the name without diacritics

The Source And Reference Files

Source files are currently extracted from the NBER patent data on a per country basis. The original format of the source files was:

postcode WKU CTY city county

Where WKU is the patent number and CTY is an address field. It appears that postcode, city and county are derived fields, extracted from CTY by an algorithm that uses comma seperation. As these fields are error prone they were discarded (and regenerated in the matching script).

Countries that are being processed include:

  1. The UK (Source file: UK-PatentInventorLocations.txt, Reference file: GNS-UK.txt)