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_20241106_0927_Track30_Sphere_00060/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00060/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00060/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00060/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00060/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241106_0927_Track30_Sphere_00060/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00060/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00060/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873867860183172, 52.34987536322158, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241106_0927_Track30_Sphere_00060", "timestamp": "2024-11-06T09:45:19Z", "filename": "Job_20241106_0927_Track30_Sphere_00060.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "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_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003565/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003565/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003565/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003565/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003565/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003565/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003565/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003565/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003565/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8738718976206, 52.3498732675551, 45.651210732758 ] }, "distance": 0.36, "direction": 130.29, "angle": 89.55, "elevation": 45.65, "pano_id": "TMX7316010203-002118_pano_0000_003565", "timestamp": "2021-04-26T10:10:36.370850Z", "filename": "pano_0000_003565.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 0.36064945, "relative_pitch": 89.5473666269123, "relative_heading": 130.28516748604366, "relative_elevation": 45.651210732758 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001753/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001753/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001753/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001753/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000263_pano_0001_001753/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000263_pano_0001_001753/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000263_pano_0001_001753/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001753/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001753/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87386487426871, 52.3498713977351, 45.6328205326572 ] }, "distance": 0.49, "direction": 204.75, "angle": 89.39, "elevation": 45.63, "pano_id": "TMX7316010203-000263_pano_0001_001753", "timestamp": "2017-04-19T08:57:28.596920Z", "filename": "pano_0001_001753.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 0.48590542, "relative_pitch": 89.38992862272762, "relative_heading": 204.7545586688753, "relative_elevation": 45.6328205326572 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001814/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001814/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001814/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001814/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001161_pano_0000_001814/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001814/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001814/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001814/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001814/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87387107224739, 52.3498674863222, 46.2271759025753 ] }, "distance": 0.9, "direction": 165.98, "angle": 88.88, "elevation": 46.23, "pano_id": "TMX7316010203-001161_pano_0000_001814", "timestamp": "2019-05-03T12:41:43.064910Z", "filename": "pano_0000_001814.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 0.90340895, "relative_pitch": 88.88042194019353, "relative_heading": 165.97908938164196, "relative_elevation": 46.2271759025753 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002164/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002164/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002164/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002164/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001706_pano_0000_002164/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002164/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002164/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002164/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002164/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87385378201152, 52.3498719793139, 45.8459523171186 ] }, "distance": 1.03, "direction": 248.57, "angle": 88.71, "elevation": 45.85, "pano_id": "TMX7316010203-001706_pano_0000_002164", "timestamp": "2020-05-13T09:46:36.918830Z", "filename": "pano_0000_002164.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 1.03055779, "relative_pitch": 88.71228174626238, "relative_heading": 248.56929151958036, "relative_elevation": 45.8459523171186 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00627/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00627/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00627/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00627/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-29_12-06-07_00627/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00627/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00627/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00627/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00627/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873892602035149, 52.349875659267866, 0.0 ] }, "distance": 1.69, "direction": 88.88, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-29_12-06-07_00627", "timestamp": "2025-07-29T12:20:24Z", "filename": "recording_2025-07-29_12-06-07_00627.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 1.68626403, "relative_pitch": 0.0, "relative_heading": 88.8806091055666, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001980/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001980/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001980/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001980/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002464_pano_0002_001980/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001980/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001980/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001980/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001980/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87384869261294, 52.34986438021, 47.0216836221516 ] }, "distance": 1.79, "direction": 226.9, "angle": 87.82, "elevation": 47.02, "pano_id": "TMX7316010203-002464_pano_0002_001980", "timestamp": "2022-03-22T10:16:16.166680Z", "filename": "pano_0002_001980.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 1.78871248, "relative_pitch": 87.8215096366033, "relative_heading": 226.90249920964624, "relative_elevation": 47.0216836221516 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001250/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001250/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001250/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001250/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000006_pano_0001_001250/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001250/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001250/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001250/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001250/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87384163028705, 52.3498675624088, 48.2643816089258 ] }, "distance": 1.99, "direction": 244.1, "angle": 87.64, "elevation": 48.26, "pano_id": "TMX7316060226-000006_pano_0001_001250", "timestamp": "2016-07-27T07:37:36.621030Z", "filename": "pano_0001_001250.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 1.9869713, "relative_pitch": 87.64255099731486, "relative_heading": 244.09632545473298, "relative_elevation": 48.2643816089258 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004141/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004141/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004141/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004141/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000778_pano_0000_004141/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004141/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004141/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004141/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004141/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87389968196596, 52.3498674952041, 46.0467141736299 ] }, "distance": 2.34, "direction": 111.99, "angle": 87.09, "elevation": 46.05, "pano_id": "TMX7316010203-000778_pano_0000_004141", "timestamp": "2018-06-06T12:02:00.265050Z", "filename": "pano_0000_004141.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 2.33845552, "relative_pitch": 87.09276485016926, "relative_heading": 111.98690325001617, "relative_elevation": 46.0467141736299 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000140/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000140/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000140/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000140/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002798_pano_0001_000140/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000140/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000140/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000140/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000140/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87383357311515, 52.3498655749531, 46.1951314341277 ] }, "distance": 2.58, "direction": 245.01, "angle": 86.81, "elevation": 46.2, "pano_id": "TMX7316010203-002798_pano_0001_000140", "timestamp": "2022-09-05T10:53:18.693780Z", "filename": "pano_0001_000140.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 2.57777397, "relative_pitch": 86.80610164418482, "relative_heading": 245.00576826856118, "relative_elevation": 46.1951314341277 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000139/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000139/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000139/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000139/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002798_pano_0001_000139/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000139/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000139/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000139/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000139/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87390759137987, 52.3498682245935, 46.1415618024766 ] }, "distance": 2.82, "direction": 106.35, "angle": 86.5, "elevation": 46.14, "pano_id": "TMX7316010203-002798_pano_0001_000139", "timestamp": "2022-09-05T10:53:17.433750Z", "filename": "pano_0001_000139.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 2.82146244, "relative_pitch": 86.50083675513856, "relative_heading": 106.35189183666246, "relative_elevation": 46.1415618024766 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003894/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003894/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003894/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003894/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003894/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003894/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003894/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003894/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003894/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87383859971644, 52.3498547427775, 49.7938182074577 ] }, "distance": 3.04, "direction": 220.99, "angle": 86.51, "elevation": 49.79, "pano_id": "TMX7316010203-002118_pano_0000_003894", "timestamp": "2021-04-26T10:17:09.642860Z", "filename": "pano_0000_003894.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 3.03977695, "relative_pitch": 86.50658416415233, "relative_heading": 220.9893710835553, "relative_elevation": 49.7938182074577 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004142/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004142/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004142/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004142/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000778_pano_0000_004142/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004142/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004142/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004142/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004142/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87382604040427, 52.3498644740981, 46.0676154810935 ] }, "distance": 3.1, "direction": 246.96, "angle": 86.15, "elevation": 46.07, "pano_id": "TMX7316010203-000778_pano_0000_004142", "timestamp": "2018-06-06T12:02:01.349950Z", "filename": "pano_0000_004142.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 3.09656138, "relative_pitch": 86.15449138039446, "relative_heading": 246.96476885924625, "relative_elevation": 46.0676154810935 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00628/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00628/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00628/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00628/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-29_12-06-07_00628/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00628/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00628/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00628/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00628/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873819365170465, 52.34987304076387, 0.0 ] }, "distance": 3.31, "direction": 265.53, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-29_12-06-07_00628", "timestamp": "2025-07-29T12:20:25Z", "filename": "recording_2025-07-29_12-06-07_00628.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 3.31460364, "relative_pitch": 0.0, "relative_heading": 265.5283106185571, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001249/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001249/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001249/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001249/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000006_pano_0001_001249/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001249/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001249/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001249/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001249/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87391735906992, 52.349871480689, 48.2417186032981 ] }, "distance": 3.4, "direction": 97.3, "angle": 85.97, "elevation": 48.24, "pano_id": "TMX7316060226-000006_pano_0001_001249", "timestamp": "2016-07-27T07:37:35.805960Z", "filename": "pano_0001_001249.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 3.40047487, "relative_pitch": 85.96798910295026, "relative_heading": 97.29904419478375, "relative_elevation": 48.2417186032981 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003893/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003893/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003893/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003893/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003893/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003893/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003893/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003893/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003893/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87391132735968, 52.349857888, 49.7629430266097 ] }, "distance": 3.54, "direction": 123.29, "angle": 85.93, "elevation": 49.76, "pano_id": "TMX7316010203-002118_pano_0000_003893", "timestamp": "2021-04-26T10:17:08.802800Z", "filename": "pano_0000_003893.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 3.54318265, "relative_pitch": 85.92734312997449, "relative_heading": 123.28546419953112, "relative_elevation": 49.7629430266097 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001981/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001981/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001981/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001981/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002464_pano_0002_001981/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001981/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001981/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001981/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001981/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87392300346468, 52.3498670698532, 46.9730151975527 ] }, "distance": 3.87, "direction": 103.8, "angle": 85.29, "elevation": 46.97, "pano_id": "TMX7316010203-002464_pano_0002_001981", "timestamp": "2022-03-22T10:16:17.161640Z", "filename": "pano_0002_001981.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 3.86919918, "relative_pitch": 85.29113827233456, "relative_heading": 103.79849511411484, "relative_elevation": 46.9730151975527 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002165/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002165/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002165/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002165/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001706_pano_0000_002165/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002165/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002165/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002165/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002165/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87392781309296, 52.3498740497114, 45.8233321057633 ] }, "distance": 4.09, "direction": 92.05, "angle": 84.9, "elevation": 45.82, "pano_id": "TMX7316010203-001706_pano_0000_002165", "timestamp": "2020-05-13T09:46:37.563910Z", "filename": "pano_0000_002165.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 4.08788369, "relative_pitch": 84.90215813489583, "relative_heading": 92.04898487553847, "relative_elevation": 45.8233321057633 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003566/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003566/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003566/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003566/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003566/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003566/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003566/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003566/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003566/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87379937141324, 52.3498702357847, 45.6864872081205 ] }, "distance": 4.7, "direction": 263.03, "angle": 84.12, "elevation": 45.69, "pano_id": "TMX7316010203-002118_pano_0000_003566", "timestamp": "2021-04-26T10:10:37.375800Z", "filename": "pano_0000_003566.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 4.70166161, "relative_pitch": 84.1242940235387, "relative_heading": 263.0299600278471, "relative_elevation": 45.6864872081205 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001815/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001815/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001815/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001815/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001161_pano_0000_001815/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001815/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001815/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001815/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001815/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87379871209912, 52.3498638127585, 46.2503468431532 ] }, "distance": 4.88, "direction": 254.74, "angle": 83.97, "elevation": 46.25, "pano_id": "TMX7316010203-001161_pano_0000_001815", "timestamp": "2019-05-03T12:41:43.874920Z", "filename": "pano_0000_001815.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 4.88399031, "relative_pitch": 83.97196332951322, "relative_heading": 254.74243701025193, "relative_elevation": 46.2503468431532 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00061/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00061/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00061/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00061/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241106_0927_Track30_Sphere_00061/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00061/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00061/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00061/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00061/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873794216979997, 52.34987361475258, 0.0 ] }, "distance": 5.02, "direction": 267.78, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241106_0927_Track30_Sphere_00061", "timestamp": "2024-11-06T09:45:20Z", "filename": "Job_20241106_0927_Track30_Sphere_00061.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 5.02191474, "relative_pitch": 0.0, "relative_heading": 267.77971922708514, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00059/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00059/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00059/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00059/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241106_0927_Track30_Sphere_00059/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00059/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00059/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00059/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00059/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873942475806594, 52.34987932685086, 0.0 ] }, "distance": 5.1, "direction": 85.04, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241106_0927_Track30_Sphere_00059", "timestamp": "2024-11-06T09:45:18Z", "filename": "Job_20241106_0927_Track30_Sphere_00059.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 5.10349981, "relative_pitch": 0.0, "relative_heading": 85.0422355233126, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001813/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001813/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001813/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001813/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001161_pano_0000_001813/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001813/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001813/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001813/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001813/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87394356103095, 52.3498704849073, 46.2067010328174 ] }, "distance": 5.19, "direction": 96.01, "angle": 83.6, "elevation": 46.21, "pano_id": "TMX7316010203-001161_pano_0000_001813", "timestamp": "2019-05-03T12:41:42.289670Z", "filename": "pano_0000_001813.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 5.18683846, "relative_pitch": 83.59519171607378, "relative_heading": 96.00727024648153, "relative_elevation": 46.2067010328174 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003564/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003564/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003564/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003564/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003564/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003564/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003564/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003564/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003564/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87394480159067, 52.349875754648, 45.6318570757285 ] }, "distance": 5.24, "direction": 89.52, "angle": 83.45, "elevation": 45.63, "pano_id": "TMX7316010203-002118_pano_0000_003564", "timestamp": "2021-04-26T10:10:35.455860Z", "filename": "pano_0000_003564.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 5.24306928, "relative_pitch": 83.44549699506042, "relative_heading": 89.5239926875129, "relative_elevation": 45.6318570757285 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002163/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002163/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002163/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002163/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001706_pano_0000_002163/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002163/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002163/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002163/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002163/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87378039771864, 52.3498690344701, 45.8719242531806 ] }, "distance": 6.0, "direction": 263.26, "angle": 82.55, "elevation": 45.87, "pano_id": "TMX7316010203-001706_pano_0000_002163", "timestamp": "2020-05-13T09:46:36.233930Z", "filename": "pano_0000_002163.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 6.0012697, "relative_pitch": 82.54651697698363, "relative_heading": 263.2610730785192, "relative_elevation": 45.8719242531806 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001979/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001979/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001979/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001979/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002464_pano_0002_001979/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001979/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001979/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001979/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001979/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87377326868458, 52.3498612495698, 47.0848375447094 ] }, "distance": 6.63, "direction": 256.31, "angle": 81.98, "elevation": 47.08, "pano_id": "TMX7316010203-002464_pano_0002_001979", "timestamp": "2022-03-22T10:16:15.051680Z", "filename": "pano_0002_001979.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 6.63415723, "relative_pitch": 81.97993593337746, "relative_heading": 256.3066078492699, "relative_elevation": 47.0848375447094 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00626/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00626/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00626/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00626/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-29_12-06-07_00626/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00626/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00626/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00626/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00626/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873965854520104, 52.34987819690442, 0.0 ] }, "distance": 6.68, "direction": 87.3, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-29_12-06-07_00626", "timestamp": "2025-07-29T12:20:23Z", "filename": "recording_2025-07-29_12-06-07_00626.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 6.68490296, "relative_pitch": 0.0, "relative_heading": 87.29641621474485, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001251/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001251/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001251/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001251/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000006_pano_0001_001251/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001251/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001251/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001251/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001251/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87376634422581, 52.3498638854359, 48.2866416946054 ] }, "distance": 7.03, "direction": 259.54, "angle": 81.71, "elevation": 48.29, "pano_id": "TMX7316060226-000006_pano_0001_001251", "timestamp": "2016-07-27T07:37:37.501020Z", "filename": "pano_0001_001251.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 7.03434733, "relative_pitch": 81.71151645119805, "relative_heading": 259.5392117664495, "relative_elevation": 48.2866416946054 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004140/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004140/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004140/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004140/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000778_pano_0000_004140/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004140/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004140/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004140/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004140/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87397363177663, 52.3498704083642, 46.0325024425983 ] }, "distance": 7.23, "direction": 94.37, "angle": 81.08, "elevation": 46.03, "pano_id": "TMX7316010203-000778_pano_0000_004140", "timestamp": "2018-06-06T12:01:59.225060Z", "filename": "pano_0000_004140.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 7.22847292, "relative_pitch": 81.07573370564162, "relative_heading": 94.3744025410076, "relative_elevation": 46.0325024425983 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003895/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003895/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003895/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003895/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003895/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003895/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003895/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003895/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003895/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87376595313908, 52.3498515517931, 49.8183279465884 ] }, "distance": 7.43, "direction": 249.12, "angle": 81.51, "elevation": 49.82, "pano_id": "TMX7316010203-002118_pano_0000_003895", "timestamp": "2021-04-26T10:17:10.607790Z", "filename": "pano_0000_003895.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 7.43240261, "relative_pitch": 81.51462107126325, "relative_heading": 249.11512201866233, "relative_elevation": 49.8183279465884 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000141/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000141/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000141/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000141/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002798_pano_0001_000141/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000141/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000141/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000141/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000141/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87375993214265, 52.3498624623552, 46.2461512377486 ] }, "distance": 7.49, "direction": 258.96, "angle": 80.8, "elevation": 46.25, "pano_id": "TMX7316010203-002798_pano_0001_000141", "timestamp": "2022-09-05T10:53:20.418740Z", "filename": "pano_0001_000141.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 7.49315347, "relative_pitch": 80.79648522021968, "relative_heading": 258.9550952185858, "relative_elevation": 46.2461512377486 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000138/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000138/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000138/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000138/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002798_pano_0001_000138/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000138/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000138/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000138/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000138/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87398187348081, 52.3498709791621, 46.0902577480301 ] }, "distance": 7.78, "direction": 93.59, "angle": 80.41, "elevation": 46.09, "pano_id": "TMX7316010203-002798_pano_0001_000138", "timestamp": "2022-09-05T10:53:16.528720Z", "filename": "pano_0001_000138.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 7.78431685, "relative_pitch": 80.41361693372811, "relative_heading": 93.59295233074029, "relative_elevation": 46.0902577480301 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004143/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004143/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004143/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004143/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000778_pano_0000_004143/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004143/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004143/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004143/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004143/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8737526108681, 52.3498614449231, 46.0870621073991 ] }, "distance": 8.0, "direction": 258.84, "angle": 80.15, "elevation": 46.09, "pano_id": "TMX7316010203-000778_pano_0000_004143", "timestamp": "2018-06-06T12:02:02.485040Z", "filename": "pano_0000_004143.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 8.00449866, "relative_pitch": 80.14703605635279, "relative_heading": 258.84385289169995, "relative_elevation": 46.0870621073991 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003892/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003892/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003892/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003892/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003892/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003892/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003892/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003892/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003892/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8739842349917, 52.3498613529276, 49.7265359899029 ] }, "distance": 8.08, "direction": 101.12, "angle": 80.77, "elevation": 49.73, "pano_id": "TMX7316010203-002118_pano_0000_003892", "timestamp": "2021-04-26T10:17:08.042930Z", "filename": "pano_0000_003892.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 8.08172411, "relative_pitch": 80.76880931656693, "relative_heading": 101.12214839594077, "relative_elevation": 49.7265359899029 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00629/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00629/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00629/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00629/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-29_12-06-07_00629/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00629/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00629/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00629/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00629/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87374612164377, 52.349869730127956, 0.0 ] }, "distance": 8.32, "direction": 265.68, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-29_12-06-07_00629", "timestamp": "2025-07-29T12:20:26Z", "filename": "recording_2025-07-29_12-06-07_00629.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 8.31907219, "relative_pitch": 0.0, "relative_heading": 265.6788900656587, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001248/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001248/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001248/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001248/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000006_pano_0001_001248/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001248/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001248/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001248/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001248/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87399299542259, 52.3498752805965, 48.2048454303294 ] }, "distance": 8.53, "direction": 90.06, "angle": 79.97, "elevation": 48.2, "pano_id": "TMX7316060226-000006_pano_0001_001248", "timestamp": "2016-07-27T07:37:35.011190Z", "filename": "pano_0001_001248.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 8.52688424, "relative_pitch": 79.96879878008978, "relative_heading": 90.0617290338568, "relative_elevation": 48.2048454303294 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001982/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001982/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001982/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001982/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002464_pano_0002_001982/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001982/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001982/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001982/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001982/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87399785342225, 52.3498701583443, 46.8682856224477 ] }, "distance": 8.88, "direction": 93.74, "angle": 79.28, "elevation": 46.87, "pano_id": "TMX7316010203-002464_pano_0002_001982", "timestamp": "2022-03-22T10:16:18.076880Z", "filename": "pano_0002_001982.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 8.87682427, "relative_pitch": 79.2752504963097, "relative_heading": 93.74086297986874, "relative_elevation": 46.8682856224477 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002166/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002166/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002166/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002166/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001706_pano_0000_002166/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002166/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002166/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002166/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002166/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87400191743414, 52.3498763360372, 45.7932764058933 ] }, "distance": 9.14, "direction": 89.32, "angle": 78.72, "elevation": 45.79, "pano_id": "TMX7316010203-001706_pano_0000_002166", "timestamp": "2020-05-13T09:46:38.183930Z", "filename": "pano_0000_002166.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 9.1354781, "relative_pitch": 78.71795379610317, "relative_heading": 89.32101580674966, "relative_elevation": 45.7932764058933 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003567/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003567/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003567/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003567/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003567/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003567/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003567/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003567/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003567/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87372664899363, 52.3498666103181, 45.7125496938825 ] }, "distance": 9.67, "direction": 264.22, "angle": 78.05, "elevation": 45.71, "pano_id": "TMX7316010203-002118_pano_0000_003567", "timestamp": "2021-04-26T10:10:38.515800Z", "filename": "pano_0000_003567.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 9.67148356, "relative_pitch": 78.05399791886947, "relative_heading": 264.22026461917613, "relative_elevation": 45.7125496938825 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001816/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001816/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001816/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001816/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001161_pano_0000_001816/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001816/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001816/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001816/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001816/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8737263174281, 52.3498599188197, 46.2634367579594 ] }, "distance": 9.8, "direction": 259.9, "angle": 78.04, "elevation": 46.26, "pano_id": "TMX7316010203-001161_pano_0000_001816", "timestamp": "2019-05-03T12:41:44.729640Z", "filename": "pano_0000_001816.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 9.79682343, "relative_pitch": 78.04358128377234, "relative_heading": 259.8969468840568, "relative_elevation": 46.2634367579594 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001752/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001752/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001752/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001752/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000263_pano_0001_001752/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000263_pano_0001_001752/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000263_pano_0001_001752/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001752/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001752/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87401280262688, 52.3498742091611, 45.5774055346847 ] }, "distance": 9.88, "direction": 90.74, "angle": 77.77, "elevation": 45.58, "pano_id": "TMX7316010203-000263_pano_0001_001752", "timestamp": "2017-04-19T08:57:27.326930Z", "filename": "pano_0001_001752.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 9.87740308, "relative_pitch": 77.77211739251005, "relative_heading": 90.74487066267531, "relative_elevation": 45.5774055346847 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001812/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001812/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001812/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001812/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001161_pano_0000_001812/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001812/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001812/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001812/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001812/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87401609239058, 52.349873716809, 46.176612011157 ] }, "distance": 10.1, "direction": 91.04, "angle": 77.66, "elevation": 46.18, "pano_id": "TMX7316010203-001161_pano_0000_001812", "timestamp": "2019-05-03T12:41:41.534690Z", "filename": "pano_0000_001812.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 10.10239843, "relative_pitch": 77.65941533072511, "relative_heading": 91.03903399701956, "relative_elevation": 46.176612011157 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00058/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00058/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00058/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00058/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241106_0927_Track30_Sphere_00058/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00058/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00058/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00058/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00058/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874017063209431, 52.34988192417094, 0.0 ] }, "distance": 10.19, "direction": 85.89, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241106_0927_Track30_Sphere_00058", "timestamp": "2024-11-06T09:45:17Z", "filename": "Job_20241106_0927_Track30_Sphere_00058.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 10.19306752, "relative_pitch": 0.0, "relative_heading": 85.89270076354698, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00062/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00062/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00062/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00062/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241106_0927_Track30_Sphere_00062/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00062/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00062/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00062/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00062/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873718031789225, 52.34987211585495, 0.0 ] }, "distance": 10.22, "direction": 267.97, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241106_0927_Track30_Sphere_00062", "timestamp": "2024-11-06T09:45:21Z", "filename": "Job_20241106_0927_Track30_Sphere_00062.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 10.2158962, "relative_pitch": 0.0, "relative_heading": 267.97302197017757, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003563/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003563/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003563/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003563/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003563/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003563/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003563/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003563/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003563/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87401783637874, 52.3498783158365, 45.601595303975 ] }, "distance": 10.22, "direction": 88.16, "angle": 77.36, "elevation": 45.6, "pano_id": "TMX7316010203-002118_pano_0000_003563", "timestamp": "2021-04-26T10:10:34.595800Z", "filename": "pano_0000_003563.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 10.22485416, "relative_pitch": 77.36208375185102, "relative_heading": 88.15857196084458, "relative_elevation": 45.601595303975 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001754/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001754/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001754/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001754/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000263_pano_0001_001754/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000263_pano_0001_001754/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000263_pano_0001_001754/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001754/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001754/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87371772685447, 52.349866005056, 45.6907951850444 ] }, "distance": 10.28, "direction": 264.19, "angle": 77.32, "elevation": 45.69, "pano_id": "TMX7316010203-000263_pano_0001_001754", "timestamp": "2017-04-19T08:57:29.951950Z", "filename": "pano_0001_001754.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 10.28314335, "relative_pitch": 77.31637669592264, "relative_heading": 264.1880516321537, "relative_elevation": 45.6907951850444 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002162/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002162/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002162/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002162/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001706_pano_0000_002162/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002162/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002162/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002162/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002162/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87370707734191, 52.3498652859929, 45.9014982590452 ] }, "distance": 11.01, "direction": 264.16, "angle": 76.51, "elevation": 45.9, "pano_id": "TMX7316010203-001706_pano_0000_002162", "timestamp": "2020-05-13T09:46:35.483940Z", "filename": "pano_0000_002162.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 11.01318915, "relative_pitch": 76.50800868317482, "relative_heading": 264.1562339212798, "relative_elevation": 45.9014982590452 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00625/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00625/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00625/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00625/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-29_12-06-07_00625/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00625/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00625/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00625/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00625/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874039113767515, 52.34988015032038, 0.0 ] }, "distance": 11.68, "direction": 87.39, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-29_12-06-07_00625", "timestamp": "2025-07-29T12:20:22Z", "filename": "recording_2025-07-29_12-06-07_00625.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 11.68159452, "relative_pitch": 0.0, "relative_heading": 87.3863438605174, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001978/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001978/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001978/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001978/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002464_pano_0002_001978/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001978/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001978/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001978/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001978/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87369797781209, 52.3498582654626, 47.1508206967264 ] }, "distance": 11.73, "direction": 260.67, "angle": 76.03, "elevation": 47.15, "pano_id": "TMX7316010203-002464_pano_0002_001978", "timestamp": "2022-03-22T10:16:13.871670Z", "filename": "pano_0002_001978.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 11.73131041, "relative_pitch": 76.02827221170872, "relative_heading": 260.6668511249667, "relative_elevation": 47.1508206967264 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001252/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001252/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001252/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001252/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000006_pano_0001_001252/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001252/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001252/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001252/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001252/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87369125268196, 52.3498604820907, 48.3127959230915 ] }, "distance": 12.15, "direction": 262.17, "angle": 75.89, "elevation": 48.31, "pano_id": "TMX7316060226-000006_pano_0001_001252", "timestamp": "2016-07-27T07:37:38.561010Z", "filename": "pano_0001_001252.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 12.14765702, "relative_pitch": 75.88625560636159, "relative_heading": 262.1655223059389, "relative_elevation": 48.3127959230915 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003896/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003896/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003896/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003896/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003896/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003896/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003896/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003896/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003896/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87369370751385, 52.349848556689, 49.8442137129605 ] }, "distance": 12.24, "direction": 255.89, "angle": 76.21, "elevation": 49.84, "pano_id": "TMX7316010203-002118_pano_0000_003896", "timestamp": "2021-04-26T10:17:11.752770Z", "filename": "pano_0000_003896.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 12.23613821, "relative_pitch": 76.20734488506511, "relative_heading": 255.89059190839987, "relative_elevation": 49.8442137129605 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004139/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004139/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004139/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004139/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000778_pano_0000_004139/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004139/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004139/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004139/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004139/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87404771182515, 52.3498736303341, 46.0314961122349 ] }, "distance": 12.26, "direction": 90.9, "angle": 75.09, "elevation": 46.03, "pano_id": "TMX7316010203-000778_pano_0000_004139", "timestamp": "2018-06-06T12:01:58.229980Z", "filename": "pano_0000_004139.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 12.25684378, "relative_pitch": 75.08976000861632, "relative_heading": 90.90134617936548, "relative_elevation": 46.0314961122349 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000142/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000142/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000142/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000142/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002798_pano_0001_000142/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000142/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000142/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000142/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000142/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87368627549622, 52.3498591889408, 46.3065083594993 ] }, "distance": 12.5, "direction": 261.72, "angle": 74.89, "elevation": 46.31, "pano_id": "TMX7316010203-002798_pano_0001_000142", "timestamp": "2022-09-05T10:53:22.043920Z", "filename": "pano_0001_000142.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 12.50362912, "relative_pitch": 74.88941941138192, "relative_heading": 261.72414976337615, "relative_elevation": 46.3065083594993 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000137/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000137/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000137/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000137/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002798_pano_0001_000137/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000137/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000137/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000137/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000137/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87405626352653, 52.3498739744318, 46.0652256179601 ] }, "distance": 12.84, "direction": 90.69, "angle": 74.43, "elevation": 46.07, "pano_id": "TMX7316010203-002798_pano_0001_000137", "timestamp": "2022-09-05T10:53:15.743740Z", "filename": "pano_0001_000137.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 12.83898109, "relative_pitch": 74.42615068228268, "relative_heading": 90.68958176233653, "relative_elevation": 46.0652256179601 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003891/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003891/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003891/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003891/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003891/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003891/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003891/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003891/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003891/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87405700609508, 52.3498650858084, 49.7132241586223 ] }, "distance": 12.94, "direction": 95.07, "angle": 75.41, "elevation": 49.71, "pano_id": "TMX7316010203-002118_pano_0000_003891", "timestamp": "2021-04-26T10:17:07.327810Z", "filename": "pano_0000_003891.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 12.93928859, "relative_pitch": 75.41083273742487, "relative_heading": 95.07049480913106, "relative_elevation": 49.7132241586223 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004144/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004144/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004144/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004144/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000778_pano_0000_004144/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004144/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004144/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004144/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004144/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87367901134599, 52.3498585532429, 46.0994022004306 ] }, "distance": 13.0, "direction": 261.73, "angle": 74.25, "elevation": 46.1, "pano_id": "TMX7316010203-000778_pano_0000_004144", "timestamp": "2018-06-06T12:02:03.739920Z", "filename": "pano_0000_004144.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 13.0036453, "relative_pitch": 74.24738746019544, "relative_heading": 261.7296552889113, "relative_elevation": 46.0994022004306 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00630/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00630/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00630/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00630/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-29_12-06-07_00630/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00630/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00630/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00630/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00630/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873673041645686, 52.34986624040097, 0.0 ] }, "distance": 13.31, "direction": 265.63, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-29_12-06-07_00630", "timestamp": "2025-07-29T12:20:28Z", "filename": "recording_2025-07-29_12-06-07_00630.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 13.31394814, "relative_pitch": 0.0, "relative_heading": 265.6272706199562, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001247/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001247/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001247/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001247/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000006_pano_0001_001247/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001247/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001247/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001247/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001247/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8740683774836, 52.3498784723566, 48.2211111905053 ] }, "distance": 13.67, "direction": 88.55, "angle": 74.18, "elevation": 48.22, "pano_id": "TMX7316060226-000006_pano_0001_001247", "timestamp": "2016-07-27T07:37:34.205970Z", "filename": "pano_0001_001247.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 13.66789056, "relative_pitch": 74.17504015570309, "relative_heading": 88.54947726108672, "relative_elevation": 48.2211111905053 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001983/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001983/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001983/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001983/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002464_pano_0002_001983/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001983/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001983/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001983/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001983/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87407254129577, 52.3498734910154, 46.8356060208753 ] }, "distance": 13.95, "direction": 90.86, "angle": 73.42, "elevation": 46.84, "pano_id": "TMX7316010203-002464_pano_0002_001983", "timestamp": "2022-03-22T10:16:18.971890Z", "filename": "pano_0002_001983.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 13.94879545, "relative_pitch": 73.41517408138604, "relative_heading": 90.85567390904838, "relative_elevation": 46.8356060208753 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002167/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002167/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002167/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002167/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001706_pano_0000_002167/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002167/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002167/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002167/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002167/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87407613115146, 52.3498788302403, 45.795851633884 ] }, "distance": 14.2, "direction": 88.44, "angle": 72.78, "elevation": 45.8, "pano_id": "TMX7316010203-001706_pano_0000_002167", "timestamp": "2020-05-13T09:46:38.788840Z", "filename": "pano_0000_002167.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 14.19709892, "relative_pitch": 72.77612446110366, "relative_heading": 88.44278228989249, "relative_elevation": 45.795851633884 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003568/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003568/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003568/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003568/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003568/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003568/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003568/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003568/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003568/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87365392904202, 52.3498638608137, 45.7440236127004 ] }, "distance": 14.63, "direction": 264.98, "angle": 72.26, "elevation": 45.74, "pano_id": "TMX7316010203-002118_pano_0000_003568", "timestamp": "2021-04-26T10:10:39.940820Z", "filename": "pano_0000_003568.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 14.63363132, "relative_pitch": 72.26039162684597, "relative_heading": 264.9823437450978, "relative_elevation": 45.7440236127004 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001817/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001817/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001817/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001817/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001161_pano_0000_001817/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001817/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001817/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001817/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001817/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87365378959966, 52.3498572167403, 46.2827191567048 ] }, "distance": 14.73, "direction": 262.12, "angle": 72.35, "elevation": 46.28, "pano_id": "TMX7316010203-001161_pano_0000_001817", "timestamp": "2019-05-03T12:41:45.644670Z", "filename": "pano_0000_001817.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 14.72614738, "relative_pitch": 72.35006952837144, "relative_heading": 262.1189280535401, "relative_elevation": 46.2827191567048 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001811/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001811/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001811/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001811/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001161_pano_0000_001811/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001811/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001811/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001811/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001811/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87408876390279, 52.3498776014893, 46.1827728729695 ] }, "distance": 15.05, "direction": 89.05, "angle": 71.94, "elevation": 46.18, "pano_id": "TMX7316010203-001161_pano_0000_001811", "timestamp": "2019-05-03T12:41:40.779700Z", "filename": "pano_0000_001811.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 15.05472903, "relative_pitch": 71.94499032478498, "relative_heading": 89.05198488068525, "relative_elevation": 46.1827728729695 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00057/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00057/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00057/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00057/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241106_0927_Track30_Sphere_00057/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00057/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00057/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00057/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00057/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874088629509803, 52.34988431960405, 0.0 ] }, "distance": 15.08, "direction": 86.21, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241106_0927_Track30_Sphere_00057", "timestamp": "2024-11-06T09:45:15Z", "filename": "Job_20241106_0927_Track30_Sphere_00057.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 15.07648582, "relative_pitch": 0.0, "relative_heading": 86.20968226381986, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003562/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003562/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003562/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003562/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003562/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003562/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003562/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003562/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003562/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8740905957586, 52.349881226529, 45.6097132591531 ] }, "distance": 15.19, "direction": 87.54, "angle": 71.58, "elevation": 45.61, "pano_id": "TMX7316010203-002118_pano_0000_003562", "timestamp": "2021-04-26T10:10:33.715820Z", "filename": "pano_0000_003562.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 15.19150971, "relative_pitch": 71.5783118892057, "relative_heading": 87.53845838726536, "relative_elevation": 45.6097132591531 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00063/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00063/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00063/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00063/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241106_0927_Track30_Sphere_00063/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00063/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00063/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00063/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00063/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873637667935493, 52.349868980980204, 0.0 ] }, "distance": 15.7, "direction": 267.41, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241106_0927_Track30_Sphere_00063", "timestamp": "2024-11-06T09:45:23Z", "filename": "Job_20241106_0927_Track30_Sphere_00063.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 15.70167136, "relative_pitch": 0.0, "relative_heading": 267.4077519509363, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002161/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002161/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002161/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002161/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001706_pano_0000_002161/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002161/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002161/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002161/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002161/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8736337080205, 52.3498611576837, 45.9126365501434 ] }, "distance": 16.03, "direction": 264.34, "angle": 70.75, "elevation": 45.91, "pano_id": "TMX7316010203-001706_pano_0000_002161", "timestamp": "2020-05-13T09:46:34.658850Z", "filename": "pano_0000_002161.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 16.03354712, "relative_pitch": 70.74984798953817, "relative_heading": 264.3422559993185, "relative_elevation": 45.9126365501434 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00624/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00624/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00624/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00624/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-29_12-06-07_00624/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00624/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00624/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00624/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00624/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874112432349604, 52.349882050021634, 0.0 ] }, "distance": 16.68, "direction": 87.44, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-29_12-06-07_00624", "timestamp": "2025-07-29T12:20:21Z", "filename": "recording_2025-07-29_12-06-07_00624.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 16.68206881, "relative_pitch": 0.0, "relative_heading": 87.44350305468667, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001977/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001977/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001977/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001977/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002464_pano_0002_001977/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001977/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001977/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001977/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001977/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87362267902611, 52.3498564411935, 47.212597515434 ] }, "distance": 16.84, "direction": 262.82, "angle": 70.37, "elevation": 47.21, "pano_id": "TMX7316010203-002464_pano_0002_001977", "timestamp": "2022-03-22T10:16:12.671690Z", "filename": "pano_0002_001977.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 16.83912319, "relative_pitch": 70.3704162971528, "relative_heading": 262.81714924534305, "relative_elevation": 47.212597515434 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003897/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003897/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003897/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003897/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003897/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003897/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003897/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003897/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003897/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87362285774033, 52.3498455827099, 49.8508396055549 ] }, "distance": 17.02, "direction": 258.77, "angle": 71.15, "elevation": 49.85, "pano_id": "TMX7316010203-002118_pano_0000_003897", "timestamp": "2021-04-26T10:17:13.202760Z", "filename": "pano_0000_003897.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 17.02049849, "relative_pitch": 71.14863169182055, "relative_heading": 258.77322294145716, "relative_elevation": 49.8508396055549 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001253/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001253/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001253/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001253/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000006_pano_0001_001253/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001253/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001253/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001253/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001253/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87361558142789, 52.3498588301151, 48.3074566330761 ] }, "distance": 17.29, "direction": 263.89, "angle": 70.31, "elevation": 48.31, "pano_id": "TMX7316060226-000006_pano_0001_001253", "timestamp": "2016-07-27T07:37:40.180980Z", "filename": "pano_0001_001253.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 17.28876886, "relative_pitch": 70.3082054621877, "relative_heading": 263.8916682826417, "relative_elevation": 48.3074566330761 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004138/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004138/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004138/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004138/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000778_pano_0000_004138/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004138/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004138/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004138/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004138/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8741218461887, 52.3498766817309, 46.0292622987181 ] }, "distance": 17.31, "direction": 89.51, "angle": 69.39, "elevation": 46.03, "pano_id": "TMX7316010203-000778_pano_0000_004138", "timestamp": "2018-06-06T12:01:57.259960Z", "filename": "pano_0000_004138.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 17.30756101, "relative_pitch": 69.393130421041, "relative_heading": 89.5141986383152, "relative_elevation": 46.0292622987181 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000143/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000143/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000143/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000143/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002798_pano_0001_000143/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000143/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000143/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000143/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000143/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8736131949835, 52.3498557281109, 46.3488962361589 ] }, "distance": 17.49, "direction": 262.82, "angle": 69.33, "elevation": 46.35, "pano_id": "TMX7316010203-002798_pano_0001_000143", "timestamp": "2022-09-05T10:53:23.773750Z", "filename": "pano_0001_000143.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 17.4902283, "relative_pitch": 69.32548999508737, "relative_heading": 262.82397215117555, "relative_elevation": 46.3488962361589 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003890/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003890/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003890/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003890/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003890/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003890/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003890/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003890/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003890/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87413015073277, 52.3498681431429, 49.6934733306989 ] }, "distance": 17.89, "direction": 92.57, "angle": 70.2, "elevation": 49.69, "pano_id": "TMX7316010203-002118_pano_0000_003890", "timestamp": "2021-04-26T10:17:06.612800Z", "filename": "pano_0000_003890.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 17.89087137, "relative_pitch": 70.19987740880632, "relative_heading": 92.57368436280342, "relative_elevation": 49.6934733306989 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000136/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000136/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000136/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000136/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002798_pano_0001_000136/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000136/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002798_pano_0001_000136/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000136/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002798/pano_0001_000136/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87413073489497, 52.3498775955366, 46.03654151503 ] }, "distance": 17.91, "direction": 89.21, "angle": 68.74, "elevation": 46.04, "pano_id": "TMX7316010203-002798_pano_0001_000136", "timestamp": "2022-09-05T10:53:15.003890Z", "filename": "pano_0001_000136.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 17.91434927, "relative_pitch": 68.73733361977979, "relative_heading": 89.20541284301706, "relative_elevation": 46.03654151503 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004145/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004145/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004145/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004145/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000778_pano_0000_004145/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004145/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000778_pano_0000_004145/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004145/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/06/TMX7316010203-000778/pano_0000_004145/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87360498314923, 52.3498570513637, 46.0845360476524 ] }, "distance": 18.03, "direction": 263.51, "angle": 68.63, "elevation": 46.08, "pano_id": "TMX7316010203-000778_pano_0000_004145", "timestamp": "2018-06-06T12:02:05.259930Z", "filename": "pano_0000_004145.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 18.0283104, "relative_pitch": 68.6345196920244, "relative_heading": 263.51043298203797, "relative_elevation": 46.0845360476524 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00631/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00631/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00631/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00631/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-29_12-06-07_00631/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00631/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-29_12-06-07_00631/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00631/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-29_12-06-07_00631/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873599951870864, 52.34986232816154, 0.0 ] }, "distance": 18.31, "direction": 265.46, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-29_12-06-07_00631", "timestamp": "2025-07-29T12:20:29Z", "filename": "recording_2025-07-29_12-06-07_00631.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 18.31315746, "relative_pitch": 0.0, "relative_heading": 265.4573311470595, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001246/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001246/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001246/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001246/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000006_pano_0001_001246/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001246/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000006_pano_0001_001246/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001246/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/27/TMX7316060226-000006/pano_0001_001246/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87414372922797, 52.3498808462871, 48.2135139107704 ] }, "distance": 18.81, "direction": 88.14, "angle": 68.69, "elevation": 48.21, "pano_id": "TMX7316060226-000006_pano_0001_001246", "timestamp": "2016-07-27T07:37:33.385970Z", "filename": "pano_0001_001246.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 18.80797589, "relative_pitch": 68.68936291774425, "relative_heading": 88.14091440253404, "relative_elevation": 48.2135139107704 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001984/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001984/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001984/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001984/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002464_pano_0002_001984/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001984/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002464_pano_0002_001984/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001984/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002464/pano_0002_001984/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87414696855476, 52.3498773859531, 46.8146987874061 ] }, "distance": 19.02, "direction": 89.32, "angle": 67.89, "elevation": 46.81, "pano_id": "TMX7316010203-002464_pano_0002_001984", "timestamp": "2022-03-22T10:16:19.866670Z", "filename": "pano_0002_001984.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 19.02014172, "relative_pitch": 67.88879697283758, "relative_heading": 89.32185635725727, "relative_elevation": 46.8146987874061 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002168/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002168/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002168/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002168/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001706_pano_0000_002168/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002168/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001706_pano_0000_002168/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002168/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001706/pano_0000_002168/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87414992072578, 52.3498810788178, 45.7802451802418 ] }, "distance": 19.23, "direction": 88.1, "angle": 67.21, "elevation": 45.78, "pano_id": "TMX7316010203-001706_pano_0000_002168", "timestamp": "2020-05-13T09:46:39.383920Z", "filename": "pano_0000_002168.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 19.23049376, "relative_pitch": 67.21462529602107, "relative_heading": 88.10463790097225, "relative_elevation": 45.7802451802418 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001818/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001818/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001818/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001818/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001161_pano_0000_001818/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001818/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001818/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001818/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001818/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87358142283342, 52.349859058617, 46.273505827412 ] }, "distance": 19.6, "direction": 264.69, "angle": 67.04, "elevation": 46.27, "pano_id": "TMX7316010203-001161_pano_0000_001818", "timestamp": "2019-05-03T12:41:46.644680Z", "filename": "pano_0000_001818.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 19.60236015, "relative_pitch": 67.04153620704818, "relative_heading": 264.68955478104823, "relative_elevation": 46.273505827412 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003569/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003569/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003569/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003569/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003569/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003569/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003569/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003569/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003569/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87358050925859, 52.3498615212594, 45.7975302254781 ] }, "distance": 19.64, "direction": 265.5, "angle": 66.79, "elevation": 45.8, "pano_id": "TMX7316010203-002118_pano_0000_003569", "timestamp": "2021-04-26T10:10:46.105740Z", "filename": "pano_0000_003569.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 19.6409584, "relative_pitch": 66.78720002189773, "relative_heading": 265.5023419226708, "relative_elevation": 45.7975302254781 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001751/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001751/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001751/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001751/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000263_pano_0001_001751/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000263_pano_0001_001751/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000263_pano_0001_001751/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001751/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001751/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87416055525219, 52.349881658467, 45.5626755002886 ] }, "distance": 19.96, "direction": 87.99, "angle": 66.35, "elevation": 45.56, "pano_id": "TMX7316010203-000263_pano_0001_001751", "timestamp": "2017-04-19T08:57:26.042140Z", "filename": "pano_0001_001751.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 19.956922, "relative_pitch": 66.34608520931674, "relative_heading": 87.98836289009432, "relative_elevation": 45.5626755002886 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001810/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001810/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001810/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001810/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001161_pano_0000_001810/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001810/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001161_pano_0000_001810/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001810/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001161/pano_0000_001810/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87416181845437, 52.3498810584149, 46.166688577272 ] }, "distance": 20.04, "direction": 88.19, "angle": 66.53, "elevation": 46.17, "pano_id": "TMX7316010203-001161_pano_0000_001810", "timestamp": "2019-05-03T12:41:40.024800Z", "filename": "pano_0000_001810.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 20.04072306, "relative_pitch": 66.53458215005848, "relative_heading": 88.1877768396092, "relative_elevation": 46.166688577272 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00056/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00056/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00056/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00056/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241106_0927_Track30_Sphere_00056/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00056/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00056/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00056/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241106_0927_Track30_Sphere_00056/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874161743078865, 52.34988744970925, 0.0 ] }, "distance": 20.07, "direction": 86.16, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241106_0927_Track30_Sphere_00056", "timestamp": "2024-11-06T09:45:14Z", "filename": "Job_20241106_0927_Track30_Sphere_00056.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 20.07067423, "relative_pitch": 0.0, "relative_heading": 86.15768340834784, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003561/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003561/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003561/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003561/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002118_pano_0000_003561/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003561/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002118_pano_0000_003561/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003561/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/26/TMX7316010203-002118/pano_0000_003561/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87416347607767, 52.3498834910825, 45.6006108820438 ] }, "distance": 20.16, "direction": 87.43, "angle": 66.15, "elevation": 45.6, "pano_id": "TMX7316010203-002118_pano_0000_003561", "timestamp": "2021-04-26T10:10:32.810920Z", "filename": "pano_0000_003561.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 20.16394608, "relative_pitch": 66.14566258910588, "relative_heading": 87.42911570345086, "relative_elevation": 45.6006108820438 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241106_0927_Track30_Sphere_00060/adjacencies/b_20241106_0927_Track30_Sphere_00060/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001755/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001755/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001755/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001755/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000263_pano_0001_001755/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000263_pano_0001_001755/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000263_pano_0001_001755/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001755/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/19/TMX7316010203-000263/pano_0001_001755/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87357198307949, 52.3498580610295, 45.7030304810032 ] }, "distance": 20.25, "direction": 264.55, "angle": 66.1, "elevation": 45.7, "pano_id": "TMX7316010203-000263_pano_0001_001755", "timestamp": "2017-04-19T08:57:32.016960Z", "filename": "pano_0001_001755.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_20241106_0927_Track30_Sphere_00060", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120023.81908570873, 484786.9264587637 ] }, "relative_distance": 20.25317493, "relative_pitch": 66.09960228889554, "relative_heading": 264.54529518759784, "relative_elevation": 45.7030304810032 } ] } }