dayjournal memo

Total 975 articles!!

QGIS #059 - 座標を投影変換するスクリプト

Yasunori Kirimoto's avatar

画像



座標を投影変換するスクリプトのメモ。



tf = QgsCoordinateTransform(QgsCoordinateReferenceSystem(4326), QgsCoordinateReferenceSystem(2451), QgsProject.instance())
point = tf.transform(139.7671, 35.6809)
print (point)


実行すると座標変換した座標を表示。

画像



book

Q&A