-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
地図XMLの仕様書における測地系記載変更に対するメモ #26
Comments
pyprojが2011のパラメータファイルを使っているかどうか |
参考 https://vldb.gsi.go.jp/sokuchi/surveycalc/surveycalc/xy2blf.html https://vldb.gsi.go.jp/sokuchi/surveycalc/patchjgd/index.html |
|
https://github.com/tohka/JapanGridShift/blob/master/README.ja.md
NTv2 (*.gsb) の仕様について EPSG の towgs84 問題について |
pyprojで
|
地図XML(2024/07/09時点)の仕様書において、「測地系は日本測地系2000 (JGD2000) 又は日本測地系2011 (JGD2011)」と追記があり、データ上はこれらの区別がつかないことが判明。
現状、mojxml2geojsonでは、
(1) 平面直角座標系 (JGD2000) →緯度経度 (JGD2000)
(2) 緯度経度 (JGD2000) → 緯度経度 (JGD2011)
mojxml2geojson/src/package/MojXMLtoGeoJSON.py
Line 73 in aa854b1
の座標変換を行なっているため、入力がJGD2011の場合、不要な (2) の変換をかけてしまうことになる。
方針
地籍調査
参考資料1
参考資料2
mojxml2geojson/src/package/ConvertDatum.py
Line 7 in aa854b1
mojxml2geojson/src/package/MojXmlDef.py
Line 4 in aa854b1
The text was updated successfully, but these errors were encountered: