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_20240918_0854_Track01_Sphere_00564/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00564/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00564/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00564/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00564/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track01_Sphere_00564/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00564/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00564/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795540583975927, 52.364542804656466, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track01_Sphere_00564", "timestamp": "2024-09-18T07:36:23Z", "filename": "Job_20240918_0854_Track01_Sphere_00564.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "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_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001651/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001651/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001651/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001651/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_001651/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001651/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001651/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001651/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001651/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79553668201654, 52.3645400728326, 44.873608738184 ] }, "distance": 0.4, "direction": 221.17, "angle": 89.48, "elevation": 44.87, "pano_id": "TMX7316010203-000050_pano_0000_001651", "timestamp": "2016-08-08T07:57:53.279270Z", "filename": "pano_0000_001651.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 0.40379787, "relative_pitch": 89.48443439388011, "relative_heading": 221.16591900150382, "relative_elevation": 44.873608738184 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00582/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00582/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00582/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00582/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-33-25_00582/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00582/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00582/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00582/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00582/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795534956832096, 52.3645398015752, 0.0 ] }, "distance": 0.51, "direction": 228.92, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-33-25_00582", "timestamp": "2025-06-17T12:41:48Z", "filename": "recording_2025-06-17_12-33-25_00582.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 0.5085237, "relative_pitch": 0.0, "relative_heading": 228.9187221765377, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002232/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002232/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002232/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002232/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_002232/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002232/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002232/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002232/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002232/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79553815966903, 52.3645383004237, 45.05158699397 ] }, "distance": 0.53, "direction": 198.24, "angle": 89.33, "elevation": 45.05, "pano_id": "TMX7316010203-000817_pano_0001_002232", "timestamp": "2018-06-29T13:48:32.964600Z", "filename": "pano_0001_002232.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 0.52771028, "relative_pitch": 89.32889846609547, "relative_heading": 198.2363988243569, "relative_elevation": 45.05158699397 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000822/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000822/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000822/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000822/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_000822/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000822/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000822/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000822/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000822/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79552454221364, 52.3645365432357, 44.9590030126274 ] }, "distance": 1.3, "direction": 237.48, "angle": 88.35, "elevation": 44.96, "pano_id": "TMX7316010203-002091_pano_0000_000822", "timestamp": "2021-04-14T10:08:38.895950Z", "filename": "pano_0000_000822.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 1.29596729, "relative_pitch": 88.34887574542265, "relative_heading": 237.4783909288005, "relative_elevation": 44.9590030126274 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000187/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000187/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000187/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000187/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000187/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000187/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000187/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000187/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000187/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79552329855686, 52.3645353059609, 44.9534759270027 ] }, "distance": 1.44, "direction": 234.68, "angle": 88.16, "elevation": 44.95, "pano_id": "TMX7316010203-001887_pano_0000_000187", "timestamp": "2020-08-21T08:08:53.950290Z", "filename": "pano_0000_000187.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 1.44314183, "relative_pitch": 88.16126458560527, "relative_heading": 234.67658723958394, "relative_elevation": 44.9534759270027 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002157/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002157/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002157/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002157/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002157/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002157/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002157/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002157/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002157/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79557126481345, 52.3645418294496, 44.8871380230412 ] }, "distance": 2.09, "direction": 92.97, "angle": 87.33, "elevation": 44.89, "pano_id": "TMX7316010203-002506_pano_0000_002157", "timestamp": "2022-04-12T06:24:55.179110Z", "filename": "pano_0000_002157.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 2.0927558, "relative_pitch": 87.33065384380922, "relative_heading": 92.97227239152781, "relative_elevation": 44.8871380230412 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000579/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000579/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000579/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000579/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002227_pano_0000_000579/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000579/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000579/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000579/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000579/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79557120510334, 52.3645453458536, 44.9063114402816 ] }, "distance": 2.1, "direction": 82.28, "angle": 87.32, "elevation": 44.91, "pano_id": "TMX7316010203-002227_pano_0000_000579", "timestamp": "2021-07-09T10:44:09.947730Z", "filename": "pano_0000_000579.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 2.1049525, "relative_pitch": 87.31626411404902, "relative_heading": 82.27979086356093, "relative_elevation": 44.9063114402816 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000708/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000708/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000708/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000708/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000708/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000708/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000708/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000708/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000708/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79551537349716, 52.3645312428175, 44.7791558178142 ] }, "distance": 2.15, "direction": 233.16, "angle": 87.26, "elevation": 44.78, "pano_id": "TMX7316010203-001307_pano_0000_000708", "timestamp": "2019-07-11T10:34:07.661890Z", "filename": "pano_0000_000708.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 2.14576674, "relative_pitch": 87.25654931201775, "relative_heading": 233.1609756357051, "relative_elevation": 44.7791558178142 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001550/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001550/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001550/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001550/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000020_pano_0008_001550/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001550/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001550/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001550/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001550/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79557328823795, 52.3645482124296, 44.8392501613125 ] }, "distance": 2.31, "direction": 74.88, "angle": 87.05, "elevation": 44.84, "pano_id": "TMX7316060226-000020_pano_0008_001550", "timestamp": "2016-08-15T09:53:20.748030Z", "filename": "pano_0008_001550.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 2.30761196, "relative_pitch": 87.05392299668192, "relative_heading": 74.88448728615407, "relative_elevation": 44.8392501613125 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001551/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001551/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001551/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001551/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000020_pano_0008_001551/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001551/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001551/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001551/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001551/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79550334425865, 52.3645347191756, 44.8861746704206 ] }, "distance": 2.69, "direction": 250.47, "angle": 86.57, "elevation": 44.89, "pano_id": "TMX7316060226-000020_pano_0008_001551", "timestamp": "2016-08-15T09:53:21.223030Z", "filename": "pano_0008_001551.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 2.69154909, "relative_pitch": 86.5684318712172, "relative_heading": 250.4718196820967, "relative_elevation": 44.8861746704206 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000580/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000580/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000580/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000580/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002227_pano_0000_000580/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000580/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000580/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000580/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000580/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7955003671872, 52.3645312206603, 44.9540354311466 ] }, "distance": 3.03, "direction": 244.8, "angle": 86.15, "elevation": 44.95, "pano_id": "TMX7316010203-002227_pano_0000_000580", "timestamp": "2021-07-09T10:44:10.337740Z", "filename": "pano_0000_000580.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 3.02761975, "relative_pitch": 86.14699188210632, "relative_heading": 244.8020465626938, "relative_elevation": 44.9540354311466 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000707/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000707/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000707/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000707/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000707/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000707/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000707/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000707/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000707/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79558578667568, 52.3645444920933, 44.7257112190127 ] }, "distance": 3.08, "direction": 86.51, "angle": 86.05, "elevation": 44.73, "pano_id": "TMX7316010203-001307_pano_0000_000707", "timestamp": "2019-07-11T10:34:07.301920Z", "filename": "pano_0000_000707.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 3.08487137, "relative_pitch": 86.0543808354066, "relative_heading": 86.51037623917783, "relative_elevation": 44.7257112190127 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002158/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002158/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002158/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002158/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002158/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002158/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002158/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002158/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002158/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79550190732291, 52.3645280901661, 44.9388737762347 ] }, "distance": 3.1, "direction": 238.14, "angle": 86.05, "elevation": 44.94, "pano_id": "TMX7316010203-002506_pano_0000_002158", "timestamp": "2022-04-12T06:24:55.494090Z", "filename": "pano_0000_002158.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 3.10194199, "relative_pitch": 86.05137583673877, "relative_heading": 238.14005883797373, "relative_elevation": 44.9388737762347 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000186/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000186/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000186/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000186/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000186/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000186/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000186/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000186/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000186/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79559248380377, 52.3645489874324, 44.8980570966378 ] }, "distance": 3.6, "direction": 78.99, "angle": 85.41, "elevation": 44.9, "pano_id": "TMX7316010203-001887_pano_0000_000186", "timestamp": "2020-08-21T08:08:53.575400Z", "filename": "pano_0000_000186.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 3.60167065, "relative_pitch": 85.4136193354678, "relative_heading": 78.9877808338083, "relative_elevation": 44.8980570966378 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000821/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000821/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000821/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000821/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_000821/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000821/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000821/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000821/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000821/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79559530528588, 52.3645506087963, 44.9073014929891 ] }, "distance": 3.83, "direction": 76.89, "angle": 85.13, "elevation": 44.91, "pano_id": "TMX7316010203-002091_pano_0000_000821", "timestamp": "2021-04-14T10:08:38.520950Z", "filename": "pano_0000_000821.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 3.82736548, "relative_pitch": 85.12856001406135, "relative_heading": 76.88579809004587, "relative_elevation": 44.9073014929891 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002156/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002156/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002156/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002156/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_002156/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002156/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002156/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002156/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002156/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79560266396905, 52.3645513097927, 44.7997080245987 ] }, "distance": 4.33, "direction": 77.39, "angle": 84.48, "elevation": 44.8, "pano_id": "TMX7316010203-000289_pano_0001_002156", "timestamp": "2017-05-09T10:43:43.994860Z", "filename": "pano_0001_002156.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 4.3334195, "relative_pitch": 84.47503975122952, "relative_heading": 77.38511754490723, "relative_elevation": 44.7997080245987 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00581/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00581/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00581/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00581/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-33-25_00581/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00581/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00581/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00581/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00581/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795604894468402, 52.364553515935256, 0.0 ] }, "distance": 4.54, "direction": 74.78, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-33-25_00581", "timestamp": "2025-06-17T12:41:47Z", "filename": "recording_2025-06-17_12-33-25_00581.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 4.53999703, "relative_pitch": 0.0, "relative_heading": 74.77968183636976, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001650/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001650/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001650/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001650/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_001650/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001650/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001650/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001650/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001650/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79560653764168, 52.3645539028295, 44.8240035437047 ] }, "distance": 4.66, "direction": 74.63, "angle": 84.07, "elevation": 44.82, "pano_id": "TMX7316010203-000050_pano_0000_001650", "timestamp": "2016-08-08T07:57:52.974280Z", "filename": "pano_0000_001650.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 4.65931996, "relative_pitch": 84.06558903114711, "relative_heading": 74.6301988175289, "relative_elevation": 44.8240035437047 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002231/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002231/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002231/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002231/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_002231/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002231/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002231/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002231/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002231/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79560798949053, 52.364552340939, 44.9976823171601 ] }, "distance": 4.71, "direction": 76.99, "angle": 84.02, "elevation": 45.0, "pano_id": "TMX7316010203-000817_pano_0001_002231", "timestamp": "2018-06-29T13:48:32.584540Z", "filename": "pano_0001_002231.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 4.7126027, "relative_pitch": 84.02121439942889, "relative_heading": 76.98702199102341, "relative_elevation": 44.9976823171601 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00563/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00563/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00563/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00563/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track01_Sphere_00563/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00563/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00563/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00563/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00563/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795610532704306, 52.36455678870217, 0.0 ] }, "distance": 5.01, "direction": 71.91, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track01_Sphere_00563", "timestamp": "2024-09-18T07:36:22Z", "filename": "Job_20240918_0854_Track01_Sphere_00563.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 5.01246865, "relative_pitch": 0.0, "relative_heading": 71.91429918328527, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00565/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00565/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00565/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00565/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track01_Sphere_00565/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00565/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00565/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00565/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00565/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795470545888014, 52.364528918988256, 0.0 ] }, "distance": 5.01, "direction": 252.05, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track01_Sphere_00565", "timestamp": "2024-09-18T07:36:23Z", "filename": "Job_20240918_0854_Track01_Sphere_00565.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 5.01487313, "relative_pitch": 0.0, "relative_heading": 252.05484051140877, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002233/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002233/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002233/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002233/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_002233/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002233/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002233/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002233/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002233/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79546794233029, 52.3645242716232, 45.110304389149 ] }, "distance": 5.36, "direction": 247.38, "angle": 83.22, "elevation": 45.11, "pano_id": "TMX7316010203-000817_pano_0001_002233", "timestamp": "2018-06-29T13:48:33.349630Z", "filename": "pano_0001_002233.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 5.36079715, "relative_pitch": 83.22289472378655, "relative_heading": 247.37547828464872, "relative_elevation": 45.110304389149 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001652/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001652/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001652/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001652/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_001652/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001652/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001652/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001652/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001652/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79546579384456, 52.3645263130336, 44.9337829919532 ] }, "distance": 5.42, "direction": 250.19, "angle": 83.13, "elevation": 44.93, "pano_id": "TMX7316010203-000050_pano_0000_001652", "timestamp": "2016-08-08T07:57:53.589280Z", "filename": "pano_0000_001652.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 5.41503782, "relative_pitch": 83.12833728334552, "relative_heading": 250.19086833308776, "relative_elevation": 44.9337829919532 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00583/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00583/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00583/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00583/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-33-25_00583/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00583/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00583/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00583/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00583/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795465178930643, 52.36452622278893, 0.0 ] }, "distance": 5.46, "direction": 250.24, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-33-25_00583", "timestamp": "2025-06-17T12:41:48Z", "filename": "recording_2025-06-17_12-33-25_00583.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 5.45785155, "relative_pitch": 0.0, "relative_heading": 250.24070595840527, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002157/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002157/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002157/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002157/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_002157/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002157/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002157/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002157/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002157/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79546552128413, 52.3645243689771, 44.9074816470966 ] }, "distance": 5.51, "direction": 248.14, "angle": 83.01, "elevation": 44.91, "pano_id": "TMX7316010203-000289_pano_0001_002157", "timestamp": "2017-05-09T10:43:44.589970Z", "filename": "pano_0001_002157.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 5.50934677, "relative_pitch": 83.00578017039915, "relative_heading": 248.1392801251706, "relative_elevation": 44.9074816470966 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00892/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00892/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00892/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00892/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_05-37-20_00892/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00892/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00892/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00892/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00892/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795549842628598, 52.36459386560787, 0.0 ] }, "distance": 5.72, "direction": 6.33, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_05-37-20_00892", "timestamp": "2025-07-17T05:50:05Z", "filename": "recording_2025-07-17_05-37-20_00892.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 5.71666667, "relative_pitch": 0.0, "relative_heading": 6.334009556180197, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00893/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00893/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00893/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00893/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_05-37-20_00893/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00893/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00893/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00893/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00893/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79547790493239, 52.364579296366564, 0.0 ] }, "distance": 5.89, "direction": 313.56, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_05-37-20_00893", "timestamp": "2025-07-17T05:50:06Z", "filename": "recording_2025-07-17_05-37-20_00893.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 5.8921986, "relative_pitch": 0.0, "relative_heading": 313.5626141030132, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000188/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000188/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000188/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000188/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000188/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000188/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000188/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000188/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000188/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79545472799117, 52.3645218873081, 45.020850460045 ] }, "distance": 6.29, "direction": 248.3, "angle": 82.04, "elevation": 45.02, "pano_id": "TMX7316010203-001887_pano_0000_000188", "timestamp": "2020-08-21T08:08:54.325230Z", "filename": "pano_0000_000188.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 6.29455156, "relative_pitch": 82.04083406924174, "relative_heading": 248.29834294339946, "relative_elevation": 45.020850460045 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000823/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000823/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000823/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000823/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_000823/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000823/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000823/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000823/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000823/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79545378327112, 52.3645225385496, 45.0266616763547 ] }, "distance": 6.33, "direction": 249.12, "angle": 82.0, "elevation": 45.03, "pano_id": "TMX7316010203-002091_pano_0000_000823", "timestamp": "2021-04-14T10:08:39.275970Z", "filename": "pano_0000_000823.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 6.32820338, "relative_pitch": 81.99985180156575, "relative_heading": 249.1234321156298, "relative_elevation": 45.0266616763547 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002156/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002156/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002156/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002156/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002156/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002156/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002156/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002156/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002156/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79564056941796, 52.3645557432721, 44.8386928196996 ] }, "distance": 6.96, "direction": 78.06, "angle": 81.18, "elevation": 44.84, "pano_id": "TMX7316010203-002506_pano_0000_002156", "timestamp": "2022-04-12T06:24:54.864120Z", "filename": "pano_0000_002156.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 6.96139081, "relative_pitch": 81.17505038477852, "relative_heading": 78.0640665109453, "relative_elevation": 44.8386928196996 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000709/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000709/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000709/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000709/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000709/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000709/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000709/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000709/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000709/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79544511868998, 52.3645177601358, 44.8593807080761 ] }, "distance": 7.07, "direction": 246.8, "angle": 81.04, "elevation": 44.86, "pano_id": "TMX7316010203-001307_pano_0000_000709", "timestamp": "2019-07-11T10:34:08.027020Z", "filename": "pano_0000_000709.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 7.07495869, "relative_pitch": 81.0374693576105, "relative_heading": 246.80278690313085, "relative_elevation": 44.8593807080761 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000578/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000578/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000578/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000578/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002227_pano_0000_000578/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000578/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000578/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000578/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000578/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79564183370532, 52.3645595171041, 44.8629461936653 ] }, "distance": 7.14, "direction": 74.91, "angle": 80.95, "elevation": 44.86, "pano_id": "TMX7316010203-002227_pano_0000_000578", "timestamp": "2021-07-09T10:44:09.557730Z", "filename": "pano_0000_000578.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 7.14332014, "relative_pitch": 80.9530023240799, "relative_heading": 74.9099431590183, "relative_elevation": 44.8629461936653 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001549/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001549/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001549/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001549/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000020_pano_0008_001549/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001549/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001549/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001549/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001549/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79564332995715, 52.3645618896573, 44.8011385919526 ] }, "distance": 7.31, "direction": 73.12, "angle": 80.73, "elevation": 44.8, "pano_id": "TMX7316060226-000020_pano_0008_001549", "timestamp": "2016-08-15T09:53:20.272990Z", "filename": "pano_0008_001549.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 7.31402413, "relative_pitch": 80.72795563963186, "relative_heading": 73.12069931506441, "relative_elevation": 44.8011385919526 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001552/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001552/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001552/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001552/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000020_pano_0008_001552/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001552/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001552/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001552/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001552/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79543303501915, 52.3645210295323, 44.9724294282496 ] }, "distance": 7.72, "direction": 251.7, "angle": 80.26, "elevation": 44.97, "pano_id": "TMX7316060226-000020_pano_0008_001552", "timestamp": "2016-08-15T09:53:21.703020Z", "filename": "pano_0008_001552.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 7.71639588, "relative_pitch": 80.26396041836308, "relative_heading": 251.69909688150966, "relative_elevation": 44.9724294282496 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001549/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001549/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001549/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001549/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_001549/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001549/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001549/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001549/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001549/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79558960386696, 52.36448011655, 44.9119815696031 ] }, "distance": 7.73, "direction": 154.42, "angle": 80.23, "elevation": 44.91, "pano_id": "TMX7316010203-000817_pano_0001_001549", "timestamp": "2018-06-29T13:39:32.121450Z", "filename": "pano_0001_001549.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 7.73360974, "relative_pitch": 80.22977850368434, "relative_heading": 154.41974651728546, "relative_elevation": 44.9119815696031 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001458/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001458/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001458/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001458/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_001458/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001458/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001458/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001458/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001458/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79560708693429, 52.3644843793824, 45.0371439782903 ] }, "distance": 7.92, "direction": 145.13, "angle": 80.02, "elevation": 45.04, "pano_id": "TMX7316010203-002091_pano_0000_001458", "timestamp": "2021-04-14T10:16:11.276880Z", "filename": "pano_0000_001458.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 7.92387584, "relative_pitch": 80.0214549464383, "relative_heading": 145.13092336588076, "relative_elevation": 45.0371439782903 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002958/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002958/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002958/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002958/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_002958/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002958/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002958/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002958/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002958/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7955908737715, 52.3644776117577, 44.7865477902815 ] }, "distance": 8.02, "direction": 154.72, "angle": 79.84, "elevation": 44.79, "pano_id": "TMX7316010203-000050_pano_0000_002958", "timestamp": "2016-08-08T08:34:45.356590Z", "filename": "pano_0000_002958.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.02247112, "relative_pitch": 79.84449403566133, "relative_heading": 154.72198110036325, "relative_elevation": 44.7865477902815 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002220/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002220/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002220/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002220/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002220/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002220/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002220/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002220/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002220/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79559655721988, 52.3644792645622, 44.8750084675848 ] }, "distance": 8.03, "direction": 151.66, "angle": 79.85, "elevation": 44.88, "pano_id": "TMX7316010203-002506_pano_0000_002220", "timestamp": "2022-04-12T06:25:36.793760Z", "filename": "pano_0000_002220.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.03292686, "relative_pitch": 79.85116202466195, "relative_heading": 151.6634000227039, "relative_elevation": 44.8750084675848 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000581/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000581/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000581/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000581/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002227_pano_0000_000581/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000581/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000581/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000581/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000581/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79542977705676, 52.3645170415894, 45.0552598126233 ] }, "distance": 8.07, "direction": 249.2, "angle": 79.84, "elevation": 45.06, "pano_id": "TMX7316010203-002227_pano_0000_000581", "timestamp": "2021-07-09T10:44:10.727760Z", "filename": "pano_0000_000581.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.07410247, "relative_pitch": 79.84018427413027, "relative_heading": 249.203107245157, "relative_elevation": 45.0552598126233 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002159/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002159/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002159/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002159/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002159/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002159/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002159/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002159/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002159/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7954317062108, 52.3645140985785, 45.0406338833272 ] }, "distance": 8.08, "direction": 246.7, "angle": 79.84, "elevation": 45.04, "pano_id": "TMX7316010203-002506_pano_0000_002159", "timestamp": "2022-04-12T06:24:55.814170Z", "filename": "pano_0000_002159.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.07523838, "relative_pitch": 79.8355538741682, "relative_heading": 246.69908820512052, "relative_elevation": 45.0406338833272 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000510/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000510/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000510/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000510/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002073_pano_0000_000510/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000510/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000510/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000510/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000510/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79556214996162, 52.3644712676275, 44.9466909850016 ] }, "distance": 8.09, "direction": 169.54, "angle": 79.79, "elevation": 44.95, "pano_id": "TMX7316010203-002073_pano_0000_000510", "timestamp": "2021-03-31T09:05:33.956220Z", "filename": "pano_0000_000510.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.09465108, "relative_pitch": 79.79078277412744, "relative_heading": 169.54378358770063, "relative_elevation": 44.9466909850016 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000706/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000706/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000706/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000706/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000706/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000706/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000706/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000706/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000706/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79565708412536, 52.3645576305529, 44.6813849881291 ] }, "distance": 8.11, "direction": 78.26, "angle": 79.72, "elevation": 44.68, "pano_id": "TMX7316010203-001307_pano_0000_000706", "timestamp": "2019-07-11T10:34:06.941870Z", "filename": "pano_0000_000706.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.10550812, "relative_pitch": 79.71797006671117, "relative_heading": 78.25630078128688, "relative_elevation": 44.6813849881291 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001457/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001457/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001457/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001457/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_001457/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001457/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001457/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001457/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001457/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7955373344282, 52.3644696250727, 45.0955586927012 ] }, "distance": 8.15, "direction": 181.56, "angle": 79.76, "elevation": 45.1, "pano_id": "TMX7316010203-002091_pano_0000_001457", "timestamp": "2021-04-14T10:16:10.646880Z", "filename": "pano_0000_001457.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.14601268, "relative_pitch": 79.76057208743197, "relative_heading": 181.55711738071508, "relative_elevation": 45.0955586927012 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000011/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000011/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000011/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000011/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000011/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000011/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000011/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000011/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000011/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79560837597749, 52.3644818296384, 44.6380100939423 ] }, "distance": 8.21, "direction": 145.76, "angle": 79.58, "elevation": 44.64, "pano_id": "TMX7316010203-001887_pano_0000_000011", "timestamp": "2020-08-21T08:06:38.905670Z", "filename": "pano_0000_000011.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.20735315, "relative_pitch": 79.58169138327082, "relative_heading": 145.76035096086525, "relative_elevation": 44.6380100939423 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003561/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003561/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003561/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003561/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001890_pano_0000_003561/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003561/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003561/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003561/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003561/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79555108936417, 52.3644687430531, 44.9635714031756 ] }, "distance": 8.27, "direction": 175.04, "angle": 79.58, "elevation": 44.96, "pano_id": "TMX7316010203-001890_pano_0000_003561", "timestamp": "2020-08-24T09:12:40.625010Z", "filename": "pano_0000_003561.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.27216231, "relative_pitch": 79.57559020396936, "relative_heading": 175.03720532179423, "relative_elevation": 44.9635714031756 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002064/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002064/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002064/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002064/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_002064/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002064/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002064/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002064/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002064/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79555028980513, 52.3644682537389, 44.8062293520197 ] }, "distance": 8.32, "direction": 175.44, "angle": 79.48, "elevation": 44.81, "pano_id": "TMX7316010203-000289_pano_0001_002064", "timestamp": "2017-05-09T10:41:27.471020Z", "filename": "pano_0001_002064.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.32190351, "relative_pitch": 79.4782927697374, "relative_heading": 175.44322105734685, "relative_elevation": 44.8062293520197 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00535/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00535/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00535/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00535/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-48-50_00535/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00535/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00535/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00535/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00535/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795580996563717, 52.364471733475206, 0.0 ] }, "distance": 8.37, "direction": 160.81, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-48-50_00535", "timestamp": "2025-06-17T12:52:59Z", "filename": "recording_2025-06-17_12-48-50_00535.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.37382317, "relative_pitch": 0.0, "relative_heading": 160.80732881258928, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000656/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000656/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000656/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000656/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002220_pano_0007_000656/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000656/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000656/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000656/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000656/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79559441911327, 52.3644747255673, 44.9859282532707 ] }, "distance": 8.42, "direction": 154.17, "angle": 79.4, "elevation": 44.99, "pano_id": "TMX7316010203-002220_pano_0007_000656", "timestamp": "2021-07-07T11:50:29.840670Z", "filename": "pano_0007_000656.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.41639494, "relative_pitch": 79.40306739722271, "relative_heading": 154.16890845607665, "relative_elevation": 44.9859282532707 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000185/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000185/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000185/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000185/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000185/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000185/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000185/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000185/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000185/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79566165628784, 52.364562687194, 44.8586017750204 ] }, "distance": 8.54, "direction": 74.98, "angle": 79.22, "elevation": 44.86, "pano_id": "TMX7316010203-001887_pano_0000_000185", "timestamp": "2020-08-21T08:08:53.200280Z", "filename": "pano_0000_000185.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.53888907, "relative_pitch": 79.22261250671804, "relative_heading": 74.98336469838003, "relative_elevation": 44.8586017750204 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000411/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000411/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000411/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000411/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000411/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000411/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000411/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000411/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000411/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79554811439244, 52.3644662054202, 44.9379870733246 ] }, "distance": 8.54, "direction": 176.56, "angle": 79.24, "elevation": 44.94, "pano_id": "TMX7316010203-001307_pano_0000_000411", "timestamp": "2019-07-11T10:31:14.992770Z", "filename": "pano_0000_000411.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.53894559, "relative_pitch": 79.2411370005163, "relative_heading": 176.55597417586006, "relative_elevation": 44.9379870733246 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003562/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003562/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003562/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003562/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001890_pano_0000_003562/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003562/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003562/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003562/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003562/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79562209294524, 52.364483407316, 44.902936517261 ] }, "distance": 8.63, "direction": 139.97, "angle": 79.12, "elevation": 44.9, "pano_id": "TMX7316010203-001890_pano_0000_003562", "timestamp": "2020-08-24T09:12:41.250060Z", "filename": "pano_0000_003562.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.63203745, "relative_pitch": 79.11833998072716, "relative_heading": 139.9676706927425, "relative_elevation": 44.902936517261 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001548/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001548/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001548/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001548/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_001548/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001548/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001548/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001548/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001548/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79552081712814, 52.3644660570145, 44.9958479022607 ] }, "distance": 8.65, "direction": 188.96, "angle": 79.12, "elevation": 45.0, "pano_id": "TMX7316010203-000817_pano_0001_001548", "timestamp": "2018-06-29T13:39:31.711450Z", "filename": "pano_0001_001548.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.64553587, "relative_pitch": 79.1236973114578, "relative_heading": 188.95998229442094, "relative_elevation": 44.9958479022607 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002219/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002219/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002219/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002219/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002219/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002219/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002219/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002219/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002219/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79552677289272, 52.3644652997603, 44.9568252386525 ] }, "distance": 8.68, "direction": 186.23, "angle": 79.08, "elevation": 44.96, "pano_id": "TMX7316010203-002506_pano_0000_002219", "timestamp": "2022-04-12T06:25:36.468810Z", "filename": "pano_0000_002219.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.67546283, "relative_pitch": 79.07770608322264, "relative_heading": 186.22558390616365, "relative_elevation": 44.9568252386525 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000412/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000412/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000412/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000412/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000412/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000412/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000412/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000412/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000412/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79561796804521, 52.364480170911, 44.8728887028992 ] }, "distance": 8.74, "direction": 142.9, "angle": 78.98, "elevation": 44.87, "pano_id": "TMX7316010203-001307_pano_0000_000412", "timestamp": "2019-07-11T10:31:15.302750Z", "filename": "pano_0000_000412.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.73847691, "relative_pitch": 78.98022831548863, "relative_heading": 142.89839817109132, "relative_elevation": 44.8728887028992 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00564/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00564/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00564/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00564/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track96_Sphere_00564/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00564/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00564/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00564/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00564/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795554561515388, 52.364464608864246, 0.0 ] }, "distance": 8.75, "direction": 173.76, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track96_Sphere_00564", "timestamp": "2024-10-21T12:48:35Z", "filename": "Job_20241021_0921_Track96_Sphere_00564.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.75311851, "relative_pitch": 0.0, "relative_heading": 173.75520459563725, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000010/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000010/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000010/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000010/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000010/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000010/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000010/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000010/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000010/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79552686234551, 52.3644641218819, 44.8626084169373 ] }, "distance": 8.81, "direction": 186.09, "angle": 78.9, "elevation": 44.86, "pano_id": "TMX7316010203-001887_pano_0000_000010", "timestamp": "2020-08-21T08:06:38.410680Z", "filename": "pano_0000_000010.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.80511998, "relative_pitch": 78.89578658678768, "relative_heading": 186.09367933912435, "relative_elevation": 44.8626084169373 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002957/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002957/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002957/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002957/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_002957/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002957/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002957/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002957/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002957/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79552194862401, 52.364463995596, 44.8679865114391 ] }, "distance": 8.86, "direction": 188.24, "angle": 78.83, "elevation": 44.87, "pano_id": "TMX7316010203-000050_pano_0000_002957", "timestamp": "2016-08-08T08:34:44.821560Z", "filename": "pano_0000_002957.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.86082156, "relative_pitch": 78.82860827590298, "relative_heading": 188.23664979209337, "relative_elevation": 44.8679865114391 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000820/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000820/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000820/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000820/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_000820/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000820/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000820/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000820/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000820/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79566636802926, 52.3645646349394, 44.8741883728653 ] }, "distance": 8.91, "direction": 74.17, "angle": 78.77, "elevation": 44.87, "pano_id": "TMX7316010203-002091_pano_0000_000820", "timestamp": "2021-04-14T10:08:38.145950Z", "filename": "pano_0000_000820.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.90593562, "relative_pitch": 78.77468358607348, "relative_heading": 74.17160988325736, "relative_elevation": 44.8741883728653 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000511/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000511/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000511/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000511/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002073_pano_0000_000511/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000511/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000511/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000511/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000511/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79563210836317, 52.364485438831, 44.9017449691892 ] }, "distance": 8.92, "direction": 135.68, "angle": 78.76, "elevation": 44.9, "pano_id": "TMX7316010203-002073_pano_0000_000511", "timestamp": "2021-03-31T09:05:34.321210Z", "filename": "pano_0000_000511.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 8.92280304, "relative_pitch": 78.76069077561141, "relative_heading": 135.67565032181986, "relative_elevation": 44.9017449691892 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00891/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00891/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00891/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00891/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_05-37-20_00891/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00891/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00891/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00891/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00891/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795618863308308, 52.3646080876803, 0.0 ] }, "distance": 9.01, "direction": 36.28, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_05-37-20_00891", "timestamp": "2025-07-17T05:50:05Z", "filename": "recording_2025-07-17_05-37-20_00891.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 9.01130615, "relative_pitch": 0.0, "relative_heading": 36.28004909125221, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000655/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000655/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000655/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000655/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002220_pano_0007_000655/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000655/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000655/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000655/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000655/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79552406018546, 52.3644601929069, 45.0735576087609 ] }, "distance": 9.26, "direction": 186.98, "angle": 78.39, "elevation": 45.07, "pano_id": "TMX7316010203-002220_pano_0007_000655", "timestamp": "2021-07-07T11:50:29.435800Z", "filename": "pano_0007_000655.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 9.26121635, "relative_pitch": 78.38909117368824, "relative_heading": 186.9808260190767, "relative_elevation": 45.0735576087609 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00894/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00894/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00894/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00894/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_05-37-20_00894/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00894/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00894/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00894/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00894/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795408442837624, 52.36456515289505, 0.0 ] }, "distance": 9.34, "direction": 285.44, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_05-37-20_00894", "timestamp": "2025-07-17T05:50:06Z", "filename": "recording_2025-07-17_05-37-20_00894.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 9.3384834, "relative_pitch": 0.0, "relative_heading": 285.44392053833735, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00566/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00566/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00566/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00566/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track96_Sphere_00566/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00566/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00566/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00566/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00566/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795638196815642, 52.364481654228456, 0.0 ] }, "distance": 9.51, "direction": 135.66, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track96_Sphere_00566", "timestamp": "2024-10-21T12:48:36Z", "filename": "Job_20241021_0921_Track96_Sphere_00566.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 9.51386294, "relative_pitch": 0.0, "relative_heading": 135.66088371836062, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00580/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00580/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00580/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00580/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-33-25_00580/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00580/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00580/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00580/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00580/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795674698941705, 52.36456731047847, 0.0 ] }, "distance": 9.53, "direction": 73.38, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-33-25_00580", "timestamp": "2025-06-17T12:41:47Z", "filename": "recording_2025-06-17_12-33-25_00580.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 9.53402264, "relative_pitch": 0.0, "relative_heading": 73.38045529610876, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001550/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001550/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001550/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001550/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_001550/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001550/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001550/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001550/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001550/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79565787673533, 52.3644941303742, 44.8606655113399 ] }, "distance": 9.65, "direction": 124.13, "angle": 77.86, "elevation": 44.86, "pano_id": "TMX7316010203-000817_pano_0001_001550", "timestamp": "2018-06-29T13:39:32.526380Z", "filename": "pano_0001_001550.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 9.65260232, "relative_pitch": 77.85689210454456, "relative_heading": 124.13271825915255, "relative_elevation": 44.8606655113399 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001649/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001649/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001649/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001649/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_001649/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001649/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001649/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001649/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001649/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7956763857732, 52.3645677243558, 44.7979698078707 ] }, "distance": 9.66, "direction": 73.31, "angle": 77.83, "elevation": 44.8, "pano_id": "TMX7316010203-000050_pano_0000_001649", "timestamp": "2016-08-08T07:57:52.669280Z", "filename": "pano_0000_001649.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 9.65730597, "relative_pitch": 77.83465408939863, "relative_heading": 73.3136170416424, "relative_elevation": 44.7979698078707 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00534/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00534/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00534/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00534/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-48-50_00534/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00534/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00534/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00534/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00534/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795511416078632, 52.364457670361745, 0.0 ] }, "distance": 9.68, "direction": 191.85, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-48-50_00534", "timestamp": "2025-06-17T12:52:58Z", "filename": "recording_2025-06-17_12-48-50_00534.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 9.6793744, "relative_pitch": 0.0, "relative_heading": 191.84530196900488, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002230/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002230/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002230/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002230/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_002230/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002230/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002230/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002230/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002230/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79567774286419, 52.3645663144421, 44.9694615574554 ] }, "distance": 9.7, "direction": 74.36, "angle": 77.82, "elevation": 44.97, "pano_id": "TMX7316010203-000817_pano_0001_002230", "timestamp": "2018-06-29T13:48:32.204550Z", "filename": "pano_0001_002230.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 9.70242085, "relative_pitch": 77.82473699393876, "relative_heading": 74.35787583800361, "relative_elevation": 44.9694615574554 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00563/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00563/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00563/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00563/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track96_Sphere_00563/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00563/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00563/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00563/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00563/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795513297925927, 52.364456376538264, 0.0 ] }, "distance": 9.8, "direction": 190.94, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track96_Sphere_00563", "timestamp": "2024-10-21T12:48:35Z", "filename": "Job_20241021_0921_Track96_Sphere_00563.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 9.79519116, "relative_pitch": 0.0, "relative_heading": 190.9385395755452, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00536/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00536/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00536/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00536/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-48-50_00536/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00536/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00536/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00536/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00536/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795650591294588, 52.364485832569876, 0.0 ] }, "distance": 9.82, "direction": 130.23, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-48-50_00536", "timestamp": "2025-06-17T12:52:59Z", "filename": "recording_2025-06-17_12-48-50_00536.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 9.81545432, "relative_pitch": 0.0, "relative_heading": 130.23104405251854, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002959/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002959/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002959/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002959/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_002959/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002959/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002959/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002959/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002959/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79565972022723, 52.3644910584791, 44.7411623075604 ] }, "distance": 9.95, "direction": 125.36, "angle": 77.46, "elevation": 44.74, "pano_id": "TMX7316010203-000050_pano_0000_002959", "timestamp": "2016-08-08T08:34:45.966600Z", "filename": "pano_0000_002959.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 9.95061701, "relative_pitch": 77.46126336621747, "relative_heading": 125.35625965732237, "relative_elevation": 44.7411623075604 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00562/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00562/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00562/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00562/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track01_Sphere_00562/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00562/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00562/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00562/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00562/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795680630802171, 52.364570584709185, 0.0 ] }, "distance": 10.03, "direction": 72.05, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track01_Sphere_00562", "timestamp": "2024-09-18T07:36:22Z", "filename": "Job_20240918_0854_Track01_Sphere_00562.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 10.02813895, "relative_pitch": 0.0, "relative_heading": 72.04595800213252, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00566/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00566/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00566/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00566/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track01_Sphere_00566/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00566/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00566/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00566/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00566/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795399645509504, 52.364514741358555, 0.0 ] }, "distance": 10.1, "direction": 251.98, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track01_Sphere_00566", "timestamp": "2024-09-18T07:36:24Z", "filename": "Job_20240918_0854_Track01_Sphere_00566.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 10.09564623, "relative_pitch": 0.0, "relative_heading": 251.9821725374597, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000509/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000509/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000509/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000509/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002073_pano_0000_000509/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000509/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000509/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000509/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000509/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79549211031806, 52.3644568754891, 45.0616812054068 ] }, "distance": 10.12, "direction": 199.05, "angle": 77.35, "elevation": 45.06, "pano_id": "TMX7316010203-002073_pano_0000_000509", "timestamp": "2021-03-31T09:05:33.586260Z", "filename": "pano_0000_000509.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 10.11578974, "relative_pitch": 77.34756197958454, "relative_heading": 199.05148098080127, "relative_elevation": 45.0616812054068 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002221/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002221/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002221/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002221/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002221/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002221/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002221/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002221/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002221/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79566659140467, 52.3644933924379, 44.8323115445673 ] }, "distance": 10.19, "direction": 122.64, "angle": 77.19, "elevation": 44.83, "pano_id": "TMX7316010203-002506_pano_0000_002221", "timestamp": "2022-04-12T06:25:37.118790Z", "filename": "pano_0000_002221.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 10.19349898, "relative_pitch": 77.19046326272652, "relative_heading": 122.64232060559246, "relative_elevation": 44.8323115445673 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000657/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000657/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000657/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000657/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002220_pano_0007_000657/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000657/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000657/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000657/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000657/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79566422715508, 52.3644897056381, 44.9373919842765 ] }, "distance": 10.29, "direction": 125.05, "angle": 77.1, "elevation": 44.94, "pano_id": "TMX7316010203-002220_pano_0007_000657", "timestamp": "2021-07-07T11:50:30.240710Z", "filename": "pano_0007_000657.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 10.28825786, "relative_pitch": 77.10457800674287, "relative_heading": 125.05063049857719, "relative_elevation": 44.9373919842765 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002234/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002234/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002234/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002234/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_002234/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002234/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002234/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002234/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002234/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79539823932761, 52.364510252876, 45.2158735729754 ] }, "distance": 10.35, "direction": 249.52, "angle": 77.11, "elevation": 45.22, "pano_id": "TMX7316010203-000817_pano_0001_002234", "timestamp": "2018-06-29T13:48:33.729650Z", "filename": "pano_0001_002234.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 10.35080862, "relative_pitch": 77.10603084489807, "relative_heading": 249.51633074840186, "relative_elevation": 45.2158735729754 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001653/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001653/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001653/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001653/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_001653/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001653/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001653/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001653/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001653/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79539582352374, 52.3645126389115, 45.0257897963747 ] }, "distance": 10.42, "direction": 251.2, "angle": 76.97, "elevation": 45.03, "pano_id": "TMX7316010203-000050_pano_0000_001653", "timestamp": "2016-08-08T07:57:53.894310Z", "filename": "pano_0000_001653.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 10.41655855, "relative_pitch": 76.97398482557001, "relative_heading": 251.20138370802994, "relative_elevation": 45.0257897963747 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00584/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00584/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00584/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00584/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-33-25_00584/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00584/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00584/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00584/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00584/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795395157611611, 52.364512184367314, 0.0 ] }, "distance": 10.48, "direction": 251.02, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-33-25_00584", "timestamp": "2025-06-17T12:41:49Z", "filename": "recording_2025-06-17_12-33-25_00584.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 10.47585161, "relative_pitch": 0.0, "relative_heading": 251.0194540665608, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001459/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001459/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001459/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001459/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_001459/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001459/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001459/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001459/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001459/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79567689139623, 52.3644976828285, 45.0078635029495 ] }, "distance": 10.56, "direction": 118.4, "angle": 76.8, "elevation": 45.01, "pano_id": "TMX7316010203-002091_pano_0000_001459", "timestamp": "2021-04-14T10:16:12.032110Z", "filename": "pano_0000_001459.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 10.55568274, "relative_pitch": 76.80098503009286, "relative_heading": 118.40216835266725, "relative_elevation": 45.0078635029495 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003560/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003560/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003560/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003560/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001890_pano_0000_003560/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003560/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003560/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003560/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003560/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795480521562, 52.3644542158862, 45.0674514016137 ] }, "distance": 10.67, "direction": 202.54, "angle": 76.68, "elevation": 45.07, "pano_id": "TMX7316010203-001890_pano_0000_003560", "timestamp": "2020-08-24T09:12:40.070060Z", "filename": "pano_0000_003560.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 10.672988, "relative_pitch": 76.67653058365944, "relative_heading": 202.54073467350833, "relative_elevation": 45.0674514016137 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000410/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000410/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000410/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000410/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000410/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000410/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000410/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000410/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000410/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79547841894928, 52.3644523367928, 45.0428781704977 ] }, "distance": 10.92, "direction": 202.81, "angle": 76.37, "elevation": 45.04, "pano_id": "TMX7316010203-001307_pano_0000_000410", "timestamp": "2019-07-11T10:31:14.682750Z", "filename": "pano_0000_000410.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 10.92113871, "relative_pitch": 76.37101909693611, "relative_heading": 202.81423624049583, "relative_elevation": 45.0428781704977 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001456/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001456/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001456/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001456/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_001456/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001456/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001456/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001456/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001456/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79546764320594, 52.36445510134, 45.2083394238725 ] }, "distance": 10.95, "direction": 206.98, "angle": 76.38, "elevation": 45.21, "pano_id": "TMX7316010203-002091_pano_0000_001456", "timestamp": "2021-04-14T10:16:10.081910Z", "filename": "pano_0000_001456.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 10.9511573, "relative_pitch": 76.38310861251931, "relative_heading": 206.98193299593603, "relative_elevation": 45.2083394238725 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000012/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000012/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000012/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000012/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000012/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000012/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000012/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000012/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000012/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7956881438932, 52.3644991610603, 44.5408544326201 ] }, "distance": 11.16, "direction": 115.79, "angle": 75.93, "elevation": 44.54, "pano_id": "TMX7316010203-001887_pano_0000_000012", "timestamp": "2020-08-21T08:06:39.385690Z", "filename": "pano_0000_000012.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 11.16330731, "relative_pitch": 75.9297486474023, "relative_heading": 115.78734766384721, "relative_elevation": 44.5408544326201 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00567/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00567/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00567/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00567/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track96_Sphere_00567/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00567/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00567/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00567/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00567/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795680643609836, 52.36449034181207, 0.0 ] }, "distance": 11.19, "direction": 121.46, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track96_Sphere_00567", "timestamp": "2024-10-21T12:48:36Z", "filename": "Job_20241021_0921_Track96_Sphere_00567.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 11.18500467, "relative_pitch": 0.0, "relative_heading": 121.46159658840045, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000189/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000189/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000189/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000189/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000189/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000189/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000189/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000189/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000189/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79538570011827, 52.3645083286195, 45.1175550799817 ] }, "distance": 11.23, "direction": 250.02, "angle": 76.03, "elevation": 45.12, "pano_id": "TMX7316010203-001887_pano_0000_000189", "timestamp": "2020-08-21T08:08:54.700250Z", "filename": "pano_0000_000189.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 11.2263177, "relative_pitch": 76.02720571302179, "relative_heading": 250.0181517265945, "relative_elevation": 45.1175550799817 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002065/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002065/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002065/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002065/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_002065/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002065/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002065/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002065/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002065/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7956893957709, 52.3644973773811, 44.7093480592594 ] }, "distance": 11.33, "direction": 116.5, "angle": 75.78, "elevation": 44.71, "pano_id": "TMX7316010203-000289_pano_0001_002065", "timestamp": "2017-05-09T10:41:28.136010Z", "filename": "pano_0001_002065.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 11.32732119, "relative_pitch": 75.78299888114817, "relative_heading": 116.50367650323014, "relative_elevation": 44.7093480592594 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000413/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000413/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000413/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000413/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000413/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000413/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000413/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000413/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000413/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7956878805485, 52.3644943610364, 44.8416746258736 ] }, "distance": 11.39, "direction": 118.25, "angle": 75.75, "elevation": 44.84, "pano_id": "TMX7316010203-001307_pano_0000_000413", "timestamp": "2019-07-11T10:31:15.612800Z", "filename": "pano_0000_000413.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 11.39000538, "relative_pitch": 75.74799451759321, "relative_heading": 118.24660008164325, "relative_elevation": 44.8416746258736 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000824/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000824/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000824/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000824/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_000824/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000824/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000824/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000824/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000824/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79538277986315, 52.3645083235442, 45.1257511833683 ] }, "distance": 11.41, "direction": 250.36, "angle": 75.81, "elevation": 45.13, "pano_id": "TMX7316010203-002091_pano_0000_000824", "timestamp": "2021-04-14T10:08:39.655940Z", "filename": "pano_0000_000824.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 11.41365906, "relative_pitch": 75.80586088985824, "relative_heading": 250.35673068673458, "relative_elevation": 45.1257511833683 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003563/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003563/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003563/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003563/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001890_pano_0000_003563/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003563/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003563/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003563/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003563/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79569345749845, 52.3644981031478, 44.8735855966806 ] }, "distance": 11.54, "direction": 115.53, "angle": 75.58, "elevation": 44.87, "pano_id": "TMX7316010203-001890_pano_0000_003563", "timestamp": "2020-08-24T09:12:41.884960Z", "filename": "pano_0000_003563.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 11.54054434, "relative_pitch": 75.57728392962602, "relative_heading": 115.53182104903934, "relative_elevation": 44.8735855966806 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002218/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002218/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002218/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002218/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002218/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002218/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002218/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002218/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002218/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7954567983117, 52.3644512628763, 45.0591862006113 ] }, "distance": 11.68, "direction": 209.26, "angle": 75.47, "elevation": 45.06, "pano_id": "TMX7316010203-002506_pano_0000_002218", "timestamp": "2022-04-12T06:25:36.143790Z", "filename": "pano_0000_002218.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 11.67620559, "relative_pitch": 75.47246245584577, "relative_heading": 209.26206380178036, "relative_elevation": 45.0591862006113 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001547/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001547/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001547/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001547/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_001547/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001547/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001547/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001547/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001547/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79545232227749, 52.3644519237437, 45.088862169534 ] }, "distance": 11.76, "direction": 210.73, "angle": 75.38, "elevation": 45.09, "pano_id": "TMX7316010203-000817_pano_0001_001547", "timestamp": "2018-06-29T13:39:31.301430Z", "filename": "pano_0001_001547.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 11.76496464, "relative_pitch": 75.37596988861877, "relative_heading": 210.73268560084256, "relative_elevation": 45.088862169534 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002956/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002956/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002956/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002956/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_002956/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002956/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002956/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002956/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002956/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79545318242444, 52.3644501883839, 44.9555821828544 ] }, "distance": 11.9, "direction": 210.02, "angle": 75.17, "elevation": 44.96, "pano_id": "TMX7316010203-000050_pano_0000_002956", "timestamp": "2016-08-08T08:34:44.351560Z", "filename": "pano_0000_002956.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 11.90193745, "relative_pitch": 75.17122086434834, "relative_heading": 210.01516873029857, "relative_elevation": 44.9555821828544 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002155/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002155/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002155/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002155/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002155/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002155/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002155/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002155/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002155/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79570970756894, 52.3645697567445, 44.8203195091337 ] }, "distance": 11.9, "direction": 75.41, "angle": 75.13, "elevation": 44.82, "pano_id": "TMX7316010203-002506_pano_0000_002155", "timestamp": "2022-04-12T06:24:54.549110Z", "filename": "pano_0000_002155.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 11.90445386, "relative_pitch": 75.12544464216487, "relative_heading": 75.40825935472472, "relative_elevation": 44.8203195091337 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000512/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000512/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000512/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000512/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002073_pano_0000_000512/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000512/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000512/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000512/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000512/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7957021748118, 52.364499394146, 44.8788275485858 ] }, "distance": 12.02, "direction": 113.69, "angle": 75.01, "elevation": 44.88, "pano_id": "TMX7316010203-002073_pano_0000_000512", "timestamp": "2021-03-31T09:05:34.686170Z", "filename": "pano_0000_000512.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 12.02063664, "relative_pitch": 75.00549013053458, "relative_heading": 113.69371366518692, "relative_elevation": 44.8788275485858 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000710/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000710/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000710/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000710/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000710/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000710/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000710/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000710/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000710/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79537574907497, 52.3645035959418, 44.9432974820957 ] }, "distance": 12.05, "direction": 248.77, "angle": 75.0, "elevation": 44.94, "pano_id": "TMX7316010203-001307_pano_0000_000710", "timestamp": "2019-07-11T10:34:08.391880Z", "filename": "pano_0000_000710.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 12.04620257, "relative_pitch": 74.99562018208961, "relative_heading": 248.76578767725286, "relative_elevation": 44.9432974820957 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000577/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000577/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000577/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000577/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002227_pano_0000_000577/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000577/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000577/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000577/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000577/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79571225412139, 52.3645734996802, 44.8528268616647 ] }, "distance": 12.18, "direction": 73.72, "angle": 74.8, "elevation": 44.85, "pano_id": "TMX7316010203-002227_pano_0000_000577", "timestamp": "2021-07-09T10:44:09.167730Z", "filename": "pano_0000_000577.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 12.18255391, "relative_pitch": 74.80438905789259, "relative_heading": 73.71791920730846, "relative_elevation": 44.8528268616647 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000654/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000654/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000654/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000654/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002220_pano_0007_000654/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000654/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000654/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000654/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000654/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79545375253786, 52.3644458709928, 45.1740450384095 ] }, "distance": 12.3, "direction": 208.74, "angle": 74.77, "elevation": 45.17, "pano_id": "TMX7316010203-002220_pano_0007_000654", "timestamp": "2021-07-07T11:50:29.030850Z", "filename": "pano_0007_000654.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 12.30154933, "relative_pitch": 74.766894245298, "relative_heading": 208.73913835786576, "relative_elevation": 45.1740450384095 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001548/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001548/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001548/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001548/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000020_pano_0008_001548/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001548/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001548/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001548/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001548/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79571332932918, 52.3645757723745, 44.7890543695539 ] }, "distance": 12.33, "direction": 72.68, "angle": 74.61, "elevation": 44.79, "pano_id": "TMX7316060226-000020_pano_0008_001548", "timestamp": "2016-08-15T09:53:19.797940Z", "filename": "pano_0008_001548.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 12.32576347, "relative_pitch": 74.61331496608288, "relative_heading": 72.68490432995796, "relative_elevation": 44.7890543695539 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000009/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000009/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000009/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000009/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000009/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000009/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000009/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000009/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000009/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795445761421, 52.3644463311078, 45.1099034063518 ] }, "distance": 12.53, "direction": 211.04, "angle": 74.48, "elevation": 45.11, "pano_id": "TMX7316010203-001887_pano_0000_000009", "timestamp": "2020-08-21T08:06:37.910690Z", "filename": "pano_0000_000009.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 12.52844814, "relative_pitch": 74.47834236016814, "relative_heading": 211.035116331427, "relative_elevation": 45.1099034063518 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001553/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001553/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001553/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001553/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000020_pano_0008_001553/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001553/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001553/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001553/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001553/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7953630310474, 52.364507345011, 45.0295304004103 ] }, "distance": 12.72, "direction": 251.93, "angle": 74.22, "elevation": 45.03, "pano_id": "TMX7316060226-000020_pano_0008_001553", "timestamp": "2016-08-15T09:53:22.182980Z", "filename": "pano_0008_001553.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 12.72204472, "relative_pitch": 74.22359721124559, "relative_heading": 251.93178121069806, "relative_elevation": 45.0295304004103 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00533/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00533/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00533/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00533/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-48-50_00533/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00533/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00533/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00533/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00533/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795441735149597, 52.364443435937154, 0.0 ] }, "distance": 12.95, "direction": 211.34, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-48-50_00533", "timestamp": "2025-06-17T12:52:58Z", "filename": "recording_2025-06-17_12-48-50_00533.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 12.9460741, "relative_pitch": 0.0, "relative_heading": 211.34010454065915, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002160/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002160/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002160/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002160/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002160/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002160/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002160/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002160/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002160/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79536248364464, 52.3645003848123, 45.1091575259343 ] }, "distance": 13.02, "direction": 248.74, "angle": 73.9, "elevation": 45.11, "pano_id": "TMX7316010203-002506_pano_0000_002160", "timestamp": "2022-04-12T06:24:56.129110Z", "filename": "pano_0000_002160.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.01789326, "relative_pitch": 73.90257483843418, "relative_heading": 248.7403541987117, "relative_elevation": 45.1091575259343 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000705/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000705/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000705/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000705/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000705/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000705/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000705/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000705/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000705/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79572790965683, 52.364570898063, 44.6660685213283 ] }, "distance": 13.14, "direction": 76.23, "angle": 73.61, "elevation": 44.67, "pano_id": "TMX7316010203-001307_pano_0000_000705", "timestamp": "2019-07-11T10:34:06.586860Z", "filename": "pano_0000_000705.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.13772582, "relative_pitch": 73.6096959878019, "relative_heading": 76.23456472699851, "relative_elevation": 44.6660685213283 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00537/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00537/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00537/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00537/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-48-50_00537/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00537/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00537/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00537/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00537/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795720290034068, 52.36449984226527, 0.0 ] }, "distance": 13.14, "direction": 111.33, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-48-50_00537", "timestamp": "2025-06-17T12:53:00Z", "filename": "recording_2025-06-17_12-48-50_00537.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.14173075, "relative_pitch": 0.0, "relative_heading": 111.33202794408254, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000582/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000582/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000582/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000582/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002227_pano_0000_000582/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000582/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000582/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000582/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000582/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79535895109352, 52.3645028770519, 45.116858384572 ] }, "distance": 13.15, "direction": 250.25, "angle": 73.75, "elevation": 45.12, "pano_id": "TMX7316010203-002227_pano_0000_000582", "timestamp": "2021-07-09T10:44:11.117730Z", "filename": "pano_0000_000582.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.14614039, "relative_pitch": 73.75494502302122, "relative_heading": 250.2472268437686, "relative_elevation": 45.116858384572 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001551/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001551/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001551/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001551/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_001551/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001551/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001551/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001551/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001551/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79572669536044, 52.3645080700235, 44.8576880916953 ] }, "distance": 13.25, "direction": 106.95, "angle": 73.54, "elevation": 44.86, "pano_id": "TMX7316010203-000817_pano_0001_001551", "timestamp": "2018-06-29T13:39:32.931440Z", "filename": "pano_0001_001551.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.2537679, "relative_pitch": 73.5395622208797, "relative_heading": 106.95492629566891, "relative_elevation": 44.8576880916953 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00568/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00568/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00568/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00568/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track96_Sphere_00568/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00568/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00568/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00568/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00568/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795721420397427, 52.364498751402955, 0.0 ] }, "distance": 13.26, "direction": 111.7, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track96_Sphere_00568", "timestamp": "2024-10-21T12:48:36Z", "filename": "Job_20241021_0921_Track96_Sphere_00568.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.25788391, "relative_pitch": 0.0, "relative_heading": 111.69962129302003, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00890/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00890/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00890/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00890/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_05-37-20_00890/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00890/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00890/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00890/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00890/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795687790434963, 52.36462272268299, 0.0 ] }, "distance": 13.4, "direction": 48.43, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_05-37-20_00890", "timestamp": "2025-07-17T05:50:04Z", "filename": "recording_2025-07-17_05-37-20_00890.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.40273252, "relative_pitch": 0.0, "relative_heading": 48.431978156427824, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000184/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000184/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000184/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000184/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000184/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000184/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000184/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000184/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000184/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79573061184504, 52.3645764788144, 44.8505417043343 ] }, "distance": 13.48, "direction": 73.86, "angle": 73.28, "elevation": 44.85, "pano_id": "TMX7316010203-001887_pano_0000_000184", "timestamp": "2020-08-21T08:08:52.825310Z", "filename": "pano_0000_000184.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.47588512, "relative_pitch": 73.27647191173439, "relative_heading": 73.85563634766937, "relative_elevation": 44.8505417043343 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00561/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00561/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00561/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00561/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track96_Sphere_00561/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00561/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00561/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00561/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00561/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79542947983836, 52.36443983348772, 0.0 ] }, "distance": 13.73, "direction": 213.45, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track96_Sphere_00561", "timestamp": "2024-10-21T12:48:34Z", "filename": "Job_20241021_0921_Track96_Sphere_00561.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.73192051, "relative_pitch": 0.0, "relative_heading": 213.4456693093418, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00895/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00895/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00895/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00895/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_05-37-20_00895/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00895/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00895/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00895/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00895/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795338837575492, 52.3645507390332, 0.0 ] }, "distance": 13.77, "direction": 273.68, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_05-37-20_00895", "timestamp": "2025-07-17T05:50:07Z", "filename": "recording_2025-07-17_05-37-20_00895.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.77104364, "relative_pitch": 0.0, "relative_heading": 273.6759597809647, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000508/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000508/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000508/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000508/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002073_pano_0000_000508/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000508/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000508/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000508/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000508/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79542204794695, 52.3644425029862, 45.1413387302309 ] }, "distance": 13.78, "direction": 215.88, "angle": 73.03, "elevation": 45.14, "pano_id": "TMX7316010203-002073_pano_0000_000508", "timestamp": "2021-03-31T09:05:33.216200Z", "filename": "pano_0000_000508.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.7755558, "relative_pitch": 73.02964626887922, "relative_heading": 215.8842892049783, "relative_elevation": 45.1413387302309 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000658/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000658/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000658/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000658/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002220_pano_0007_000658/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000658/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000658/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000658/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000658/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79573456993433, 52.3645048180376, 44.9364451281726 ] }, "distance": 13.87, "direction": 107.74, "angle": 72.84, "elevation": 44.94, "pano_id": "TMX7316010203-002220_pano_0007_000658", "timestamp": "2021-07-07T11:50:30.640690Z", "filename": "pano_0007_000658.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.87368291, "relative_pitch": 72.84244484953444, "relative_heading": 107.73840048792404, "relative_elevation": 44.9364451281726 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002222/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002222/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002222/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002222/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002222/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002222/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002222/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002222/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002222/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79573701252014, 52.3645075923954, 44.8336684908718 ] }, "distance": 13.94, "direction": 106.32, "angle": 72.73, "elevation": 44.83, "pano_id": "TMX7316010203-002506_pano_0000_002222", "timestamp": "2022-04-12T06:25:37.443780Z", "filename": "pano_0000_002222.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.94236353, "relative_pitch": 72.72536352844031, "relative_heading": 106.32159376915564, "relative_elevation": 44.8336684908718 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000819/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000819/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000819/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000819/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_000819/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000819/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000819/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000819/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000819/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79573684921787, 52.364578578082, 44.871130393818 ] }, "distance": 13.95, "direction": 73.42, "angle": 72.73, "elevation": 44.87, "pano_id": "TMX7316010203-002091_pano_0000_000819", "timestamp": "2021-04-14T10:08:37.776000Z", "filename": "pano_0000_000819.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.94936851, "relative_pitch": 72.73077175451766, "relative_heading": 73.41925364340014, "relative_elevation": 44.871130393818 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002960/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002960/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002960/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002960/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_002960/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002960/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002960/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002960/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002960/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79573041811174, 52.3644951587096, 44.767504202202 ] }, "distance": 13.98, "direction": 112.29, "angle": 72.66, "elevation": 44.77, "pano_id": "TMX7316010203-000050_pano_0000_002960", "timestamp": "2016-08-08T08:34:46.826590Z", "filename": "pano_0000_002960.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 13.97592707, "relative_pitch": 72.66220498721128, "relative_heading": 112.29335057137595, "relative_elevation": 44.767504202202 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002155/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002155/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002155/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002155/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_002155/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002155/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002155/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002155/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002155/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79573930046284, 52.3645782324399, 44.7691980013624 ] }, "distance": 14.1, "direction": 73.76, "angle": 72.52, "elevation": 44.77, "pano_id": "TMX7316010203-000289_pano_0001_002155", "timestamp": "2017-05-09T10:43:43.410000Z", "filename": "pano_0001_002155.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 14.09867907, "relative_pitch": 72.51978548221726, "relative_heading": 73.76269933770566, "relative_elevation": 44.7691980013624 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003559/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003559/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003559/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003559/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001890_pano_0000_003559/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003559/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003559/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003559/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003559/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79541004411195, 52.364439761289, 45.1392840696499 ] }, "distance": 14.51, "direction": 217.79, "angle": 72.18, "elevation": 45.14, "pano_id": "TMX7316010203-001890_pano_0000_003559", "timestamp": "2020-08-24T09:12:39.600080Z", "filename": "pano_0000_003559.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 14.51008335, "relative_pitch": 72.17992871074874, "relative_heading": 217.794509536683, "relative_elevation": 45.1392840696499 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002063/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002063/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002063/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002063/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_002063/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002063/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002063/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002063/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002063/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79541051035798, 52.3644394068144, 44.9836910078302 ] }, "distance": 14.52, "direction": 217.6, "angle": 72.11, "elevation": 44.98, "pano_id": "TMX7316010203-000289_pano_0001_002063", "timestamp": "2017-05-09T10:41:26.796100Z", "filename": "pano_0001_002063.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 14.52187251, "relative_pitch": 72.10860899287462, "relative_heading": 217.6001162238972, "relative_elevation": 44.9836910078302 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00579/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00579/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00579/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00579/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-33-25_00579/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00579/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00579/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00579/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00579/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795744218770579, 52.36458153497195, 0.0 ] }, "distance": 14.53, "direction": 72.74, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-33-25_00579", "timestamp": "2025-06-17T12:41:47Z", "filename": "recording_2025-06-17_12-33-25_00579.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 14.52541063, "relative_pitch": 0.0, "relative_heading": 72.74042187093704, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001648/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001648/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001648/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001648/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_001648/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001648/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001648/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001648/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001648/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79574614994235, 52.3645818070555, 44.7927486328408 ] }, "distance": 14.66, "direction": 72.78, "angle": 71.88, "elevation": 44.79, "pano_id": "TMX7316010203-000050_pano_0000_001648", "timestamp": "2016-08-08T07:57:52.364240Z", "filename": "pano_0000_001648.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 14.66002234, "relative_pitch": 71.87747271529851, "relative_heading": 72.77996510039405, "relative_elevation": 44.7927486328408 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002229/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002229/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002229/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002229/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_002229/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002229/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002229/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002229/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002229/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7957475644189, 52.3645804595848, 44.9660115968436 ] }, "distance": 14.71, "direction": 73.45, "angle": 71.89, "elevation": 44.97, "pano_id": "TMX7316010203-000817_pano_0001_002229", "timestamp": "2018-06-29T13:48:31.824550Z", "filename": "pano_0001_002229.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 14.70867062, "relative_pitch": 71.88674754650064, "relative_heading": 73.44897967421313, "relative_elevation": 44.9660115968436 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000409/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000409/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000409/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000409/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000409/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000409/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000409/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000409/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000409/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79540770328961, 52.3644383703543, 45.1186765404418 ] }, "distance": 14.73, "direction": 217.92, "angle": 71.92, "elevation": 45.12, "pano_id": "TMX7316010203-001307_pano_0000_000409", "timestamp": "2019-07-11T10:31:14.367740Z", "filename": "pano_0000_000409.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 14.73014033, "relative_pitch": 71.91941059099015, "relative_heading": 217.91568241534338, "relative_elevation": 45.1186765404418 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001455/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001455/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001455/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001455/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_001455/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001455/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001455/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001455/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001455/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79539818500707, 52.3644407218586, 45.2748753251508 ] }, "distance": 14.94, "direction": 220.5, "angle": 71.74, "elevation": 45.27, "pano_id": "TMX7316010203-002091_pano_0000_001455", "timestamp": "2021-04-14T10:16:09.581910Z", "filename": "pano_0000_001455.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 14.93727445, "relative_pitch": 71.7410295931751, "relative_heading": 220.49535486575928, "relative_elevation": 45.2748753251508 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00561/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00561/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00561/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00561/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track01_Sphere_00561/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00561/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00561/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00561/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00561/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795749746163064, 52.364584312850106, 0.0 ] }, "distance": 14.98, "direction": 72.04, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track01_Sphere_00561", "timestamp": "2024-09-18T07:36:21Z", "filename": "Job_20240918_0854_Track01_Sphere_00561.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 14.9778104, "relative_pitch": 0.0, "relative_heading": 72.03854268223586, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00567/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00567/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00567/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00567/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track01_Sphere_00567/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00567/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00567/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00567/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00567/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795330253947698, 52.364500822887784, 0.0 ] }, "distance": 15.07, "direction": 251.94, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track01_Sphere_00567", "timestamp": "2024-09-18T07:36:24Z", "filename": "Job_20240918_0854_Track01_Sphere_00567.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 15.06977021, "relative_pitch": 0.0, "relative_heading": 251.9414053173394, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001460/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001460/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001460/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001460/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_001460/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001460/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001460/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001460/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001460/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7957495104493, 52.3644948426682, 45.0541923884302 ] }, "distance": 15.2, "direction": 110.56, "angle": 71.36, "elevation": 45.05, "pano_id": "TMX7316010203-002091_pano_0000_001460", "timestamp": "2021-04-14T10:16:13.156910Z", "filename": "pano_0000_001460.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 15.19959041, "relative_pitch": 71.35753931881364, "relative_heading": 110.55597320444244, "relative_elevation": 45.0541923884302 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002158/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002158/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002158/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002158/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_002158/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002158/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002158/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002158/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002158/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79532916672863, 52.3644969899233, 45.03398485668 ] }, "distance": 15.28, "direction": 250.51, "angle": 71.26, "elevation": 45.03, "pano_id": "TMX7316010203-000289_pano_0001_002158", "timestamp": "2017-05-09T10:43:45.189980Z", "filename": "pano_0001_002158.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 15.2771871, "relative_pitch": 71.26117036589218, "relative_heading": 250.50656446418316, "relative_elevation": 45.03398485668 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000414/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000414/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000414/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000414/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000414/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000414/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000414/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000414/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000414/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79575829794653, 52.3645086445838, 44.8459843834862 ] }, "distance": 15.31, "direction": 104.38, "angle": 71.15, "elevation": 44.85, "pano_id": "TMX7316010203-001307_pano_0000_000414", "timestamp": "2019-07-11T10:31:15.922970Z", "filename": "pano_0000_000414.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 15.30979148, "relative_pitch": 71.15081340246525, "relative_heading": 104.37575382324492, "relative_elevation": 44.8459843834862 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002235/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002235/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002235/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002235/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_002235/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002235/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002235/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002235/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002235/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79532808209243, 52.3644962510646, 45.2505680238828 ] }, "distance": 15.37, "direction": 250.31, "angle": 71.23, "elevation": 45.25, "pano_id": "TMX7316010203-000817_pano_0001_002235", "timestamp": "2018-06-29T13:48:34.114540Z", "filename": "pano_0001_002235.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 15.37436254, "relative_pitch": 71.23426022831711, "relative_heading": 250.30961501437505, "relative_elevation": 45.2505680238828 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001654/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001654/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001654/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001654/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_001654/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001654/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001654/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001654/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001654/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79532586070162, 52.3644990880226, 45.0622182562947 ] }, "distance": 15.41, "direction": 251.6, "angle": 71.12, "elevation": 45.06, "pano_id": "TMX7316010203-000050_pano_0000_001654", "timestamp": "2016-08-08T07:57:54.199280Z", "filename": "pano_0000_001654.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 15.41440096, "relative_pitch": 71.11575786152521, "relative_heading": 251.60401936684937, "relative_elevation": 45.0622182562947 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00585/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00585/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00585/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00585/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-33-25_00585/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00585/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00585/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00585/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00585/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79532551827915, 52.36449812983829, 0.0 ] }, "distance": 15.47, "direction": 251.26, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-33-25_00585", "timestamp": "2025-06-17T12:41:49Z", "filename": "recording_2025-06-17_12-33-25_00585.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 15.47046691, "relative_pitch": 0.0, "relative_heading": 251.25658101726805, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003564/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003564/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003564/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003564/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001890_pano_0000_003564/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003564/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003564/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003564/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003564/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79576474896895, 52.3645128947008, 44.8690615352243 ] }, "distance": 15.63, "direction": 102.3, "angle": 70.8, "elevation": 44.87, "pano_id": "TMX7316010203-001890_pano_0000_003564", "timestamp": "2020-08-24T09:12:42.504960Z", "filename": "pano_0000_003564.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 15.62834447, "relative_pitch": 70.79626000838242, "relative_heading": 102.29576943601516, "relative_elevation": 44.8690615352243 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000013/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000013/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000013/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000013/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000013/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000013/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000013/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000013/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000013/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7957679977594, 52.3645163454973, 44.5090680662543 ] }, "distance": 15.77, "direction": 100.76, "angle": 70.49, "elevation": 44.51, "pano_id": "TMX7316010203-001887_pano_0000_000013", "timestamp": "2020-08-21T08:06:39.860630Z", "filename": "pano_0000_000013.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 15.76845374, "relative_pitch": 70.4920322622366, "relative_heading": 100.76110896810782, "relative_elevation": 44.5090680662543 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002217/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002217/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002217/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002217/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002217/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002217/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002217/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002217/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002217/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79538607796484, 52.3644371709315, 45.1219913158566 ] }, "distance": 15.78, "direction": 221.84, "angle": 70.73, "elevation": 45.12, "pano_id": "TMX7316010203-002506_pano_0000_002217", "timestamp": "2022-04-12T06:25:35.813810Z", "filename": "pano_0000_002217.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 15.77766484, "relative_pitch": 70.72696021948228, "relative_heading": 221.84120665962672, "relative_elevation": 45.1219913158566 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001546/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001546/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001546/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001546/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_001546/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001546/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001546/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001546/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001546/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79538347702754, 52.3644377485142, 45.1483795037493 ] }, "distance": 15.85, "direction": 222.47, "angle": 70.66, "elevation": 45.15, "pano_id": "TMX7316010203-000817_pano_0001_001546", "timestamp": "2018-06-29T13:39:30.886330Z", "filename": "pano_0001_001546.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 15.84893472, "relative_pitch": 70.65683251734133, "relative_heading": 222.4733807498685, "relative_elevation": 45.1483795037493 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002955/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002955/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002955/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002955/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_002955/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002955/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002955/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002955/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002955/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79538394993897, 52.3644361341256, 45.0147898448631 ] }, "distance": 15.96, "direction": 221.95, "angle": 70.48, "elevation": 45.01, "pano_id": "TMX7316010203-000050_pano_0000_002955", "timestamp": "2016-08-08T08:34:43.921550Z", "filename": "pano_0000_002955.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 15.9603425, "relative_pitch": 70.47764403264222, "relative_heading": 221.9526174723462, "relative_elevation": 45.0147898448631 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000075/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000075/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000075/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000075/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002650_pano_0000_000075/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002650_pano_0000_000075/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002650_pano_0000_000075/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000075/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000075/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79558494249581, 52.364400513423, 45.5695894947276 ] }, "distance": 16.12, "direction": 169.2, "angle": 70.52, "elevation": 45.57, "pano_id": "TMX7316010203-002650_pano_0000_000075", "timestamp": "2022-06-29T11:32:32.679400Z", "filename": "pano_0000_000075.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 16.11910175, "relative_pitch": 70.52004128767041, "relative_heading": 169.19551871064496, "relative_elevation": 45.5695894947276 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000190/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000190/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000190/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000190/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000190/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000190/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000190/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000190/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000190/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79531709111283, 52.3644949077291, 45.1489117238671 ] }, "distance": 16.13, "direction": 250.71, "angle": 70.34, "elevation": 45.15, "pano_id": "TMX7316010203-001887_pano_0000_000190", "timestamp": "2020-08-21T08:08:55.075210Z", "filename": "pano_0000_000190.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 16.13002712, "relative_pitch": 70.34008079105747, "relative_heading": 250.70577360728623, "relative_elevation": 45.1489117238671 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000513/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000513/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000513/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000513/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002073_pano_0000_000513/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000513/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000513/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000513/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000513/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79577271018209, 52.3645134911433, 44.8762155240402 ] }, "distance": 16.15, "direction": 101.66, "angle": 70.21, "elevation": 44.88, "pano_id": "TMX7316010203-002073_pano_0000_000513", "timestamp": "2021-03-31T09:05:35.051450Z", "filename": "pano_0000_000513.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 16.14508578, "relative_pitch": 70.21282483144644, "relative_heading": 101.65577529466866, "relative_elevation": 44.8762155240402 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00560/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00560/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00560/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00560/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track96_Sphere_00560/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00560/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00560/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00560/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00560/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795387805112034, 52.36443160805042, 0.0 ] }, "distance": 16.17, "direction": 220.07, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track96_Sphere_00560", "timestamp": "2024-10-21T12:48:34Z", "filename": "Job_20241021_0921_Track96_Sphere_00560.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 16.16809198, "relative_pitch": 0.0, "relative_heading": 220.0670317130286, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000076/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000076/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000076/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000076/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002650_pano_0000_000076/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002650_pano_0000_000076/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002650_pano_0000_000076/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000076/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000076/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79565399042322, 52.3644140827842, 45.5217556031421 ] }, "distance": 16.27, "direction": 151.66, "angle": 70.33, "elevation": 45.52, "pano_id": "TMX7316010203-002650_pano_0000_000076", "timestamp": "2022-06-29T11:32:34.159390Z", "filename": "pano_0000_000076.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 16.27384843, "relative_pitch": 70.32822999842845, "relative_heading": 151.66045067519934, "relative_elevation": 45.5217556031421 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000653/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000653/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000653/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000653/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002220_pano_0007_000653/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000653/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000653/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000653/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000653/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79538294209827, 52.3644317607045, 45.2349918019027 ] }, "distance": 16.37, "direction": 220.99, "angle": 70.1, "elevation": 45.23, "pano_id": "TMX7316010203-002220_pano_0007_000653", "timestamp": "2021-07-07T11:50:28.620680Z", "filename": "pano_0007_000653.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 16.37045655, "relative_pitch": 70.10490732244669, "relative_heading": 220.99262479985057, "relative_elevation": 45.2349918019027 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000825/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000825/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000825/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000825/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_000825/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000825/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000825/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000825/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000825/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79531228890523, 52.3644941854711, 45.1571526182815 ] }, "distance": 16.47, "direction": 250.82, "angle": 69.97, "elevation": 45.16, "pano_id": "TMX7316010203-002091_pano_0000_000825", "timestamp": "2021-04-14T10:08:40.036080Z", "filename": "pano_0000_000825.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 16.46536173, "relative_pitch": 69.96695296134526, "relative_heading": 250.8179383383391, "relative_elevation": 45.1571526182815 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002154/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002154/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002154/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002154/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002154/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002154/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002154/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002154/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002154/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79577881069947, 52.364583933132, 44.8265545293689 ] }, "distance": 16.86, "direction": 74.25, "angle": 69.39, "elevation": 44.83, "pano_id": "TMX7316010203-002506_pano_0000_002154", "timestamp": "2022-04-12T06:24:54.234100Z", "filename": "pano_0000_002154.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 16.86069351, "relative_pitch": 69.38712249216341, "relative_heading": 74.25037586051981, "relative_elevation": 44.8265545293689 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000711/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000711/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000711/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000711/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000711/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000711/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000711/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000711/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000711/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79530630709158, 52.364489206876, 44.9701400892809 ] }, "distance": 17.04, "direction": 249.51, "angle": 69.25, "elevation": 44.97, "pano_id": "TMX7316010203-001307_pano_0000_000711", "timestamp": "2019-07-11T10:34:08.761870Z", "filename": "pano_0000_000711.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 17.03668827, "relative_pitch": 69.25108487910079, "relative_heading": 249.5084230284053, "relative_elevation": 44.9701400892809 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00532/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00532/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00532/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00532/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-48-50_00532/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00532/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00532/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00532/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00532/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79537205330631, 52.36442927336904, 0.0 ] }, "distance": 17.07, "direction": 222.26, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-48-50_00532", "timestamp": "2025-06-17T12:52:58Z", "filename": "recording_2025-06-17_12-48-50_00532.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 17.07010577, "relative_pitch": 0.0, "relative_heading": 222.2624997255255, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000576/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000576/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000576/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000576/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002227_pano_0000_000576/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000576/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000576/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000576/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000576/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79578241087916, 52.3645874632689, 44.8659722525626 ] }, "distance": 17.21, "direction": 73.21, "angle": 69.02, "elevation": 44.87, "pano_id": "TMX7316010203-002227_pano_0000_000576", "timestamp": "2021-07-09T10:44:08.777740Z", "filename": "pano_0000_000576.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 17.20616789, "relative_pitch": 69.01810600165851, "relative_heading": 73.21303535596381, "relative_elevation": 44.8659722525626 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241024_1307_Track21_Sphere_00001/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241024_1307_Track21_Sphere_00001/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241024_1307_Track21_Sphere_00001/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241024_1307_Track21_Sphere_00001/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241024_1307_Track21_Sphere_00001/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241024_1307_Track21_Sphere_00001/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241024_1307_Track21_Sphere_00001/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241024_1307_Track21_Sphere_00001/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241024_1307_Track21_Sphere_00001/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79574308338009, 52.36444975036869, 0.0 ] }, "distance": 17.25, "direction": 126.89, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241024_1307_Track21_Sphere_00001", "timestamp": "2024-10-24T12:20:23Z", "filename": "Job_20241024_1307_Track21_Sphere_00001.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 17.24794763, "relative_pitch": 0.0, "relative_heading": 126.8938184884003, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00538/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00538/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00538/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00538/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-48-50_00538/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00538/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-48-50_00538/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00538/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-48-50_00538/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795789988338503, 52.364513887868384, 0.0 ] }, "distance": 17.29, "direction": 100.72, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-48-50_00538", "timestamp": "2025-06-17T12:53:00Z", "filename": "recording_2025-06-17_12-48-50_00538.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 17.291147, "relative_pitch": 0.0, "relative_heading": 100.72453872133293, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001547/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001547/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001547/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001547/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000020_pano_0008_001547/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001547/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001547/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001547/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001547/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79578288147814, 52.3645899894369, 44.7956899283454 ] }, "distance": 17.32, "direction": 72.35, "angle": 68.86, "elevation": 44.8, "pano_id": "TMX7316060226-000020_pano_0008_001547", "timestamp": "2016-08-15T09:53:19.323000Z", "filename": "pano_0008_001547.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 17.31999192, "relative_pitch": 68.86129699543099, "relative_heading": 72.35336560533221, "relative_elevation": 44.7956899283454 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000074/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000074/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000074/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000074/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002650_pano_0000_000074/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002650_pano_0000_000074/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002650_pano_0000_000074/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000074/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000074/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79551565039322, 52.3643870831096, 45.6580353947356 ] }, "distance": 17.41, "direction": 185.6, "angle": 69.13, "elevation": 45.66, "pano_id": "TMX7316010203-002650_pano_0000_000074", "timestamp": "2022-06-29T11:32:31.314360Z", "filename": "pano_0000_000074.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 17.41084184, "relative_pitch": 69.12658109821287, "relative_heading": 185.59818188600147, "relative_elevation": 45.6580353947356 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001552/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001552/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001552/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001552/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_001552/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001552/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001552/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001552/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001552/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579550658421, 52.364521671531, 44.8491393933073 ] }, "distance": 17.52, "direction": 97.71, "angle": 68.66, "elevation": 44.85, "pano_id": "TMX7316010203-000817_pano_0001_001552", "timestamp": "2018-06-29T13:39:33.336380Z", "filename": "pano_0001_001552.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 17.52351671, "relative_pitch": 68.65835078758474, "relative_heading": 97.71198798007148, "relative_elevation": 44.8491393933073 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000077/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000077/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000077/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000077/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002650_pano_0000_000077/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002650_pano_0000_000077/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002650_pano_0000_000077/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000077/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000077/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79572052622331, 52.3644300950435, 45.5536894118413 ] }, "distance": 17.54, "direction": 135.66, "angle": 68.94, "elevation": 45.55, "pano_id": "TMX7316010203-002650_pano_0000_000077", "timestamp": "2022-06-29T11:32:35.699350Z", "filename": "pano_0000_000077.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 17.53678969, "relative_pitch": 68.94480687791138, "relative_heading": 135.65656521716932, "relative_elevation": 45.5536894118413 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000008/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000008/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000008/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000008/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000008/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000008/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000008/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000008/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000008/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79536237805737, 52.3644275251055, 45.2266337880865 ] }, "distance": 17.66, "direction": 223.42, "angle": 68.67, "elevation": 45.23, "pano_id": "TMX7316010203-001887_pano_0000_000008", "timestamp": "2020-08-21T08:06:37.385690Z", "filename": "pano_0000_000008.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 17.66092473, "relative_pitch": 68.66943807320808, "relative_heading": 223.42052551489422, "relative_elevation": 45.2266337880865 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001554/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001554/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001554/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001554/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000020_pano_0008_001554/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001554/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000020_pano_0008_001554/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001554/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000020/pano_0008_001554/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79529293611296, 52.3644934465529, 45.0562818385661 ] }, "distance": 17.74, "direction": 251.97, "angle": 68.51, "elevation": 45.06, "pano_id": "TMX7316060226-000020_pano_0008_001554", "timestamp": "2016-08-15T09:53:22.667960Z", "filename": "pano_0008_001554.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 17.74103584, "relative_pitch": 68.50782249453715, "relative_heading": 251.9661191809194, "relative_elevation": 45.0562818385661 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002161/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002161/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002161/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002161/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002161/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002161/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002161/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002161/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002161/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79529241064494, 52.3644865149552, 45.1289462838322 ] }, "distance": 18.03, "direction": 249.67, "angle": 68.22, "elevation": 45.13, "pano_id": "TMX7316010203-002506_pano_0000_002161", "timestamp": "2022-04-12T06:24:56.449110Z", "filename": "pano_0000_002161.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.02833188, "relative_pitch": 68.22403810250854, "relative_heading": 249.66985489402, "relative_elevation": 45.1289462838322 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00889/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00889/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00889/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00889/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_05-37-20_00889/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00889/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00889/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00889/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00889/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795756475763581, 52.364637877728946, 0.0 ] }, "distance": 18.12, "direction": 54.27, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_05-37-20_00889", "timestamp": "2025-07-17T05:50:04Z", "filename": "recording_2025-07-17_05-37-20_00889.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.11610868, "relative_pitch": 0.0, "relative_heading": 54.269957037493505, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track83_Sphere_00001/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track83_Sphere_00001/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track83_Sphere_00001/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track83_Sphere_00001/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241212_0916_Track83_Sphere_00001/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241212_0916_Track83_Sphere_00001/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241212_0916_Track83_Sphere_00001/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track83_Sphere_00001/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track83_Sphere_00001/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795806615078004, 52.364547513350466, 0.0 ] }, "distance": 18.13, "direction": 88.34, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241212_0916_Track83_Sphere_00001", "timestamp": "2024-12-12T12:20:36Z", "filename": "Job_20241212_0916_Track83_Sphere_00001.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.12927959, "relative_pitch": 0.0, "relative_heading": 88.34375186163962, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000507/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000507/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000507/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000507/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002073_pano_0000_000507/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000507/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000507/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000507/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000507/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79535127371674, 52.3644282028441, 45.1804212862626 ] }, "distance": 18.14, "direction": 225.32, "angle": 68.13, "elevation": 45.18, "pano_id": "TMX7316010203-002073_pano_0000_000507", "timestamp": "2021-03-31T09:05:32.841250Z", "filename": "pano_0000_000507.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.13603687, "relative_pitch": 68.12880131087158, "relative_heading": 225.32033661643808, "relative_elevation": 45.1804212862626 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000704/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000704/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000704/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000704/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000704/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000704/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000704/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000704/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000704/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579874351383, 52.3645846393303, 44.6677341479808 ] }, "distance": 18.19, "direction": 75.17, "angle": 67.84, "elevation": 44.67, "pano_id": "TMX7316010203-001307_pano_0000_000704", "timestamp": "2019-07-11T10:34:06.231890Z", "filename": "pano_0000_000704.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.19120418, "relative_pitch": 67.84109307805359, "relative_heading": 75.17299767965149, "relative_elevation": 44.6677341479808 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000583/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000583/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000583/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000583/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002227_pano_0000_000583/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000583/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002227_pano_0000_000583/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000583/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/09/TMX7316010203-002227/pano_0000_000583/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7952884109024, 52.3644885825492, 45.1415285440162 ] }, "distance": 18.21, "direction": 250.65, "angle": 68.03, "elevation": 45.14, "pano_id": "TMX7316010203-002227_pano_0000_000583", "timestamp": "2021-07-09T10:44:11.507710Z", "filename": "pano_0000_000583.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.20652935, "relative_pitch": 68.0347415437315, "relative_heading": 250.64672330458535, "relative_elevation": 45.1415285440162 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000659/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000659/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000659/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000659/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002220_pano_0007_000659/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000659/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000659/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000659/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000659/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79580514605374, 52.3645195374029, 44.9262929474935 ] }, "distance": 18.21, "direction": 98.18, "angle": 67.94, "elevation": 44.93, "pano_id": "TMX7316010203-002220_pano_0007_000659", "timestamp": "2021-07-07T11:50:31.040800Z", "filename": "pano_0007_000659.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.20666965, "relative_pitch": 67.93943102405296, "relative_heading": 98.17525110533764, "relative_elevation": 44.9262929474935 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00570/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00570/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00570/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00570/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track96_Sphere_00570/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00570/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00570/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00570/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00570/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79580465920366, 52.364515812643525, 0.0 ] }, "distance": 18.24, "direction": 99.48, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track96_Sphere_00570", "timestamp": "2024-10-21T12:48:37Z", "filename": "Job_20241021_0921_Track96_Sphere_00570.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.23750448, "relative_pitch": 0.0, "relative_heading": 99.47906415761618, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002223/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002223/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002223/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002223/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002223/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002223/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002223/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002223/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002223/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79580737166717, 52.3645217654614, 44.8302487749606 ] }, "distance": 18.32, "direction": 97.34, "angle": 67.77, "elevation": 44.83, "pano_id": "TMX7316010203-002506_pano_0000_002223", "timestamp": "2022-04-12T06:25:37.768800Z", "filename": "pano_0000_002223.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.32342364, "relative_pitch": 67.76874073377489, "relative_heading": 97.34044447463683, "relative_elevation": 44.8302487749606 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000183/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000183/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000183/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000183/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000183/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000183/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000183/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000183/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000183/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579923789356, 52.3645904065946, 44.8540355283767 ] }, "distance": 18.4, "direction": 73.27, "angle": 67.7, "elevation": 44.85, "pano_id": "TMX7316010203-001887_pano_0000_000183", "timestamp": "2020-08-21T08:08:52.450290Z", "filename": "pano_0000_000183.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.39815516, "relative_pitch": 67.69762229004962, "relative_heading": 73.26748717782462, "relative_elevation": 44.8540355283767 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00896/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00896/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00896/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00896/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_05-37-20_00896/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00896/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_05-37-20_00896/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00896/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_05-37-20_00896/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795269197001403, 52.36453677434291, 0.0 ] }, "distance": 18.5, "direction": 267.92, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_05-37-20_00896", "timestamp": "2025-07-17T05:50:08Z", "filename": "recording_2025-07-17_05-37-20_00896.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.49871834, "relative_pitch": 0.0, "relative_heading": 267.92131600679687, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00559/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00559/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00559/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00559/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track96_Sphere_00559/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00559/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track96_Sphere_00559/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00559/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track96_Sphere_00559/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795345748579668, 52.36442338967732, 0.0 ] }, "distance": 18.78, "direction": 224.97, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track96_Sphere_00559", "timestamp": "2024-10-21T12:48:34Z", "filename": "Job_20241021_0921_Track96_Sphere_00559.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.78060171, "relative_pitch": 0.0, "relative_heading": 224.96588099468082, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002961/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002961/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002961/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002961/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_002961/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002961/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002961/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002961/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002961/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579193261203, 52.3644733660558, 44.9621973913163 ] }, "distance": 18.78, "direction": 114.29, "angle": 67.33, "elevation": 44.96, "pano_id": "TMX7316010203-000050_pano_0000_002961", "timestamp": "2016-08-08T08:34:48.631520Z", "filename": "pano_0000_002961.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.78431513, "relative_pitch": 67.32579452042017, "relative_heading": 114.28890398227608, "relative_elevation": 44.9621973913163 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003558/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003558/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003558/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003558/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001890_pano_0000_003558/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003558/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003558/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003558/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003558/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79533961905272, 52.3644253963852, 45.1671270439401 ] }, "distance": 18.92, "direction": 226.34, "angle": 67.27, "elevation": 45.17, "pano_id": "TMX7316010203-001890_pano_0000_003558", "timestamp": "2020-08-24T09:12:39.180070Z", "filename": "pano_0000_003558.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 18.92310857, "relative_pitch": 67.26838533515496, "relative_heading": 226.33827688725563, "relative_elevation": 45.1671270439401 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000818/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000818/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000818/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000818/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_000818/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000818/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_000818/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000818/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_000818/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79580770986318, 52.3645927103305, 44.874609249644 ] }, "distance": 19.02, "direction": 73.03, "angle": 67.03, "elevation": 44.87, "pano_id": "TMX7316010203-002091_pano_0000_000818", "timestamp": "2021-04-14T10:08:37.406050Z", "filename": "pano_0000_000818.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 19.0247881, "relative_pitch": 67.02527003018645, "relative_heading": 73.02852597142018, "relative_elevation": 44.874609249644 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000408/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000408/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000408/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000408/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000408/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000408/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000408/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000408/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000408/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79533705830574, 52.3644245921304, 45.1534264031798 ] }, "distance": 19.11, "direction": 226.51, "angle": 67.06, "elevation": 45.15, "pano_id": "TMX7316010203-001307_pano_0000_000408", "timestamp": "2019-07-11T10:31:14.052910Z", "filename": "pano_0000_000408.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 19.11116688, "relative_pitch": 67.05951146781588, "relative_heading": 226.5052338483303, "relative_elevation": 45.1534264031798 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001454/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001454/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001454/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001454/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_001454/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001454/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001454/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001454/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001454/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79532864189468, 52.364426562507, 45.2996657239273 ] }, "distance": 19.38, "direction": 228.14, "angle": 66.83, "elevation": 45.3, "pano_id": "TMX7316010203-002091_pano_0000_001454", "timestamp": "2021-04-14T10:16:09.121960Z", "filename": "pano_0000_001454.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 19.38407069, "relative_pitch": 66.83355045532244, "relative_heading": 228.1419799406408, "relative_elevation": 45.2996657239273 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00578/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00578/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00578/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00578/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-33-25_00578/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00578/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00578/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00578/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00578/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795813647084588, 52.36459601961303, 0.0 ] }, "distance": 19.52, "direction": 72.34, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-33-25_00578", "timestamp": "2025-06-17T12:41:46Z", "filename": "recording_2025-06-17_12-33-25_00578.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 19.52050121, "relative_pitch": 0.0, "relative_heading": 72.34124142060222, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001647/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001647/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001647/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001647/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_001647/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001647/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001647/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001647/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001647/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79581591217062, 52.3645959152401, 44.7949460363016 ] }, "distance": 19.66, "direction": 72.51, "angle": 66.3, "elevation": 44.79, "pano_id": "TMX7316010203-000050_pano_0000_001647", "timestamp": "2016-08-08T07:57:52.059290Z", "filename": "pano_0000_001647.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 19.66408781, "relative_pitch": 66.29948388577525, "relative_heading": 72.50986219888394, "relative_elevation": 44.7949460363016 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002066/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002066/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002066/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002066/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_002066/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002066/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_002066/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002066/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_002066/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79582900272737, 52.3645268379978, 44.703834624961 ] }, "distance": 19.73, "direction": 95.17, "angle": 66.19, "elevation": 44.7, "pano_id": "TMX7316010203-000289_pano_0001_002066", "timestamp": "2017-05-09T10:41:28.796020Z", "filename": "pano_0001_002066.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 19.7268999, "relative_pitch": 66.189100156968, "relative_heading": 95.16715947401526, "relative_elevation": 44.703834624961 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002228/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002228/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002228/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002228/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_002228/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002228/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002228/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002228/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002228/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79581767195056, 52.3645946829626, 44.9650846747682 ] }, "distance": 19.74, "direction": 72.99, "angle": 66.3, "elevation": 44.97, "pano_id": "TMX7316010203-000817_pano_0001_002228", "timestamp": "2018-06-29T13:48:31.444570Z", "filename": "pano_0001_002228.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 19.73791477, "relative_pitch": 66.30040321912473, "relative_heading": 72.99408388809218, "relative_elevation": 44.9650846747682 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000415/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000415/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000415/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000415/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001307_pano_0000_000415/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000415/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001307_pano_0000_000415/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000415/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001307/pano_0000_000415/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79582881346161, 52.3645229767879, 44.8467315761372 ] }, "distance": 19.76, "direction": 96.41, "angle": 66.22, "elevation": 44.85, "pano_id": "TMX7316010203-001307_pano_0000_000415", "timestamp": "2019-07-11T10:31:16.232970Z", "filename": "pano_0000_000415.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 19.75741633, "relative_pitch": 66.22390755512265, "relative_heading": 96.4115395571058, "relative_elevation": 44.8467315761372 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00560/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00560/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00560/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00560/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track01_Sphere_00560/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00560/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00560/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00560/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00560/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795819957003139, 52.36459846884896, 0.0 ] }, "distance": 20.01, "direction": 71.97, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track01_Sphere_00560", "timestamp": "2024-09-18T07:36:21Z", "filename": "Job_20240918_0854_Track01_Sphere_00560.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.01316184, "relative_pitch": 0.0, "relative_heading": 71.97103320308769, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002528/pano_0000_002187/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002528/pano_0000_002187/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002528/pano_0000_002187/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002528/pano_0000_002187/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002528_pano_0000_002187/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002528_pano_0000_002187/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002528_pano_0000_002187/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002528/pano_0000_002187/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002528/pano_0000_002187/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79582840399203, 52.3645064659125, 44.832549857907 ] }, "distance": 20.02, "direction": 101.65, "angle": 65.94, "elevation": 44.83, "pano_id": "TMX7316010203-002528_pano_0000_002187", "timestamp": "2022-04-20T12:12:55.683510Z", "filename": "pano_0000_002187.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.0185834, "relative_pitch": 65.93833258007042, "relative_heading": 101.6532784622357, "relative_elevation": 44.832549857907 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000073/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000073/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000073/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000073/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002650_pano_0000_000073/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002650_pano_0000_000073/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002650_pano_0000_000073/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000073/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000073/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79544713229905, 52.3643721106863, 45.7256721891463 ] }, "distance": 20.03, "direction": 198.53, "angle": 66.34, "elevation": 45.73, "pano_id": "TMX7316010203-002650_pano_0000_000073", "timestamp": "2022-06-29T11:32:30.089400Z", "filename": "pano_0000_000073.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.03222206, "relative_pitch": 66.3419790163595, "relative_heading": 198.52871236217865, "relative_elevation": 45.7256721891463 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00568/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00568/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00568/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00568/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track01_Sphere_00568/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00568/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00568/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00568/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track01_Sphere_00568/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795260363640306, 52.36448687491894, 0.0 ] }, "distance": 20.08, "direction": 251.94, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track01_Sphere_00568", "timestamp": "2024-09-18T07:36:25Z", "filename": "Job_20240918_0854_Track01_Sphere_00568.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.07721605, "relative_pitch": 0.0, "relative_heading": 251.94207017131922, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001461/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001461/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001461/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001461/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002091_pano_0000_001461/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001461/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002091_pano_0000_001461/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001461/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/14/TMX7316010203-002091/pano_0000_001461/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7958091975975, 52.3644682164519, 45.2277148580179 ] }, "distance": 20.09, "direction": 114.4, "angle": 66.05, "elevation": 45.23, "pano_id": "TMX7316010203-002091_pano_0000_001461", "timestamp": "2021-04-14T10:16:14.656840Z", "filename": "pano_0000_001461.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.09202524, "relative_pitch": 66.04722442319485, "relative_heading": 114.39877652394001, "relative_elevation": 45.2277148580179 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003565/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003565/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003565/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003565/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001890_pano_0000_003565/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003565/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001890_pano_0000_003565/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003565/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001890/pano_0000_003565/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7958361531752, 52.3645277113607, 44.8672694247216 ] }, "distance": 20.2, "direction": 94.77, "angle": 65.76, "elevation": 44.87, "pano_id": "TMX7316010203-001890_pano_0000_003565", "timestamp": "2020-08-24T09:12:43.104970Z", "filename": "pano_0000_003565.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.20373688, "relative_pitch": 65.75795632662212, "relative_heading": 94.76826686935432, "relative_elevation": 44.8672694247216 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002216/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002216/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002216/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002216/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002506_pano_0000_002216/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002216/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002506_pano_0000_002216/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002216/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002506/pano_0000_002216/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79531560051388, 52.3644233154072, 45.1412128899246 ] }, "distance": 20.29, "direction": 229.06, "angle": 65.8, "elevation": 45.14, "pano_id": "TMX7316010203-002506_pano_0000_002216", "timestamp": "2022-04-12T06:25:35.483780Z", "filename": "pano_0000_002216.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.28940992, "relative_pitch": 65.79773555756681, "relative_heading": 229.0560860609185, "relative_elevation": 45.1412128899246 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001545/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001545/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001545/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001545/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_001545/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001545/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_001545/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001545/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_001545/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79531430563974, 52.3644236151361, 45.1702010035515 ] }, "distance": 20.33, "direction": 229.29, "angle": 65.76, "elevation": 45.17, "pano_id": "TMX7316010203-000817_pano_0001_001545", "timestamp": "2018-06-29T13:39:30.466350Z", "filename": "pano_0001_001545.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.33434885, "relative_pitch": 65.7640713592058, "relative_heading": 229.28994183643425, "relative_elevation": 45.1702010035515 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002236/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002236/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002236/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002236/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0001_002236/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002236/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0001_002236/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002236/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0001_002236/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79525787145193, 52.3644822848216, 45.2618874981999 ] }, "distance": 20.4, "direction": 250.73, "angle": 65.74, "elevation": 45.26, "pano_id": "TMX7316010203-000817_pano_0001_002236", "timestamp": "2018-06-29T13:48:34.499630Z", "filename": "pano_0001_002236.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.4015402, "relative_pitch": 65.7367982091902, "relative_heading": 250.72600482145077, "relative_elevation": 45.2618874981999 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001655/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001655/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001655/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001655/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_001655/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001655/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_001655/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001655/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_001655/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79525603125181, 52.3644852267245, 45.0710177011788 ] }, "distance": 20.41, "direction": 251.71, "angle": 65.63, "elevation": 45.07, "pano_id": "TMX7316010203-000050_pano_0000_001655", "timestamp": "2016-08-08T07:57:54.504230Z", "filename": "pano_0000_001655.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.41481606, "relative_pitch": 65.63195763687328, "relative_heading": 251.70944175105504, "relative_elevation": 45.0710177011788 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002954/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002954/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002954/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002954/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000050_pano_0000_002954/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002954/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000050_pano_0000_002954/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002954/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/08/TMX7316010203-000050/pano_0000_002954/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79531459133787, 52.3644220680968, 45.0319667262957 ] }, "distance": 20.43, "direction": 228.89, "angle": 65.59, "elevation": 45.03, "pano_id": "TMX7316010203-000050_pano_0000_002954", "timestamp": "2016-08-08T08:34:43.521550Z", "filename": "pano_0000_002954.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.43237764, "relative_pitch": 65.594754190158, "relative_heading": 228.8884299311964, "relative_elevation": 45.0319667262957 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00586/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00586/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00586/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00586/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_12-33-25_00586/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00586/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_12-33-25_00586/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00586/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_12-33-25_00586/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795255821946364, 52.36448394915406, 0.0 ] }, "distance": 20.47, "direction": 251.34, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_12-33-25_00586", "timestamp": "2025-06-17T12:41:49Z", "filename": "recording_2025-06-17_12-33-25_00586.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.47338497, "relative_pitch": 0.0, "relative_heading": 251.34421859376928, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000078/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000078/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000078/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000078/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002650_pano_0000_000078/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002650_pano_0000_000078/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002650_pano_0000_000078/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000078/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002650/pano_0000_000078/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79578949448617, 52.3644389707799, 45.5763174006715 ] }, "distance": 20.52, "direction": 124.27, "angle": 65.76, "elevation": 45.58, "pano_id": "TMX7316010203-002650_pano_0000_000078", "timestamp": "2022-06-29T11:32:37.549560Z", "filename": "pano_0000_000078.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.51790886, "relative_pitch": 65.76330005827121, "relative_heading": 124.2717227003107, "relative_elevation": 45.5763174006715 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0000_001546/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0000_001546/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0000_001546/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0000_001546/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0000_001546/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0000_001546/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0000_001546/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0000_001546/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0000_001546/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79580077346823, 52.3644467517858, 44.925508081913 ] }, "distance": 20.7, "direction": 121.09, "angle": 65.26, "elevation": 44.93, "pano_id": "TMX7316010203-000817_pano_0000_001546", "timestamp": "2018-06-29T12:55:59.824740Z", "filename": "pano_0000_001546.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.69712797, "relative_pitch": 65.26453241809276, "relative_heading": 121.09167411338329, "relative_elevation": 44.925508081913 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000514/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000514/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000514/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000514/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002073_pano_0000_000514/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000514/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002073_pano_0000_000514/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000514/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/31/TMX7316010203-002073/pano_0000_000514/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79584348642383, 52.3645275709291, 44.8758718548343 ] }, "distance": 20.7, "direction": 94.7, "angle": 65.23, "elevation": 44.88, "pano_id": "TMX7316010203-002073_pano_0000_000514", "timestamp": "2021-03-31T09:05:35.416180Z", "filename": "pano_0000_000514.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.70285509, "relative_pitch": 65.23442338742832, "relative_heading": 94.69643898781277, "relative_elevation": 44.8758718548343 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0000_001545/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0000_001545/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0000_001545/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0000_001545/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000817_pano_0000_001545/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0000_001545/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000817_pano_0000_001545/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0000_001545/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/29/TMX7316010203-000817/pano_0000_001545/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795757360451, 52.3644121103141, 44.9658254450187 ] }, "distance": 20.73, "direction": 134.56, "angle": 65.25, "elevation": 44.97, "pano_id": "TMX7316010203-000817_pano_0000_001545", "timestamp": "2018-06-29T12:55:41.584810Z", "filename": "pano_0000_001545.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.72553729, "relative_pitch": 65.25419539430567, "relative_heading": 134.56272294770505, "relative_elevation": 44.9658254450187 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000652/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000652/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000652/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000652/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002220_pano_0007_000652/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000652/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002220_pano_0007_000652/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000652/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/07/TMX7316010203-002220/pano_0007_000652/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79531238964077, 52.3644180928202, 45.260937104933 ] }, "distance": 20.84, "direction": 228.24, "angle": 65.28, "elevation": 45.26, "pano_id": "TMX7316010203-002220_pano_0007_000652", "timestamp": "2021-07-07T11:50:28.210670Z", "filename": "pano_0007_000652.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.83755182, "relative_pitch": 65.27926650065021, "relative_heading": 228.24318128572557, "relative_elevation": 45.260937104933 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track01_Sphere_00564/adjacencies/b_20240918_0854_Track01_Sphere_00564/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000014/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000014/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000014/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000014/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001887_pano_0000_000014/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000014/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001887_pano_0000_000014/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000014/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/21/TMX7316010203-001887/pano_0000_000014/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79584722436911, 52.3645322831595, 44.4905887898058 ] }, "distance": 20.92, "direction": 93.21, "angle": 64.82, "elevation": 44.49, "pano_id": "TMX7316010203-001887_pano_0000_000014", "timestamp": "2020-08-21T08:06:40.325700Z", "filename": "pano_0000_000014.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_20240918_0854_Track01_Sphere_00564", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114700.3890809051, 486459.5354596946 ] }, "relative_distance": 20.92074954, "relative_pitch": 64.81574603594714, "relative_heading": 93.20795438492691, "relative_elevation": 44.4905887898058 } ] } }