collections.json 7.37 KB
Newer Older
Joe TS Dell's avatar
upload  
Joe TS Dell committed
1
2
3
{
    "links": [
      {
Joe TS Dell's avatar
update    
Joe TS Dell committed
4
        "rel": "original",
Joe TS Dell's avatar
upload  
Joe TS Dell committed
5
6
7
8
9
10
11
12
        "href": "host_url/collections",
        "type": "application/json",
        "title": "All geospatial data available from this API"
      }
    ],
    "collections": [
      {
        "id": "NewYork",
JOE XMG's avatar
JOE XMG committed
13
        "title": "NewYork",
Joe TS Dell's avatar
upload  
Joe TS Dell committed
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
51
        "description": "All Supported 3D Containers for the city of NewYork",
        "collectiontype": "3d-container",
        "extent": {
          "spatial": {
            "bbox": [
              [
                -74.01900887327089,
                40.700475291581974,
                -11.892070104139751,
                -73.9068954348699,
                40.880256294183646,
                547.7591871983744
              ]
            ],
            "crs": "http://www.opengis.net/def/crs/OGC/0/CRS84h"
          }
        },
        "links": [
          {
            "rel": "collections",
            "href": "host_url/collections/",
            "type": "application/json"
          },
          {
            "title": "NewYork - Collections",
            "rel": "self",
            "href": "host_url/collections/NewYork/",
            "type": "application/json"
          },
          {
            "title": "NewYork - 3D Buildings Manhattan: 3D Tiles",
            "rel": "items",
            "href": "host_url/collections/NewYork/3dtiles",
            "type": "application/json+3dtiles"
          },
          {
            "title": "NewYork - 3D Buildings Manhattan: i3s",
            "rel": "items",
Joe TS Dell's avatar
update    
Joe TS Dell committed
52
            "href": "https://tiles.arcgis.com/tiles/P3ePLMYs2RVChkJx/arcgis/rest/services/Buildings_NewYork_17/SceneServer/layers/0/",
Joe TS Dell's avatar
upload  
Joe TS Dell committed
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
            "type": "application/json+i3s"
          }
        ],
        "children": [
          
        ],
        "content": [
          {
            "title": "NewYork - 3D Buildings Manhattan: 3D Tiles",
            "rel": "original",
            "href": "host_url/collections/NewYork/3dtiles/",
            "type": "application/json+3dtiles"
          },
          {
            "title": "NewYork - 3D Buildings Manhattan: i3s",
            "rel": "original",
Joe TS Dell's avatar
update    
Joe TS Dell committed
69
            "href": "https://tiles.arcgis.com/tiles/P3ePLMYs2RVChkJx/arcgis/rest/services/Buildings_NewYork_17/SceneServer/layers/0/",
Joe TS Dell's avatar
upload  
Joe TS Dell committed
70
71
72
            "type": "application/json+i3s"
          }
        ]
Joe TS Dell's avatar
update    
Joe TS Dell committed
73
74
75
      },
      {
        "id": "Stuttgart",
JOE XMG's avatar
JOE XMG committed
76
        "title": "Stuttgart",
Joe TS Dell's avatar
update    
Joe TS Dell committed
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
        "description": "All Supported 3D Containers for the city of Stuttgart LoD 1 from OSM with Textures",
        "collectiontype": "3d-container",
        "extent": {
          "spatial": {
            "bbox": [
              [9.161434,48.771841,-10,9.183426,48.786318,550]
            ],
            "crs": "http://www.opengis.net/def/crs/OGC/0/CRS84h"
          }
        },
        "links": [
          {
            "rel": "collections",
            "href": "host_url/collections/",
            "type": "application/json"
          },
          {
JOE XMG's avatar
JOE XMG committed
94
            "title": "Stuttgart - Collections",
Joe TS Dell's avatar
update    
Joe TS Dell committed
95
96
97
98
99
100
101
102
103
104
105
106
107
            "rel": "self",
            "href": "host_url/collections/Stuttgart/",
            "type": "application/json"
          },
          {
            "title": "Stuttgart 3D Building Model (LoD 1) : 3D Tiles",
            "rel": "items",
            "href": "https://steinbeis-3dps.eu/3DGeoVolumes/collections/Stuttgart/Stuttgart_3DBuildings_LoD1/3dtiles/",
            "type": "application/json+3dtiles"
          }
        ],
        "children": [
          {
JOE XMG's avatar
JOE XMG committed
108
109
110
            "id": "HFTBuilding2_3DModel",
            "title": "HFT Building 2 - 3D Model",
            "description": "3D Building Model of the HFT Stuttgart created by SketchUp and converted with CityEngine and FME.",
Joe TS Dell's avatar
update    
Joe TS Dell committed
111
112
113
114
            "collectiontype": "3d-container",
            "extent": {
              "spatial": {
                "bbox": [
JOE XMG's avatar
JOE XMG committed
115
116
117
118
119
120
121
122
                  [
                    9.1729205436,
                    48.7794377214,
                    -10,
                    9.1738475153,
                    48.7802408522,
                    550
                  ]
Joe TS Dell's avatar
update    
Joe TS Dell committed
123
124
125
126
127
128
129
                ],
                "crs": "http://www.opengis.net/def/crs/OGC/0/CRS84h"
              }
            },
            "links": [
              {
                "rel": "collections",
JOE XMG's avatar
JOE XMG committed
130
                "href": "https://steinbeis-3dps.eu/3DGeoVolumes/collections/",
Joe TS Dell's avatar
update    
Joe TS Dell committed
131
132
133
                "type": "application/json"
              },
              {
JOE XMG's avatar
JOE XMG committed
134
                "title": "HFT Building 2 - Collections",
Joe TS Dell's avatar
update    
Joe TS Dell committed
135
                "rel": "self",
JOE XMG's avatar
JOE XMG committed
136
                "href": "https://steinbeis-3dps.eu/3DGeoVolumes/collections/Stuttgart",
Joe TS Dell's avatar
update    
Joe TS Dell committed
137
138
139
                "type": "application/json"
              },
              {
JOE XMG's avatar
JOE XMG committed
140
                "title": "HFT Building 2 - 3D Model: i3s",
Joe TS Dell's avatar
update    
Joe TS Dell committed
141
                "rel": "items",
JOE XMG's avatar
JOE XMG committed
142
143
144
145
146
147
148
                "href": "https://steinbeis-3dps.eu/3DGeoVolumes/collections/Stuttgart/HFTBuilding2_3DModel/i3s",
                "type": "application/json+i3s"
              },
              {
                "title": "HFT Building 2 - 3D Model: 3D Tiles",
                "rel": "items",
                "href": "https://steinbeis-3dps.eu/3DGeoVolumes/collections/Stuttgart/HFTBuilding2_3DModel/3dtiles",
Joe TS Dell's avatar
update    
Joe TS Dell committed
149
                "type": "application/json+3dtiles"
JOE XMG's avatar
JOE XMG committed
150
151
152
153
154
155
156
157
158
159
160
161
              },
              {
                "title": "HFT Building 2 - 3D Model: USDZ",
                "rel": "items",
                "href": "https://steinbeis-3dps.eu/3DGeoVolumes/collections/Stuttgart/HFTBuilding2_3DModel/usdz",
                "type": "application/usdz"
              },
              {
                "title": "HFT Building 2 - 3D Model: gltf",
                "rel": "items",
                "href": "https://steinbeis-3dps.eu/3DGeoVolumes/collections/Stuttgart/HFTBuilding2_3DModel/gltf",
                "type": "application/gltf"
Joe TS Dell's avatar
update    
Joe TS Dell committed
162
163
              }
            ],
JOE XMG's avatar
JOE XMG committed
164
            "children": [],
Joe TS Dell's avatar
update    
Joe TS Dell committed
165
166
            "content": [
              {
JOE XMG's avatar
JOE XMG committed
167
168
169
170
                "title": "HFT Building 2 - 3D Model: i3s",
                "rel": "items",
                "href": "https://steinbeis-3dps.eu/3DGeoVolumes/collections/Stuttgart/HFTBuilding2_3DModel/i3s",
                "type": "application/json+i3s"
Joe TS Dell's avatar
update    
Joe TS Dell committed
171
172
              },
              {
JOE XMG's avatar
JOE XMG committed
173
                "title": "HFT Building 2 - 3D Model: 3D Tiles",
Joe TS Dell's avatar
update    
Joe TS Dell committed
174
                "rel": "original",
JOE XMG's avatar
JOE XMG committed
175
                "href": "https://steinbeis-3dps.eu/3DGeoVolumes/collections/Stuttgart/HFTBuilding2_3DModel/3dtiles",
Joe TS Dell's avatar
update    
Joe TS Dell committed
176
                "type": "application/json+3dtiles"
JOE XMG's avatar
JOE XMG committed
177
178
179
180
181
182
183
184
185
186
187
188
              },
              {
                "title": "HFT Building 2 - 3D Model: USDZ",
                "rel": "original",
                "href": "https://steinbeis-3dps.eu/3DGeoVolumes/collections/Stuttgart/HFTBuilding2_3DModel/usdz",
                "type": "application/usdz"
              },
              {
                "title": "HFT Building 2 - 3D Model: gltf",
                "rel": "original",
                "href": "https://steinbeis-3dps.eu/3DGeoVolumes/collections/Stuttgart/HFTBuilding2_3DModel/gltf",
                "type": "application/gltf"
Joe TS Dell's avatar
update    
Joe TS Dell committed
189
190
191
192
193
194
              }
            ]
          }
        ],
        "content": [
          {
JOE XMG's avatar
JOE XMG committed
195
            "title": "Stuttgart Collection",
Joe TS Dell's avatar
update    
Joe TS Dell committed
196
197
198
199
200
201
202
203
204
205
206
            "rel": "original",
            "href": "host_url/collections/Stuttgart/",
            "type": "application/json"
          },
          {
            "title": "Stuttgart 3D Building Model (LoD 1) : 3D Tiles",
            "rel": "original",
            "href": "https://steinbeis-3dps.eu/3DGeoVolumes/collections/Stuttgart/Stuttgart_3DBuildings_LoD1/3dtiles/",
            "type": "application/json+3dtiles"
          }
        ]
Joe TS Dell's avatar
upload  
Joe TS Dell committed
207
208
209
      }
    ]
  }