- Category:
- matlab
- Tags:
-
[Matlab]
[源码]
- File Size:
- 2kb
- Update:
- 2017-01-04
- Downloads:
- 1 Times
- Uploaded by:
- zzg
Description: read_SRTMtile: returns lon, lat, & height (height in meters) SRTM 3-arcsec data
USE: [vlon vlat vhgt] read_SRTMtile(filename,sc)
INPUT:
filename: filename, e.g. s23w041.hgt
sc: spot check, any value here will produce a low resolution
image of tile (note: image rendering can be time consuming)
OUTPUT:
vlon: cell longitude
vlat: cell latitude
vhgt: cell height (in meters)
NOTES:
+ SRTM 3-arc sec data can be downloaded from:
http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/
(as per http://www2.jpl.nasa.gov/srtm/)
+ filename is parsed to obtain lower left (LL) coordinates of tile
(as per quickstart.pdf doc in:
http://dds.cr.usgs.gov/srtm/version2_1/Documentation/
File names refer to the latitude and longitude of the lower
To Search:
File list (Check if you may need any files):
read_SRTMtile.m
license.txt