Definition of "projected_crs"

オープン
#44 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
json
領域
documentation

調査の方向性

まず、この issue の projected_crs の定義と、参照されている ProjJson v0-7 RL 2024-06-16.docx を読んでください。提案されている allOf、affine_cs、usage フィールドと、base CRS に関する問題を確認してください。定義について合意され、スキーマと関連するコメントがその決定を一貫して反映していれば完了です。

索引モデルが issue の本文から書いたものです。

説明

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.

"projected_crs": {
"type": "object",

"allOf": [{ "$ref": "#/definitions/object_usage" }],

  "properties": {
    "type": { "type": "string",
              "enum": ["ProjectedCRS"] },
    "name": { "type": "string" },
    "base_crs": { "$ref": "#/definitions/geodetic_crs" },
    "conversion": { "$ref": "#/definitions/conversion" },

"coordinate_system": { "$ref": "#/definitions/coordinate_system" }, STRIKE THIS LINE
"coordinate_system": { "$ref": "#/definitions/affine_cs" },

    "$schema" : {},

"scope": {},
"area": {},
"bbox": {},
"vertical_extent": {},
"temporal_extent": {},
"usages": {},

    "remarks": {},
    "id": {}, "ids": {}
 },
 "required" : [ "name", "base_crs", "conversion", "coordinate_system" ],
 "additionalProperties": false
},

"$comment": "[RL] See comment regarding usage under compound_crs."

"$comment": "[RL] A projected CRS should be constrained to having an affine_cs. Most projected CRSs will have a Cartesian CS. A Cartesian CS is a subtype of affine CS."

"$comment": "[RL] Does this permit a projected CRS to have a derived geodetic CRS as its base CRS?"

主要言語
Makefile
スター
0
フォーク
2
平均マージ
1時間 36分
マージ済み PR(30日)
3

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

opengeospatial/CRS-JSON-Encoding のほかの issue

opengeospatial/CRS-JSON-Encoding の issue をすべて見る

似ている issue

Documentation の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。