How can I convert mapping data between different projections using the Mapping Toolbox 2.2?

2 ビュー (過去 30 日間)
I would like to convert mapping data between different projections using the Mapping Toolbox 2.2.

採用された回答

MathWorks Support Team
MathWorks Support Team 2009 年 9 月 24 日
The projection of data (or, a grid) that is displayed on the current axes can be set with the command:
setm(gca,'MapProjection',projection_name)
However, the Mapping Toolbox 2.2 does not provide a function for converting the data itself between projections. Re-projecting the grid itself would require some careful programming and would be best done in conjunction with the Image Processing Toolbox.
As a workaround, the MODIS Reprojection Tool can be used to re-sample the data:
<https://lpdaac.usgs.gov/lpdaac/tools/modis_reprojection_tool>

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

製品


リリース

R14SP1

Community Treasure Hunt

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

Start Hunting!

Translated by