Adjacencies
Parameters:
- newest_in_range: (boolean) only return photos that are the newest within their distance interval
- srid: (integer) projection of coordinates, either 4326 or 28992
- near: (string) two-dimensional point, separated by a comma; "<lon>,<lat>" when "srid=4326", "<x>,<y>" when "srid=28992"
- radius: (number) search radius in meters from point "near"
- bbox: (string) only return photos contained by bounding box, two two-dimensional points "<northwest>,<southeast>", same as point "near"
- timestamp_before: (string) ISO date format (yyyy-mm-dd)
- timestamp_after: (string) ISO date format (yyyy-mm-dd)
- tags: (string) a comma-seperated list of tags to filter on, for example: "mission-bi,mission2017"
- limit_results: (integer) limit on the returned results (impacts count and pagination: if more results are available, they don't show up in counts). Can be used for performance reasons
GET /panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00079/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00079/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00079/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00079/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241128_0827_Track56_Sphere_00079/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00079/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00079/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838777514852028, 52.358436088070114, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241128_0827_Track56_Sphere_00079", "timestamp": "2024-11-28T10:13:41Z", "filename": "Job_20241128_0827_Track56_Sphere_00079.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 0.0, "relative_pitch": 0.0, "relative_heading": null, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001010/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001010/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001010/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001010/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002085_pano_0000_001010/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001010/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001010/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001010/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001010/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83877519973988, 52.358436566042, 45.3209030628204 ] }, "distance": 0.17, "direction": 288.63, "angle": 89.79, "elevation": 45.32, "pano_id": "TMX7316010203-002085_pano_0000_001010", "timestamp": "2021-04-12T10:16:54.086840Z", "filename": "pano_0000_001010.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 0.16645028, "relative_pitch": 89.7895704847365, "relative_heading": 288.6345257614672, "relative_elevation": 45.3209030628204 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00723/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00723/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00723/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00723/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_10_01_11_49_16_00723/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00723/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00723/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00723/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00723/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838774188447613, 52.35843917343907, 0.0 ] }, "distance": 0.41, "direction": 326.57, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_10_01_11_49_16_00723", "timestamp": "2025-10-01T12:30:25Z", "filename": "2025_10_01_11_49_16_00723.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 0.41137245, "relative_pitch": 0.0, "relative_heading": 326.57177716806916, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002155/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002155/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002155/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002155/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001698_pano_0001_002155/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002155/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002155/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002155/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002155/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8387697340545, 52.3584403497754, 44.8084967723116 ] }, "distance": 0.71, "direction": 311.82, "angle": 89.09, "elevation": 44.81, "pano_id": "TMX7316010203-001698_pano_0001_002155", "timestamp": "2020-05-08T07:48:38.201310Z", "filename": "pano_0001_002155.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 0.71125182, "relative_pitch": 89.09061208583968, "relative_heading": 311.8156968163749, "relative_elevation": 44.8084967723116 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000817/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000817/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000817/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000817/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001031_pano_0009_000817/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000817/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000817/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000817/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000817/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83878491049059, 52.3584436443607, 45.2083381228149 ] }, "distance": 0.98, "direction": 30.93, "angle": 88.76, "elevation": 45.21, "pano_id": "TMX7316010203-001031_pano_0009_000817", "timestamp": "2019-01-02T10:06:52.315960Z", "filename": "pano_0009_000817.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 0.98022647, "relative_pitch": 88.75788309684852, "relative_heading": 30.93163577190172, "relative_elevation": 45.2083381228149 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000818/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000818/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000818/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000818/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001031_pano_0009_000818/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000818/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000818/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000818/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000818/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83872261134427, 52.3584192853028, 45.2467803778127 ] }, "distance": 4.18, "direction": 243.44, "angle": 84.72, "elevation": 45.25, "pano_id": "TMX7316010203-001031_pano_0009_000818", "timestamp": "2019-01-02T10:06:52.890950Z", "filename": "pano_0009_000818.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 4.18174391, "relative_pitch": 84.71967792944639, "relative_heading": 243.44138932075307, "relative_elevation": 45.2467803778127 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002154/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002154/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002154/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002154/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001698_pano_0001_002154/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002154/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002154/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002154/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002154/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83882892296174, 52.3584664316234, 44.7475840235129 ] }, "distance": 4.86, "direction": 46.05, "angle": 83.8, "elevation": 44.75, "pano_id": "TMX7316010203-001698_pano_0001_002154", "timestamp": "2020-05-08T07:48:37.581270Z", "filename": "pano_0001_002154.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 4.86485437, "relative_pitch": 83.79530366224968, "relative_heading": 46.048400012840304, "relative_elevation": 44.7475840235129 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001011/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001011/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001011/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001011/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002085_pano_0000_001011/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001011/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001011/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001011/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001011/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83883530825071, 52.3584619415931, 45.2545087663457 ] }, "distance": 4.88, "direction": 53.85, "angle": 83.85, "elevation": 45.25, "pano_id": "TMX7316010203-002085_pano_0000_001011", "timestamp": "2021-04-12T10:16:54.896820Z", "filename": "pano_0000_001011.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 4.87636306, "relative_pitch": 83.84986926223287, "relative_heading": 53.84624781917095, "relative_elevation": 45.2545087663457 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00078/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00078/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00078/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00078/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241128_0827_Track56_Sphere_00078/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00078/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00078/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00078/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00078/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838717285724227, 52.35841098479896, 0.0 ] }, "distance": 4.96, "direction": 235.75, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241128_0827_Track56_Sphere_00078", "timestamp": "2024-11-28T10:13:40Z", "filename": "Job_20241128_0827_Track56_Sphere_00078.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 4.96385421, "relative_pitch": 0.0, "relative_heading": 235.75472091971298, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000954/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000954/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000954/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000954/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0003_000954/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0003_000954/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0003_000954/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000954/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000954/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83882859064694, 52.3584679255481, 44.6481901556253 ] }, "distance": 4.97, "direction": 44.49, "angle": 83.65, "elevation": 44.65, "pano_id": "TMX7316010203-000288_pano_0003_000954", "timestamp": "2017-05-08T10:38:00.282520Z", "filename": "pano_0003_000954.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 4.96577681, "relative_pitch": 83.65363907197313, "relative_heading": 44.486053627894975, "relative_elevation": 44.6481901556253 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00080/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00080/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00080/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00080/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241128_0827_Track56_Sphere_00080/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00080/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00080/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00080/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00080/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838837085846127, 52.35846218590376, 0.0 ] }, "distance": 4.99, "direction": 54.41, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241128_0827_Track56_Sphere_00080", "timestamp": "2024-11-28T10:13:41Z", "filename": "Job_20241128_0827_Track56_Sphere_00080.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 4.99043072, "relative_pitch": 0.0, "relative_heading": 54.41451898509351, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000953/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000953/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000953/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000953/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0003_000953/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0003_000953/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0003_000953/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000953/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000953/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83871130861769, 52.3584168039791, 44.8017856320366 ] }, "distance": 4.99, "direction": 244.56, "angle": 83.64, "elevation": 44.8, "pano_id": "TMX7316010203-000288_pano_0003_000953", "timestamp": "2017-05-08T10:37:58.847540Z", "filename": "pano_0003_000953.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 4.99492132, "relative_pitch": 83.63840274536491, "relative_heading": 244.55781416508728, "relative_elevation": 44.8017856320366 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001009/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001009/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001009/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001009/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002085_pano_0000_001009/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001009/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001009/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001009/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001009/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83871566290046, 52.3584118629364, 45.4047042885795 ] }, "distance": 5.0, "direction": 237.39, "angle": 83.71, "elevation": 45.4, "pano_id": "TMX7316010203-002085_pano_0000_001009", "timestamp": "2021-04-12T10:16:53.266840Z", "filename": "pano_0000_001009.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 5.00230384, "relative_pitch": 83.71299361256574, "relative_heading": 237.39273588498642, "relative_elevation": 45.4047042885795 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002156/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002156/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002156/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002156/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001698_pano_0001_002156/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002156/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002156/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002156/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002156/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83870722547811, 52.3584167235662, 44.8744088103995 ] }, "distance": 5.25, "direction": 245.77, "angle": 83.33, "elevation": 44.87, "pano_id": "TMX7316010203-001698_pano_0001_002156", "timestamp": "2020-05-08T07:48:38.836270Z", "filename": "pano_0001_002156.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 5.25114658, "relative_pitch": 83.32567457424162, "relative_heading": 245.773674031906, "relative_elevation": 44.8744088103995 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00724/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00724/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00724/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00724/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_10_01_11_49_16_00724/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00724/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00724/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00724/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00724/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838836892094892, 52.35846717321766, 0.0 ] }, "distance": 5.32, "direction": 49.47, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_10_01_11_49_16_00724", "timestamp": "2025-10-01T12:30:27Z", "filename": "2025_10_01_11_49_16_00724.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 5.32246435, "relative_pitch": 0.0, "relative_heading": 49.467274928069486, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00722/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00722/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00722/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00722/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_10_01_11_49_16_00722/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00722/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00722/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00722/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00722/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838708811884602, 52.358412464468216, 0.0 ] }, "distance": 5.37, "direction": 240.68, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_10_01_11_49_16_00722", "timestamp": "2025-10-01T12:30:24Z", "filename": "2025_10_01_11_49_16_00722.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 5.36825176, "relative_pitch": 0.0, "relative_heading": 240.6808339316265, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000816/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000816/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000816/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000816/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001031_pano_0009_000816/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000816/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000816/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000816/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000816/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83884471900125, 52.3584704541752, 45.1998447794467 ] }, "distance": 5.97, "direction": 50.13, "angle": 82.48, "elevation": 45.2, "pano_id": "TMX7316010203-001031_pano_0009_000816", "timestamp": "2019-01-02T10:06:51.745980Z", "filename": "pano_0009_000816.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 5.96540204, "relative_pitch": 82.481647510678, "relative_heading": 50.13058582932269, "relative_elevation": 45.1998447794467 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000819/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000819/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000819/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000819/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001031_pano_0009_000819/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000819/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000819/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000819/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000819/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83865541040831, 52.358400405852, 45.2499881694093 ] }, "distance": 9.22, "direction": 244.49, "angle": 78.49, "elevation": 45.25, "pano_id": "TMX7316010203-001031_pano_0009_000819", "timestamp": "2019-01-02T10:06:53.465940Z", "filename": "pano_0009_000819.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 9.21773219, "relative_pitch": 78.48599616915394, "relative_heading": 244.48508542873896, "relative_elevation": 45.2499881694093 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00077/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00077/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00077/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00077/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241128_0827_Track56_Sphere_00077/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00077/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00077/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00077/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00077/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838652843881044, 52.35839179390232, 0.0 ] }, "distance": 9.82, "direction": 239.87, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241128_0827_Track56_Sphere_00077", "timestamp": "2024-11-28T10:13:39Z", "filename": "Job_20241128_0827_Track56_Sphere_00077.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 9.82010084, "relative_pitch": 0.0, "relative_heading": 239.87367709153284, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002153/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002153/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002153/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002153/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001698_pano_0001_002153/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002153/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002153/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002153/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002153/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83888804186495, 52.3584929759301, 44.7512219408527 ] }, "distance": 9.84, "direction": 49.95, "angle": 77.6, "elevation": 44.75, "pano_id": "TMX7316010203-001698_pano_0001_002153", "timestamp": "2020-05-08T07:48:36.971250Z", "filename": "pano_0001_002153.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 9.83725649, "relative_pitch": 77.6023665945256, "relative_heading": 49.94761198074462, "relative_elevation": 44.7512219408527 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001012/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001012/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001012/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001012/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002085_pano_0000_001012/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001012/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001012/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001012/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001012/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83889397965958, 52.3584887083645, 45.2438473310322 ] }, "distance": 9.86, "direction": 53.57, "angle": 77.7, "elevation": 45.24, "pano_id": "TMX7316010203-002085_pano_0000_001012", "timestamp": "2021-04-12T10:16:55.681830Z", "filename": "pano_0000_001012.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 9.86108535, "relative_pitch": 77.70443517322364, "relative_heading": 53.57450785526359, "relative_elevation": 45.2438473310322 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001008/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001008/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001008/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001008/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002085_pano_0000_001008/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001008/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001008/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001008/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001008/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83865086085194, 52.3583923523426, 45.4358713198453 ] }, "distance": 9.91, "direction": 240.58, "angle": 77.7, "elevation": 45.44, "pano_id": "TMX7316010203-002085_pano_0000_001008", "timestamp": "2021-04-12T10:16:52.446840Z", "filename": "pano_0000_001008.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 9.90650886, "relative_pitch": 77.70013624121, "relative_heading": 240.57672176636115, "relative_elevation": 45.4358713198453 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00081/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00081/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00081/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00081/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241128_0827_Track56_Sphere_00081/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00081/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00081/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00081/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00081/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838897099853416, 52.35848926542588, 0.0 ] }, "distance": 10.07, "direction": 54.01, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241128_0827_Track56_Sphere_00081", "timestamp": "2024-11-28T10:13:42Z", "filename": "Job_20241128_0827_Track56_Sphere_00081.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 10.06922344, "relative_pitch": 0.0, "relative_heading": 54.00892527173858, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002157/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002157/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002157/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002157/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001698_pano_0001_002157/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002157/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002157/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002157/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002157/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83864030728886, 52.3583985247515, 44.89561913535 ] }, "distance": 10.24, "direction": 245.91, "angle": 77.15, "elevation": 44.9, "pano_id": "TMX7316010203-001698_pano_0001_002157", "timestamp": "2020-05-08T07:48:39.481240Z", "filename": "pano_0001_002157.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 10.23965148, "relative_pitch": 77.15193151850295, "relative_heading": 245.90823822900353, "relative_elevation": 44.89561913535 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00721/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00721/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00721/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00721/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_10_01_11_49_16_00721/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00721/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00721/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00721/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00721/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838643811466004, 52.35839333389289, 0.0 ] }, "distance": 10.28, "direction": 242.42, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_10_01_11_49_16_00721", "timestamp": "2025-10-01T12:30:24Z", "filename": "2025_10_01_11_49_16_00721.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 10.27650183, "relative_pitch": 0.0, "relative_heading": 242.42287369853827, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00725/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00725/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00725/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00725/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_10_01_11_49_16_00725/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00725/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00725/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00725/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00725/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838898115467338, 52.35849498635075, 0.0 ] }, "distance": 10.51, "direction": 51.42, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_10_01_11_49_16_00725", "timestamp": "2025-10-01T12:30:28Z", "filename": "2025_10_01_11_49_16_00725.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 10.5100176, "relative_pitch": 0.0, "relative_heading": 51.42177688325983, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000815/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000815/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000815/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000815/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001031_pano_0009_000815/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000815/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000815/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000815/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000815/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83890440041649, 52.3584974418791, 45.2184342229739 ] }, "distance": 11.02, "direction": 51.7, "angle": 76.31, "elevation": 45.22, "pano_id": "TMX7316010203-001031_pano_0009_000815", "timestamp": "2019-01-02T10:06:51.190950Z", "filename": "pano_0009_000815.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 11.01526685, "relative_pitch": 76.30932834140862, "relative_heading": 51.69954046120982, "relative_elevation": 45.2184342229739 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000820/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000820/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000820/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000820/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001031_pano_0009_000820/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000820/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000820/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000820/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000820/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83858383012038, 52.3583891388434, 45.1821311805397 ] }, "distance": 14.19, "direction": 248.4, "angle": 72.56, "elevation": 45.18, "pano_id": "TMX7316010203-001031_pano_0009_000820", "timestamp": "2019-01-02T10:06:54.031140Z", "filename": "pano_0009_000820.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 14.19193157, "relative_pitch": 72.56223744516058, "relative_heading": 248.40078459949274, "relative_elevation": 45.1821311805397 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00076/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00076/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00076/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00076/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241128_0827_Track56_Sphere_00076/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00076/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00076/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00076/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00076/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838584316213549, 52.358381311157686, 0.0 ] }, "distance": 14.51, "direction": 245.15, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241128_0827_Track56_Sphere_00076", "timestamp": "2024-11-28T10:13:38Z", "filename": "Job_20241128_0827_Track56_Sphere_00076.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 14.50508762, "relative_pitch": 0.0, "relative_heading": 245.15191822527748, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000955/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000955/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000955/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000955/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0003_000955/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0003_000955/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0003_000955/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000955/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000955/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83894584271863, 52.3585193570813, 44.5996026527137 ] }, "distance": 14.74, "direction": 51.06, "angle": 71.71, "elevation": 44.6, "pano_id": "TMX7316010203-000288_pano_0003_000955", "timestamp": "2017-05-08T10:38:01.672440Z", "filename": "pano_0003_000955.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 14.7432928, "relative_pitch": 71.70766122103453, "relative_heading": 51.062743607832076, "relative_elevation": 44.5996026527137 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001007/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001007/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001007/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001007/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002085_pano_0000_001007/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001007/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001007/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001007/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001007/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83858031402974, 52.3583812871675, 45.4091393724084 ] }, "distance": 14.75, "direction": 245.59, "angle": 72.0, "elevation": 45.41, "pano_id": "TMX7316010203-002085_pano_0000_001007", "timestamp": "2021-04-12T10:16:51.601840Z", "filename": "pano_0000_001007.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 14.75405545, "relative_pitch": 72.00030622987786, "relative_heading": 245.58746229959036, "relative_elevation": 45.4091393724084 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002152/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002152/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002152/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002152/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001698_pano_0001_002152/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002152/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002152/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002152/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002152/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83894678160987, 52.3585196633923, 44.7340021757409 ] }, "distance": 14.81, "direction": 51.12, "angle": 71.68, "elevation": 44.73, "pano_id": "TMX7316010203-001698_pano_0001_002152", "timestamp": "2020-05-08T07:48:36.371250Z", "filename": "pano_0001_002152.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 14.81447424, "relative_pitch": 71.67677677440322, "relative_heading": 51.11568123420249, "relative_elevation": 44.7340021757409 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001013/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001013/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001013/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001013/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002085_pano_0000_001013/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001013/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001013/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001013/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001013/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83895164666227, 52.3585164621479, 45.2065256303176 ] }, "distance": 14.86, "direction": 52.99, "angle": 71.81, "elevation": 45.21, "pano_id": "TMX7316010203-002085_pano_0000_001013", "timestamp": "2021-04-12T10:16:56.491760Z", "filename": "pano_0000_001013.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 14.8567937, "relative_pitch": 71.80726980230504, "relative_heading": 52.987781221267895, "relative_elevation": 45.2065256303176 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000952/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000952/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000952/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000952/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0003_000952/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0003_000952/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0003_000952/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000952/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0003_000952/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838575276939, 52.3583858869323, 44.8463975004852 ] }, "distance": 14.87, "direction": 247.93, "angle": 71.66, "elevation": 44.85, "pano_id": "TMX7316010203-000288_pano_0003_000952", "timestamp": "2017-05-08T10:37:57.337490Z", "filename": "pano_0003_000952.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 14.86743039, "relative_pitch": 71.6586631587523, "relative_heading": 247.93085178603727, "relative_elevation": 44.8463975004852 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00720/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00720/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00720/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00720/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_10_01_11_49_16_00720/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00720/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00720/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00720/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00720/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838575006898846, 52.358382688079814, 0.0 ] }, "distance": 15.02, "direction": 246.7, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_10_01_11_49_16_00720", "timestamp": "2025-10-01T12:30:23Z", "filename": "2025_10_01_11_49_16_00720.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 15.02169205, "relative_pitch": 0.0, "relative_heading": 246.69893421690583, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002158/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002158/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002158/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002158/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001698_pano_0001_002158/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002158/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002158/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002158/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002158/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83856944187376, 52.3583871006823, 44.8638703990728 ] }, "distance": 15.19, "direction": 248.97, "angle": 71.3, "elevation": 44.86, "pano_id": "TMX7316010203-001698_pano_0001_002158", "timestamp": "2020-05-08T07:48:40.136260Z", "filename": "pano_0001_002158.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 15.18757172, "relative_pitch": 71.29772053742103, "relative_heading": 248.96657461680041, "relative_elevation": 44.8638703990728 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00082/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00082/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00082/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00082/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241128_0827_Track56_Sphere_00082/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00082/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00082/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00082/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00082/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838957043669976, 52.3585172793199, 0.0 ] }, "distance": 15.21, "direction": 53.55, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241128_0827_Track56_Sphere_00082", "timestamp": "2024-11-28T10:13:43Z", "filename": "Job_20241128_0827_Track56_Sphere_00082.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 15.20586115, "relative_pitch": 0.0, "relative_heading": 53.54821797655188, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00726/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00726/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00726/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00726/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_10_01_11_49_16_00726/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00726/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00726/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00726/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00726/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838954362279857, 52.358521625968784, 0.0 ] }, "distance": 15.35, "direction": 51.69, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_10_01_11_49_16_00726", "timestamp": "2025-10-01T12:30:29Z", "filename": "2025_10_01_11_49_16_00726.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 15.35435672, "relative_pitch": 0.0, "relative_heading": 51.6911377135789, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000814/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000814/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000814/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000814/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001031_pano_0009_000814/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000814/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000814/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000814/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000814/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83896341848765, 52.3585245565837, 45.2204696908593 ] }, "distance": 16.04, "direction": 52.14, "angle": 70.47, "elevation": 45.22, "pano_id": "TMX7316010203-001031_pano_0009_000814", "timestamp": "2019-01-02T10:06:50.650970Z", "filename": "pano_0009_000814.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 16.04114035, "relative_pitch": 70.46878374923034, "relative_heading": 52.14326000186369, "relative_elevation": 45.2204696908593 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00075/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00075/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00075/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00075/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241128_0827_Track56_Sphere_00075/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00075/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00075/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00075/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00075/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838514033723917, 52.35837740827376, 0.0 ] }, "distance": 19.1, "direction": 250.01, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241128_0827_Track56_Sphere_00075", "timestamp": "2024-11-28T10:13:38Z", "filename": "Job_20241128_0827_Track56_Sphere_00075.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 19.10118181, "relative_pitch": 0.0, "relative_heading": 250.0110985543521, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000821/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000821/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000821/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000821/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001031_pano_0009_000821/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000821/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001031_pano_0009_000821/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000821/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001031/pano_0009_000821/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83850967881492, 52.3583842890613, 45.1561191575602 ] }, "distance": 19.14, "direction": 252.47, "angle": 67.03, "elevation": 45.16, "pano_id": "TMX7316010203-001031_pano_0009_000821", "timestamp": "2019-01-02T10:06:54.575920Z", "filename": "pano_0009_000821.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 19.13588627, "relative_pitch": 67.0341428313596, "relative_heading": 252.4699056007019, "relative_elevation": 45.1561191575602 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001006/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001006/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001006/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001006/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002085_pano_0000_001006/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001006/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001006/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001006/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001006/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83850766762749, 52.3583775578378, 45.4177133589983 ] }, "distance": 19.5, "direction": 250.49, "angle": 66.76, "elevation": 45.42, "pano_id": "TMX7316010203-002085_pano_0000_001006", "timestamp": "2021-04-12T10:16:50.741810Z", "filename": "pano_0000_001006.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 19.50376449, "relative_pitch": 66.75982503549155, "relative_heading": 250.49259095911717, "relative_elevation": 45.4177133589983 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00719/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00719/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00719/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00719/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_10_01_11_49_16_00719/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00719/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00719/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00719/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00719/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.838503295319711, 52.35837801460578, 0.0 ] }, "distance": 19.77, "direction": 250.92, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_10_01_11_49_16_00719", "timestamp": "2025-10-01T12:30:22Z", "filename": "2025_10_01_11_49_16_00719.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 19.76811986, "relative_pitch": 0.0, "relative_heading": 250.91975959865505, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002151/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002151/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002151/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002151/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001698_pano_0001_002151/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002151/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002151/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002151/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002151/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83900572881597, 52.3585466585694, 44.6989829642698 ] }, "distance": 19.83, "direction": 51.64, "angle": 66.08, "elevation": 44.7, "pano_id": "TMX7316010203-001698_pano_0001_002151", "timestamp": "2020-05-08T07:48:35.771310Z", "filename": "pano_0001_002151.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 19.8270733, "relative_pitch": 66.07942078515688, "relative_heading": 51.643790065213054, "relative_elevation": 44.6989829642698 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001014/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001014/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001014/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001014/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002085_pano_0000_001014/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001014/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002085_pano_0000_001014/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001014/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002085/pano_0000_001014/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83901059567841, 52.3585440259776, 45.1570990951732 ] }, "distance": 19.91, "direction": 52.9, "angle": 66.21, "elevation": 45.16, "pano_id": "TMX7316010203-002085_pano_0000_001014", "timestamp": "2021-04-12T10:16:57.326790Z", "filename": "pano_0000_001014.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 19.91006051, "relative_pitch": 66.20700366650152, "relative_heading": 52.89705069571565, "relative_elevation": 45.1570990951732 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002159/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002159/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002159/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002159/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001698_pano_0001_002159/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002159/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001698_pano_0001_002159/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002159/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/08/TMX7316010203-001698/pano_0001_002159/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83849648391483, 52.3583824102645, 44.8868366032839 ] }, "distance": 20.06, "direction": 252.67, "angle": 65.92, "elevation": 44.89, "pano_id": "TMX7316010203-001698_pano_0001_002159", "timestamp": "2020-05-08T07:48:40.791250Z", "filename": "pano_0001_002159.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 20.05618102, "relative_pitch": 65.92411825934381, "relative_heading": 252.67393418967202, "relative_elevation": 44.8868366032839 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00727/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00727/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00727/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00727/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_10_01_11_49_16_00727/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00727/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_10_01_11_49_16_00727/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00727/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_10_01_11_49_16_00727/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839010095839821, 52.358548227231736, 0.0 ] }, "distance": 20.17, "direction": 51.78, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_10_01_11_49_16_00727", "timestamp": "2025-10-01T12:30:30Z", "filename": "2025_10_01_11_49_16_00727.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 20.16875061, "relative_pitch": 0.0, "relative_heading": 51.77942402145938, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00079/adjacencies/b_20241128_0827_Track56_Sphere_00079/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00083/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00083/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00083/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00083/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241128_0827_Track56_Sphere_00083/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00083/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241128_0827_Track56_Sphere_00083/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00083/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241128_0827_Track56_Sphere_00083/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839017220982577, 52.35854541110552, 0.0 ] }, "distance": 20.36, "direction": 53.32, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241128_0827_Track56_Sphere_00083", "timestamp": "2024-11-28T10:13:44Z", "filename": "Job_20241128_0827_Track56_Sphere_00083.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241128_0827_Track56_Sphere_00079", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117640.17608355959, 485756.9234593158 ] }, "relative_distance": 20.36357721, "relative_pitch": 0.0, "relative_heading": 53.31730035335818, "relative_elevation": 0.0 } ] } }