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_20250108_1349_Track02_Sphere_00016/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track02_Sphere_00016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901910036445555, 52.36928577995378, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track02_Sphere_00016", "timestamp": "2025-01-08T13:08:48Z", "filename": "Job_20250108_1349_Track02_Sphere_00016.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "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_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001547/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001547/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001547/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001547/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001547/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001547/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001547/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001547/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001547/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90191085406087, 52.369286832607, 47.5613818019629 ] }, "distance": 0.13, "direction": 25.43, "angle": 89.84, "elevation": 47.56, "pano_id": "TMX7316010203-001664_pano_0000_001547", "timestamp": "2020-04-21T11:25:30.795940Z", "filename": "pano_0000_001547.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 0.12969763, "relative_pitch": 89.84375751690904, "relative_heading": 25.427928245804527, "relative_elevation": 47.5613818019629 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000007/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000007/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000007/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000007/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0006_000007/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000007/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000007/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000007/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000007/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90189908480601, 52.3692868653614, 48.6755548762158 ] }, "distance": 0.76, "direction": 279.2, "angle": 89.11, "elevation": 48.68, "pano_id": "TMX7316010203-002623_pano_0006_000007", "timestamp": "2022-06-23T10:10:17.690240Z", "filename": "pano_0006_000007.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 0.75564682, "relative_pitch": 89.11060292689181, "relative_heading": 279.19726429354364, "relative_elevation": 48.6755548762158 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000006/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000006/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000006/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000006/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000006/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000006/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000006/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000006/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000006/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90189623790369, 52.3692908390152, 46.8071360653266 ] }, "distance": 1.1, "direction": 300.92, "angle": 88.66, "elevation": 46.81, "pano_id": "TMX7316010203-000492_pano_0000_000006", "timestamp": "2017-11-17T08:07:42.519420Z", "filename": "pano_0000_000006.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 1.09553762, "relative_pitch": 88.6592167562682, "relative_heading": 300.9207341381068, "relative_elevation": 46.8071360653266 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03566/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03566/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03566/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03566/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_08-04-10_03566/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03566/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03566/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03566/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03566/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901893477528972, 52.369292138294355, 0.0 ] }, "distance": 1.33, "direction": 302.1, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_08-04-10_03566", "timestamp": "2025-06-17T09:00:00Z", "filename": "recording_2025-06-17_08-04-10_03566.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 1.33140334, "relative_pitch": 0.0, "relative_heading": 302.1007394041447, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000005/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000005/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000005/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000005/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000005/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000005/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000005/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000005/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000005/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90192789884573, 52.3692780237183, 46.8024596590549 ] }, "distance": 1.49, "direction": 125.35, "angle": 88.17, "elevation": 46.8, "pano_id": "TMX7316010203-000492_pano_0000_000005", "timestamp": "2017-11-17T08:07:41.929420Z", "filename": "pano_0000_000005.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 1.49167322, "relative_pitch": 88.1745049499364, "relative_heading": 125.3515622183491, "relative_elevation": 46.8024596590549 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002875/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002875/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002875/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002875/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_002875/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002875/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002875/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002875/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002875/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90188677068325, 52.3692894921384, 47.0290495362133 ] }, "distance": 1.64, "direction": 284.61, "angle": 88.01, "elevation": 47.03, "pano_id": "TMX7316010203-000709_pano_0000_002875", "timestamp": "2018-05-07T10:51:41.756700Z", "filename": "pano_0000_002875.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 1.63761739, "relative_pitch": 88.0056864835731, "relative_heading": 284.61005319901903, "relative_elevation": 47.0290495362133 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004540/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004540/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004540/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004540/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004540/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004540/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004540/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004540/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004540/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90193235506385, 52.3692795203059, 47.267560005188 ] }, "distance": 1.67, "direction": 114.62, "angle": 87.97, "elevation": 47.27, "pano_id": "TMX7316010203-000711_pano_0000_004540", "timestamp": "2018-05-08T12:20:15.980550Z", "filename": "pano_0000_004540.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 1.67213431, "relative_pitch": 87.97395289884885, "relative_heading": 114.61736182490061, "relative_elevation": 47.267560005188 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001859/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001859/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001859/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001859/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_001859/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001859/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001859/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001859/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001859/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90193111614019, 52.3692747752061, 48.8512078300118 ] }, "distance": 1.89, "direction": 130.46, "angle": 87.79, "elevation": 48.85, "pano_id": "TMX7316010203-002031_pano_0001_001859", "timestamp": "2021-03-08T10:53:38.360740Z", "filename": "pano_0001_001859.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 1.8870469, "relative_pitch": 87.78785215909929, "relative_heading": 130.46036576207072, "relative_elevation": 48.8512078300118 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000843/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000843/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000843/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000843/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000843/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000843/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000843/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000843/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000843/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90188096613563, 52.369295788663, 47.0200827121735 ] }, "distance": 2.27, "direction": 299.36, "angle": 87.23, "elevation": 47.02, "pano_id": "TMX7316010203-001177_pano_0000_000843", "timestamp": "2019-05-13T06:14:24.484820Z", "filename": "pano_0000_000843.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 2.27174807, "relative_pitch": 87.23393850797738, "relative_heading": 299.3566850425573, "relative_elevation": 47.0200827121735 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000366/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000366/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000366/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000366/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000366/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000366/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000366/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000366/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000366/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90193829839197, 52.3692718709961, 48.4403900625184 ] }, "distance": 2.47, "direction": 128.8, "angle": 87.08, "elevation": 48.44, "pano_id": "TMX7316060226-000030_pano_0008_000366", "timestamp": "2016-08-17T08:54:45.522030Z", "filename": "pano_0008_000366.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 2.46999775, "relative_pitch": 87.08098995572395, "relative_heading": 128.79999892823457, "relative_elevation": 48.4403900625184 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000367/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000367/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000367/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000367/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000367/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000367/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000367/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000367/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000367/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90187656997214, 52.3692970308433, 48.4589463071898 ] }, "distance": 2.6, "direction": 298.78, "angle": 86.93, "elevation": 48.46, "pano_id": "TMX7316060226-000030_pano_0008_000367", "timestamp": "2016-08-17T08:54:46.177060Z", "filename": "pano_0008_000367.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 2.60062209, "relative_pitch": 86.92808286641682, "relative_heading": 298.7767920285434, "relative_elevation": 48.4589463071898 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000842/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000842/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000842/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000842/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000842/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000842/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000842/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000842/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000842/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90194350952371, 52.3692696693281, 47.0115555822849 ] }, "distance": 2.9, "direction": 128.18, "angle": 86.47, "elevation": 47.01, "pano_id": "TMX7316010203-001177_pano_0000_000842", "timestamp": "2019-05-13T06:14:23.929840Z", "filename": "pano_0000_000842.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 2.9002963, "relative_pitch": 86.46971065296586, "relative_heading": 128.17816887718647, "relative_elevation": 47.0115555822849 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001858/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001858/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001858/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001858/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_001858/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001858/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001858/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001858/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001858/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90186907729077, 52.3693000985025, 48.8674047430977 ] }, "distance": 3.21, "direction": 299.73, "angle": 86.24, "elevation": 48.87, "pano_id": "TMX7316010203-002031_pano_0001_001858", "timestamp": "2021-03-08T10:53:37.645740Z", "filename": "pano_0001_001858.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 3.21270575, "relative_pitch": 86.23859778162264, "relative_heading": 299.73131933231195, "relative_elevation": 48.8674047430977 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000440/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000440/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000440/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000440/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_000440/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_000440/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_000440/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000440/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000440/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90194598928291, 52.3692668706312, 48.1519824676216 ] }, "distance": 3.23, "direction": 130.67, "angle": 86.16, "elevation": 48.15, "pano_id": "TMX7316010203-000224_pano_0000_000440", "timestamp": "2017-03-27T07:43:45.494040Z", "filename": "pano_0000_000440.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 3.22861545, "relative_pitch": 86.16402987956154, "relative_heading": 130.67067990684473, "relative_elevation": 48.1519824676216 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004541/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004541/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004541/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004541/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004541/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004541/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004541/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004541/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004541/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90187191526374, 52.3693051777218, 47.3053301293403 ] }, "distance": 3.38, "direction": 309.74, "angle": 85.92, "elevation": 47.31, "pano_id": "TMX7316010203-000711_pano_0000_004541", "timestamp": "2018-05-08T12:20:16.710540Z", "filename": "pano_0000_004541.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 3.37650188, "relative_pitch": 85.91733591314728, "relative_heading": 309.73693297187486, "relative_elevation": 47.3053301293403 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002874/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002874/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002874/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002874/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_002874/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002874/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002874/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002874/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002874/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9019485873417, 52.3692645462761, 47.0408220086247 ] }, "distance": 3.53, "direction": 131.98, "angle": 85.71, "elevation": 47.04, "pano_id": "TMX7316010203-000709_pano_0000_002874", "timestamp": "2018-05-07T10:51:41.051880Z", "filename": "pano_0000_002874.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 3.5323166, "relative_pitch": 85.70569316106427, "relative_heading": 131.98214847667572, "relative_elevation": 47.0408220086247 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03565/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03565/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03565/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03565/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_08-04-10_03565/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03565/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03565/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03565/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03565/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901953969106786, 52.36926696898371, 0.0 ] }, "distance": 3.65, "direction": 124.97, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_08-04-10_03565", "timestamp": "2025-06-17T08:59:59Z", "filename": "recording_2025-06-17_08-04-10_03565.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 3.65176202, "relative_pitch": 0.0, "relative_heading": 124.97343930550237, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000007/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000007/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000007/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000007/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000007/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000007/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000007/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000007/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000007/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90186429937456, 52.3693035345873, 46.8306376133114 ] }, "distance": 3.69, "direction": 302.38, "angle": 85.5, "elevation": 46.83, "pano_id": "TMX7316010203-000492_pano_0000_000007", "timestamp": "2017-11-17T08:07:43.114530Z", "filename": "pano_0000_000007.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 3.6888642, "relative_pitch": 85.49609311016934, "relative_heading": 302.3824183165832, "relative_elevation": 46.8306376133114 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000004/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000004/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000004/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000004/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000004/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000004/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000004/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000004/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000004/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9019591628457, 52.3692647369524, 46.8005589628592 ] }, "distance": 4.08, "direction": 124.98, "angle": 85.01, "elevation": 46.8, "pano_id": "TMX7316010203-000492_pano_0000_000004", "timestamp": "2017-11-17T08:07:41.329430Z", "filename": "pano_0000_000004.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 4.08399748, "relative_pitch": 85.012782635729, "relative_heading": 124.98391317605929, "relative_elevation": 46.8005589628592 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000006/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000006/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000006/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000006/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0006_000006/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000006/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000006/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000006/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000006/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90196012467153, 52.3692615348038, 48.6764603024349 ] }, "distance": 4.35, "direction": 128.34, "angle": 84.89, "elevation": 48.68, "pano_id": "TMX7316010203-002623_pano_0006_000006", "timestamp": "2022-06-23T10:10:16.930230Z", "filename": "pano_0006_000006.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 4.34940997, "relative_pitch": 84.89398413447758, "relative_heading": 128.33675759782318, "relative_elevation": 48.6764603024349 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track02_Sphere_00017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901850159817277, 52.36931110455394, 0.0 ] }, "distance": 4.96, "direction": 304.64, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track02_Sphere_00017", "timestamp": "2025-01-08T13:08:49Z", "filename": "Job_20250108_1349_Track02_Sphere_00017.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 4.95715638, "relative_pitch": 0.0, "relative_heading": 304.6434013527994, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00015/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00015/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00015/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00015/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track02_Sphere_00015/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00015/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00015/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00015/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00015/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901970878815866, 52.369260755875715, 0.0 ] }, "distance": 4.99, "direction": 123.9, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track02_Sphere_00015", "timestamp": "2025-01-08T13:08:48Z", "filename": "Job_20250108_1349_Track02_Sphere_00015.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 4.9926865, "relative_pitch": 0.0, "relative_heading": 123.89847932469198, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001546/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001546/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001546/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001546/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001546/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001546/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001546/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001546/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001546/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90197307887678, 52.3692612310138, 47.5582284685224 ] }, "distance": 5.09, "direction": 122.46, "angle": 83.89, "elevation": 47.56, "pano_id": "TMX7316010203-001664_pano_0000_001546", "timestamp": "2020-04-21T11:25:30.131030Z", "filename": "pano_0000_001546.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 5.08917464, "relative_pitch": 83.89205968755974, "relative_heading": 122.46335311985334, "relative_elevation": 47.5582284685224 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001548/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001548/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001548/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001548/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001548/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001548/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001548/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001548/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001548/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90184861597462, 52.3693124823463, 47.5860853567719 ] }, "distance": 5.13, "direction": 305.38, "angle": 83.85, "elevation": 47.59, "pano_id": "TMX7316010203-001664_pano_0000_001548", "timestamp": "2020-04-21T11:25:31.475940Z", "filename": "pano_0000_001548.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 5.13124903, "relative_pitch": 83.84552638430803, "relative_heading": 305.3843500985377, "relative_elevation": 47.5860853567719 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000008/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000008/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000008/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000008/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0006_000008/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000008/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000008/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000008/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000008/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90183814052764, 52.3693123797968, 48.6915789544582 ] }, "distance": 5.72, "direction": 301.15, "angle": 83.3, "elevation": 48.69, "pano_id": "TMX7316010203-002623_pano_0006_000008", "timestamp": "2022-06-23T10:10:18.435190Z", "filename": "pano_0006_000008.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 5.72196294, "relative_pitch": 83.297658877628, "relative_heading": 301.15027883824183, "relative_elevation": 48.6915789544582 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000008/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000008/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000008/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000008/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000008/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000008/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000008/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000008/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000008/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90183255224997, 52.3693163399153, 46.8374528530985 ] }, "distance": 6.28, "direction": 302.8, "angle": 82.37, "elevation": 46.84, "pano_id": "TMX7316010203-000492_pano_0000_000008", "timestamp": "2017-11-17T08:07:43.679400Z", "filename": "pano_0000_000008.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 6.27824113, "relative_pitch": 82.36539954202902, "relative_heading": 302.79531196845363, "relative_elevation": 46.8374528530985 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03567/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03567/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03567/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03567/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_08-04-10_03567/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03567/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03567/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03567/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03567/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901832954943895, 52.369317451250396, 0.0 ] }, "distance": 6.32, "direction": 303.87, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_08-04-10_03567", "timestamp": "2025-06-17T09:00:00Z", "filename": "recording_2025-06-17_08-04-10_03567.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 6.32328174, "relative_pitch": 0.0, "relative_heading": 303.8719109255027, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002876/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002876/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002876/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002876/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_002876/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002876/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002876/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002876/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002876/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90182515918155, 52.3693147568393, 47.057652737014 ] }, "distance": 6.62, "direction": 299.15, "angle": 81.99, "elevation": 47.06, "pano_id": "TMX7316010203-000709_pano_0000_002876", "timestamp": "2018-05-07T10:51:42.441760Z", "filename": "pano_0000_002876.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 6.61951028, "relative_pitch": 81.99284997954, "relative_heading": 299.15039133827577, "relative_elevation": 47.057652737014 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004539/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004539/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004539/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004539/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004539/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004539/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004539/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004539/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004539/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90199299129804, 52.3692539631339, 47.2610098058358 ] }, "distance": 6.67, "direction": 122.07, "angle": 81.97, "elevation": 47.26, "pano_id": "TMX7316010203-000711_pano_0000_004539", "timestamp": "2018-05-08T12:20:15.240560Z", "filename": "pano_0000_004539.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 6.66775216, "relative_pitch": 81.96950794564195, "relative_heading": 122.07118577207287, "relative_elevation": 47.2610098058358 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000003/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000003/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000003/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000003/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000003/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000003/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000003/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000003/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000003/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198991542585, 52.3692508803994, 46.8022301169112 ] }, "distance": 6.68, "direction": 125.52, "angle": 81.87, "elevation": 46.8, "pano_id": "TMX7316010203-000492_pano_0000_000003", "timestamp": "2017-11-17T08:07:40.644550Z", "filename": "pano_0000_000003.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 6.6844559, "relative_pitch": 81.87178959168122, "relative_heading": 125.51831361941228, "relative_elevation": 46.8022301169112 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000441/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000441/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000441/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000441/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_000441/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_000441/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_000441/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000441/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000441/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90182430075353, 52.3693168960787, 48.227415509522 ] }, "distance": 6.79, "direction": 300.66, "angle": 81.99, "elevation": 48.23, "pano_id": "TMX7316010203-000224_pano_0000_000441", "timestamp": "2017-03-27T07:43:46.839040Z", "filename": "pano_0000_000441.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 6.7888959, "relative_pitch": 81.98721466865042, "relative_heading": 300.66474620299175, "relative_elevation": 48.227415509522 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001860/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001860/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001860/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001860/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_001860/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001860/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001860/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001860/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001860/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90199340405516, 52.3692495684708, 48.8554869871587 ] }, "distance": 6.96, "direction": 125.36, "angle": 81.89, "elevation": 48.86, "pano_id": "TMX7316010203-002031_pano_0001_001860", "timestamp": "2021-03-08T10:53:39.190750Z", "filename": "pano_0001_001860.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 6.96269637, "relative_pitch": 81.88904473506736, "relative_heading": 125.3601066112459, "relative_elevation": 48.8554869871587 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00412/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00412/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00412/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00412/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00412/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00412/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00412/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00412/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00412/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9018795479357, 52.36922324432822, 0.0 ] }, "distance": 7.26, "direction": 196.62, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00412", "timestamp": "2025-07-03T04:50:06Z", "filename": "recording_2025-07-03_04-36-25_00412.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 7.26186059, "relative_pitch": 0.0, "relative_heading": 196.61639085741558, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000844/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000844/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000844/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000844/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000844/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000844/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000844/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000844/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000844/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90181892902569, 52.3693219962818, 47.0524870138615 ] }, "distance": 7.4, "direction": 303.0, "angle": 81.06, "elevation": 47.05, "pano_id": "TMX7316010203-001177_pano_0000_000844", "timestamp": "2019-05-13T06:14:25.034970Z", "filename": "pano_0000_000844.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 7.39920141, "relative_pitch": 81.06318402219661, "relative_heading": 303.00054179611294, "relative_elevation": 47.0524870138615 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00411/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00411/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00411/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00411/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00411/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00411/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00411/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00411/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00411/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901818439704671, 52.36924841107301, 0.0 ] }, "distance": 7.5, "direction": 236.32, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00411", "timestamp": "2025-07-03T04:50:05Z", "filename": "recording_2025-07-03_04-36-25_00411.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 7.49754082, "relative_pitch": 0.0, "relative_heading": 236.31629786556647, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000365/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000365/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000365/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000365/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000365/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000365/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000365/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000365/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000365/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90200029195314, 52.3692468454595, 48.452444607392 ] }, "distance": 7.52, "direction": 125.17, "angle": 81.18, "elevation": 48.45, "pano_id": "TMX7316060226-000030_pano_0008_000365", "timestamp": "2016-08-17T08:54:44.871990Z", "filename": "pano_0008_000365.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 7.52068928, "relative_pitch": 81.1770725979235, "relative_heading": 125.17425981772084, "relative_elevation": 48.452444607392 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000368/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000368/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000368/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000368/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000368/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000368/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000368/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000368/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000368/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90181484710802, 52.3693223581155, 48.4882980631664 ] }, "distance": 7.66, "direction": 302.12, "angle": 81.03, "elevation": 48.49, "pano_id": "TMX7316060226-000030_pano_0008_000368", "timestamp": "2016-08-17T08:54:46.847060Z", "filename": "pano_0008_000368.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 7.65520489, "relative_pitch": 81.02834432744814, "relative_heading": 302.11988825159517, "relative_elevation": 48.4882980631664 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000841/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000841/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000841/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000841/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000841/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000841/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000841/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000841/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000841/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90200666089213, 52.3692438581807, 47.0252869669348 ] }, "distance": 8.07, "direction": 125.33, "angle": 80.27, "elevation": 47.03, "pano_id": "TMX7316010203-001177_pano_0000_000841", "timestamp": "2019-05-13T06:14:23.369850Z", "filename": "pano_0000_000841.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 8.06679543, "relative_pitch": 80.26612747506871, "relative_heading": 125.32920103315146, "relative_elevation": 47.0252869669348 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001857/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001857/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001857/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001857/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_001857/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001857/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001857/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001857/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001857/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90180779347763, 52.3693256933364, 48.9113427875564 ] }, "distance": 8.26, "direction": 302.53, "angle": 80.41, "elevation": 48.91, "pano_id": "TMX7316010203-002031_pano_0001_001857", "timestamp": "2021-03-08T10:53:37.005880Z", "filename": "pano_0001_001857.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 8.25963524, "relative_pitch": 80.4149185302919, "relative_heading": 302.5283164501221, "relative_elevation": 48.9113427875564 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004542/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004542/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004542/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004542/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004542/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004542/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004542/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004542/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004542/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90181137927115, 52.3693308340944, 47.3461136072874 ] }, "distance": 8.38, "direction": 306.73, "angle": 79.96, "elevation": 47.35, "pano_id": "TMX7316010203-000711_pano_0000_004542", "timestamp": "2018-05-08T12:20:17.440530Z", "filename": "pano_0000_004542.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 8.3837936, "relative_pitch": 79.95846215435976, "relative_heading": 306.72565491548113, "relative_elevation": 47.3461136072874 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002873/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002873/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002873/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002873/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_002873/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002873/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002873/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002873/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002873/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9020107499492, 52.3692396576159, 47.0610925955698 ] }, "distance": 8.57, "direction": 126.8, "angle": 79.68, "elevation": 47.06, "pano_id": "TMX7316010203-000709_pano_0000_002873", "timestamp": "2018-05-07T10:51:40.336720Z", "filename": "pano_0000_002873.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 8.56714395, "relative_pitch": 79.68268335504192, "relative_heading": 126.80256733510036, "relative_elevation": 47.0610925955698 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03564/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03564/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03564/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03564/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_08-04-10_03564/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03564/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03564/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03564/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03564/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902014988994326, 52.369241819782566, 0.0 ] }, "distance": 8.66, "direction": 124.38, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_08-04-10_03564", "timestamp": "2025-06-17T08:59:58Z", "filename": "recording_2025-06-17_08-04-10_03564.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 8.6619186, "relative_pitch": 0.0, "relative_heading": 124.38345886438083, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000009/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000009/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000009/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000009/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000009/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000009/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000009/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000009/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000009/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90180120686798, 52.3693293252175, 46.8544695200399 ] }, "distance": 8.86, "direction": 303.17, "angle": 79.3, "elevation": 46.85, "pano_id": "TMX7316010203-000492_pano_0000_000009", "timestamp": "2017-11-17T08:07:44.209380Z", "filename": "pano_0000_000009.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 8.85575006, "relative_pitch": 79.29704105638642, "relative_heading": 303.1721214724738, "relative_elevation": 46.8544695200399 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000002/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000002/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000002/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000002/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000002/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000002/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000002/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000002/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000002/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90201867175583, 52.3692355788831, 46.7924223048612 ] }, "distance": 9.27, "direction": 127.05, "angle": 78.79, "elevation": 46.79, "pano_id": "TMX7316010203-000492_pano_0000_000002", "timestamp": "2017-11-17T08:07:39.844640Z", "filename": "pano_0000_000002.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 9.27115246, "relative_pitch": 78.79292660073641, "relative_heading": 127.05083791573924, "relative_elevation": 46.7924223048612 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000005/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000005/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000005/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000005/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0006_000005/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000005/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000005/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000005/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000005/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90202155169983, 52.3692364508959, 48.6674858666956 ] }, "distance": 9.37, "direction": 125.85, "angle": 79.1, "elevation": 48.67, "pano_id": "TMX7316010203-002623_pano_0006_000005", "timestamp": "2022-06-23T10:10:16.125220Z", "filename": "pano_0006_000005.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 9.37128337, "relative_pitch": 79.10067796162807, "relative_heading": 125.8546653869385, "relative_elevation": 48.6674858666956 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00413/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00413/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00413/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00413/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00413/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00413/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00413/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00413/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00413/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901941174545813, 52.36919900541065, 0.0 ] }, "distance": 9.89, "direction": 167.61, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00413", "timestamp": "2025-07-03T04:50:07Z", "filename": "recording_2025-07-03_04-36-25_00413.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 9.88595872, "relative_pitch": 0.0, "relative_heading": 167.6118616670432, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00014/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00014/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00014/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00014/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track02_Sphere_00014/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00014/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00014/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00014/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00014/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902030838193624, 52.36923590790233, 0.0 ] }, "distance": 9.92, "direction": 124.0, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track02_Sphere_00014", "timestamp": "2025-01-08T13:08:47Z", "filename": "Job_20250108_1349_Track02_Sphere_00014.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 9.92454142, "relative_pitch": 0.0, "relative_heading": 123.9981930822842, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track02_Sphere_00018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901789696699034, 52.36933634583, 0.0 ] }, "distance": 9.94, "direction": 304.47, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track02_Sphere_00018", "timestamp": "2025-01-08T13:08:50Z", "filename": "Job_20250108_1349_Track02_Sphere_00018.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 9.94195078, "relative_pitch": 0.0, "relative_heading": 304.46860336042715, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001545/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001545/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001545/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001545/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001545/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001545/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001545/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001545/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001545/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90203527338585, 52.3692353515269, 47.5247991867363 ] }, "distance": 10.21, "direction": 123.34, "angle": 77.87, "elevation": 47.52, "pano_id": "TMX7316010203-001664_pano_0000_001545", "timestamp": "2020-04-21T11:25:29.476040Z", "filename": "pano_0000_001545.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 10.210284, "relative_pitch": 77.87481770613765, "relative_heading": 123.33830857414164, "relative_elevation": 47.5247991867363 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001549/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001549/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001549/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001549/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001549/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001549/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001549/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001549/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001549/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90178620696129, 52.3693381410665, 47.6360457297415 ] }, "distance": 10.25, "direction": 304.64, "angle": 77.86, "elevation": 47.64, "pano_id": "TMX7316010203-001664_pano_0000_001549", "timestamp": "2020-04-21T11:25:32.171070Z", "filename": "pano_0000_001549.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 10.25101336, "relative_pitch": 77.85547053336174, "relative_heading": 304.6372369096926, "relative_elevation": 47.6360457297415 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00410/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00410/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00410/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00410/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00410/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00410/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00410/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00410/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00410/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901755137043218, 52.36927149262814, 0.0 ] }, "distance": 10.67, "direction": 261.43, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00410", "timestamp": "2025-07-03T04:50:03Z", "filename": "recording_2025-07-03_04-36-25_00410.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 10.669536, "relative_pitch": 0.0, "relative_heading": 261.43079868130246, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000009/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000009/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000009/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000009/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0006_000009/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000009/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000009/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000009/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000009/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90177748387618, 52.3693377454625, 48.7265775827691 ] }, "distance": 10.72, "direction": 302.64, "angle": 77.59, "elevation": 48.73, "pano_id": "TMX7316010203-002623_pano_0006_000009", "timestamp": "2022-06-23T10:10:19.180230Z", "filename": "pano_0006_000009.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 10.72135592, "relative_pitch": 77.59088918772851, "relative_heading": 302.6385995667193, "relative_elevation": 48.7265775827691 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03568/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03568/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03568/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03568/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_08-04-10_03568/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03568/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03568/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03568/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03568/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901772126412351, 52.369342538228466, 0.0 ] }, "distance": 11.32, "direction": 303.92, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_08-04-10_03568", "timestamp": "2025-06-17T09:00:01Z", "filename": "recording_2025-06-17_08-04-10_03568.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 11.3190849, "relative_pitch": 0.0, "relative_heading": 303.9157684047295, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000010/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000010/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000010/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000010/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000010/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000010/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000010/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000010/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000010/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9017696997756, 52.3693424191573, 46.8758669989184 ] }, "distance": 11.45, "direction": 303.4, "angle": 76.27, "elevation": 46.88, "pano_id": "TMX7316010203-000492_pano_0000_000010", "timestamp": "2017-11-17T08:07:44.714500Z", "filename": "pano_0000_000010.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 11.44931782, "relative_pitch": 76.27437483683082, "relative_heading": 303.39922918197897, "relative_elevation": 46.8758669989184 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002877/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002877/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002877/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002877/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_002877/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002877/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002877/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002877/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002877/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90176385746624, 52.3693399488215, 47.0921597611159 ] }, "distance": 11.64, "direction": 301.19, "angle": 76.12, "elevation": 47.09, "pano_id": "TMX7316010203-000709_pano_0000_002877", "timestamp": "2018-05-07T10:51:43.136800Z", "filename": "pano_0000_002877.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 11.63886094, "relative_pitch": 76.11750820563155, "relative_heading": 301.1906297321117, "relative_elevation": 47.0921597611159 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004538/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004538/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004538/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004538/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004538/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004538/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004538/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004538/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004538/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90205396698581, 52.3692282772592, 47.2044440032914 ] }, "distance": 11.71, "direction": 123.13, "angle": 76.07, "elevation": 47.2, "pano_id": "TMX7316010203-000711_pano_0000_004538", "timestamp": "2018-05-08T12:20:14.470550Z", "filename": "pano_0000_004538.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 11.70670583, "relative_pitch": 76.07165381042354, "relative_heading": 123.13220132038678, "relative_elevation": 47.2044440032914 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000001/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000001/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000001/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000001/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000001/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000001/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000001/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000001/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000001/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90204315580926, 52.3692178704788, 46.7857378600165 ] }, "distance": 11.8, "direction": 129.81, "angle": 75.84, "elevation": 46.79, "pano_id": "TMX7316010203-000492_pano_0000_000001", "timestamp": "2017-11-17T08:07:38.884550Z", "filename": "pano_0000_000001.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 11.80303926, "relative_pitch": 75.84094942339037, "relative_heading": 129.8084354356521, "relative_elevation": 46.7857378600165 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001861/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001861/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001861/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001861/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_001861/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001861/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001861/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001861/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001861/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90205619257628, 52.3692242861807, 48.8214621841908 ] }, "distance": 12.08, "direction": 124.5, "angle": 76.1, "elevation": 48.82, "pano_id": "TMX7316010203-002031_pano_0001_001861", "timestamp": "2021-03-08T10:53:40.285700Z", "filename": "pano_0001_001861.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 12.0798424, "relative_pitch": 76.10248598930909, "relative_heading": 124.50329207442465, "relative_elevation": 48.8214621841908 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000891/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000891/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000891/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000891/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001658_pano_0000_000891/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001658_pano_0000_000891/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001658_pano_0000_000891/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000891/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000891/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90178714942014, 52.369202845684, 47.9159841416404 ] }, "distance": 12.46, "direction": 222.21, "angle": 75.43, "elevation": 47.92, "pano_id": "TMX7316010203-001658_pano_0000_000891", "timestamp": "2020-04-21T07:42:02.330000Z", "filename": "pano_0000_000891.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 12.45880044, "relative_pitch": 75.42506186758695, "relative_heading": 222.20743537935823, "relative_elevation": 47.9159841416404 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000845/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000845/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000845/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000845/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000845/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000845/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000845/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000845/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000845/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90175680768619, 52.3693479853555, 47.0917837359011 ] }, "distance": 12.52, "direction": 303.55, "angle": 75.11, "elevation": 47.09, "pano_id": "TMX7316010203-001177_pano_0000_000845", "timestamp": "2019-05-13T06:14:25.584830Z", "filename": "pano_0000_000845.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 12.52339491, "relative_pitch": 75.1076811479628, "relative_heading": 303.55352315361927, "relative_elevation": 47.0917837359011 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000364/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000364/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000364/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000364/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000364/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000364/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000364/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000364/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000364/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90206193859952, 52.3692218130482, 48.4146078061312 ] }, "distance": 12.56, "direction": 124.53, "angle": 75.46, "elevation": 48.41, "pano_id": "TMX7316060226-000030_pano_0008_000364", "timestamp": "2016-08-17T08:54:44.231990Z", "filename": "pano_0008_000364.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 12.55825535, "relative_pitch": 75.45853687322035, "relative_heading": 124.52652931128004, "relative_elevation": 48.4146078061312 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000369/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000369/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000369/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000369/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000369/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000369/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000369/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000369/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000369/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9017530242118, 52.3693477109403, 48.5305452924222 ] }, "distance": 12.72, "direction": 302.8, "angle": 75.31, "elevation": 48.53, "pano_id": "TMX7316060226-000030_pano_0008_000369", "timestamp": "2016-08-17T08:54:47.551920Z", "filename": "pano_0008_000369.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 12.722383, "relative_pitch": 75.31034742084472, "relative_heading": 302.79744506541624, "relative_elevation": 48.5305452924222 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000278/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000278/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000278/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000278/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000190_pano_0000_000278/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000190_pano_0000_000278/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000190_pano_0000_000278/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000278/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000278/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9018386051368, 52.3691782418125, 46.954420872964 ] }, "distance": 12.92, "direction": 202.13, "angle": 74.62, "elevation": 46.95, "pano_id": "TMX7316010203-000190_pano_0000_000278", "timestamp": "2016-11-24T09:20:49.452610Z", "filename": "pano_0000_000278.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 12.91750571, "relative_pitch": 74.61803131555837, "relative_heading": 202.12596598415539, "relative_elevation": 46.954420872964 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000277/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000277/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000277/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000277/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000190_pano_0000_000277/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000190_pano_0000_000277/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000190_pano_0000_000277/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000277/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000277/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90177268123962, 52.3692050968277, 46.9361170418561 ] }, "distance": 12.97, "direction": 226.18, "angle": 74.56, "elevation": 46.94, "pano_id": "TMX7316010203-000190_pano_0000_000277", "timestamp": "2016-11-24T09:20:45.527640Z", "filename": "pano_0000_000277.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 12.9664444, "relative_pitch": 74.55679780569707, "relative_heading": 226.1796818665785, "relative_elevation": 46.9361170418561 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000892/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000892/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000892/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000892/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001658_pano_0000_000892/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001658_pano_0000_000892/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001658_pano_0000_000892/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000892/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000892/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90186305264298, 52.3691712034953, 47.9517089677975 ] }, "distance": 13.14, "direction": 194.09, "angle": 74.67, "elevation": 47.95, "pano_id": "TMX7316010203-001658_pano_0000_000892", "timestamp": "2020-04-21T07:42:03.559960Z", "filename": "pano_0000_000892.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 13.14490965, "relative_pitch": 74.67020432569807, "relative_heading": 194.0903213842187, "relative_elevation": 47.9517089677975 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000439/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000439/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000439/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000439/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_000439/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_000439/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_000439/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000439/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000439/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90206880956337, 52.3692171507689, 48.0683452812955 ] }, "distance": 13.24, "direction": 125.23, "angle": 74.6, "elevation": 48.07, "pano_id": "TMX7316010203-000224_pano_0000_000439", "timestamp": "2017-03-27T07:43:44.074060Z", "filename": "pano_0000_000439.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 13.23885566, "relative_pitch": 74.60152064495519, "relative_heading": 125.22835287040904, "relative_elevation": 48.0683452812955 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000840/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000840/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000840/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000840/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000840/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000840/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000840/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000840/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000840/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90207029844223, 52.3692182886419, 46.9781521623954 ] }, "distance": 13.25, "direction": 124.53, "angle": 74.25, "elevation": 46.98, "pano_id": "TMX7316010203-001177_pano_0000_000840", "timestamp": "2019-05-13T06:14:22.804810Z", "filename": "pano_0000_000840.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 13.24964561, "relative_pitch": 74.24950694132454, "relative_heading": 124.5281211738469, "relative_elevation": 46.9781521623954 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001856/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001856/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001856/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001856/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_001856/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001856/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001856/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001856/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001856/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90174696883064, 52.3693512874993, 48.9439794002101 ] }, "distance": 13.29, "direction": 303.28, "angle": 74.81, "elevation": 48.94, "pano_id": "TMX7316010203-002031_pano_0001_001856", "timestamp": "2021-03-08T10:53:36.470770Z", "filename": "pano_0001_001856.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 13.2851148, "relative_pitch": 74.81381341154473, "relative_heading": 303.27673923235517, "relative_elevation": 48.9439794002101 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004543/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004543/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004543/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004543/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004543/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004543/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004543/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004543/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004543/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90175038330379, 52.3693563920988, 47.399614688009 ] }, "distance": 13.42, "direction": 305.85, "angle": 74.2, "elevation": 47.4, "pano_id": "TMX7316010203-000711_pano_0000_004543", "timestamp": "2018-05-08T12:20:18.175530Z", "filename": "pano_0000_004543.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 13.41587572, "relative_pitch": 74.19648953508387, "relative_heading": 305.8506382888518, "relative_elevation": 47.399614688009 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002872/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002872/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002872/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002872/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_002872/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002872/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002872/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002872/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002872/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90207268223712, 52.369214563334, 47.0200415533036 ] }, "distance": 13.62, "direction": 125.58, "angle": 73.84, "elevation": 47.02, "pano_id": "TMX7316010203-000709_pano_0000_002872", "timestamp": "2018-05-07T10:51:39.641840Z", "filename": "pano_0000_002872.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 13.62065514, "relative_pitch": 73.84487897591181, "relative_heading": 125.57762780366708, "relative_elevation": 47.0200415533036 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03563/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03563/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03563/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03563/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_08-04-10_03563/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03563/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03563/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03563/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03563/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90207590465834, 52.36921679595095, 0.0 ] }, "distance": 13.66, "direction": 124.19, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_08-04-10_03563", "timestamp": "2025-06-17T08:59:58Z", "filename": "recording_2025-06-17_08-04-10_03563.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 13.65860848, "relative_pitch": 0.0, "relative_heading": 124.19422277129931, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00414/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00414/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00414/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00414/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00414/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00414/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00414/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00414/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00414/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902003718327794, 52.36917548024866, 0.0 ] }, "distance": 13.83, "direction": 152.53, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00414", "timestamp": "2025-07-03T04:50:08Z", "filename": "recording_2025-07-03_04-36-25_00414.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 13.83308879, "relative_pitch": 0.0, "relative_heading": 152.53073934943637, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000011/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000011/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000011/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000011/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000011/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000011/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000011/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000011/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000011/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90173844714539, 52.3693554357611, 46.8996483590454 ] }, "distance": 14.02, "direction": 303.55, "angle": 73.35, "elevation": 46.9, "pano_id": "TMX7316010203-000492_pano_0000_000011", "timestamp": "2017-11-17T08:07:45.199360Z", "filename": "pano_0000_000011.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 14.02379804, "relative_pitch": 73.35243446563553, "relative_heading": 303.55227557421875, "relative_elevation": 46.8996483590454 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000000/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000000/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000000/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000000/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000000/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000000/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000000/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000000/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000000/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90206307251968, 52.3691988584423, 46.805992860347 ] }, "distance": 14.22, "direction": 132.86, "angle": 73.1, "elevation": 46.81, "pano_id": "TMX7316010203-000492_pano_0000_000000", "timestamp": "2017-11-17T08:07:37.654570Z", "filename": "pano_0000_000000.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 14.21970418, "relative_pitch": 73.1011697051266, "relative_heading": 132.85862271985286, "relative_elevation": 46.805992860347 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000004/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000004/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000004/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000004/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0006_000004/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000004/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000004/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000004/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000004/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90208337783583, 52.3692116040879, 48.6245415369049 ] }, "distance": 14.41, "direction": 124.96, "angle": 73.5, "elevation": 48.62, "pano_id": "TMX7316010203-002623_pano_0006_000004", "timestamp": "2022-06-23T10:10:15.255220Z", "filename": "pano_0006_000004.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 14.40558601, "relative_pitch": 73.49746448409789, "relative_heading": 124.95705544359511, "relative_elevation": 48.6245415369049 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000890/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000890/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000890/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000890/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001658_pano_0000_000890/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001658_pano_0000_000890/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001658_pano_0000_000890/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000890/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000890/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90171411734281, 52.3692342147039, 47.9587830193341 ] }, "distance": 14.53, "direction": 246.73, "angle": 73.15, "elevation": 47.96, "pano_id": "TMX7316010203-001658_pano_0000_000890", "timestamp": "2020-04-21T07:42:01.179990Z", "filename": "pano_0000_000890.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 14.52566345, "relative_pitch": 73.1495905046064, "relative_heading": 246.73301713212757, "relative_elevation": 47.9587830193341 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000279/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000279/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000279/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000279/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000190_pano_0000_000279/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000190_pano_0000_000279/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000190_pano_0000_000279/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000279/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000279/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90190338790162, 52.3691532689934, 47.0049600889906 ] }, "distance": 14.75, "direction": 181.76, "angle": 72.58, "elevation": 47.0, "pano_id": "TMX7316010203-000190_pano_0000_000279", "timestamp": "2016-11-24T09:20:52.212590Z", "filename": "pano_0000_000279.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 14.75202406, "relative_pitch": 72.57607036059076, "relative_heading": 181.75908686140218, "relative_elevation": 47.0049600889906 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00409/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00409/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00409/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00409/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00409/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00409/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00409/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00409/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00409/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901692336477014, 52.36929430657703, 0.0 ] }, "distance": 14.86, "direction": 273.66, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00409", "timestamp": "2025-07-03T04:50:00Z", "filename": "recording_2025-07-03_04-36-25_00409.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 14.85818573, "relative_pitch": 0.0, "relative_heading": 273.66129603107123, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000276/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000276/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000276/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000276/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000190_pano_0000_000276/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000190_pano_0000_000276/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000190_pano_0000_000276/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000276/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000276/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9017103693146, 52.3692318694322, 46.9980534100905 ] }, "distance": 14.86, "direction": 246.2, "angle": 72.45, "elevation": 47.0, "pano_id": "TMX7316010203-000190_pano_0000_000276", "timestamp": "2016-11-24T09:20:43.417680Z", "filename": "pano_0000_000276.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 14.86392248, "relative_pitch": 72.44956788138842, "relative_heading": 246.1975820751108, "relative_elevation": 46.9980534100905 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00019/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00019/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00019/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00019/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track02_Sphere_00019/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00019/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00019/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00019/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00019/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901729015042254, 52.369361424400395, 0.0 ] }, "distance": 14.93, "direction": 304.32, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track02_Sphere_00019", "timestamp": "2025-01-08T13:08:51Z", "filename": "Job_20250108_1349_Track02_Sphere_00019.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 14.92884105, "relative_pitch": 0.0, "relative_heading": 304.3209644713897, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00013/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00013/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00013/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00013/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track02_Sphere_00013/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00013/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00013/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00013/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00013/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902091961362971, 52.36921070515858, 0.0 ] }, "distance": 14.94, "direction": 123.99, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track02_Sphere_00013", "timestamp": "2025-01-08T13:08:46Z", "filename": "Job_20250108_1349_Track02_Sphere_00013.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 14.94419747, "relative_pitch": 0.0, "relative_heading": 123.98702840333861, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001544/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001544/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001544/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001544/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001544/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001544/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001544/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001544/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001544/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90209694580576, 52.3692090155248, 47.473254182376 ] }, "distance": 15.33, "direction": 123.86, "angle": 72.1, "elevation": 47.47, "pano_id": "TMX7316010203-001664_pano_0000_001544", "timestamp": "2020-04-21T11:25:28.815950Z", "filename": "pano_0000_001544.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 15.33083482, "relative_pitch": 72.10285083936621, "relative_heading": 123.86037635353678, "relative_elevation": 47.473254182376 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001550/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001550/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001550/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001550/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001550/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001550/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001550/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001550/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001550/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9017237861609, 52.3693635028071, 47.6877669449896 ] }, "distance": 15.35, "direction": 304.28, "angle": 72.15, "elevation": 47.69, "pano_id": "TMX7316010203-001664_pano_0000_001550", "timestamp": "2020-04-21T11:25:32.880990Z", "filename": "pano_0000_001550.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 15.35338093, "relative_pitch": 72.15370580904269, "relative_heading": 304.28440273435695, "relative_elevation": 47.6877669449896 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000010/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000010/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000010/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000010/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0006_000010/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000010/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000010/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000010/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000010/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90171680297923, 52.3693631125558, 48.7639997247607 ] }, "distance": 15.72, "direction": 303.18, "angle": 72.13, "elevation": 48.76, "pano_id": "TMX7316010203-002623_pano_0006_000010", "timestamp": "2022-06-23T10:10:19.925190Z", "filename": "pano_0006_000010.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 15.72484869, "relative_pitch": 72.12712892326624, "relative_heading": 303.17737937032956, "relative_elevation": 48.7639997247607 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03569/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03569/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03569/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03569/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_08-04-10_03569/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03569/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03569/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03569/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03569/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901711403738238, 52.36936733800268, 0.0 ] }, "distance": 16.29, "direction": 303.85, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_08-04-10_03569", "timestamp": "2025-06-17T09:00:02Z", "filename": "recording_2025-06-17_08-04-10_03569.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 16.29108229, "relative_pitch": 0.0, "relative_heading": 303.8536852775429, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000893/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000893/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000893/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000893/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001658_pano_0000_000893/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001658_pano_0000_000893/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001658_pano_0000_000893/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000893/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000893/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90194160535272, 52.3691397365213, 48.0018216855824 ] }, "distance": 16.39, "direction": 172.46, "angle": 71.15, "elevation": 48.0, "pano_id": "TMX7316010203-001658_pano_0000_000893", "timestamp": "2020-04-21T07:42:04.879960Z", "filename": "pano_0000_000893.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 16.39252239, "relative_pitch": 71.14507054886093, "relative_heading": 172.46277748470703, "relative_elevation": 48.0018216855824 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000012/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000012/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000012/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000012/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000012/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000012/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000012/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000012/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000012/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90170713078964, 52.3693685870569, 46.9363009519875 ] }, "distance": 16.61, "direction": 303.69, "angle": 70.51, "elevation": 46.94, "pano_id": "TMX7316010203-000492_pano_0000_000012", "timestamp": "2017-11-17T08:07:45.669370Z", "filename": "pano_0000_000012.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 16.61026929, "relative_pitch": 70.5116576057775, "relative_heading": 303.69258444130224, "relative_elevation": 46.9363009519875 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002878/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002878/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002878/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002878/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_002878/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002878/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002878/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002878/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002878/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90170313190735, 52.3693649082159, 47.1385494638234 ] }, "distance": 16.62, "direction": 302.0, "angle": 70.58, "elevation": 47.14, "pano_id": "TMX7316010203-000709_pano_0000_002878", "timestamp": "2018-05-07T10:51:43.856720Z", "filename": "pano_0000_002878.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 16.61707759, "relative_pitch": 70.58164700519728, "relative_heading": 301.9969803974933, "relative_elevation": 47.1385494638234 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000442/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000442/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000442/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000442/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_000442/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_000442/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_000442/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000442/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_000442/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90170316499655, 52.3693669396408, 48.3654234129936 ] }, "distance": 16.74, "direction": 302.66, "angle": 70.91, "elevation": 48.37, "pano_id": "TMX7316010203-000224_pano_0000_000442", "timestamp": "2017-03-27T07:43:48.159050Z", "filename": "pano_0000_000442.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 16.73605315, "relative_pitch": 70.91266954701393, "relative_heading": 302.6573812725941, "relative_elevation": 48.3654234129936 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004537/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004537/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004537/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004537/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004537/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004537/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004537/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004537/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004537/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90211482216536, 52.3692026320954, 47.1619713651016 ] }, "distance": 16.74, "direction": 123.56, "angle": 70.46, "elevation": 47.16, "pano_id": "TMX7316010203-000711_pano_0000_004537", "timestamp": "2018-05-08T12:20:13.655610Z", "filename": "pano_0000_004537.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 16.73791583, "relative_pitch": 70.46008352407355, "relative_heading": 123.55720179292022, "relative_elevation": 47.1619713651016 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001862/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001862/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001862/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001862/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_001862/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001862/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001862/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001862/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001862/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90212580042655, 52.3691993152618, 48.7904753629118 ] }, "distance": 17.57, "direction": 123.21, "angle": 70.2, "elevation": 48.79, "pano_id": "TMX7316010203-002031_pano_0001_001862", "timestamp": "2021-03-08T10:53:43.300730Z", "filename": "pano_0001_001862.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 17.56537235, "relative_pitch": 70.20029070866265, "relative_heading": 123.21219926836605, "relative_elevation": 48.7904753629118 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000363/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000363/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000363/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000363/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000363/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000363/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000363/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000363/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000363/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90212333853191, 52.3691965705369, 48.3794883862138 ] }, "distance": 17.6, "direction": 124.34, "angle": 70.01, "elevation": 48.38, "pano_id": "TMX7316060226-000030_pano_0008_000363", "timestamp": "2016-08-17T08:54:43.587080Z", "filename": "pano_0008_000363.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 17.59580035, "relative_pitch": 70.01348455708325, "relative_heading": 124.34339857631872, "relative_elevation": 48.3794883862138 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000846/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000846/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000846/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000846/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000846/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000846/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000846/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000846/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000846/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90169434597198, 52.3693741390788, 47.1522841202095 ] }, "distance": 17.68, "direction": 303.79, "angle": 69.45, "elevation": 47.15, "pano_id": "TMX7316010203-001177_pano_0000_000846", "timestamp": "2019-05-13T06:14:26.139810Z", "filename": "pano_0000_000846.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 17.67753203, "relative_pitch": 69.44882822380582, "relative_heading": 303.79295380532864, "relative_elevation": 47.1522841202095 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000370/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000370/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000370/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000370/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000370/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000370/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000370/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000370/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000370/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90169133254045, 52.3693733282066, 48.593869403936 ] }, "distance": 17.8, "direction": 303.18, "angle": 69.88, "elevation": 48.59, "pano_id": "TMX7316060226-000030_pano_0008_000370", "timestamp": "2016-08-17T08:54:48.271950Z", "filename": "pano_0008_000370.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 17.79892528, "relative_pitch": 69.88326651647748, "relative_heading": 303.18408003289545, "relative_elevation": 48.593869403936 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000275/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000275/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000275/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000275/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000190_pano_0000_000275/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000190_pano_0000_000275/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000190_pano_0000_000275/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000275/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000275/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9016503085859, 52.3692598855067, 47.0390565851703 ] }, "distance": 17.92, "direction": 260.75, "angle": 69.14, "elevation": 47.04, "pano_id": "TMX7316010203-000190_pano_0000_000275", "timestamp": "2016-11-24T09:20:40.877720Z", "filename": "pano_0000_000275.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 17.92357057, "relative_pitch": 69.14136184786078, "relative_heading": 260.7491076740597, "relative_elevation": 47.0390565851703 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000280/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000280/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000280/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000280/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000190_pano_0000_000280/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000190_pano_0000_000280/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000190_pano_0000_000280/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000280/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000190/pano_0000_000280/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90196965561931, 52.3691274368995, 47.0626457892358 ] }, "distance": 18.08, "direction": 167.02, "angle": 68.98, "elevation": 47.06, "pano_id": "TMX7316010203-000190_pano_0000_000280", "timestamp": "2016-11-24T09:20:55.467590Z", "filename": "pano_0000_000280.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 18.08140709, "relative_pitch": 68.9832898217714, "relative_heading": 167.02168443970044, "relative_elevation": 47.0626457892358 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00415/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00415/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00415/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00415/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00415/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00415/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00415/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00415/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00415/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902066492149224, 52.36915239639406, 0.0 ] }, "distance": 18.27, "direction": 144.32, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00415", "timestamp": "2025-07-03T04:50:10Z", "filename": "recording_2025-07-03_04-36-25_00415.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 18.27155643, "relative_pitch": 0.0, "relative_heading": 144.32219083902325, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001855/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001855/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001855/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001855/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_001855/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001855/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_001855/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001855/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_001855/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9016861464662, 52.3693774216655, 49.0017012562603 ] }, "distance": 18.34, "direction": 303.77, "angle": 69.48, "elevation": 49.0, "pano_id": "TMX7316010203-002031_pano_0001_001855", "timestamp": "2021-03-08T10:53:35.980770Z", "filename": "pano_0001_001855.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 18.34481864, "relative_pitch": 69.47555437884344, "relative_heading": 303.77089224653673, "relative_elevation": 49.0017012562603 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000889/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000889/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000889/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000889/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001658_pano_0000_000889/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001658_pano_0000_000889/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001658_pano_0000_000889/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000889/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001658/pano_0000_000889/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90164182144738, 52.36926535015, 48.0066435653716 ] }, "distance": 18.41, "direction": 262.91, "angle": 69.02, "elevation": 48.01, "pano_id": "TMX7316010203-001658_pano_0000_000889", "timestamp": "2020-04-21T07:42:00.010140Z", "filename": "pano_0000_000889.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 18.40942029, "relative_pitch": 69.01935434421893, "relative_heading": 262.90674967085766, "relative_elevation": 48.0066435653716 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004544/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004544/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004544/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004544/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004544/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004544/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004544/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004544/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004544/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90168945325214, 52.3693818962759, 47.4797004619613 ] }, "distance": 18.44, "direction": 305.45, "angle": 68.77, "elevation": 47.48, "pano_id": "TMX7316010203-000711_pano_0000_004544", "timestamp": "2018-05-08T12:20:18.915660Z", "filename": "pano_0000_004544.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 18.44224667, "relative_pitch": 68.7726440901873, "relative_heading": 305.4459739893081, "relative_elevation": 47.4797004619613 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000839/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000839/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000839/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000839/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000839/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000839/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000839/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000839/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000839/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90213449310354, 52.3691928737549, 46.9058151459321 ] }, "distance": 18.46, "direction": 124.07, "angle": 68.52, "elevation": 46.91, "pano_id": "TMX7316010203-001177_pano_0000_000839", "timestamp": "2019-05-13T06:14:22.234850Z", "filename": "pano_0000_000839.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 18.45539073, "relative_pitch": 68.52252804625506, "relative_heading": 124.06717172306809, "relative_elevation": 46.9058151459321 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03562/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03562/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03562/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03562/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_08-04-10_03562/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03562/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_08-04-10_03562/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03562/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_08-04-10_03562/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902136965507534, 52.369191916486216, 0.0 ] }, "distance": 18.65, "direction": 124.05, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_08-04-10_03562", "timestamp": "2025-06-17T08:59:57Z", "filename": "recording_2025-06-17_08-04-10_03562.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 18.65455905, "relative_pitch": 0.0, "relative_heading": 124.0484568857503, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002871/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002871/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002871/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002871/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_002871/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002871/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_002871/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002871/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_002871/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90213506549207, 52.3691891195938, 46.9674370558932 ] }, "distance": 18.72, "direction": 125.06, "angle": 68.26, "elevation": 46.97, "pano_id": "TMX7316010203-000709_pano_0000_002871", "timestamp": "2018-05-07T10:51:38.951740Z", "filename": "pano_0000_002871.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 18.72449842, "relative_pitch": 68.26432342333662, "relative_heading": 125.05928346189285, "relative_elevation": 46.9674370558932 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00408/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00408/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00408/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00408/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00408/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00408/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00408/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00408/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00408/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901636064025165, 52.36932302522727, 0.0 ] }, "distance": 19.12, "direction": 282.52, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00408", "timestamp": "2025-07-03T04:49:58Z", "filename": "recording_2025-07-03_04-36-25_00408.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 19.11534504, "relative_pitch": 0.0, "relative_heading": 282.5219873844446, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000013/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000013/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000013/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000013/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000492_pano_0000_000013/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000013/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000492_pano_0000_000013/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000013/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/11/17/TMX7316010203-000492/pano_0000_000013/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90167573900653, 52.3693816114393, 46.9690915811807 ] }, "distance": 19.19, "direction": 303.75, "angle": 67.77, "elevation": 46.97, "pano_id": "TMX7316010203-000492_pano_0000_000013", "timestamp": "2017-11-17T08:07:46.124500Z", "filename": "pano_0000_000013.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 19.19323265, "relative_pitch": 67.77333798464599, "relative_heading": 303.7515233404821, "relative_elevation": 46.9690915811807 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000003/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000003/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000003/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000003/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0006_000003/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000003/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000003/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000003/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000003/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90214549260183, 52.3691870993899, 48.5889307055622 ] }, "distance": 19.44, "direction": 124.4, "angle": 68.2, "elevation": 48.59, "pano_id": "TMX7316010203-002623_pano_0006_000003", "timestamp": "2022-06-23T10:10:14.300220Z", "filename": "pano_0006_000003.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 19.43626256, "relative_pitch": 68.19788881754516, "relative_heading": 124.39908273560218, "relative_elevation": 48.5889307055622 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00012/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00012/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00012/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00012/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track02_Sphere_00012/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00012/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00012/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00012/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00012/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902153038941028, 52.36918563701217, 0.0 ] }, "distance": 19.95, "direction": 123.95, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track02_Sphere_00012", "timestamp": "2025-01-08T13:08:45Z", "filename": "Job_20250108_1349_Track02_Sphere_00012.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 19.95291247, "relative_pitch": 0.0, "relative_heading": 123.95078327923679, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00020/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00020/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00020/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00020/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track02_Sphere_00020/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00020/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00020/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00020/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track02_Sphere_00020/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901667172893014, 52.3693865431194, 0.0 ] }, "distance": 19.98, "direction": 304.13, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track02_Sphere_00020", "timestamp": "2025-01-08T13:08:51Z", "filename": "Job_20250108_1349_Track02_Sphere_00020.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 19.98367279, "relative_pitch": 0.0, "relative_heading": 304.1303306720536, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001551/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001551/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001551/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001551/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001551/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001551/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001551/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001551/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001551/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90166113231477, 52.3693885270121, 47.7526111388579 ] }, "distance": 20.45, "direction": 304.0, "angle": 66.82, "elevation": 47.75, "pano_id": "TMX7316010203-001664_pano_0000_001551", "timestamp": "2020-04-21T11:25:33.601010Z", "filename": "pano_0000_001551.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 20.44815902, "relative_pitch": 66.81889315452646, "relative_heading": 303.99552819032533, "relative_elevation": 47.7526111388579 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001543/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001543/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001543/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001543/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001543/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001543/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001543/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001543/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001543/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90215911225759, 52.3691826392581, 47.4810048574582 ] }, "distance": 20.48, "direction": 124.08, "angle": 66.67, "elevation": 47.48, "pano_id": "TMX7316010203-001664_pano_0000_001543", "timestamp": "2020-04-21T11:25:28.135930Z", "filename": "pano_0000_001543.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_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 20.48239877, "relative_pitch": 66.66555515130057, "relative_heading": 124.07856496223594, "relative_elevation": 47.4810048574582 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track02_Sphere_00016/adjacencies/b_20250108_1349_Track02_Sphere_00016/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000011/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000011/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000011/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000011/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0006_000011/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000011/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0006_000011/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000011/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0006_000011/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90165601521358, 52.3693884578973, 48.8202247070149 ] }, "distance": 20.73, "direction": 303.44, "angle": 66.99, "elevation": 48.82, "pano_id": "TMX7316010203-002623_pano_0006_000011", "timestamp": "2022-06-23T10:10:20.665180Z", "filename": "pano_0006_000011.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track02_Sphere_00016", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121948.91308747497, 486933.42246005073 ] }, "relative_distance": 20.73379804, "relative_pitch": 66.98921910174101, "relative_heading": 303.4393864655751, "relative_elevation": 48.8202247070149 } ] } }