aboutsummaryrefslogtreecommitdiff
path: root/data/tests/tinshift_simplified_n60_n2000.json
blob: f6d3d4aa2fde904c383a26d8d4cf70695947304f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "file_type": "triangulation_file",
  "format_version": "1.0",
  "name": "Name",
  "version": "Version",
  "publication_date": "2018-07-01T00:00:00Z",
  "license": "Creative Commons Attribution 4.0 International",
  "description": "Test triangulation",
  "authority": {
    "name": "Authority name",
    "url": "http://example.com",
    "address": "Adress",
    "email": "test@example.com"
  },
  "links": [
    {
      "href": "https://example.com/about.html",
      "rel": "about",
      "type": "text/html",
      "title": "About"
    },
    {
      "href": "https://example.com/download",
      "rel": "source",
      "type": "application/zip",
      "title": "Authoritative source"
    },
    {
      "href": "https://creativecommons.org/licenses/by/4.0/",
      "rel": "license",
      "type": "text/html",
      "title": "Creative Commons Attribution 4.0 International license"
    },
    {
      "href": "https://example.com/metadata.xml",
      "rel": "metadata",
      "type": "application/xml",
      "title": " ISO 19115 XML encoded metadata regarding the tirangulation"
    }
  ],
  "input_crs": "EPSG:2393+5717",
  "output_crs": "EPSG:2393+5941",
  "transformed_components": [ "vertical" ],
  "vertices_columns": [ "source_x", "source_y", "source_z", "target_z" ],
  "triangles_columns": [ "idx_vertex1", "idx_vertex2", "idx_vertex3" ],
  "vertices": [ [3188607.0, 6688748.0, 23.123, 23.4133],
                [3184981.0, 6725255.0, 8.044, 8.34499],
                [3220912.0, 6699508.0, 1.724, 2.0101] ],
  "triangles": [ [0, 1, 2] ]
}