opengeospatial / opengeospatial/CRS-JSON-Encoding
Definition of "geoid_model"
まだ誰も着手していません。
- 主要言語
- Makefile
- スター
- 0
- フォーク
- 2
- 平均マージ
- 1時間 36分
- マージ済み PR(30日)
- 3
説明
NOTE: Markdown does not support highlighting in color, so bold/italic has been used to highlight the material being discussed. This issue is extracted from the document submitted by Roger Lott at https://github.com/opengeospatial/CRS-JSON-Encoding/blob/main/ProjJson%20v0-7%20RL%202024-06-16.docx for discussion at the CRS SWG meeting OGC held during the Montreal June 2024 TC meeting.
"geoid_model": {
"type": "object",
"properties": {
"name": { "type": "string" },
"interpolation_crs": { "$ref": "#/definitions/crs" }, STRIKE THIS LINE
"transformation": { "$ref": "#/definitions/transformation" },
"id": { "$ref": "#/definitions/id" }
},
"required" : [ "name" ],
"additionalProperties": false
},
"$comment": "[RL] Is the geoid model(s) attribute correctly modelled? A geoid model is usually described as a transformation."
"$comment": "[RL] If its use in vertical_crs were changed as suggested below, is this geoid model member actually needed in the schema?"
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
リンクされた ProjJson v0-7 ドキュメントを読み、示されている geoid_model の定義を確認してください。これには、interpolation_crs の削除案と transformation の使用が含まれます。geoid_model が vertical_crs で引き続き必要かどうかを解決し、合意したスキーマの決定事項を文書化して、関連する検証カバレッジを更新してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- json
- 領域
- api
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100