projfwd required parameters for proj
4 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2018 年 3 月 29 日
回答済み: MathWorks Support Team
2018 年 3 月 29 日
If the input "proj" is a structure that comes out of geotiffinfo, which parameters of the “proj” structure are required for projfwd?
採用された回答
MathWorks Support Team
2018 年 3 月 29 日
The proj input is either a structure from geotiffinfo or a Mapping Toolbox mstruct structure.
It would be easier to use a reduced version of mstruct. The required fields are:
- mapproprojection
- nparallels
- geoid
- origin
- mapparallels
- scalefactor
- falseeasting
- falsenorthing
You can use geotiff2mstruct to convert from a GeoTIFF info structure to mstruct.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Projected Coordinate Reference Systems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!