Sha256: 8eebbbc0734b37bebd622b7c333a5e39c475fc1bd8670994ea5335757e4d6e8d

Contents?: true

Size: 1.63 KB

Versions: 7

Compression:

Stored size: 1.63 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "georeferenceableRepresentation.json#",
  "type": "object",
  "title": "georeferenceableRepresentation",
  "description": "Grid with cells irregularly spaced in any given geographic/map projection coordinate system, whose individual cells can be geolocated using geolocation information supplied with the data but cannot be geolocated from the grid properties alone.",
  "example": "../examples/georeferenceableRepresentation.json",
  "required": ["controlPointAvailable", "orientationParameterAvailable", "georeferencedParameter"],
  "additionalProperties": true,
  "properties": {
    "gridRepresentation": {
      "$ref": "./gridRepresentation.json#"
    },
    "controlPointAvailable": {
      "type": "boolean",
      "description": "Indication of whether or not control point(s) exist.",
      "translation": {}
    },
    "orientationParameterAvailable": {
      "type": "boolean",
      "description": "Description of the parameters used to describe sensor orientation.",
      "translation": {}
    },
    "orientationParameterDescription": {
      "type": "string",
      "description": "Description of parameters used to describe sensor orientation.",
      "translation": {}
    },
    "georeferencedParameter": {
      "type": "string",
      "title": "",
      "description": "Information which support grid data georeferencing.",
      "translation": {}
    },
    "parameterCitation": {
      "type": "array",
      "description": "Reference providing description of the parameters.",
      "translation": {},
      "items": {
        "$ref": "./citation.json#"
      }
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.1 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.7 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.6 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.5 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.4 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.3 schema/georeferenceableRepresentation.json