opengeospatial / opengeospatial/CRS-JSON-Encoding
Definition of "bearing" (missing)
まだ誰も着手していません。
- 主要言語
- 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.
"bearing": {
"description": "Defines the cardinal direction of a polar or spherical CS.",
"type": "object",
"properties": {
"$schema" : { "type": "string" },
"type": { "type": "string", "enum": ["Bearing"] },
"longitude": { "$ref": "#/definitions/value_in_degree_or_value_and_unit" },
"id": { "$ref": "#/definitions/id" },
"ids": { "$ref": "#/definitions/ids" }
},
"required" : [ "longitude" ],
"allOf": [
{ "$ref": "#/definitions/id_ids_mutually_exclusive" }
],
"additionalProperties": false
},
"$comment": "[RL] Above cloned from meridian"."
See "Points of discussion for axis" for first use of bearing and original comment for the missing bearing attribute definition
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず「Points of discussion for axis」の資料と、参照されているProjJson v0-7ドキュメントを読んで、bearingの最初の使用箇所を理解します。スキーマ定義を見つけ、必須のlongitudeとid/idsの相互排他ルールがissueと一致するように、提案されたbearingオブジェクトを追加します。不足している定義が存在し、meridianの定義と整合していれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- json
- 領域
- documentation
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100