JavaScript is deactivated. Please activate JS for viewing this website.


FAQ Geocoding

Show all / Hide all

fold faq

What is Point Address Geocoding?

The point address geocoding process enables more reliable and precise “to the premise” geocoding points for properties and premises to help businesses analyze and assess location data for risk assessment, location analysis and direct marketing.   Point Address Geocoding uses techniques to precisely calculate the point based on the geographical center of the parcel of land.  AddressDoctor’s Point Address Geocoding offering is based on premium Navteq data and includes the following two types of point geo coordinates:

  • Arrival Point Geo coordinates - The geo coordinates are calculated for a point that is placed in the center of a street segment in front of the house.
  • Parcel Centroid Geo coordinates - The geo coordinates are calculated for a point that is at the geographic center of the parcel of land.

Point Address Geocoding is currently available for USA and Canada with AddressDoctor's Software Library.

Category: Geocoding
fold faq

What does interpolated Geocoding mean?

Standard interpolated geocoding is a method of constructing new data points within the range of a discrete set of known data points.  For example, if you know the geo coordinates of the first and last houses on a street, you can interpolate the geo coordinates for a house in the middle of the street.

Category: Geocoding
fold faq

Some of my addresses were not geocoded. What is the reason?

There are a number of possible reasons, why an address was not geocoded. They are written into the field OUT_GEOStatus. Possible values are:
0:    Geo coordinates are not provided, because you have no more
       geocoding transactions left.
1:    Geo coordinates are not provided, because geo coding is not
       available for this country.
2:    Geo coordinates are not provided, because the Validation Status
       was not V or C.
3:    Geo coordinates are not provided, because geo coding
       reported a no match.
4:    Geo coordinates are provided. The field OUT_GEOAccuracy
       describes the accuracy of the coordinates.

fold faq

Understanding Geocoding Status Values

  • EGCU: Geocoding database not unlocked
  • EGCN: Geocoding database not found
  • EGCC: Geocoding database corrupt
  • EGC0: No Geocode available
  • EGC1..4: Reserved for future use
  • EGC5: Geocode with postal code level accuracy
  • EGC6: Geocode with locality level accuracy
  • EGC7: Geocode with street level accuracy
  • EGC8: Geocode with house number level accuracy (interpolated approximation)
  • EGC9: Reserved for future use
fold faq

How can I calculate the distance between two geo-coordinates?

Calculation of a distance between two geographical points in WGS84

It is very complicated to calculate the exact distance between two geographical coordinates since different projections as well as the oblateness of the earth has to be considered. But in most cases a simple formula will help as long as the distance is not too small and the points are not too close to the poles.

You will need WGS84 geo-coordinates in decimal degree (not in degree-minutes-seconds like N 49° 29.296 E 008° 27.722). All geo-coordinates provided by AdressDoctor are in decimal degree.

At first your geo-coordinates need to be transformed into a radian measure. To do this simply multiply the latitudes and longitudes by ?/180 or use in Excel =radiant(X) and =radiant(Y).

You will get the approximate air-line distance with following formula:

d = R * arccos(sin(X2) * sin(X1) + cos(X2) * cos(X1) * cos(Y2 – Y1))

Earth radius R = 6378 k

Example:

Lisbon, Portugal:

x-coord: 9.136523757581143
y-coord: 38.744916875859985

Arnheim, Netherlands:

x-coord: 5.962115675929862
y-coord: 51.98395045710915

Longitude/Latidude

Decimal Degree

Radiant

X1

9.136523757581

0.15946242

Y1

38.744916875860

0.67622637

X2

5.962115675930

0.10405855

Y2

51.983950457109

0.907291

Distance:

d = R * arccos(sin(X2) * sin(X1) + cos(X2) * cos(X1) * cos(Y2 – Y1))
d = R * arccos(sin(0.10405855) * sin(0.15946242) + cos(0.10405855) * cos(0.15946242) * cos(0.90729109 – 0.67622637))
d = 1503 km

fold faq

What is the meaning of the field OUT_GEOAccuracy?

The field OUT_GEOAccuracy describes the accuracy of the coordinates.

fold faq

To what detail level are addresses geocoded?

Where possible, addresses are geocoded to rooftop level. If this is not possible, they may be geocoded to the street, next fallback is center of a zip code or a locality. The detail level is written to the field OUT_GEOAccuracy. Possible values are:

The address was geocoded

STR

The Center of the street was geocoded

ZIPCD

The Center of a suburb within the postcode was geocoded

ZIPC

The Center of the locality within the postcode was geocoded

ZIP

The Center of the postcode was geocoded

fold faq

What is the meaning of the field OUT_GEOStatus?

The field OUT_GEOStatus describes the possible reasons, why an address was not geocoded. 

fold faq

Is the geocode set on the middle of the streets or is it offset?

If an address is geocoded to rooftop, it is offset from the center axis of the street.

fold faq

How frequently is the reference database updated?

The reference data for geocoding is updated as often as four times a year.

Category: Geocoding
fold faq

For what countries does AddressDoctor supply Geocodes?

Please go to Country List and select "Geocoding" to get a current list of all countries supporting Geocoding of addresses.

fold faq

Are addresses interpolated or referenced exactly to rooftop?

If a geocoded address contains the value ADD in the field OUT_GEOAccuracy, it is an interpolated house number. This means, the exact coordinates for the address are not contained in the reference database. Instead, the position of a street and the range of house numbers of this street are known. Then, the address is interpolated and offset to the proper side of the street.