BNG → WGS84 変換ツール
BNG座標系について
BNG (British National Grid) is the official projected coordinate system for the United Kingdom, based on the OSGB36 geodetic datum and the Transverse Mercator projection optimized for the British Isles.
The British National Grid was developed by the Ordnance Survey as a unified national grid system, replacing various local projections. It uses a Transverse Mercator projection with a central meridian at 2°W, designed to minimize distortion across Great Britain.
BNG is the standard grid reference system used by the Ordnance Survey for all official UK mapping, from large-scale urban plans to small-scale road maps. It is widely used in British GIS, surveying, emergency services, and outdoor activities.
BNG provides a unified metric grid system covering all of Great Britain with easting and northing coordinates in meters, eliminating the need for UTM zone calculations.
BNG uses a customized Transverse Mercator projection centered at 2°W with a scale factor of 0.999601272, optimized to minimize distortion across the UK landmass.
BNG coordinates are expressed in meters (easting and northing), with a false origin at 400,000m easting and -100,000m northing southwest of the Isles of Scilly.
WGS84座標系について
WGS84(世界測地系1984)はGPSで使用される世界標準の測地参照系です。地球中心・地球固定座標系と測地系を定義します。
1984年に米国国防総省によって開発されたWGS84は、GPS衛星観測を通じて精度を向上させるためにいくつかの改良(WGS84(G730)、WGS84(G873)、WGS84(G1150)、WGS84(G1762))を経てきました。
WGS84は世界中のGPS受信機のデフォルト座標系です。航空、海事ナビゲーション、Googleマップ、OpenStreetMap、GISアプリケーション、科学研究で使用されています。
WGS84は全地球測位システム(GPS)のネイティブ座標系であり、世界中のすべてのGPS受信機および衛星航法システムとの直接互換性を保証します。
最も広く採用されている測地系として、WGS84は国際的な境界を越えたマッピング、測量、地理空間データ交換のための一貫したグローバル参照フレームを提供します。
継続的な改良により、WGS84は世界的にセンチメートルレベルの精度を達成し、測量、ドローン航行、科学研究などの高精度アプリケーションに適しています。
BNG → WGS84 変換ガイド
// BNG → WGS84 (Hungarian EOV projection)
// EOV uses a modified Gauss-Krüger projection
// Central meridian: 19°E
// Bessel 1841 ellipsoid: a = 6377397.155m, 1/f = 299.1528128
// The projection converts between geographic coordinates
// (latitude, longitude) and plane coordinates (X, Y in meters)
// using the Gauss-Krüger projection formulas adapted for Hungary
// EOV planar coordinates:
// Easting (X): 650,000m at central meridian
// Northing (Y): 200,000m at originハンガリーのEOVシステムはハンガリー向けに最適化された修正ガウス・クリューゲル図法を使用します。東経19度の中央子午線を持つベッセル1841楕円体を使用します。
- 入力フィールドにBNG座標を入力します(緯度、経度、1行に1ペア)
- [変換]ボタンをクリックしてBNGからWGS84に座標を変換します
- 出力フィールドで変換されたWGS84座標を確認します
- 結果をコピーするか、後で使用するためにXLSXファイルとして保存します
- 変換前に座標が有効範囲内にあることを確認してください
- バッチ変換の場合は、1行に1つの座標ペアを入力してください
- 対象プラットフォーム上で変換された座標のサンプルを検証してください
- 完全なデータプライバシーのため、すべての変換はクライアントサイドで実行されます