日本測地系2011(JGD2011)の対応について
显示 更早的评论
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の座標系をサポートするのはいつになるでしょうか?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Geographic Coordinate Reference Systems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!