Sha256: 5303c535f7d60cb325870bc03eac5785e329bfecf0c1315f42bbd63d441b87aa

Contents?: true

Size: 1.64 KB

Versions: 5

Compression:

Stored size: 1.64 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "georeferencableRepresentation.json#",
  "type": "object",
  "title": "georeferencableRepresentation",
  "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/georeferencableRepresentation.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": {},
      "minLength": 1
    },
    "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

5 entries across 5 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.0.pre.alpha.6 schema/georeferencableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.5 schema/georeferencableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.4 schema/georeferencableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.3 schema/georeferencableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.2 schema/georeferencableRepresentation.json