Altitude in Km above sea level for a given pair of coordinates (lat,long)
%function alt_km=ITU_P1511(lat,long)
%computes altitude of a site at given lat,long coordinates
%by means of bicubic interpolation using itu topo 0.5 degrees resolution
%matrix.
%refer to ITU-R Recommendation P 1511.
%
%INPUTS
%lat: latitude + = North, -=south
%long: longitude, positive degrees East.
%
%Required data: TOPO_0d5.txt, available from the ITU-R SG3 software site
%http://www.itu.int/ITU-R/study-groups/software/rsg3-p1511-topography.zip
%http://www.itu.int/ITU-R/index.asp?category=documents&link=rsg3&lang=en
%example of usage:
%alt_km=ITU_P1511(52,0); %somewhere in the UK
%Luis Emiliani. Rel. 16/01/2009
Cite As
luis emiliani (2026). Altitude in Km above sea level for a given pair of coordinates (lat,long) (https://www.mathworks.com/matlabcentral/fileexchange/22699-altitude-in-km-above-sea-level-for-a-given-pair-of-coordinates-lat-long), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Mathematics and Optimization > Mapping Toolbox > Coordinate Reference Systems >
- Radar > Mapping Toolbox > Coordinate Reference Systems >
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
