Sha256: 922ccbaec95220e88a2189a23de5369357127b05a00d4d0abfb9ded5e96b44d7

Contents?: true

Size: 1.65 KB

Versions: 15

Compression:

Stored size: 1.65 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": {},
      "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

15 entries across 15 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.0.pre.beta.2 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.1 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.18 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.17 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.16 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.15 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.14 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.13 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.12 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.11 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.10 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.9 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.8 schema/georeferenceableRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.7 schema/georeferenceableRepresentation.json