Filter löschen
Filter löschen

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

6 Ansichten (letzte 30 Tage)
Songqiu
Songqiu am 19 Aug. 2019
Bearbeitet: Songqiu am 19 Aug. 2019
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の座標系をサポートするのはいつになるでしょうか?

Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!