Skip to content

Vertices

Vertices and transformation properties using coordinates in the Dutch RD New (EPSG:7415) coordinate reference system.

Case

  • id: vertices
  • layer: conformance
  • family: spec_atom
  • artifact_mode: checked-in
  • source_kind: synthetic
  • representation: cityjson
  • path: cases/conformance/v2_0/vertices

Files

  • source: cases/conformance/v2_0/vertices/vertices.city.json

Source JSON

case.json

{
  "artifact_mode": "checked-in",
  "artifact_paths": {
    "source": "cases/conformance/v2_0/vertices/vertices.city.json"
  },
  "assertions": [
    "vertex_indices_preserved",
    "coordinates_preserved",
    "transform_preserved"
  ],
  "cityjson_version": "2.0",
  "description": "Vertices and transformation properties using coordinates in the Dutch RD New (EPSG:7415) coordinate reference system.",
  "family": "spec_atom",
  "geometry_kind": "dummy",
  "id": "vertices",
  "layer": "conformance",
  "representation": "cityjson",
  "source_kind": "synthetic",
  "version": 2
}

invariants.json

{
  "checks": [
    {
      "description": "Vertex indexing stays stable across parse and roundtrip.",
      "id": "vertex_indices_preserved"
    },
    {
      "description": "Coordinates in Dutch RD New (EPSG:7415) are preserved.",
      "id": "coordinates_preserved"
    },
    {
      "description": "Transformation properties stay stable across parse and roundtrip.",
      "id": "transform_preserved"
    }
  ],
  "id": "vertices",
  "kind": "positive",
  "version": 1
}