SIR file format utilities

版本 1.2.0.0 (38.0 KB) 作者: David Long
MATLAB utilities for manipulating and displaying SIR file format images.
1.9K 次下载
更新时间 2011/10/12

查看许可证

This gzipped tar achive contains Matlab utilies for manipulaing SIR file format image files. The SIR file format is used by the NASA Scatterometer Climate Record Pathfinder (SCP) project to distribute scientific data.

The BYU-MERS "sir" image format was developed by the Brigham Young University (BYU) Microwave Earth Remote Sensing (MERS)research group as part of the NASA Scatterometer Climate Record Pathfinder (SCP) project to store remotely sensed images of the earth used for climate studies, among other purposes. The file format stores an image array of floating point values along with the information required to earth-locate the image pixels. The SIR file header contains the transformation information to convert from pixel location to lat/lon and visa versa. Additional information on the applications, file format,and available data can be obtained from the NASA-sponsored Scatterometer Climate Record Pathfinder web site http://www.scp.byu.edu/ and/or the NASA/JPL PO.DAAC http://podaac.jpl.nasa.gov/

Files in this tar arhive are useful for reading SIR files into MATLAB and locating pixels. Use loadsir.m to load the file into memory. The routine pix2latlon.m computes the lat/lon position given a list of x,y pixel locations. latlong2pix does the reverse. showsir and viewsir are utilities to display SIR images.

引用格式

David Long (2024). SIR file format utilities (https://www.mathworks.com/matlabcentral/fileexchange/3320-sir-file-format-utilities), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R11
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Google Earth 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Code has been vectorized for faster execution in matlab and EASE grid projection code has been corrected. The file is now a zip archive.

1.0.0.0