日本測地系2011(​JGD2011)の対​応について

3 次查看(过去 30 天)
Songqiu
Songqiu 2019-8-19
编辑: Songqiu 2019-8-19
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 个)

Community Treasure Hunt

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

Start Hunting!