Adjacencies
Parameters:
- newest_in_range: (boolean) only return photos that are the newest within their distance interval
- srid: (integer) projection of coordinates, either 4326 or 28992
- near: (string) two-dimensional point, separated by a comma; "<lon>,<lat>" when "srid=4326", "<x>,<y>" when "srid=28992"
- radius: (number) search radius in meters from point "near"
- bbox: (string) only return photos contained by bounding box, two two-dimensional points "<northwest>,<southeast>", same as point "near"
- timestamp_before: (string) ISO date format (yyyy-mm-dd)
- timestamp_after: (string) ISO date format (yyyy-mm-dd)
- tags: (string) a comma-seperated list of tags to filter on, for example: "mission-bi,mission2017"
- limit_results: (integer) limit on the returned results (impacts count and pagination: if more results are available, they don't show up in counts). Can be used for performance reasons
GET /panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00014/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00014/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00014/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00014/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1041_Track01_Sphere_00014/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00014/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00014/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91958512627077, 52.37247496248759, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1041_Track01_Sphere_00014", "timestamp": "2025-01-08T10:05:09Z", "filename": "Job_20250108_1041_Track01_Sphere_00014.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 0.0, "relative_pitch": 0.0, "relative_heading": null, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000052/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000052/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000052/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000052/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000052/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000052/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000052/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000052/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000052/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9195832693819, 52.372483001593, 46.1053144112229 ] }, "distance": 0.9, "direction": 351.95, "angle": 88.88, "elevation": 46.11, "pano_id": "TMX7316010203-000247_pano_0000_000052", "timestamp": "2017-04-05T13:50:28.565930Z", "filename": "pano_0000_000052.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 0.90344212, "relative_pitch": 88.87742232157638, "relative_heading": 351.9531539826492, "relative_elevation": 46.1053144112229 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003811/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003811/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003811/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003811/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003811/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003811/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003811/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003811/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003811/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91958987908563, 52.3724894610226, 46.8461072528735 ] }, "distance": 1.65, "direction": 11.35, "angle": 87.99, "elevation": 46.85, "pano_id": "TMX7316010203-001195_pano_0000_003811", "timestamp": "2019-05-21T10:59:03.333860Z", "filename": "pano_0000_003811.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 1.64546923, "relative_pitch": 87.9883131403319, "relative_heading": 11.345255482703203, "relative_elevation": 46.8461072528735 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003428/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003428/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003428/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003428/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000719_pano_0000_003428/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003428/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003428/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003428/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003428/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91960291975442, 52.3724878809248, 46.1218496933579 ] }, "distance": 1.88, "direction": 40.13, "angle": 87.67, "elevation": 46.12, "pano_id": "TMX7316010203-000719_pano_0000_003428", "timestamp": "2018-05-14T12:37:54.738010Z", "filename": "pano_0000_003428.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 1.88015134, "relative_pitch": 87.66563732049624, "relative_heading": 40.13198327008017, "relative_elevation": 46.1218496933579 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01852/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01852/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01852/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01852/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01852/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01852/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01852/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01852/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01852/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919584825133986, 52.37245616803041, 0.0 ] }, "distance": 2.09, "direction": 180.56, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01852", "timestamp": "2025-06-19T08:22:40Z", "filename": "recording_2025-06-19_07-14-50_01852.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 2.09144286, "relative_pitch": 0.0, "relative_heading": 180.56187084099608, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002624_pano_0004_000016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91961379084431, 52.3724840772116, 48.0476750675589 ] }, "distance": 2.2, "direction": 62.55, "angle": 87.38, "elevation": 48.05, "pano_id": "TMX7316010203-002624_pano_0004_000016", "timestamp": "2022-06-23T10:44:56.138090Z", "filename": "pano_0004_000016.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 2.19998524, "relative_pitch": 87.3783977710976, "relative_heading": 62.54708897799151, "relative_elevation": 48.0476750675589 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000927/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000927/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000927/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000927/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000927/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000927/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000927/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000927/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000927/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91958250236185, 52.3724989843198, 46.1587378466502 ] }, "distance": 2.68, "direction": 356.18, "angle": 86.68, "elevation": 46.16, "pano_id": "TMX7315120208-000054_pano_0001_000927", "timestamp": "2016-05-19T12:50:30.697900Z", "filename": "pano_0001_000927.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 2.67898247, "relative_pitch": 86.67836693991599, "relative_heading": 356.1751641279338, "relative_elevation": 46.1587378466502 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001378/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001378/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001378/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001378/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001378/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001378/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001378/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001378/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001378/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9195784993577, 52.3724989938906, 46.1310989195481 ] }, "distance": 2.71, "direction": 350.42, "angle": 86.64, "elevation": 46.13, "pano_id": "TMX7316010203-001669_pano_0000_001378", "timestamp": "2020-04-22T10:29:19.281870Z", "filename": "pano_0000_001378.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 2.71190161, "relative_pitch": 86.63563414320939, "relative_heading": 350.4198083403034, "relative_elevation": 46.1310989195481 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000015/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000015/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000015/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000015/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002624_pano_0004_000015/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000015/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000015/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000015/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000015/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91954506043775, 52.3724768616768, 48.0843198047951 ] }, "distance": 2.74, "direction": 274.43, "angle": 86.74, "elevation": 48.08, "pano_id": "TMX7316010203-002624_pano_0004_000015", "timestamp": "2022-06-23T10:44:54.798080Z", "filename": "pano_0004_000015.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 2.73691697, "relative_pitch": 86.74228994754473, "relative_heading": 274.4285203078511, "relative_elevation": 48.0843198047951 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001377/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001377/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001377/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001377/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001377/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001377/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001377/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001377/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001377/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91963042140141, 52.3724672814061, 46.1080561345443 ] }, "distance": 3.2, "direction": 105.49, "angle": 86.03, "elevation": 46.11, "pano_id": "TMX7316010203-001669_pano_0000_001377", "timestamp": "2020-04-22T10:29:18.666890Z", "filename": "pano_0000_001377.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 3.20111016, "relative_pitch": 86.02854062219738, "relative_heading": 105.48602210704722, "relative_elevation": 46.1080561345443 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001369/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001369/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001369/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001369/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001369/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001369/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001369/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001369/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001369/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9196328455059, 52.3724721989929, 46.0280107650906 ] }, "distance": 3.26, "direction": 95.41, "angle": 85.94, "elevation": 46.03, "pano_id": "TMX7315120208-000056_pano_0000_001369", "timestamp": "2016-05-24T11:35:34.924660Z", "filename": "pano_0000_001369.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 3.26450814, "relative_pitch": 85.9431256314449, "relative_heading": 95.40507445045247, "relative_elevation": 46.0280107650906 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000928/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000928/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000928/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000928/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000928/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000928/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000928/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000928/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000928/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91963333778154, 52.3724673526198, 46.1473591094837 ] }, "distance": 3.39, "direction": 104.46, "angle": 85.8, "elevation": 46.15, "pano_id": "TMX7315120208-000054_pano_0001_000928", "timestamp": "2016-05-19T12:50:31.812780Z", "filename": "pano_0001_000928.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 3.39095081, "relative_pitch": 85.7974059381531, "relative_heading": 104.4608441889277, "relative_elevation": 46.1473591094837 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001370/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001370/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001370/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001370/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001370/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001370/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001370/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001370/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001370/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91957538689575, 52.3725056464801, 46.0148460296914 ] }, "distance": 3.48, "direction": 349.01, "angle": 85.68, "elevation": 46.01, "pano_id": "TMX7315120208-000056_pano_0000_001370", "timestamp": "2016-05-24T11:35:36.154690Z", "filename": "pano_0000_001370.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 3.47817884, "relative_pitch": 85.67733595179625, "relative_heading": 349.00592354347714, "relative_elevation": 46.0148460296914 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01853/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01853/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01853/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01853/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01853/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01853/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01853/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01853/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01853/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919627599121078, 52.37249253038924, 0.0 ] }, "distance": 3.49, "direction": 55.95, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01853", "timestamp": "2025-06-19T08:22:58Z", "filename": "recording_2025-06-19_07-14-50_01853.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 3.49128364, "relative_pitch": 0.0, "relative_heading": 55.94935104178523, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01878/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01878/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01878/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01878/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01878/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01878/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01878/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01878/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01878/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919534537301238, 52.372469522865, 0.0 ] }, "distance": 3.5, "direction": 260.04, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01878", "timestamp": "2025-06-19T08:23:36Z", "filename": "recording_2025-06-19_07-14-50_01878.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 3.49820501, "relative_pitch": 0.0, "relative_heading": 260.0360427585635, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00015/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00015/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00015/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00015/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1041_Track01_Sphere_00015/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00015/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00015/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00015/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00015/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919625106481713, 52.372503323754096, 0.0 ] }, "distance": 4.17, "direction": 40.79, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1041_Track01_Sphere_00015", "timestamp": "2025-01-08T10:05:11Z", "filename": "Job_20250108_1041_Track01_Sphere_00015.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 4.1681961, "relative_pitch": 0.0, "relative_heading": 40.78778914070783, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003810/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003810/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003810/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003810/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003810/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003810/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003810/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003810/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003810/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91964089082099, 52.3724570024806, 46.8451410839334 ] }, "distance": 4.29, "direction": 117.75, "angle": 84.77, "elevation": 46.85, "pano_id": "TMX7316010203-001195_pano_0000_003810", "timestamp": "2019-05-21T10:59:02.164120Z", "filename": "pano_0000_003810.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 4.29164869, "relative_pitch": 84.76554314363997, "relative_heading": 117.7535290405273, "relative_elevation": 46.8451410839334 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000285/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000285/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000285/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000285/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0000_000285/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0000_000285/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0000_000285/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000285/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000285/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91954082190514, 52.3724464051733, 46.1561632892117 ] }, "distance": 4.38, "direction": 223.52, "angle": 84.58, "elevation": 46.16, "pano_id": "TMX7316010203-002048_pano_0000_000285", "timestamp": "2021-03-18T11:51:16.056710Z", "filename": "pano_0000_000285.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 4.38207527, "relative_pitch": 84.57658329032427, "relative_heading": 223.51799370469226, "relative_elevation": 46.1561632892117 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000044/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000044/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000044/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000044/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000044/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000044/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000044/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000044/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000044/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91964363322887, 52.3724581196142, 46.4771495861933 ] }, "distance": 4.4, "direction": 115.19, "angle": 84.59, "elevation": 46.48, "pano_id": "TMX7316010203-000247_pano_0000_000044", "timestamp": "2017-04-05T13:49:34.771350Z", "filename": "pano_0000_000044.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 4.40345921, "relative_pitch": 84.58768998554035, "relative_heading": 115.18961216104589, "relative_elevation": 46.4771495861933 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003427/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003427/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003427/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003427/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000719_pano_0000_003427/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003427/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003427/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003427/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003427/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91965332893496, 52.3724544129469, 46.0895487945527 ] }, "distance": 5.18, "direction": 116.21, "angle": 83.59, "elevation": 46.09, "pano_id": "TMX7316010203-000719_pano_0000_003427", "timestamp": "2018-05-14T12:37:53.378020Z", "filename": "pano_0000_003427.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 5.17737384, "relative_pitch": 83.59066648260325, "relative_heading": 116.20980771335385, "relative_elevation": 46.0895487945527 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00013/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00013/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00013/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00013/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1041_Track01_Sphere_00013/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00013/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00013/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00013/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00013/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919505951462456, 52.37247465877119, 0.0 ] }, "distance": 5.39, "direction": 269.64, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1041_Track01_Sphere_00013", "timestamp": "2025-01-08T10:05:07Z", "filename": "Job_20250108_1041_Track01_Sphere_00013.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 5.39242936, "relative_pitch": 0.0, "relative_heading": 269.6409403035632, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00110/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00110/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00110/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00110/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track02_Sphere_00110/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track02_Sphere_00110/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track02_Sphere_00110/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00110/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00110/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919625581305216, 52.37243320364163, 0.0 ] }, "distance": 5.4, "direction": 149.33, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track02_Sphere_00110", "timestamp": "2025-01-30T08:50:31Z", "filename": "Job_20250130_0915_Track02_Sphere_00110.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 5.40214463, "relative_pitch": 0.0, "relative_heading": 149.33417435413043, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003429/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003429/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003429/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003429/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000719_pano_0000_003429/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003429/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003429/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003429/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003429/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91955074869948, 52.3725194822752, 46.1140500986949 ] }, "distance": 5.48, "direction": 334.7, "angle": 83.22, "elevation": 46.11, "pano_id": "TMX7316010203-000719_pano_0000_003429", "timestamp": "2018-05-14T12:37:55.878030Z", "filename": "pano_0000_003429.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 5.47933546, "relative_pitch": 83.22380668740826, "relative_heading": 334.70348710508745, "relative_elevation": 46.1140500986949 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000043/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000043/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000043/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000043/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000043/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000043/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000043/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000043/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000043/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91954403280995, 52.3725229778432, 46.5226589431986 ] }, "distance": 6.03, "direction": 332.35, "angle": 82.61, "elevation": 46.52, "pano_id": "TMX7316010203-000247_pano_0000_000043", "timestamp": "2017-04-05T13:49:32.896280Z", "filename": "pano_0000_000043.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 6.0315238, "relative_pitch": 82.61297727929268, "relative_heading": 332.3533620590601, "relative_elevation": 46.5226589431986 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003812/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003812/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003812/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003812/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003812/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003812/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003812/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003812/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003812/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91953662576389, 52.3725208255017, 46.8058969881386 ] }, "distance": 6.08, "direction": 327.09, "angle": 82.6, "elevation": 46.81, "pano_id": "TMX7316010203-001195_pano_0000_003812", "timestamp": "2019-05-21T10:59:04.428790Z", "filename": "pano_0000_003812.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 6.07911386, "relative_pitch": 82.59989259019419, "relative_heading": 327.0867565320362, "relative_elevation": 46.8058969881386 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000298/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000298/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000298/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000298/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0000_000298/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0000_000298/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0000_000298/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000298/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000298/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9194936013778, 52.3724730532902, 46.2341956058517 ] }, "distance": 6.24, "direction": 268.05, "angle": 82.32, "elevation": 46.23, "pano_id": "TMX7316010203-002048_pano_0000_000298", "timestamp": "2021-03-18T11:51:45.716530Z", "filename": "pano_0000_000298.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 6.23706446, "relative_pitch": 82.3170923404428, "relative_heading": 268.0480687442216, "relative_elevation": 46.2341956058517 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000286/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000286/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000286/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000286/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0000_000286/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0000_000286/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0000_000286/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000286/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000286/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91948804545994, 52.3724814657853, 46.1431330386549 ] }, "distance": 6.65, "direction": 276.25, "angle": 81.8, "elevation": 46.14, "pano_id": "TMX7316010203-002048_pano_0000_000286", "timestamp": "2021-03-18T11:51:23.411640Z", "filename": "pano_0000_000286.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 6.65132217, "relative_pitch": 81.79757307412575, "relative_heading": 276.24606971383645, "relative_elevation": 46.1431330386549 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002624_pano_0004_000017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91963357360547, 52.3725278029253, 48.0725679369643 ] }, "distance": 6.74, "direction": 29.3, "angle": 82.02, "elevation": 48.07, "pano_id": "TMX7316010203-002624_pano_0004_000017", "timestamp": "2022-06-23T10:44:57.648080Z", "filename": "pano_0004_000017.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 6.74233946, "relative_pitch": 82.0161523649003, "relative_heading": 29.299946560872467, "relative_elevation": 48.0725679369643 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01851/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01851/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01851/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01851/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01851/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01851/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01851/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01851/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01851/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919601379418149, 52.37241250827461, 0.0 ] }, "distance": 7.04, "direction": 170.95, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01851", "timestamp": "2025-06-19T08:21:55Z", "filename": "recording_2025-06-19_07-14-50_01851.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 7.03716298, "relative_pitch": 0.0, "relative_heading": 170.9497728125837, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01854/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01854/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01854/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01854/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01854/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01854/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01854/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01854/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01854/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919614897092408, 52.372537113117495, 0.0 ] }, "distance": 7.21, "direction": 16.34, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01854", "timestamp": "2025-06-19T08:22:59Z", "filename": "recording_2025-06-19_07-14-50_01854.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 7.20687557, "relative_pitch": 0.0, "relative_heading": 16.34022028084071, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000926/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000926/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000926/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000926/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000926/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000926/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000926/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000926/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000926/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91953040082998, 52.3725304375343, 46.141870919615 ] }, "distance": 7.21, "direction": 328.88, "angle": 81.12, "elevation": 46.14, "pano_id": "TMX7315120208-000054_pano_0001_000926", "timestamp": "2016-05-19T12:50:29.582800Z", "filename": "pano_0001_000926.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 7.21089939, "relative_pitch": 81.11784743082926, "relative_heading": 328.876921805169, "relative_elevation": 46.141870919615 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001379/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001379/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001379/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001379/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001379/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001379/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001379/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001379/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001379/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91952715587141, 52.3725306259142, 46.1283307466656 ] }, "distance": 7.35, "direction": 327.49, "angle": 80.95, "elevation": 46.13, "pano_id": "TMX7316010203-001669_pano_0000_001379", "timestamp": "2020-04-22T10:29:19.891950Z", "filename": "pano_0000_001379.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 7.34524132, "relative_pitch": 80.95246952207778, "relative_heading": 327.48553412796537, "relative_elevation": 46.1283307466656 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000014/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000014/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000014/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000014/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002624_pano_0004_000014/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000014/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000014/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000014/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000014/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91948273597177, 52.3724979580873, 48.1342205712572 ] }, "distance": 7.43, "direction": 290.15, "angle": 81.23, "elevation": 48.13, "pano_id": "TMX7316010203-002624_pano_0004_000014", "timestamp": "2022-06-23T10:44:53.633100Z", "filename": "pano_0004_000014.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 7.42809243, "relative_pitch": 81.22729528970709, "relative_heading": 290.1500370403119, "relative_elevation": 48.1342205712572 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1041_Track01_Sphere_00016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91961521482703, 52.372543190053165, 0.0 ] }, "distance": 7.86, "direction": 15.11, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1041_Track01_Sphere_00016", "timestamp": "2025-01-08T10:05:12Z", "filename": "Job_20250108_1041_Track01_Sphere_00016.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 7.86368431, "relative_pitch": 0.0, "relative_heading": 15.105279261136241, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001376/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001376/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001376/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001376/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001376/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001376/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001376/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001376/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001376/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91968231532073, 52.3724355504929, 46.0375253744423 ] }, "distance": 7.94, "direction": 123.53, "angle": 80.21, "elevation": 46.04, "pano_id": "TMX7316010203-001669_pano_0000_001376", "timestamp": "2020-04-22T10:29:18.042020Z", "filename": "pano_0000_001376.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 7.9402153, "relative_pitch": 80.21431652984279, "relative_heading": 123.52634354285648, "relative_elevation": 46.0375253744423 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000929/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000929/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000929/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000929/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000929/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000929/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000929/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000929/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000929/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91968348548115, 52.372435961714, 46.0970392096788 ] }, "distance": 7.98, "direction": 122.94, "angle": 80.18, "elevation": 46.1, "pano_id": "TMX7315120208-000054_pano_0001_000929", "timestamp": "2016-05-19T12:50:32.912800Z", "filename": "pano_0001_000929.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 7.98180166, "relative_pitch": 80.17651433193369, "relative_heading": 122.9365405630829, "relative_elevation": 46.0970392096788 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01877/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01877/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01877/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01877/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01877/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01877/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01877/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01877/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01877/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919470731742132, 52.37249200071716, 0.0 ] }, "distance": 8.02, "direction": 283.68, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01877", "timestamp": "2025-06-19T08:23:34Z", "filename": "recording_2025-06-19_07-14-50_01877.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 8.01838113, "relative_pitch": 0.0, "relative_heading": 283.6769566164637, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001368/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001368/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001368/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001368/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001368/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001368/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001368/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001368/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001368/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91968163659027, 52.3724320560723, 45.9880223404616 ] }, "distance": 8.12, "direction": 125.99, "angle": 79.98, "elevation": 45.99, "pano_id": "TMX7315120208-000056_pano_0000_001368", "timestamp": "2016-05-24T11:35:33.034840Z", "filename": "pano_0000_001368.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 8.12397344, "relative_pitch": 79.98182272251162, "relative_heading": 125.9932899848384, "relative_elevation": 45.9880223404616 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001371/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001371/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001371/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001371/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001371/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001371/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001371/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001371/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001371/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91952020253565, 52.3725389964033, 45.9828160172328 ] }, "distance": 8.39, "direction": 328.18, "angle": 79.66, "elevation": 45.98, "pano_id": "TMX7315120208-000056_pano_0000_001371", "timestamp": "2016-05-24T11:35:37.204680Z", "filename": "pano_0000_001371.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 8.38582791, "relative_pitch": 79.66462163386393, "relative_heading": 328.1777695401972, "relative_elevation": 45.9828160172328 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003809/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003809/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003809/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003809/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003809/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003809/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003809/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003809/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003809/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91967965172616, 52.3724185568061, 46.791535794735 ] }, "distance": 8.99, "direction": 134.27, "angle": 79.12, "elevation": 46.79, "pano_id": "TMX7316010203-001195_pano_0000_003809", "timestamp": "2019-05-21T10:59:00.608880Z", "filename": "pano_0000_003809.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 8.99110296, "relative_pitch": 79.12305694324712, "relative_heading": 134.27312928315732, "relative_elevation": 46.791535794735 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003746/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003746/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003746/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003746/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003746/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003746/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003746/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003746/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003746/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91967831110948, 52.3725323340886, 45.7554634949192 ] }, "distance": 9.0, "direction": 44.83, "angle": 78.87, "elevation": 45.76, "pano_id": "TMX7316010203-001195_pano_0000_003746", "timestamp": "2019-05-21T10:56:49.674870Z", "filename": "pano_0000_003746.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 9.00185192, "relative_pitch": 78.86987382940953, "relative_heading": 44.83120009919851, "relative_elevation": 45.7554634949192 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003426/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003426/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003426/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003426/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000719_pano_0000_003426/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003426/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003426/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003426/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003426/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91967404292031, 52.3724091618946, 45.9721702942625 ] }, "distance": 9.5, "direction": 140.41, "angle": 78.32, "elevation": 45.97, "pano_id": "TMX7316010203-000719_pano_0000_003426", "timestamp": "2018-05-14T12:37:50.578040Z", "filename": "pano_0000_003426.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 9.50175781, "relative_pitch": 78.32225502480928, "relative_heading": 140.40651627617376, "relative_elevation": 45.9721702942625 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00109/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00109/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00109/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00109/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track02_Sphere_00109/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track02_Sphere_00109/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track02_Sphere_00109/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00109/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00109/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9196593380336, 52.37240140366108, 0.0 ] }, "distance": 9.62, "direction": 148.3, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track02_Sphere_00109", "timestamp": "2025-01-30T08:50:11Z", "filename": "Job_20250130_0915_Track02_Sphere_00109.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 9.61996995, "relative_pitch": 0.0, "relative_heading": 148.3049391836179, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000053/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000053/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000053/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000053/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000053/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000053/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000053/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000053/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000053/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91949536239487, 52.3725434266959, 46.0986075773835 ] }, "distance": 9.77, "direction": 321.25, "angle": 78.04, "elevation": 46.1, "pano_id": "TMX7316010203-000247_pano_0000_000053", "timestamp": "2017-04-05T13:50:30.415920Z", "filename": "pano_0000_000053.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 9.76799114, "relative_pitch": 78.03635825483165, "relative_heading": 321.2538810364899, "relative_elevation": 46.0986075773835 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00012/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00012/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00012/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00012/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1041_Track01_Sphere_00012/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00012/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00012/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00012/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00012/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91944580787913, 52.37250496138028, 0.0 ] }, "distance": 10.06, "direction": 289.38, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1041_Track01_Sphere_00012", "timestamp": "2025-01-08T10:05:05Z", "filename": "Job_20250108_1041_Track01_Sphere_00012.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 10.05855178, "relative_pitch": 0.0, "relative_heading": 289.3822372723543, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003430/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003430/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003430/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003430/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000719_pano_0000_003430/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003430/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003430/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003430/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003430/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91949892856731, 52.3725508299922, 46.0987062957138 ] }, "distance": 10.28, "direction": 325.19, "angle": 77.43, "elevation": 46.1, "pano_id": "TMX7316010203-000719_pano_0000_003430", "timestamp": "2018-05-14T12:37:56.932980Z", "filename": "pano_0000_003430.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 10.28267893, "relative_pitch": 77.42557477831151, "relative_heading": 325.185380968369, "relative_elevation": 46.0987062957138 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003747/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003747/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003747/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003747/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003747/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003747/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003747/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003747/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003747/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9196226756819, 52.3725645763675, 45.7525601331145 ] }, "distance": 10.29, "direction": 14.38, "angle": 77.32, "elevation": 45.75, "pano_id": "TMX7316010203-001195_pano_0000_003747", "timestamp": "2019-05-21T10:56:50.985080Z", "filename": "pano_0000_003747.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 10.29444177, "relative_pitch": 77.31947855143845, "relative_heading": 14.384096712381005, "relative_elevation": 45.7525601331145 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002624_pano_0004_000018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91958692351771, 52.3725683047994, 48.0624801516533 ] }, "distance": 10.39, "direction": 0.68, "angle": 77.8, "elevation": 48.06, "pano_id": "TMX7316010203-002624_pano_0004_000018", "timestamp": "2022-06-23T10:44:58.803120Z", "filename": "pano_0004_000018.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 10.38733284, "relative_pitch": 77.80471864881427, "relative_heading": 0.6751874903532428, "relative_elevation": 48.0624801516533 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003745/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003745/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003745/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003745/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003745/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003745/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003745/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003745/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003745/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91973362153461, 52.3725000443229, 45.7540370514616 ] }, "distance": 10.49, "direction": 74.57, "angle": 77.09, "elevation": 45.75, "pano_id": "TMX7316010203-001195_pano_0000_003745", "timestamp": "2019-05-21T10:56:48.384870Z", "filename": "pano_0000_003745.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 10.49153643, "relative_pitch": 77.0851718032819, "relative_heading": 74.57232492219407, "relative_elevation": 45.7540370514616 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000051/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000051/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000051/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000051/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000051/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000051/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000051/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000051/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000051/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91971286575889, 52.3724165458417, 46.0623934864998 ] }, "distance": 10.86, "direction": 126.77, "angle": 76.73, "elevation": 46.06, "pano_id": "TMX7316010203-000247_pano_0000_000051", "timestamp": "2017-04-05T13:49:57.771160Z", "filename": "pano_0000_000051.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 10.86010666, "relative_pitch": 76.73367523407921, "relative_heading": 126.76581510317182, "relative_elevation": 46.0623934864998 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01855/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01855/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01855/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01855/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01855/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01855/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01855/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01855/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01855/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919570231318975, 52.37257294142725, 0.0 ] }, "distance": 10.95, "direction": 354.68, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01855", "timestamp": "2025-06-19T08:23:01Z", "filename": "recording_2025-06-19_07-14-50_01855.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 10.94964309, "relative_pitch": 0.0, "relative_heading": 354.68414693617564, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003813/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003813/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003813/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003813/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003813/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003813/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003813/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003813/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003813/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91948319822812, 52.3725524976215, 46.7534780120477 ] }, "distance": 11.07, "direction": 321.18, "angle": 76.67, "elevation": 46.75, "pano_id": "TMX7316010203-001195_pano_0000_003813", "timestamp": "2019-05-21T10:59:05.518810Z", "filename": "pano_0000_003813.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 11.0737367, "relative_pitch": 76.6748368588299, "relative_heading": 321.1793492363138, "relative_elevation": 46.7534780120477 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1041_Track01_Sphere_00017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919571645881619, 52.3725766589313, 0.0 ] }, "distance": 11.35, "direction": 355.36, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1041_Track01_Sphere_00017", "timestamp": "2025-01-08T10:05:13Z", "filename": "Job_20250108_1041_Track01_Sphere_00017.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 11.35339522, "relative_pitch": 0.0, "relative_heading": 355.36166952025377, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01850/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01850/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01850/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01850/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01850/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01850/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01850/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01850/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01850/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919655602678109, 52.37238242487736, 0.0 ] }, "distance": 11.36, "direction": 155.01, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01850", "timestamp": "2025-06-19T08:21:52Z", "filename": "recording_2025-06-19_07-14-50_01850.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 11.36084345, "relative_pitch": 0.0, "relative_heading": 155.00770434250634, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000299/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000299/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000299/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000299/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0000_000299/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0000_000299/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0000_000299/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000299/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000299/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91941812186137, 52.3724709829141, 46.2512503666803 ] }, "distance": 11.38, "direction": 267.77, "angle": 76.17, "elevation": 46.25, "pano_id": "TMX7316010203-002048_pano_0000_000299", "timestamp": "2021-03-18T11:51:53.936370Z", "filename": "pano_0000_000299.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 11.38271244, "relative_pitch": 76.17393123375983, "relative_heading": 267.77051035963353, "relative_elevation": 46.2512503666803 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000013/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000013/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000013/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000013/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002624_pano_0004_000013/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000013/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000013/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000013/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000013/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91943134070357, 52.3725287564847, 48.1958338255063 ] }, "distance": 12.06, "direction": 299.75, "angle": 75.95, "elevation": 48.2, "pano_id": "TMX7316010203-002624_pano_0004_000013", "timestamp": "2022-06-23T10:44:52.693110Z", "filename": "pano_0004_000013.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 12.06364003, "relative_pitch": 75.94733076487195, "relative_heading": 299.7485211518591, "relative_elevation": 48.1958338255063 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001367/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001367/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001367/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001367/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001367/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001367/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001367/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001367/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001367/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91968955904741, 52.3723864432309, 46.0024669589475 ] }, "distance": 12.15, "direction": 144.17, "angle": 75.21, "elevation": 46.0, "pano_id": "TMX7315120208-000056_pano_0000_001367", "timestamp": "2016-05-24T11:35:30.229800Z", "filename": "pano_0000_001367.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 12.14947162, "relative_pitch": 75.20570999594217, "relative_heading": 144.16717516424401, "relative_elevation": 46.0024669589475 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000925/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000925/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000925/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000925/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000925/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000925/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000925/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000925/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000925/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91947671269634, 52.3725621998719, 46.1243272218853 ] }, "distance": 12.2, "direction": 322.74, "angle": 75.19, "elevation": 46.12, "pano_id": "TMX7315120208-000054_pano_0001_000925", "timestamp": "2016-05-19T12:50:28.517870Z", "filename": "pano_0001_000925.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 12.19631159, "relative_pitch": 75.18869257125063, "relative_heading": 322.7422893106906, "relative_elevation": 46.1243272218853 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01876/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01876/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01876/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01876/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01876/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01876/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01876/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01876/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01876/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919423013978417, 52.37252202884112, 0.0 ] }, "distance": 12.22, "direction": 295.38, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01876", "timestamp": "2025-06-19T08:23:33Z", "filename": "recording_2025-06-19_07-14-50_01876.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 12.220093, "relative_pitch": 0.0, "relative_heading": 295.3775086480876, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001380/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001380/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001380/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001380/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001380/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001380/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001380/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001380/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001380/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91947650585573, 52.372562970177, 46.1279762675986 ] }, "distance": 12.27, "direction": 322.93, "angle": 75.1, "elevation": 46.13, "pano_id": "TMX7316010203-001669_pano_0000_001380", "timestamp": "2020-04-22T10:29:20.516920Z", "filename": "pano_0000_001380.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 12.27312987, "relative_pitch": 75.10066769797383, "relative_heading": 322.93219962319785, "relative_elevation": 46.1279762675986 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000300/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000300/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000300/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000300/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0000_000300/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0000_000300/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0000_000300/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000300/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000300/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91941738091871, 52.3725162036179, 46.3088604081422 ] }, "distance": 12.31, "direction": 291.88, "angle": 75.11, "elevation": 46.31, "pano_id": "TMX7316010203-002048_pano_0000_000300", "timestamp": "2021-03-18T11:51:57.636310Z", "filename": "pano_0000_000300.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 12.31178648, "relative_pitch": 75.11161121350906, "relative_heading": 291.88470368510303, "relative_elevation": 46.3088604081422 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003808/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003808/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003808/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003808/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003808/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003808/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003808/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003808/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003808/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91967063597132, 52.3723754122983, 46.9591399217024 ] }, "distance": 12.51, "direction": 152.27, "angle": 75.08, "elevation": 46.96, "pano_id": "TMX7316010203-001195_pano_0000_003808", "timestamp": "2019-05-21T10:58:57.308880Z", "filename": "pano_0000_003808.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 12.5149887, "relative_pitch": 75.07706799093435, "relative_heading": 152.26746438774117, "relative_elevation": 46.9591399217024 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000930/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000930/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000930/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000930/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000930/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000930/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000930/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000930/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000930/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91973454873896, 52.3724060924986, 46.1017843624577 ] }, "distance": 12.74, "direction": 126.98, "angle": 74.55, "elevation": 46.1, "pano_id": "TMX7315120208-000054_pano_0001_000930", "timestamp": "2016-05-19T12:50:34.042960Z", "filename": "pano_0001_000930.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 12.73943086, "relative_pitch": 74.55278310242547, "relative_heading": 126.98128650571894, "relative_elevation": 46.1017843624577 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001375/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001375/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001375/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001375/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001375/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001375/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001375/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001375/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001375/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91973482113412, 52.3724045691643, 46.072148622945 ] }, "distance": 12.86, "direction": 127.54, "angle": 74.41, "elevation": 46.07, "pano_id": "TMX7316010203-001669_pano_0000_001375", "timestamp": "2020-04-22T10:29:17.396870Z", "filename": "pano_0000_001375.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 12.8568197, "relative_pitch": 74.40779374778529, "relative_heading": 127.53500150990074, "relative_elevation": 46.072148622945 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003748/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003748/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003748/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003748/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003748/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003748/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003748/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003748/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003748/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91956655680591, 52.3725965432072, 45.7471595648676 ] }, "distance": 13.59, "direction": 354.66, "angle": 73.46, "elevation": 45.75, "pano_id": "TMX7316010203-001195_pano_0000_003748", "timestamp": "2019-05-21T10:56:52.359850Z", "filename": "pano_0000_003748.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 13.58780883, "relative_pitch": 73.45754185487546, "relative_heading": 354.65940832910655, "relative_elevation": 45.7471595648676 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001372/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001372/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001372/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001372/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001372/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001372/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001372/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001372/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001372/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91946570531178, 52.3725728038889, 45.9592820908874 ] }, "distance": 13.59, "direction": 323.24, "angle": 73.53, "elevation": 45.96, "pano_id": "TMX7315120208-000056_pano_0000_001372", "timestamp": "2016-05-24T11:35:38.294670Z", "filename": "pano_0000_001372.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 13.58982508, "relative_pitch": 73.52743526368938, "relative_heading": 323.23839420164967, "relative_elevation": 45.9592820908874 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003744/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003744/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003744/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003744/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003744/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003744/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003744/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003744/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003744/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91978859503626, 52.3724673370358, 45.7481932612136 ] }, "distance": 13.88, "direction": 93.5, "angle": 73.12, "elevation": 45.75, "pano_id": "TMX7316010203-001195_pano_0000_003744", "timestamp": "2019-05-21T10:56:47.060050Z", "filename": "pano_0000_003744.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 13.88351153, "relative_pitch": 73.11817765341625, "relative_heading": 93.50384571650338, "relative_elevation": 45.7481932612136 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003425/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003425/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003425/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003425/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000719_pano_0000_003425/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003425/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003425/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003425/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003425/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91968911672459, 52.3723654860297, 46.1848012106493 ] }, "distance": 14.09, "direction": 149.83, "angle": 73.03, "elevation": 46.18, "pano_id": "TMX7316010203-000719_pano_0000_003425", "timestamp": "2018-05-14T12:37:47.833030Z", "filename": "pano_0000_003425.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 14.09114469, "relative_pitch": 73.0328686361514, "relative_heading": 149.8267081274902, "relative_elevation": 46.1848012106493 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00107/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00107/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00107/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00107/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track02_Sphere_00107/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track02_Sphere_00107/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track02_Sphere_00107/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00107/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track02_Sphere_00107/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919703264453489, 52.37236743285065, 0.0 ] }, "distance": 14.42, "direction": 146.08, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track02_Sphere_00107", "timestamp": "2025-01-30T08:49:55Z", "filename": "Job_20250130_0915_Track02_Sphere_00107.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 14.41895895, "relative_pitch": 0.0, "relative_heading": 146.0813251944316, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000019/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000019/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000019/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000019/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002624_pano_0004_000019/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000019/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000019/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000019/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000019/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9195286903559, 52.3726021169624, 48.0729649523273 ] }, "distance": 14.66, "direction": 344.8, "angle": 73.04, "elevation": 48.07, "pano_id": "TMX7316010203-002624_pano_0004_000019", "timestamp": "2022-06-23T10:44:59.668070Z", "filename": "pano_0004_000019.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 14.66182095, "relative_pitch": 73.03876665719632, "relative_heading": 344.80213036708886, "relative_elevation": 48.0729649523273 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003807/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003807/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003807/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003807/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003807/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003807/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003807/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003807/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003807/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91962142286917, 52.3723409399703, 47.0203936295584 ] }, "distance": 15.12, "direction": 170.59, "angle": 72.18, "elevation": 47.02, "pano_id": "TMX7316010203-001195_pano_0000_003807", "timestamp": "2019-05-21T10:58:54.153920Z", "filename": "pano_0000_003807.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 15.11677315, "relative_pitch": 72.17771482426703, "relative_heading": 170.5881584512786, "relative_elevation": 47.0203936295584 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003431/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003431/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003431/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003431/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000719_pano_0000_003431/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003431/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003431/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003431/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003431/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91944767552234, 52.3725826084462, 46.1009826110676 ] }, "distance": 15.2, "direction": 321.99, "angle": 71.75, "elevation": 46.1, "pano_id": "TMX7316010203-000719_pano_0000_003431", "timestamp": "2018-05-14T12:37:57.913020Z", "filename": "pano_0000_003431.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 15.20236627, "relative_pitch": 71.74939241566457, "relative_heading": 321.9915676867826, "relative_elevation": 46.1009826110676 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01856/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01856/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01856/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01856/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01856/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01856/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01856/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01856/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01856/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919519841932721, 52.37260566433446, 0.0 ] }, "distance": 15.21, "direction": 343.0, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01856", "timestamp": "2025-06-19T08:23:02Z", "filename": "recording_2025-06-19_07-14-50_01856.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 15.20824644, "relative_pitch": 0.0, "relative_heading": 343.00071975075525, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1041_Track01_Sphere_00018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919521840056784, 52.37260835055925, 0.0 ] }, "distance": 15.46, "direction": 343.81, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1041_Track01_Sphere_00018", "timestamp": "2025-01-08T10:05:14Z", "filename": "Job_20250108_1041_Track01_Sphere_00018.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 15.45583968, "relative_pitch": 0.0, "relative_heading": 343.8071367761542, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00011/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00011/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00011/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00011/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1041_Track01_Sphere_00011/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00011/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00011/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00011/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00011/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919384230473694, 52.37254172044582, 0.0 ] }, "distance": 15.57, "direction": 298.5, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1041_Track01_Sphere_00011", "timestamp": "2025-01-08T10:05:03Z", "filename": "Job_20250108_1041_Track01_Sphere_00011.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 15.56879994, "relative_pitch": 0.0, "relative_heading": 298.4986716339313, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01849/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01849/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01849/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01849/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01849/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01849/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01849/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01849/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01849/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919709160265183, 52.37235140410695, 0.0 ] }, "distance": 16.14, "direction": 148.43, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01849", "timestamp": "2025-06-19T08:20:36Z", "filename": "recording_2025-06-19_07-14-50_01849.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 16.13669174, "relative_pitch": 0.0, "relative_heading": 148.43270824489244, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003814/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003814/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003814/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003814/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003814/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003814/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003814/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003814/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003814/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91943586132243, 52.372587735869, 46.7542902911082 ] }, "distance": 16.15, "direction": 320.99, "angle": 70.94, "elevation": 46.75, "pano_id": "TMX7316010203-001195_pano_0000_003814", "timestamp": "2019-05-21T10:59:06.533830Z", "filename": "pano_0000_003814.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 16.14985732, "relative_pitch": 70.94407433837148, "relative_heading": 320.9887643524868, "relative_elevation": 46.7542902911082 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001366/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001366/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001366/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001366/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001366/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001366/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001366/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001366/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001366/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91970737051934, 52.3723451264007, 46.1575663099065 ] }, "distance": 16.67, "direction": 150.05, "angle": 70.14, "elevation": 46.16, "pano_id": "TMX7315120208-000056_pano_0000_001366", "timestamp": "2016-05-24T11:35:27.849760Z", "filename": "pano_0000_001366.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 16.67467461, "relative_pitch": 70.13746753402202, "relative_heading": 150.0463245216399, "relative_elevation": 46.1575663099065 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000012/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000012/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000012/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000012/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002624_pano_0004_000012/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000012/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000012/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000012/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000012/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91938043185284, 52.3725604544639, 48.2459561806172 ] }, "distance": 16.88, "direction": 304.31, "angle": 70.72, "elevation": 48.25, "pano_id": "TMX7316010203-002624_pano_0004_000012", "timestamp": "2022-06-23T10:44:51.893140Z", "filename": "pano_0004_000012.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 16.87751434, "relative_pitch": 70.7190214698333, "relative_heading": 304.30892134085394, "relative_elevation": 48.2459561806172 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000301/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000301/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000301/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000301/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0000_000301/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0000_000301/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0000_000301/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000301/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0000_000301/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91937002861484, 52.3725519287425, 46.378761196509 ] }, "distance": 16.97, "direction": 300.31, "angle": 69.9, "elevation": 46.38, "pano_id": "TMX7316010203-002048_pano_0000_000301", "timestamp": "2021-03-18T11:51:58.946310Z", "filename": "pano_0000_000301.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 16.96931851, "relative_pitch": 69.90315732384786, "relative_heading": 300.3113696789844, "relative_elevation": 46.378761196509 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01875/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01875/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01875/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01875/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01875/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01875/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01875/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01875/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01875/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919371378696674, 52.37255453105899, 0.0 ] }, "distance": 17.04, "direction": 301.31, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01875", "timestamp": "2025-06-19T08:23:32Z", "filename": "recording_2025-06-19_07-14-50_01875.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 17.03866268, "relative_pitch": 0.0, "relative_heading": 301.308096495575, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001381/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001381/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001381/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001381/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001381/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001381/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001381/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001381/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001381/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91942989880951, 52.3725973733661, 46.1774781560525 ] }, "distance": 17.24, "direction": 322.18, "angle": 69.52, "elevation": 46.18, "pano_id": "TMX7316010203-001669_pano_0000_001381", "timestamp": "2020-04-22T10:29:21.146850Z", "filename": "pano_0000_001381.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 17.24250891, "relative_pitch": 69.52454388558128, "relative_heading": 322.1834999530056, "relative_elevation": 46.1774781560525 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000924/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000924/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000924/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000924/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000924/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000924/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000924/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000924/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000924/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91942090367972, 52.3725941419858, 46.1603282969445 ] }, "distance": 17.35, "direction": 319.86, "angle": 69.4, "elevation": 46.16, "pano_id": "TMX7315120208-000054_pano_0001_000924", "timestamp": "2016-05-19T12:50:27.467890Z", "filename": "pano_0001_000924.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 17.34838727, "relative_pitch": 69.40232687031443, "relative_heading": 319.856383628791, "relative_elevation": 46.1603282969445 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000931/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000931/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000931/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000931/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000931/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000931/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000931/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000931/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000931/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9197853740981, 52.3723759199348, 46.0382160888985 ] }, "distance": 17.53, "direction": 128.94, "angle": 69.15, "elevation": 46.04, "pano_id": "TMX7315120208-000054_pano_0001_000931", "timestamp": "2016-05-19T12:50:35.197860Z", "filename": "pano_0001_000931.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 17.5345637, "relative_pitch": 69.14967664056452, "relative_heading": 128.94126534780563, "relative_elevation": 46.0382160888985 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001374/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001374/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001374/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001374/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001374/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001374/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001374/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001374/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001374/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91978825977144, 52.3723743603031, 45.9723597988486 ] }, "distance": 17.8, "direction": 128.98, "angle": 68.84, "elevation": 45.97, "pano_id": "TMX7316010203-001669_pano_0000_001374", "timestamp": "2020-04-22T10:29:16.726920Z", "filename": "pano_0000_001374.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 17.79650793, "relative_pitch": 68.83792103478034, "relative_heading": 128.97814968217497, "relative_elevation": 45.9723597988486 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003749/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003749/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003749/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003749/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003749/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003749/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003749/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003749/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003749/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91951178722377, 52.3726292273471, 45.7583001693711 ] }, "distance": 17.88, "direction": 343.78, "angle": 68.66, "elevation": 45.76, "pano_id": "TMX7316010203-001195_pano_0000_003749", "timestamp": "2019-05-21T10:56:53.859850Z", "filename": "pano_0000_003749.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 17.87766826, "relative_pitch": 68.65952072644623, "relative_heading": 343.7761628821137, "relative_elevation": 45.7583001693711 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003743/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003743/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003743/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003743/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003743/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003743/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003743/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003743/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003743/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91984371107301, 52.3724337661063, 45.7103557111695 ] }, "distance": 18.2, "direction": 104.59, "angle": 68.29, "elevation": 45.71, "pano_id": "TMX7316010203-001195_pano_0000_003743", "timestamp": "2019-05-21T10:56:45.614880Z", "filename": "pano_0000_003743.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 18.19815614, "relative_pitch": 68.29156417567529, "relative_heading": 104.58983099825791, "relative_elevation": 45.7103557111695 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000054/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000054/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000054/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000054/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000054/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000054/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000054/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000054/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000054/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91941185425147, 52.3726025715722, 46.1736384788528 ] }, "distance": 18.46, "direction": 320.27, "angle": 68.21, "elevation": 46.17, "pano_id": "TMX7316010203-000247_pano_0000_000054", "timestamp": "2017-04-05T13:50:32.435910Z", "filename": "pano_0000_000054.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 18.46325182, "relative_pitch": 68.20522691218198, "relative_heading": 320.2709731931858, "relative_elevation": 46.1736384788528 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003806/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003806/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003806/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003806/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0000_003806/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003806/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0000_003806/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003806/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0000_003806/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91956905127706, 52.3723082469791, 47.1728412201628 ] }, "distance": 18.58, "direction": 183.38, "angle": 68.5, "elevation": 47.17, "pano_id": "TMX7316010203-001195_pano_0000_003806", "timestamp": "2019-05-21T10:58:51.688960Z", "filename": "pano_0000_003806.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 18.58344877, "relative_pitch": 68.49834667590657, "relative_heading": 183.37745229493055, "relative_elevation": 47.1728412201628 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001373/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001373/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001373/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001373/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001373/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001373/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001373/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001373/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001373/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91941359249785, 52.3726080453845, 46.0090158265084 ] }, "distance": 18.86, "direction": 321.73, "angle": 67.71, "elevation": 46.01, "pano_id": "TMX7315120208-000056_pano_0000_001373", "timestamp": "2016-05-24T11:35:39.564680Z", "filename": "pano_0000_001373.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 18.86214163, "relative_pitch": 67.70802850157952, "relative_heading": 321.73026478487276, "relative_elevation": 46.0090158265084 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003424/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003424/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003424/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003424/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000719_pano_0000_003424/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003424/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003424/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003424/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003424/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91973464830518, 52.3723298241238, 46.1536749089137 ] }, "distance": 19.09, "direction": 147.77, "angle": 67.53, "elevation": 46.15, "pano_id": "TMX7316010203-000719_pano_0000_003424", "timestamp": "2018-05-14T12:37:46.018070Z", "filename": "pano_0000_003424.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 19.09269855, "relative_pitch": 67.52626170261338, "relative_heading": 147.76659420783972, "relative_elevation": 46.1536749089137 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000020/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000020/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000020/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000020/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002624_pano_0004_000020/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000020/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002624_pano_0004_000020/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000020/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002624/pano_0004_000020/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91947048053526, 52.372635338814, 48.1043395083398 ] }, "distance": 19.48, "direction": 336.37, "angle": 67.96, "elevation": 48.1, "pano_id": "TMX7316010203-002624_pano_0004_000020", "timestamp": "2022-06-23T10:45:00.428090Z", "filename": "pano_0004_000020.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 19.47918315, "relative_pitch": 67.95519839474673, "relative_heading": 336.3690993680836, "relative_elevation": 48.1043395083398 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01857/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01857/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01857/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01857/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01857/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01857/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01857/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01857/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01857/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919469030622394, 52.37263800807045, 0.0 ] }, "distance": 19.79, "direction": 336.45, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01857", "timestamp": "2025-06-19T08:23:03Z", "filename": "recording_2025-06-19_07-14-50_01857.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 19.79090017, "relative_pitch": 0.0, "relative_heading": 336.4518722063526, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00019/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00019/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00019/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00019/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1041_Track01_Sphere_00019/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00019/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00019/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00019/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00019/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919470478063078, 52.37263860697583, 0.0 ] }, "distance": 19.81, "direction": 336.79, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1041_Track01_Sphere_00019", "timestamp": "2025-01-08T10:05:15Z", "filename": "Job_20250108_1041_Track01_Sphere_00019.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 19.81295402, "relative_pitch": 0.0, "relative_heading": 336.7902063933514, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003432/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003432/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003432/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003432/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000719_pano_0000_003432/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003432/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000719_pano_0000_003432/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003432/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/14/TMX7316010203-000719/pano_0000_003432/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91940338829212, 52.3726178026942, 46.1758225066587 ] }, "distance": 20.15, "direction": 322.09, "angle": 66.43, "elevation": 46.18, "pano_id": "TMX7316010203-000719_pano_0000_003432", "timestamp": "2018-05-14T12:37:58.902970Z", "filename": "pano_0000_003432.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 20.1453987, "relative_pitch": 66.42951658766076, "relative_heading": 322.0910338939623, "relative_elevation": 46.1758225066587 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00014/adjacencies/b_20250108_1041_Track01_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00010/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00010/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00010/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00010/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1041_Track01_Sphere_00010/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00010/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1041_Track01_Sphere_00010/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00010/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1041_Track01_Sphere_00010/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.919327286990471, 52.372576286817115, 0.0 ] }, "distance": 20.87, "direction": 302.7, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1041_Track01_Sphere_00010", "timestamp": "2025-01-08T10:05:02Z", "filename": "Job_20250108_1041_Track01_Sphere_00010.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1041_Track01_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123154.95708857037, 487280.34746027295 ] }, "relative_distance": 20.868476, "relative_pitch": 0.0, "relative_heading": 302.70275745291, "relative_elevation": 0.0 } ] } }