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