座標変換
    Top > Python > pyproj
    pyproj
    PROJ (cartographic projections and coordinate transformations library)のためのpythonインターフェイス. 公式ドキュメント + pyproj Documentation — pyproj 2.6.1 documentation
    A pythonic Coordinate Reference System manager (CRS)
    座標系を管理するクラス. pyproj.crs.CRS.
    CRSからCRSへの変換
    変換用クラスを生成する pyproj.Transformer.from_crs(<変換元座標系>, <変換先座標系> [, always_xy]) 変換元座標系, 変換先座標系 はpyproj.crs.CRS.from_user_input()で有効な引数が有効らしい.そちらは詳しく見ていないので分からないが,下のように座標系を示す文字列で指定できる. always_xy: 順番をx, yやlon, latにしたいときはこれをTrueとする. 変換する
    References
    Getting Started — pyproj 2.6.1 documentation + https://pyproj4.github.io/pyproj/stable/examples.html pyproj [いかたこのたこつぼ] + https://ikatakos.com/pot/programming/python/packages/pyproj