日本測地系2011(JGD2011)の対応について
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 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!