opengeospatial / opengeospatial/CRS-JSON-Encoding

Discussion of "axis"

Aperta
#5 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.

"axis": {
  "type": "object",
  "properties": {
    "$schema" : { "type": "string" },
    "type": { "type": "string", "enum": ["Axis"] },
    "name": { "type": "string" },
    "abbreviation": { "type": "string" },
    "direction": { "type": "string",
                   "enum": [ "north",
                             "northNorthEast",
                             "northEast",
                             "eastNorthEast",
                             "east",
                             "eastSouthEast",
                             "southEast",
                             "southSouthEast",
                             "south",
                             "southSouthWest",
                             "southWest",
                             "westSouthWest",
                             "west",
                             "westNorthWest",
                             "northWest",
                             "northNorthWest",
                             "up",
                             "down",
                             "geocentricX",
                             "geocentricY",
                             "geocentricZ",
                             "columnPositive",
                             "columnNegative",
                             "rowPositive",
                             "rowNegative",
                             "displayRight",
                             "displayLeft",
                             "displayUp",
                             "displayDown",
                             "forward",
                             "aft",
                             "port",
                             "starboard",
                             "clockwise",
                             "counterClockwise",
                             "towards",
                             "awayFrom",
                             "future",
                             "past",
                             "unspecified" ] },
    "meridian": { "$ref": "#/definitions/meridian" },

"bearing": { "$ref": "#/definitions/bearing" },

    "unit": { "$ref": "#/definitions/unit" },
    "minimum_value": { "type": "number" },
    "maximum_value": { "type": "number" },
    "range_meaning": { "type": "string", "enum": [ "exact", "wraparound"] },
    "id": { "$ref": "#/definitions/id" },
    "ids": { "$ref": "#/definitions/ids" }
  },

"required" : [ "name", "abbreviation"*, "direction" ],

  "allOf": [
    { "$ref": "#/definitions/id_ids_mutually_exclusive" }
  ],
  "additionalProperties": false
},

"$comment": "[RL] For most subtypes of CS (ordinal and temporalDateTime excepted) 19111/Topic 2 (and WKT2) has constraints requiring the axis to have units. Not clear that the above includes these constraints and the exceptions."
"$comment": "[RL] meridian is an attribute in WKT2 not found in 19111/Topic2 ..."
"$comment": "... WKT2 has a bearing attribute applied to the clockwise and counterClockwise direction values in polar CSs. (also not found in 19111/Topic 2)."
"$comment": "[RL] 19111 Topic 2 and WKT2 have constraints on axis names and abbreviations covered further in comments under the CS subtype schema holding places inserted below. Some prohibit both of axis name and axis abbreviation."

The actual definition of the missing "bearing" attribute has been added as a separate issue "Adding definition of bearing" to allow concise comments on bearing definition.

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

Esamina lo schema degli assi proposto nel ProjJson v0-7 RL 2024-06-16.docx collegato e confronta il suo bearing, i campi obbligatori, le unità, il meridiano e i vincoli di denominazione con 19111/Topic 2 e WKT2. Risolvi la discussione del CRS SWG e rifletti le decisioni nella definizione dell’asse; il bearing in sé è tracciato nella issue separata "Adding definition of bearing".

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

Valutazione

Stack tecnologico
json
Ambito
documentation
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.