日本測地系2011(JGD2011)の対応について
Afficher commentaires plus anciens
MATLAB Mapping Toolboxは日本測地系JGD2000の座標系(EPSG Code 2443~2461)をサポートしていますが、JGD2011の座標系(EPSG Code 6669~6687)はまだです。
例えば、以下のコードが実行できます:
geotiffwrite(OutName, Image, refmat, 'CoordRefSysCode', 2451);
しかし、以下のコードを実行すると、エラーになります:
geotiffwrite(OutName, Image, refmat, 'CoordRefSysCode', 6677);
JGD2011の座標系をサポートするのはいつになるでしょうか?
Réponses (0)
Catégories
En savoir plus sur Geographic Coordinate Reference Systems dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!