Sha256: 20b7266d704a9ddb622f06debffc78400cc5dfa7032d3078648b6f94db94ecac

Contents?: true

Size: 1.24 KB

Versions: 67

Compression:

Stored size: 1.24 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "bbox.json#",
  "description": "A GeoJSON object MAY have a member named 'bbox' to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2 * n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries. The values of a 'bbox' array are[west, south, east, north].",
  "translation": {
    "ISO 19115-2": ["EX_Extent > geographicElement > EX_GeographicBoundingBox, EX_GeographicBoundingBox > westBoundLongitude > Decimal {west}, EX_GeographicBoundingBox > eastBoundLongitude > Decimal {east}, EX_GeographicBoundingBox > southBoundLatitude > Decimal {south}, EX_GeographicBoundingBox > northBoundLatitude > Decimal {north}"],
    "FGDC CSDGM": ["[idinfo > spdom > bounding > westbc], [idinfo > spdom > bounding > eastbc], [idinfo > spdom > bounding > northbc], [idinfo > spdom > bounding > southbc]"]
  },
  "example":"../examples/boundingBox.json",
  "type": "array",
  "minItems": 4,
  "items": {
    "type": "number"
  }
}

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.9.2.pre.beta.21 schema/bbox.json
adiwg-mdjson_schemas-2.9.2.pre.beta.20 schema/bbox.json
adiwg-mdjson_schemas-2.9.2.pre.beta.19 schema/bbox.json
adiwg-mdjson_schemas-2.9.1 schema/bbox.json
adiwg-mdjson_schemas-2.9.0 schema/bbox.json
adiwg-mdjson_schemas-2.8.1 schema/bbox.json
adiwg-mdjson_schemas-2.8.0 schema/bbox.json
adiwg-mdjson_schemas-2.8.0.pre.beta9 schema/bbox.json
adiwg-mdjson_schemas-2.8.0.pre.beta8 schema/bbox.json
adiwg-mdjson_schemas-2.8.0.pre.rc8 schema/bbox.json
adiwg-mdjson_schemas-2.8.0.pre.rc7 schema/bbox.json
adiwg-mdjson_schemas-2.8.0.pre.beta6 schema/bbox.json
adiwg-mdjson_schemas-2.8.0.pre.beta3 schema/bbox.json
adiwg-mdjson_schemas-2.8.0.pre.beta2 schema/bbox.json
adiwg-mdjson_schemas-2.8.0.pre.beta schema/bbox.json
adiwg-mdjson_schemas-2.7.0 schema/bbox.json
adiwg-mdjson_schemas-2.6.3 schema/bbox.json
adiwg-mdjson_schemas-2.6.2 schema/bbox.json
adiwg-mdjson_schemas-2.6.1 schema/bbox.json
adiwg-mdjson_schemas-2.6.0 schema/bbox.json