Sha256: da48173fcd45656030af9bafea33b4286f2581261352c6576f3c70e9e0255a52

Contents?: true

Size: 1.76 KB

Versions: 10

Compression:

Stored size: 1.76 KB

Contents

{
  "id": "resolution.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "Information about the scale of the geographic extent.",
  "example": "../../examples/full_example.json#/metadata/resourceInfo/spatialResolution",
  "translation": {
    "ISO 19115-2": ["MD_Resolution"]
  },
  "anyOf": [
    {
      "type": "object",
      "title": "scaleFactor",
      "description": "Scale of geographic extent",
      "example": "../../examples/full_example.json#/metadata/resourceInfo/spatialResolution",
      "required": ["equivalentScale"],
      "additionalProperties": true,
      "properties": {
        "equivalentScale": {
          "type": "number",
          "description": "Scale of geographic extent expressed in a hardcopy map scale fraction (denominator).",
          "translation": {
            "ISO 19115-2": ["MD_Resolution > equivalentScale > MD_RepresentativeFraction > denominator > Integer"]
          }
        }
      }
    }, {
      "type": "object",
      "title": "distance",
      "example": "../../examples/full_example.json#/metadata/resourceInfo/spatialResolution",
      "description": "Scale of geographic extent expressed in ground distance parameters.",
      "required": ["distance"],
      "additionalProperties": true,
      "properties": {
        "distance": {
          "type": "number",
          "description": "Ground distance measurement representing geographic extent.",
          "translation": {
            "ISO 19115-2": ["MD_Resolution > distance > Distance "]
          }
        },
        "uom": {
          "type": "string",
          "description": "Ground distance units of measure.",
          "translation": {
            "ISO 19115-2": ["MD_Resolution > distance > Distance @uom"]
          }
        }
      }
    }
  ]
}

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
adiwg-mdjson_schemas-1.1.3 schema/schema/resolution.json
adiwg-mdjson_schemas-1.1.2 schema/schema/resolution.json
adiwg-mdjson_schemas-1.1.1 schema/schema/resolution.json
adiwg-mdjson_schemas-1.1.0 schema/schema/resolution.json
adiwg-mdjson_schemas-1.0.2 schema/schema/resolution.json
adiwg-mdjson_schemas-1.0.1 schema/schema/resolution.json
adiwg-mdjson_schemas-1.0.0 schema/schema/resolution.json
adiwg-mdtranslator-1.0.0rc2 test/schemas/v1_0/schema/schema/resolution.json
adiwg-mdtranslator-1.0.0rc1 test/schemas/v1_0/schema/schema/resolution.json
adiwg-mdjson_schemas-1.0.0rc1 schema/schema/resolution.json