opengeospatial / opengeospatial/CRS-JSON-Encoding

Definition of "compound_crs" and all other CRS, datum and coordinate operation members of the schema

Aperta
#9 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

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.

"compound_crs": {
"type": "object",

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

  "properties": {
    "type": { "type": "string", "enum": ["CompoundCRS"] },
    "name": { "type": "string" },
    "components":  {
       "type": "array",
        "items": { "$ref": "#/definitions/crs" }
    },
    "$schema" : {},

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

    "remarks": {},
    "id": {}, "ids": {}
  },
  "required" : [ "name", "components" ],
  "additionalProperties": false

},

"$comment": "[RL] The use of both object_usage and usages in this schema is not clear - for scope and extent they seem to duplicate each other. In ISO 19111 a usage must contain one scope and one extent. The main geodetic entities (CRS, datum, all types of coordinate operation) should have at least one and may have many usages. Should the schema be something like Usage towards the end of this document?

This comment applies to all other CRS, datum and coordinate operation members in the schema."

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Inizia dal documento ProjJson v0-7 collegato e dalla definizione attuale dello schema per compound_crs, quindi esamina i membri corrispondenti di CRS, datum e operazioni sulle coordinate. Confronta come sono rappresentati object_usage e usages e documenta la direzione concordata dello schema; il lavoro è completato quando lo SWG ha risolto l’ambiguità e le definizioni interessate sono state aggiornate in modo coerente.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
json
Ambito
backend-api-design
Tipo di issue
Funzionalità
Difficoltà
5/5
Tempo stimato
Più di una settimana
Stato di attività
Ferma
Chiarezza
Da chiarire
Idoneità per principianti
25/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.