Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
pprz_geodetic_wgs84.h File Reference

WGS-84 Geoid Heights. More...

Go to the source code of this file.

Macros

#define WGS84_H(x, y)   ((float) pprz_geodetic_wgs84_int[(y)][(x)])
 

Functions

static float wgs84_ellipsoid_to_geoid (float lat, float lon)
 

Variables

const int8_t pprz_geodetic_wgs84_int [19][36]
 

Detailed Description

WGS-84 Geoid Heights.

Ten by Ten Degree WGS-84 Geoid Heights from -180 to +170 Degrees of Longitude

Geoid height approximations in meters

Source: Defense Mapping Agency. 12 Jan 1987. GPS UE Relevant WGS-84 Data Base Package. Washington, DC: Defense Mapping Agency

Link: http://www.colorado.edu/geography/gcraft/notes/datum/geoid84.html

rows are from -180 to +170 starting north +90 to south-90

Definition in file pprz_geodetic_wgs84.h.