opengeospatial / opengeospatial/CRS-JSON-Encoding
bound_crs and abridged_transformation - should they be included in an OGC CRS JSON encoding?
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Makefile
- Estrellas
- 0
- Forks
- 2
- Merge medio
- 1 h 36 min
- PR fusionados (30 d)
- 3
Descripción
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.
"abridged_transformation": {
"type": "object",
"properties": {
"$schema" : { "type": "string" },
"type": { "type": "string", "enum": ["AbridgedTransformation"] },
"name": { "type": "string" },
"source_crs": {
"$ref": "#/definitions/crs",
"$comment": "Only present when the source_crs of the bound_crs does not match the source_crs of the AbridgedTransformation. No equivalent in WKT"
},
"method": { "$ref": "#/definitions/method" },
"parameters": {
"type": "array",
"items": { "$ref": "#/definitions/parameter_value" }
},
"id": { "$ref": "#/definitions/id" },
"ids": { "$ref": "#/definitions/ids" }
},
"required" : [ "name", "method", "parameters" ],
"allOf": [
{ "$ref": "#/definitions/id_ids_mutually_exclusive" }
],
"additionalProperties": false
},
The concepts of bound_crs and abridged_transformation are not recognised in Topic 2 (18-005r8) but are defined in CRS WKT (18-010r11). Should they be included in an OGC CRS JSON encoding?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Lea el material extraído de ProjJson v0-7 RL 2024-06-16.docx y, a continuación, compare las referencias de Topic 2 y CRS WKT citadas en el issue. Determine si bound_crs y abridged_transformation forman parte de la codificación OGC CRS JSON y documente la decisión de especificación acordada; no se mencionan pruebas ni puntos de entrada para la implementación.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- json
- Área
- documentation
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100