opengeospatial / opengeospatial/CRS-JSON-Encoding
Definition of "parametric_crs" and "paramatric_cs" (Missing)
Nessuno ha ancora preso questa issue.
- Lingua principale
- Makefile
- Stelle
- 0
- Fork
- 2
- Merge medio
- 1h 36m
- PR unite (30g)
- 3
Descrizione
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.
"parametric_crs": {
"type": "object",
"allOf": [{ "$ref": "#/definitions/object_usage" }],
"properties": {
"type": { "type": "string", "enum": ["ParametricCRS"] },
"name": { "type": "string" },
"datum": { "$ref": "#/definitions/parametric_datum" },
"coordinate_system": { "$ref": "#/definitions/coordinate_system" }, STRIKE THIS LINE
"coordinate_system": { "$ref": "#/definitions/parametric_cs" },
"$schema" : {},
"scope": {},
"area": {},
"bbox": {},
"vertical_extent": {},
"temporal_extent": {},
"usages": {},
"remarks": {},
"id": {}, "ids": {}
},
"required" : [ "name", "datum", "coordinate system" ],
"additionalProperties": false
},
"$comment": "[RL] See comment regarding usage under compound_crs."
"$comment": "[RL] A parametric CRS should be constrained to having a parametric_cs."
"$comment": "[RL] In 19111/Topic 2, a parametric CRS may have a datum ensemble rather than a datum. 19162/WKT2 spec does not offer the option. Should CRS JSON?"
"$comment": "[RL] A parametric CRS must have a datum (or a datum_ensemble, see previous comment). The schema would be clearer if this was included in the required list."
"parametric_cs": { }
"$comment": "[RL] Definition to be completed. The definition would constrain a parametric CS to have 1 axis."
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia con i frammenti di schema citati nell’issue #39 e confrontali con ProjJson v0-7 RL 2024-06-16.docx. Esamina le questioni aperte relative alle scelte del datum di parametric CRS, alle proprietà obbligatorie, ai metadati di utilizzo e al sistema di coordinate parametrico a un asse. Il lavoro è completato quando le definizioni di parametric_crs e parametric_cs sono completate e i vincoli concordati sono rappresentati in modo coerente.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- json
- Ambito
- data
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 25/100