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_20250109_1300_Track05_Sphere_00021/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00021/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00021/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00021/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00021/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track05_Sphere_00021/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00021/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00021/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894765040504151, 52.37702296076922, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track05_Sphere_00021", "timestamp": "2025-01-09T12:41:25Z", "filename": "Job_20250109_1300_Track05_Sphere_00021.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "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_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000168/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000168/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000168/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000168/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000168/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000168/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000168/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000168/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000168/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89476327512668, 52.377016589552, 48.1773772044107 ] }, "distance": 0.72, "direction": 189.62, "angle": 89.14, "elevation": 48.18, "pano_id": "TMX7316010203-001900_pano_0006_000168", "timestamp": "2020-08-31T12:50:05.163560Z", "filename": "pano_0006_000168.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 0.71907512, "relative_pitch": 89.14489096507494, "relative_heading": 189.62442121094492, "relative_elevation": 48.1773772044107 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00589/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00589/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00589/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00589/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_03-46-32_00589/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00589/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00589/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00589/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00589/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894748107610654, 52.377009741345965, 0.0 ] }, "distance": 1.87, "direction": 218.09, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_03-46-32_00589", "timestamp": "2025-06-16T03:53:41Z", "filename": "recording_2025-06-16_03-46-32_00589.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 1.86908756, "relative_pitch": 0.0, "relative_heading": 218.0933333128544, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000020/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000020/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000020/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000020/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002444_pano_0006_000020/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000020/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000020/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000020/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000020/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89478998326987, 52.3770134873626, 46.6441783001646 ] }, "distance": 2.0, "direction": 121.82, "angle": 87.55, "elevation": 46.64, "pano_id": "TMX7316010203-002444_pano_0006_000020", "timestamp": "2022-01-27T08:31:29.688890Z", "filename": "pano_0006_000020.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 1.99911044, "relative_pitch": 87.54587731509731, "relative_heading": 121.82379466215046, "relative_elevation": 46.6441783001646 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000088/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000088/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000088/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000088/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_000088/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000088/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000088/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000088/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000088/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89477016871199, 52.3770039550698, 45.6655591335148 ] }, "distance": 2.14, "direction": 170.62, "angle": 87.31, "elevation": 45.67, "pano_id": "TMX7316010203-001660_pano_0000_000088", "timestamp": "2020-04-21T08:40:06.284560Z", "filename": "pano_0000_000088.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 2.14349024, "relative_pitch": 87.3125727718318, "relative_heading": 170.62326644770948, "relative_elevation": 45.6655591335148 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000391/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000391/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000391/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000391/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001055_pano_0000_000391/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000391/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000391/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000391/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000391/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89479037507218, 52.3770104103224, 45.6183952847496 ] }, "distance": 2.22, "direction": 128.99, "angle": 87.21, "elevation": 45.62, "pano_id": "TMX7316010203-001055_pano_0000_000391", "timestamp": "2019-01-15T11:37:27.951650Z", "filename": "pano_0000_000391.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 2.21966321, "relative_pitch": 87.21434499541719, "relative_heading": 128.9888784787567, "relative_elevation": 45.6183952847496 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000088/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000088/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000088/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000088/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0001_000088/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000088/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000088/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000088/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000088/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89476460596575, 52.3769977791192, 45.5540755596012 ] }, "distance": 2.8, "direction": 180.61, "angle": 86.48, "elevation": 45.55, "pano_id": "TMX7316010203-002310_pano_0001_000088", "timestamp": "2021-09-15T08:48:04.981290Z", "filename": "pano_0001_000088.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 2.80223189, "relative_pitch": 86.47991971728374, "relative_heading": 180.60506125612446, "relative_elevation": 45.5540755596012 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000148/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000148/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000148/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000148/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000148/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000148/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000148/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000148/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000148/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89476886518671, 52.3769960929743, 47.0128589011729 ] }, "distance": 3.0, "direction": 175.02, "angle": 86.35, "elevation": 47.01, "pano_id": "TMX7316010203-002033_pano_0000_000148", "timestamp": "2021-03-08T12:30:06.166610Z", "filename": "pano_0000_000148.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 3.00102459, "relative_pitch": 86.34752984028854, "relative_heading": 175.02102696609077, "relative_elevation": 47.0128589011729 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000001/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000001/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000001/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000001/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000707_pano_0000_000001/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000001/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000001/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000001/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000001/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89478222675569, 52.37699798249, 46.1738795870915 ] }, "distance": 3.02, "direction": 157.16, "angle": 86.26, "elevation": 46.17, "pano_id": "TMX7316010203-000707_pano_0000_000001", "timestamp": "2018-05-04T11:22:12.369420Z", "filename": "pano_0000_000001.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 3.01580823, "relative_pitch": 86.2630819925118, "relative_heading": 157.16487556671427, "relative_elevation": 46.1738795870915 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00588/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00588/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00588/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00588/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_03-46-32_00588/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00588/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00588/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00588/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00588/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894798439301359, 52.37704252207595, 0.0 ] }, "distance": 3.15, "direction": 46.26, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_03-46-32_00588", "timestamp": "2025-06-16T03:53:40Z", "filename": "recording_2025-06-16_03-46-32_00588.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 3.14817459, "relative_pitch": 0.0, "relative_heading": 46.258277741679464, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000943/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000943/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000943/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000943/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001174_pano_0000_000943/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000943/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000943/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000943/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000943/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89476807688137, 52.3769924389392, 45.826763545163 ] }, "distance": 3.4, "direction": 176.52, "angle": 85.75, "elevation": 45.83, "pano_id": "TMX7316010203-001174_pano_0000_000943", "timestamp": "2019-05-10T06:12:32.410640Z", "filename": "pano_0000_000943.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 3.40259025, "relative_pitch": 85.75363889357482, "relative_heading": 176.51597728746236, "relative_elevation": 45.826763545163 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000087/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000087/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000087/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000087/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0001_000087/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000087/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000087/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000087/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000087/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89481908815781, 52.3770271658366, 45.5569925410673 ] }, "distance": 3.71, "direction": 82.75, "angle": 85.34, "elevation": 45.56, "pano_id": "TMX7316010203-002310_pano_0001_000087", "timestamp": "2021-09-15T08:48:04.356260Z", "filename": "pano_0001_000087.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 3.7102451, "relative_pitch": 85.3440024536266, "relative_heading": 82.75484036797444, "relative_elevation": 45.5569925410673 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000000/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000000/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000000/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000000/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000707_pano_0000_000000/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000000/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000000/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000000/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000000/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89482135960264, 52.377019457734, 46.1971970321611 ] }, "distance": 3.86, "direction": 95.8, "angle": 85.23, "elevation": 46.2, "pano_id": "TMX7316010203-000707_pano_0000_000000", "timestamp": "2018-05-04T11:22:11.864540Z", "filename": "pano_0000_000000.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 3.8550635, "relative_pitch": 85.22983400872859, "relative_heading": 95.80326529376158, "relative_elevation": 46.1971970321611 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000942/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000942/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000942/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000942/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001174_pano_0000_000942/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000942/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000942/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000942/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000942/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89482240399733, 52.3770209218026, 45.8312662728131 ] }, "distance": 3.91, "direction": 93.32, "angle": 85.12, "elevation": 45.83, "pano_id": "TMX7316010203-001174_pano_0000_000942", "timestamp": "2019-05-10T06:12:31.825750Z", "filename": "pano_0000_000942.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 3.91301188, "relative_pitch": 85.11999805048826, "relative_heading": 93.32397639003537, "relative_elevation": 45.8312662728131 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000147/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000147/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000147/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000147/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000147/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000147/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000147/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000147/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000147/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89482355315681, 52.3770253467631, 47.0350616136566 ] }, "distance": 3.99, "direction": 86.19, "angle": 85.15, "elevation": 47.04, "pano_id": "TMX7316010203-002033_pano_0000_000147", "timestamp": "2021-03-08T12:30:05.576540Z", "filename": "pano_0000_000147.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 3.99352113, "relative_pitch": 85.14693002360619, "relative_heading": 86.1879838658837, "relative_elevation": 47.0350616136566 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000087/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000087/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000087/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000087/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_000087/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000087/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000087/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000087/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000087/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8948239668379, 52.3770346605401, 45.65629818663 ] }, "distance": 4.22, "direction": 72.03, "angle": 84.72, "elevation": 45.66, "pano_id": "TMX7316010203-001660_pano_0000_000087", "timestamp": "2020-04-21T08:40:05.714570Z", "filename": "pano_0000_000087.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 4.21875902, "relative_pitch": 84.72071426103436, "relative_heading": 72.0254222030647, "relative_elevation": 45.65629818663 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000167/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000167/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000167/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000167/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000167/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000167/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000167/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000167/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000167/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89482097345951, 52.3770480395487, 48.0924661494792 ] }, "distance": 4.72, "direction": 53.77, "angle": 84.39, "elevation": 48.09, "pano_id": "TMX7316010203-001900_pano_0006_000167", "timestamp": "2020-08-31T12:50:04.423570Z", "filename": "pano_0006_000167.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 4.72188046, "relative_pitch": 84.39247990263166, "relative_heading": 53.77201302430433, "relative_elevation": 48.0924661494792 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000021/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000021/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000021/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000021/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002444_pano_0006_000021/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000021/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000021/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000021/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000021/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89473353916689, 52.3769835495407, 46.6318189287558 ] }, "distance": 4.88, "direction": 206.07, "angle": 84.02, "elevation": 46.63, "pano_id": "TMX7316010203-002444_pano_0006_000021", "timestamp": "2022-01-27T08:31:30.208880Z", "filename": "pano_0006_000021.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 4.88203918, "relative_pitch": 84.0232883859134, "relative_heading": 206.0664030849336, "relative_elevation": 46.6318189287558 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00020/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00020/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00020/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00020/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track05_Sphere_00020/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00020/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00020/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00020/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00020/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894812337889159, 52.377056555742996, 0.0 ] }, "distance": 4.93, "direction": 40.75, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track05_Sphere_00020", "timestamp": "2025-01-09T12:41:24Z", "filename": "Job_20250109_1300_Track05_Sphere_00020.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 4.93447136, "relative_pitch": 0.0, "relative_heading": 40.74853367914938, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00022/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00022/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00022/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00022/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track05_Sphere_00022/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00022/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00022/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00022/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00022/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894715751992903, 52.376988818232924, 0.0 ] }, "distance": 5.07, "direction": 221.46, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track05_Sphere_00022", "timestamp": "2025-01-09T12:41:26Z", "filename": "Job_20250109_1300_Track05_Sphere_00022.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 5.06953139, "relative_pitch": 0.0, "relative_heading": 221.46010371187188, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000392/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000392/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000392/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000392/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001055_pano_0000_000392/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000392/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000392/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000392/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000392/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89473623025816, 52.3769803261474, 45.6150823244825 ] }, "distance": 5.13, "direction": 202.47, "angle": 83.58, "elevation": 45.62, "pano_id": "TMX7316010203-001055_pano_0000_000392", "timestamp": "2019-01-15T11:37:28.496620Z", "filename": "pano_0000_000392.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 5.13383248, "relative_pitch": 83.57856419709562, "relative_heading": 202.46780232894255, "relative_elevation": 45.6150823244825 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000002/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000002/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000002/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000002/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000707_pano_0000_000002/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000002/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000002/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000002/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000002/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89474255854594, 52.3769775226691, 46.1401218203828 ] }, "distance": 5.28, "direction": 196.85, "angle": 83.47, "elevation": 46.14, "pano_id": "TMX7316010203-000707_pano_0000_000002", "timestamp": "2018-05-04T11:22:12.874430Z", "filename": "pano_0000_000002.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 5.28281807, "relative_pitch": 83.4683560295685, "relative_heading": 196.84657583014092, "relative_elevation": 46.1401218203828 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000390/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000390/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000390/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000390/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001055_pano_0000_000390/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000390/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000390/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000390/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000390/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89484327697698, 52.3770414925438, 45.6002082675695 ] }, "distance": 5.71, "direction": 68.84, "angle": 82.86, "elevation": 45.6, "pano_id": "TMX7316010203-001055_pano_0000_000390", "timestamp": "2019-01-15T11:37:27.406650Z", "filename": "pano_0000_000390.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 5.71301094, "relative_pitch": 82.85891993498798, "relative_heading": 68.8413891927593, "relative_elevation": 45.6002082675695 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000169/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000169/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000169/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000169/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000169/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000169/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000169/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000169/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000169/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8947028216731, 52.3769864559914, 48.2251321431249 ] }, "distance": 5.87, "direction": 226.21, "angle": 83.06, "elevation": 48.23, "pano_id": "TMX7316010203-001900_pano_0006_000169", "timestamp": "2020-08-31T12:50:05.893560Z", "filename": "pano_0006_000169.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 5.86967445, "relative_pitch": 83.06043457694288, "relative_heading": 226.20819311674282, "relative_elevation": 48.2251321431249 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000019/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000019/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000019/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000019/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002444_pano_0006_000019/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000019/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000019/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000019/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000019/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89484396373063, 52.3770450522586, 46.6353938933462 ] }, "distance": 5.91, "direction": 65.42, "angle": 82.78, "elevation": 46.64, "pano_id": "TMX7316010203-002444_pano_0006_000019", "timestamp": "2022-01-27T08:31:29.163890Z", "filename": "pano_0006_000019.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 5.91012278, "relative_pitch": 82.77738442089081, "relative_heading": 65.42183553699685, "relative_elevation": 46.6353938933462 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000089/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000089/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000089/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000089/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_000089/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000089/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000089/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000089/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000089/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89471415261591, 52.3769750913964, 45.6660963995382 ] }, "distance": 6.35, "direction": 213.05, "angle": 82.08, "elevation": 45.67, "pano_id": "TMX7316010203-001660_pano_0000_000089", "timestamp": "2020-04-21T08:40:06.849550Z", "filename": "pano_0000_000089.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 6.35471544, "relative_pitch": 82.07781805737815, "relative_heading": 213.04753535704006, "relative_elevation": 45.6660963995382 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001751/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001751/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001751/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001751/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001187_pano_0000_001751/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001751/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001751/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001751/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001751/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8948164898664, 52.3769706026344, 46.6697242874652 ] }, "distance": 6.8, "direction": 148.98, "angle": 81.71, "elevation": 46.67, "pano_id": "TMX7316010203-001187_pano_0000_001751", "timestamp": "2019-05-16T05:37:12.919520Z", "filename": "pano_0000_001751.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 6.79849387, "relative_pitch": 81.71188026233996, "relative_heading": 148.97836853138375, "relative_elevation": 46.6697242874652 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00590/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00590/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00590/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00590/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_03-46-32_00590/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00590/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00590/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00590/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00590/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894697271608186, 52.37697741686932, 0.0 ] }, "distance": 6.85, "direction": 222.32, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_03-46-32_00590", "timestamp": "2025-06-16T03:53:41Z", "filename": "recording_2025-06-16_03-46-32_00590.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 6.85433425, "relative_pitch": 0.0, "relative_heading": 222.32242630234228, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000149/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000149/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000149/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000149/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000149/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000149/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000149/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000149/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000149/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8947124237389, 52.3769684990284, 46.9950009379536 ] }, "distance": 7.04, "direction": 210.59, "angle": 81.48, "elevation": 47.0, "pano_id": "TMX7316010203-002033_pano_0000_000149", "timestamp": "2021-03-08T12:30:06.751540Z", "filename": "pano_0000_000149.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 7.04025905, "relative_pitch": 81.47995531401337, "relative_heading": 210.59432249757796, "relative_elevation": 46.9950009379536 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000089/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000089/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000089/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000089/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0001_000089/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000089/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000089/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000089/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000089/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89470764253019, 52.376969758812, 45.5532866250724 ] }, "distance": 7.09, "direction": 213.44, "angle": 81.15, "elevation": 45.55, "pano_id": "TMX7316010203-002310_pano_0001_000089", "timestamp": "2021-09-15T08:48:05.601220Z", "filename": "pano_0001_000089.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 7.0940262, "relative_pitch": 81.14841109764998, "relative_heading": 213.43538286098797, "relative_elevation": 45.5532866250724 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000944/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000944/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000944/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000944/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001174_pano_0000_000944/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000944/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000944/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000944/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000944/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89471214712539, 52.3769650157121, 45.8316262122244 ] }, "distance": 7.39, "direction": 209.19, "angle": 80.85, "elevation": 45.83, "pano_id": "TMX7316010203-001174_pano_0000_000944", "timestamp": "2019-05-10T06:12:33.005840Z", "filename": "pano_0000_000944.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 7.38571301, "relative_pitch": 80.84555442282108, "relative_heading": 209.18959449001525, "relative_elevation": 45.8316262122244 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001750/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001750/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001750/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001750/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001187_pano_0000_001750/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001750/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001750/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001750/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001750/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89487027378707, 52.377003949289, 46.6360606681556 ] }, "distance": 7.47, "direction": 106.45, "angle": 80.9, "elevation": 46.64, "pano_id": "TMX7316010203-001187_pano_0000_001750", "timestamp": "2019-05-16T05:37:12.409490Z", "filename": "pano_0000_001750.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 7.47206563, "relative_pitch": 80.89738995548238, "relative_heading": 106.44647762669815, "relative_elevation": 46.6360606681556 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000941/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000941/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000941/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000941/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001174_pano_0000_000941/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000941/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000941/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000941/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000941/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894874977276, 52.3770503751001, 45.8139466494322 ] }, "distance": 8.08, "direction": 67.83, "angle": 79.99, "elevation": 45.81, "pano_id": "TMX7316010203-001174_pano_0000_000941", "timestamp": "2019-05-10T06:12:31.255720Z", "filename": "pano_0000_000941.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 8.0842735, "relative_pitch": 79.99267588342076, "relative_heading": 67.83097123496796, "relative_elevation": 45.8139466494322 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00587/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00587/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00587/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00587/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_03-46-32_00587/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00587/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00587/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00587/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00587/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894848298645218, 52.377075525512645, 0.0 ] }, "distance": 8.15, "direction": 44.11, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_03-46-32_00587", "timestamp": "2025-06-16T03:53:39Z", "filename": "recording_2025-06-16_03-46-32_00587.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 8.14611776, "relative_pitch": 0.0, "relative_heading": 44.10831003490329, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000086/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000086/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000086/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000086/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0001_000086/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000086/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000086/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000086/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000086/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89487180251426, 52.3770581165313, 45.536455841735 ] }, "distance": 8.26, "direction": 61.72, "angle": 79.72, "elevation": 45.54, "pano_id": "TMX7316010203-002310_pano_0001_000086", "timestamp": "2021-09-15T08:48:03.716240Z", "filename": "pano_0001_000086.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 8.25606539, "relative_pitch": 79.72352301088549, "relative_heading": 61.717006576630105, "relative_elevation": 45.536455841735 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000146/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000146/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000146/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000146/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000146/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000146/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000146/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000146/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000146/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89487557972418, 52.3770563813796, 47.033244824037 ] }, "distance": 8.4, "direction": 63.71, "angle": 79.88, "elevation": 47.03, "pano_id": "TMX7316010203-002033_pano_0000_000146", "timestamp": "2021-03-08T12:30:04.981650Z", "filename": "pano_0000_000146.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 8.3961741, "relative_pitch": 79.8784209711456, "relative_heading": 63.70940198388357, "relative_elevation": 47.033244824037 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000003/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000003/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000003/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000003/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000707_pano_0000_000003/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000003/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000003/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000003/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000003/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89470185913267, 52.3769572114778, 46.1395596787333 ] }, "distance": 8.49, "direction": 210.46, "angle": 79.58, "elevation": 46.14, "pano_id": "TMX7316010203-000707_pano_0000_000003", "timestamp": "2018-05-04T11:22:13.384430Z", "filename": "pano_0000_000003.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 8.48761861, "relative_pitch": 79.57666626205088, "relative_heading": 210.45956542092807, "relative_elevation": 46.1395596787333 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000086/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000086/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000086/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000086/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_000086/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000086/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000086/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000086/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000086/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89487592560811, 52.3770674628833, 45.6326303761452 ] }, "distance": 9.03, "direction": 56.74, "angle": 78.81, "elevation": 45.63, "pano_id": "TMX7316010203-001660_pano_0000_000086", "timestamp": "2020-04-21T08:40:05.134640Z", "filename": "pano_0000_000086.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 9.03010431, "relative_pitch": 78.80652430644895, "relative_heading": 56.74384302695604, "relative_elevation": 45.6326303761452 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001752/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001752/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001752/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001752/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001187_pano_0000_001752/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001752/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001752/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001752/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001752/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89476117245286, 52.3769388930946, 46.684578561224 ] }, "distance": 9.36, "direction": 181.61, "angle": 78.66, "elevation": 46.68, "pano_id": "TMX7316010203-001187_pano_0000_001752", "timestamp": "2019-05-16T05:37:13.424490Z", "filename": "pano_0000_001752.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 9.35829678, "relative_pitch": 78.66483812359554, "relative_heading": 181.61294862189888, "relative_elevation": 46.684578561224 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000022/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000022/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000022/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000022/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002444_pano_0006_000022/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000022/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000022/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000022/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000022/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89467534747125, 52.3769554019752, 46.6395535608754 ] }, "distance": 9.69, "direction": 219.09, "angle": 78.27, "elevation": 46.64, "pano_id": "TMX7316010203-002444_pano_0006_000022", "timestamp": "2022-01-27T08:31:30.718840Z", "filename": "pano_0006_000022.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 9.68619038, "relative_pitch": 78.26748834890466, "relative_heading": 219.09405035509337, "relative_elevation": 46.6395535608754 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000176/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000176/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000176/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000176/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000227_pano_0001_000176/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000176/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000176/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000176/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000176/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89485989647377, 52.3769571765447, 45.8592963702977 ] }, "distance": 9.76, "direction": 138.57, "angle": 77.98, "elevation": 45.86, "pano_id": "TMX7316010203-000227_pano_0001_000176", "timestamp": "2017-03-29T10:17:45.713940Z", "filename": "pano_0001_000176.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 9.76274055, "relative_pitch": 77.98201536333873, "relative_heading": 138.57305528887784, "relative_elevation": 45.8592963702977 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000393/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000393/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000393/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000393/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001055_pano_0000_000393/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000393/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000393/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000393/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000393/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89468030802578, 52.3769515471331, 45.6344523960724 ] }, "distance": 9.82, "direction": 215.98, "angle": 77.86, "elevation": 45.63, "pano_id": "TMX7316010203-001055_pano_0000_000393", "timestamp": "2019-01-15T11:37:29.036800Z", "filename": "pano_0000_000393.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 9.82053495, "relative_pitch": 77.85516646648298, "relative_heading": 215.98477161600886, "relative_elevation": 45.6344523960724 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000166/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000166/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000166/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000166/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000166/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000166/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000166/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000166/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000166/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89487525543018, 52.3770807153689, 47.9739956166595 ] }, "distance": 9.88, "direction": 49.43, "angle": 78.36, "elevation": 47.97, "pano_id": "TMX7316010203-001900_pano_0006_000166", "timestamp": "2020-08-31T12:50:03.678550Z", "filename": "pano_0006_000166.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 9.88105008, "relative_pitch": 78.36172469031351, "relative_heading": 49.42834538152301, "relative_elevation": 47.9739956166595 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00019/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00019/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00019/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00019/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track05_Sphere_00019/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00019/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00019/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00019/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00019/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894861097482936, 52.37709073198981, 0.0 ] }, "distance": 9.98, "direction": 40.94, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track05_Sphere_00019", "timestamp": "2025-01-09T12:41:23Z", "filename": "Job_20250109_1300_Track05_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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 9.9829945, "relative_pitch": 0.0, "relative_heading": 40.93914669203415, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00023/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00023/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00023/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00023/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track05_Sphere_00023/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00023/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00023/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00023/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00023/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894663866090975, 52.376955824285325, 0.0 ] }, "distance": 10.16, "direction": 222.68, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track05_Sphere_00023", "timestamp": "2025-01-09T12:41:27Z", "filename": "Job_20250109_1300_Track05_Sphere_00023.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 10.1627161, "relative_pitch": 0.0, "relative_heading": 222.68465299220122, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000069/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000069/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000069/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000069/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000227_pano_0001_000069/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000069/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000069/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000069/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000069/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89484126682196, 52.376943161194, 45.8554634610191 ] }, "distance": 10.29, "direction": 149.69, "angle": 77.36, "elevation": 45.86, "pano_id": "TMX7316010203-000227_pano_0001_000069", "timestamp": "2017-03-29T10:15:10.055140Z", "filename": "pano_0001_000069.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 10.28565202, "relative_pitch": 77.35747362587088, "relative_heading": 149.68972537149543, "relative_elevation": 45.8554634610191 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000961/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000961/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000961/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000961/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002537_pano_0001_000961/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000961/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000961/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000961/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000961/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89487265717705, 52.3769559889669, 46.2489450592548 ] }, "distance": 10.45, "direction": 135.48, "angle": 77.27, "elevation": 46.25, "pano_id": "TMX7316010203-002537_pano_0001_000961", "timestamp": "2022-04-22T08:34:49.165650Z", "filename": "pano_0001_000961.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 10.45204547, "relative_pitch": 77.26534797683753, "relative_heading": 135.47906370853462, "relative_elevation": 46.2489450592548 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000389/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000389/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000389/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000389/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001055_pano_0000_000389/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000389/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000389/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000389/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000389/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8948946406382, 52.3770736138265, 45.5735582113266 ] }, "distance": 10.47, "direction": 57.44, "angle": 77.06, "elevation": 45.57, "pano_id": "TMX7316010203-001055_pano_0000_000389", "timestamp": "2019-01-15T11:37:26.861630Z", "filename": "pano_0000_000389.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 10.47196447, "relative_pitch": 77.05912153159082, "relative_heading": 57.43627577270687, "relative_elevation": 45.5735582113266 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00270/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00270/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00270/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00270/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track02_Sphere_00270/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00270/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00270/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00270/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00270/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894888060662879, 52.376966382427455, 0.0 ] }, "distance": 10.48, "direction": 126.92, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track02_Sphere_00270", "timestamp": "2025-01-09T12:33:11Z", "filename": "Job_20250109_1300_Track02_Sphere_00270.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 10.47954012, "relative_pitch": 0.0, "relative_heading": 126.92456219775708, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000090/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000090/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000090/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000090/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002931_pano_0004_000090/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000090/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000090/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000090/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000090/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89489783869453, 52.3769740588733, 47.1708088489249 ] }, "distance": 10.55, "direction": 121.04, "angle": 77.39, "elevation": 47.17, "pano_id": "TMX7316010203-002931_pano_0004_000090", "timestamp": "2023-01-13T08:46:17.839060Z", "filename": "pano_0004_000090.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 10.55439463, "relative_pitch": 77.38788883898486, "relative_heading": 121.03554135972257, "relative_elevation": 47.1708088489249 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002444_pano_0006_000018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89489532017127, 52.3770780448276, 46.6167645873502 ] }, "distance": 10.78, "direction": 55.36, "angle": 76.98, "elevation": 46.62, "pano_id": "TMX7316010203-002444_pano_0006_000018", "timestamp": "2022-01-27T08:31:28.633970Z", "filename": "pano_0006_000018.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 10.78342459, "relative_pitch": 76.9753852668052, "relative_heading": 55.36023331846414, "relative_elevation": 46.6167645873502 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001749/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001749/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001749/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001749/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001187_pano_0000_001749/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001749/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001749/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001749/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001749/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89492160584601, 52.3770380648493, 46.5738385031 ] }, "distance": 10.79, "direction": 81.04, "angle": 76.95, "elevation": 46.57, "pano_id": "TMX7316010203-001187_pano_0000_001749", "timestamp": "2019-05-16T05:37:11.904500Z", "filename": "pano_0000_001749.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 10.79368385, "relative_pitch": 76.95181227614181, "relative_heading": 81.04188368212594, "relative_elevation": 46.5738385031 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000089/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000089/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000089/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000089/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002931_pano_0004_000089/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000089/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000089/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000089/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000089/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89484921367196, 52.3769397750913, 47.1911536371335 ] }, "distance": 10.89, "direction": 148.23, "angle": 77.01, "elevation": 47.19, "pano_id": "TMX7316010203-002931_pano_0004_000089", "timestamp": "2023-01-13T08:46:17.214050Z", "filename": "pano_0004_000089.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 10.88758218, "relative_pitch": 77.00847723277796, "relative_heading": 148.23162377935313, "relative_elevation": 47.1911536371335 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000170/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000170/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000170/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000170/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000170/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000170/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000170/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000170/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000170/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89464119581305, 52.3769573658431, 48.2461877921596 ] }, "distance": 11.15, "direction": 229.13, "angle": 76.98, "elevation": 48.25, "pano_id": "TMX7316010203-001900_pano_0006_000170", "timestamp": "2020-08-31T12:50:06.613570Z", "filename": "pano_0006_000170.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 11.15368058, "relative_pitch": 76.98289682453758, "relative_heading": 229.1253736163693, "relative_elevation": 48.2461877921596 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000090/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000090/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000090/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000090/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_000090/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000090/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000090/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000090/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000090/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89465689230671, 52.3769472795279, 45.6802904466167 ] }, "distance": 11.19, "direction": 221.17, "angle": 76.24, "elevation": 45.68, "pano_id": "TMX7316010203-001660_pano_0000_000090", "timestamp": "2020-04-21T08:40:07.399560Z", "filename": "pano_0000_000090.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 11.18753246, "relative_pitch": 76.23859654618263, "relative_heading": 221.17106108059932, "relative_elevation": 45.6802904466167 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00269/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00269/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00269/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00269/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track02_Sphere_00269/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00269/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00269/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00269/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00269/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894840267213267, 52.376932497814146, 0.0 ] }, "distance": 11.29, "direction": 153.03, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track02_Sphere_00269", "timestamp": "2025-01-09T12:33:10Z", "filename": "Job_20250109_1300_Track02_Sphere_00269.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 11.29482235, "relative_pitch": 0.0, "relative_heading": 153.02747143440286, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000962/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000962/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000962/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000962/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002537_pano_0001_000962/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000962/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000962/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000962/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000962/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89492287741422, 52.3769884240469, 46.2319535603747 ] }, "distance": 11.41, "direction": 109.67, "angle": 76.13, "elevation": 46.23, "pano_id": "TMX7316010203-002537_pano_0001_000962", "timestamp": "2022-04-22T08:34:49.610660Z", "filename": "pano_0001_000962.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 11.41499423, "relative_pitch": 76.13066743155325, "relative_heading": 109.67390243823978, "relative_elevation": 46.2319535603747 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000960/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000960/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000960/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000960/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002537_pano_0001_000960/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000960/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000960/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000960/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000960/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89482115490171, 52.3769245939087, 46.2471468197182 ] }, "distance": 11.59, "direction": 160.75, "angle": 75.93, "elevation": 46.25, "pano_id": "TMX7316010203-002537_pano_0001_000960", "timestamp": "2022-04-22T08:34:48.725650Z", "filename": "pano_0001_000960.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 11.5936075, "relative_pitch": 75.92665862489922, "relative_heading": 160.75486660599546, "relative_elevation": 46.2471468197182 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000150/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000150/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000150/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000150/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000150/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000150/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000150/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000150/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000150/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89465461703999, 52.3769417717949, 46.9830182259902 ] }, "distance": 11.75, "direction": 219.77, "angle": 75.95, "elevation": 46.98, "pano_id": "TMX7316010203-002033_pano_0000_000150", "timestamp": "2021-03-08T12:30:07.336510Z", "filename": "pano_0000_000150.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 11.7543711, "relative_pitch": 75.95386719633537, "relative_heading": 219.77282583092938, "relative_elevation": 46.9830182259902 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00591/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00591/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00591/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00591/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_03-46-32_00591/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00591/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00591/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00591/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00591/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89464421833105, 52.3769463953516, 0.0 ] }, "distance": 11.84, "direction": 224.0, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_03-46-32_00591", "timestamp": "2025-06-16T03:53:42Z", "filename": "recording_2025-06-16_03-46-32_00591.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 11.84422614, "relative_pitch": 0.0, "relative_heading": 224.0017494882172, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00271/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00271/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00271/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00271/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track02_Sphere_00271/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00271/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00271/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00271/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00271/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894935232918495, 52.37700066888507, 0.0 ] }, "distance": 11.85, "direction": 102.08, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track02_Sphere_00271", "timestamp": "2025-01-09T12:33:12Z", "filename": "Job_20250109_1300_Track02_Sphere_00271.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 11.85250176, "relative_pitch": 0.0, "relative_heading": 102.08022687622397, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000004/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000004/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000004/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000004/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000707_pano_0000_000004/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000004/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000004/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000004/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000004/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89466111825063, 52.3769371745399, 46.1220251172781 ] }, "distance": 11.88, "direction": 216.55, "angle": 75.55, "elevation": 46.12, "pano_id": "TMX7316010203-000707_pano_0000_000004", "timestamp": "2018-05-04T11:22:13.884430Z", "filename": "pano_0000_000004.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 11.88307844, "relative_pitch": 75.55227966261313, "relative_heading": 216.55248667058277, "relative_elevation": 46.1220251172781 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000090/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000090/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000090/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000090/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0001_000090/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000090/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000090/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000090/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000090/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89464896461197, 52.3769430907484, 45.5560212731361 ] }, "distance": 11.89, "direction": 221.65, "angle": 75.37, "elevation": 45.56, "pano_id": "TMX7316010203-002310_pano_0001_000090", "timestamp": "2021-09-15T08:48:06.211210Z", "filename": "pano_0001_000090.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 11.89421154, "relative_pitch": 75.36731324592121, "relative_heading": 221.65060389180695, "relative_elevation": 45.5560212731361 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000945/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000945/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000945/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000945/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001174_pano_0000_000945/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000945/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000945/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000945/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000945/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89465454512756, 52.3769384555467, 45.8512999722734 ] }, "distance": 12.04, "direction": 218.67, "angle": 75.28, "elevation": 45.85, "pano_id": "TMX7316010203-001174_pano_0000_000945", "timestamp": "2019-05-10T06:12:33.625680Z", "filename": "pano_0000_000945.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 12.04336449, "relative_pitch": 75.28304755642276, "relative_heading": 218.6675502556463, "relative_elevation": 45.8512999722734 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000070/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000070/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000070/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000070/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000227_pano_0001_000070/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000070/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000070/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000070/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000070/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89494069301706, 52.3770094759096, 45.8297508386895 ] }, "distance": 12.06, "direction": 97.15, "angle": 75.26, "elevation": 45.83, "pano_id": "TMX7316010203-000227_pano_0001_000070", "timestamp": "2017-03-29T10:15:11.135130Z", "filename": "pano_0001_000070.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 12.05560747, "relative_pitch": 75.26211184426535, "relative_heading": 97.14988700868774, "relative_elevation": 45.8297508386895 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000091/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000091/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000091/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000091/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002931_pano_0004_000091/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000091/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000091/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000091/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000091/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894945730138, 52.3770090495378, 47.1602962128818 ] }, "distance": 12.4, "direction": 97.17, "angle": 75.27, "elevation": 47.16, "pano_id": "TMX7316010203-002931_pano_0004_000091", "timestamp": "2023-01-13T08:46:18.479040Z", "filename": "pano_0004_000091.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 12.40187186, "relative_pitch": 75.26635963227483, "relative_heading": 97.17012075778594, "relative_elevation": 47.1602962128818 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000940/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000940/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000940/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000940/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001174_pano_0000_000940/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000940/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000940/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000940/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000940/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89492500142022, 52.3770811709372, 45.7816660422832 ] }, "distance": 12.67, "direction": 59.26, "angle": 74.53, "elevation": 45.78, "pano_id": "TMX7316010203-001174_pano_0000_000940", "timestamp": "2019-05-10T06:12:30.705730Z", "filename": "pano_0000_000940.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 12.67354111, "relative_pitch": 74.52654461262867, "relative_heading": 59.263540733119015, "relative_elevation": 45.7816660422832 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000386/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000386/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000386/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000386/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0000_000386/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000386/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000386/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000386/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000386/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89489836177223, 52.3769431325088, 47.8854030193761 ] }, "distance": 12.7, "direction": 134.37, "angle": 75.14, "elevation": 47.89, "pano_id": "TMX7316010203-000720_pano_0000_000386", "timestamp": "2018-05-15T06:52:48.392440Z", "filename": "pano_0000_000386.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 12.70179467, "relative_pitch": 75.14417562791103, "relative_heading": 134.37387835034332, "relative_elevation": 47.8854030193761 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000177/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000177/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000177/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000177/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000227_pano_0001_000177/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000177/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000177/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000177/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000177/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89495716947399, 52.3770243741511, 45.813682064414 ] }, "distance": 13.08, "direction": 89.31, "angle": 74.06, "elevation": 45.81, "pano_id": "TMX7316010203-000227_pano_0001_000177", "timestamp": "2017-03-29T10:17:46.953910Z", "filename": "pano_0001_000177.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.08484319, "relative_pitch": 74.06013137134352, "relative_heading": 89.31124027973392, "relative_elevation": 45.813682064414 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000085/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000085/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000085/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000085/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0001_000085/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000085/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000085/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000085/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000085/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89492195180856, 52.3770908494404, 45.5058047939092 ] }, "distance": 13.09, "direction": 54.74, "angle": 73.96, "elevation": 45.51, "pano_id": "TMX7316010203-002310_pano_0001_000085", "timestamp": "2021-09-15T08:48:03.061260Z", "filename": "pano_0001_000085.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.08620627, "relative_pitch": 73.95623365806405, "relative_heading": 54.7411589821426, "relative_elevation": 45.5058047939092 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000145/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000145/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000145/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000145/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000145/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000145/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000145/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000145/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000145/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89492398080165, 52.3770894857457, 47.0136084016412 ] }, "distance": 13.11, "direction": 55.63, "angle": 74.42, "elevation": 47.01, "pano_id": "TMX7316010203-002033_pano_0000_000145", "timestamp": "2021-03-08T12:30:04.386550Z", "filename": "pano_0000_000145.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.11301658, "relative_pitch": 74.41517197593402, "relative_heading": 55.63111004257135, "relative_elevation": 47.0136084016412 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00586/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00586/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00586/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00586/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_03-46-32_00586/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00586/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00586/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00586/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00586/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894898082741685, 52.37710869938137, 0.0 ] }, "distance": 13.16, "direction": 43.52, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_03-46-32_00586", "timestamp": "2025-06-16T03:53:39Z", "filename": "recording_2025-06-16_03-46-32_00586.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.15701826, "relative_pitch": 0.0, "relative_heading": 43.5204542453393, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000140/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000140/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000140/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000140/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000140/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000140/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000140/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000140/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000140/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89491591450186, 52.3769485751098, 47.0896545965225 ] }, "distance": 13.19, "direction": 128.86, "angle": 74.35, "elevation": 47.09, "pano_id": "TMX7316010203-001900_pano_0006_000140", "timestamp": "2020-08-31T12:49:41.523680Z", "filename": "pano_0006_000140.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.19382622, "relative_pitch": 74.34791209729015, "relative_heading": 128.8552690818982, "relative_elevation": 47.0896545965225 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000088/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000088/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000088/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000088/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002931_pano_0004_000088/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000088/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000088/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000088/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000088/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89479956406695, 52.3769058199732, 47.2113345218822 ] }, "distance": 13.25, "direction": 169.78, "angle": 74.33, "elevation": 47.21, "pano_id": "TMX7316010203-002931_pano_0004_000088", "timestamp": "2023-01-13T08:46:16.589030Z", "filename": "pano_0004_000088.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.2451121, "relative_pitch": 74.32856729663027, "relative_heading": 169.7756563134271, "relative_elevation": 47.2113345218822 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001753/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001753/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001753/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001753/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001187_pano_0000_001753/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001753/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001753/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001753/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001753/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89470481195769, 52.3769081067546, 46.7125403927639 ] }, "distance": 13.42, "direction": 197.79, "angle": 73.97, "elevation": 46.71, "pano_id": "TMX7316010203-001187_pano_0000_001753", "timestamp": "2019-05-16T05:37:13.929500Z", "filename": "pano_0000_001753.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.42234416, "relative_pitch": 73.96856663584788, "relative_heading": 197.79282920841194, "relative_elevation": 46.7125403927639 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000387/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000387/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000387/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000387/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0000_000387/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000387/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000387/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000387/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000387/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89494959886465, 52.3769756051102, 47.8322950545698 ] }, "distance": 13.63, "direction": 112.75, "angle": 74.1, "elevation": 47.83, "pano_id": "TMX7316010203-000720_pano_0000_000387", "timestamp": "2018-05-15T06:52:49.367430Z", "filename": "pano_0000_000387.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.62830909, "relative_pitch": 74.09676328189164, "relative_heading": 112.74655793463255, "relative_elevation": 47.8322950545698 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000385/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000385/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000385/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000385/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0000_000385/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000385/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000385/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000385/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000385/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89484681998277, 52.3769108092555, 47.9193899547681 ] }, "distance": 13.67, "direction": 155.95, "angle": 74.08, "elevation": 47.92, "pano_id": "TMX7316010203-000720_pano_0000_000385", "timestamp": "2018-05-15T06:52:47.432530Z", "filename": "pano_0000_000385.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.66586949, "relative_pitch": 74.08266914484234, "relative_heading": 155.9506514098986, "relative_elevation": 47.9193899547681 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000139/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000139/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000139/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000139/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000139/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000139/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000139/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000139/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000139/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89486497772343, 52.3769154508281, 47.1304972944781 ] }, "distance": 13.76, "direction": 150.36, "angle": 73.72, "elevation": 47.13, "pano_id": "TMX7316010203-001900_pano_0006_000139", "timestamp": "2020-08-31T12:49:40.948670Z", "filename": "pano_0006_000139.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.76348542, "relative_pitch": 73.72064954349788, "relative_heading": 150.36487394744879, "relative_elevation": 47.1304972944781 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00268/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00268/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00268/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00268/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track02_Sphere_00268/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00268/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00268/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00268/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00268/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894792225603112, 52.37689980751327, 0.0 ] }, "distance": 13.83, "direction": 172.31, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track02_Sphere_00268", "timestamp": "2025-01-09T12:33:09Z", "filename": "Job_20250109_1300_Track02_Sphere_00268.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.82830105, "relative_pitch": 0.0, "relative_heading": 172.30628367389167, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001392/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001392/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001392/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001392/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0000_001392/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001392/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001392/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001392/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001392/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89489450579856, 52.3769271461491, 47.58607439138 ] }, "distance": 13.83, "direction": 140.41, "angle": 73.79, "elevation": 47.59, "pano_id": "TMX7316010203-002310_pano_0000_001392", "timestamp": "2021-09-15T08:03:44.441400Z", "filename": "pano_0000_001392.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.83487358, "relative_pitch": 73.78907391875376, "relative_heading": 140.41145682388046, "relative_elevation": 47.58607439138 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001906/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001906/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001906/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001906/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001054_pano_0000_001906/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001054_pano_0000_001906/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001054_pano_0000_001906/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001906/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001906/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89489010524836, 52.3769231604552, 45.7582636186853 ] }, "distance": 14.0, "direction": 142.51, "angle": 72.99, "elevation": 45.76, "pano_id": "TMX7316010203-001054_pano_0000_001906", "timestamp": "2019-01-15T09:27:55.086910Z", "filename": "pano_0000_001906.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.99511018, "relative_pitch": 72.99381083554921, "relative_heading": 142.514499705116, "relative_elevation": 45.7582636186853 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000085/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000085/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000085/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000085/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_000085/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000085/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000085/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000085/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000085/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89492526467831, 52.3771017594038, 45.6050023492426 ] }, "distance": 14.0, "direction": 51.21, "angle": 72.94, "elevation": 45.61, "pano_id": "TMX7316010203-001660_pano_0000_000085", "timestamp": "2020-04-21T08:40:04.554580Z", "filename": "pano_0000_000085.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.99773903, "relative_pitch": 72.93695446566382, "relative_heading": 51.2144178747445, "relative_elevation": 45.6050023492426 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000212/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000212/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000212/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000212/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0002_000212/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000212/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000212/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000212/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000212/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89491096409503, 52.37693435514, 46.7189948409796 ] }, "distance": 14.0, "direction": 134.77, "angle": 73.32, "elevation": 46.72, "pano_id": "TMX7316010203-002623_pano_0002_000212", "timestamp": "2022-06-23T09:41:14.071450Z", "filename": "pano_0002_000212.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 13.99862301, "relative_pitch": 73.31996978781483, "relative_heading": 134.77479141797684, "relative_elevation": 46.7189948409796 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000963/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000963/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000963/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000963/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002537_pano_0001_000963/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000963/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000963/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000963/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000963/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89497097376949, 52.3770215844896, 46.1972082667053 ] }, "distance": 14.02, "direction": 90.63, "angle": 73.11, "elevation": 46.2, "pano_id": "TMX7316010203-002537_pano_0001_000963", "timestamp": "2022-04-22T08:34:50.055660Z", "filename": "pano_0001_000963.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.02480101, "relative_pitch": 73.11247244689734, "relative_heading": 90.62557630446668, "relative_elevation": 46.1972082667053 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001907/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001907/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001907/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001907/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001054_pano_0000_001907/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001054_pano_0000_001907/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001054_pano_0000_001907/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001907/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001907/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89494038243996, 52.3769564984622, 45.7299300339073 ] }, "distance": 14.05, "direction": 121.77, "angle": 72.93, "elevation": 45.73, "pano_id": "TMX7316010203-001054_pano_0000_001907", "timestamp": "2019-01-15T09:27:55.806710Z", "filename": "pano_0000_001907.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.04546358, "relative_pitch": 72.92621462268507, "relative_heading": 121.772200826535, "relative_elevation": 45.7299300339073 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001393/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001393/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001393/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001393/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0000_001393/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001393/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001393/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001393/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001393/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89494478580865, 52.3769588925321, 47.5648328736424 ] }, "distance": 14.17, "direction": 120.22, "angle": 73.42, "elevation": 47.56, "pano_id": "TMX7316010203-002310_pano_0000_001393", "timestamp": "2021-09-15T08:03:45.041590Z", "filename": "pano_0000_001393.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.1653401, "relative_pitch": 73.41587893501806, "relative_heading": 120.21730583656398, "relative_elevation": 47.5648328736424 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000959/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000959/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000959/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000959/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002537_pano_0001_000959/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000959/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000959/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000959/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000959/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89476817375189, 52.3768941964989, 46.2426793240011 ] }, "distance": 14.33, "direction": 179.15, "angle": 72.78, "elevation": 46.24, "pano_id": "TMX7316010203-002537_pano_0001_000959", "timestamp": "2022-04-22T08:34:48.290680Z", "filename": "pano_0001_000959.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.32976899, "relative_pitch": 72.78273777006409, "relative_heading": 179.1468217151984, "relative_elevation": 46.2426793240011 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000141/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000141/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000141/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000141/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000141/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000141/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000141/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000141/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000141/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89496519488898, 52.3769824246396, 47.0715559031814 ] }, "distance": 14.36, "direction": 108.31, "angle": 73.04, "elevation": 47.07, "pano_id": "TMX7316010203-001900_pano_0006_000141", "timestamp": "2020-08-31T12:49:42.098640Z", "filename": "pano_0006_000141.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.35738556, "relative_pitch": 73.03766936848369, "relative_heading": 108.3105426994668, "relative_elevation": 47.0715559031814 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000467/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000467/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000467/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000467/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000467/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000467/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000467/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000467/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000467/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89490861061818, 52.3769284361206, 45.8738919831812 ] }, "distance": 14.36, "direction": 137.09, "angle": 72.62, "elevation": 45.87, "pano_id": "TMX7316010203-002033_pano_0000_000467", "timestamp": "2021-03-08T12:35:47.953660Z", "filename": "pano_0000_000467.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.36047765, "relative_pitch": 72.6176623725753, "relative_heading": 137.0912546542309, "relative_elevation": 45.8738919831812 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000175/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000175/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000175/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000175/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000227_pano_0001_000175/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000175/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000175/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000175/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000175/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89475775745883, 52.376893445402, 45.8439765833318 ] }, "distance": 14.42, "direction": 181.97, "angle": 72.54, "elevation": 45.84, "pano_id": "TMX7316010203-000227_pano_0001_000175", "timestamp": "2017-03-29T10:17:44.623930Z", "filename": "pano_0001_000175.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.42029005, "relative_pitch": 72.53895496596434, "relative_heading": 181.97102840961477, "relative_elevation": 45.8439765833318 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000213/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000213/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000213/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000213/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0002_000213/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000213/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000213/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000213/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000213/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89495963475666, 52.3769671797899, 46.7141269408166 ] }, "distance": 14.63, "direction": 115.1, "angle": 72.61, "elevation": 46.71, "pano_id": "TMX7316010203-002623_pano_0002_000213", "timestamp": "2022-06-23T09:41:14.686470Z", "filename": "pano_0002_000213.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.63341483, "relative_pitch": 72.60659535683736, "relative_heading": 115.09782476036872, "relative_elevation": 46.7141269408166 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000023/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000023/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000023/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000023/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002444_pano_0006_000023/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000023/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000023/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000023/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000023/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89461559440957, 52.3769283273464, 46.6316481381655 ] }, "distance": 14.64, "direction": 224.02, "angle": 72.57, "elevation": 46.63, "pano_id": "TMX7316010203-002444_pano_0006_000023", "timestamp": "2022-01-27T08:31:31.229030Z", "filename": "pano_0006_000023.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.64454979, "relative_pitch": 72.56523718689748, "relative_heading": 224.02326055918954, "relative_elevation": 46.6316481381655 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000394/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000394/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000394/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000394/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001055_pano_0000_000394/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000394/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000394/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000394/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000394/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89462224484908, 52.3769238733067, 45.6303537301719 ] }, "distance": 14.7, "direction": 221.41, "angle": 72.14, "elevation": 45.63, "pano_id": "TMX7316010203-001055_pano_0000_000394", "timestamp": "2019-01-15T11:37:29.576630Z", "filename": "pano_0000_000394.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.70147229, "relative_pitch": 72.14177344114938, "relative_heading": 221.4108331764296, "relative_elevation": 45.6303537301719 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000468/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000468/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000468/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000468/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000468/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000468/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000468/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000468/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000468/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89495744618666, 52.3769614111602, 45.8710803063586 ] }, "distance": 14.78, "direction": 117.6, "angle": 72.14, "elevation": 45.87, "pano_id": "TMX7316010203-002033_pano_0000_000468", "timestamp": "2021-03-08T12:35:48.478630Z", "filename": "pano_0000_000468.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.7847744, "relative_pitch": 72.13527455781481, "relative_heading": 117.59631573354659, "relative_elevation": 45.8710803063586 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00272/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00272/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00272/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00272/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track02_Sphere_00272/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00272/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00272/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00272/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00272/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894981333925284, 52.37703488795665, 0.0 ] }, "distance": 14.79, "direction": 84.85, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track02_Sphere_00272", "timestamp": "2025-01-09T12:33:12Z", "filename": "Job_20250109_1300_Track02_Sphere_00272.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.78915676, "relative_pitch": 0.0, "relative_heading": 84.85121428520402, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000838/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000838/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000838/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000838/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0005_000838/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0005_000838/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0005_000838/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000838/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000838/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89491150668856, 52.3769244769006, 49.8900104239583 ] }, "distance": 14.82, "direction": 137.69, "angle": 73.46, "elevation": 49.89, "pano_id": "TMX7316060226-000030_pano_0005_000838", "timestamp": "2016-08-17T08:15:09.382800Z", "filename": "pano_0005_000838.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.81825219, "relative_pitch": 73.45761052561976, "relative_heading": 137.69249434970212, "relative_elevation": 49.8900104239583 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000211/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000211/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000211/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000211/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0002_000211/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000211/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000211/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000211/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000211/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89486008972895, 52.3769031540221, 46.7266056835651 ] }, "distance": 14.82, "direction": 154.1, "angle": 72.4, "elevation": 46.73, "pano_id": "TMX7316010203-002623_pano_0002_000211", "timestamp": "2022-06-23T09:41:13.461510Z", "filename": "pano_0002_000211.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.81973626, "relative_pitch": 72.40313751224689, "relative_heading": 154.10197466346253, "relative_elevation": 46.7266056835651 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track05_Sphere_00018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894910445039355, 52.377123544530136, 0.0 ] }, "distance": 14.94, "direction": 41.5, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track05_Sphere_00018", "timestamp": "2025-01-09T12:41:23Z", "filename": "Job_20250109_1300_Track05_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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.94386443, "relative_pitch": 0.0, "relative_heading": 41.499273662593644, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000165/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000165/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000165/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000165/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000165/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000165/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000165/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000165/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000165/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89492656744084, 52.3771144725817, 47.855294238776 ] }, "distance": 14.99, "direction": 47.21, "angle": 72.61, "elevation": 47.86, "pano_id": "TMX7316010203-001900_pano_0006_000165", "timestamp": "2020-08-31T12:50:02.923600Z", "filename": "pano_0006_000165.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 14.98966108, "relative_pitch": 72.60793603140927, "relative_heading": 47.20859952413735, "relative_elevation": 47.855294238776 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001391/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001391/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001391/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001391/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0000_001391/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001391/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001391/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001391/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001391/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8948433191289, 52.3768962355954, 47.5951179303229 ] }, "distance": 15.08, "direction": 159.29, "angle": 72.42, "elevation": 47.6, "pano_id": "TMX7316010203-002310_pano_0000_001391", "timestamp": "2021-09-15T08:03:43.846400Z", "filename": "pano_0000_001391.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.0752443, "relative_pitch": 72.42495903830795, "relative_heading": 159.29172970699776, "relative_elevation": 47.5951179303229 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001748/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001748/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001748/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001748/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001187_pano_0000_001748/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001748/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001748/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001748/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001748/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89497137546482, 52.37707352596, 46.5136127788574 ] }, "distance": 15.14, "direction": 68.18, "angle": 71.97, "elevation": 46.51, "pano_id": "TMX7316010203-001187_pano_0000_001748", "timestamp": "2019-05-16T05:37:11.394510Z", "filename": "pano_0000_001748.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.13598956, "relative_pitch": 71.97459966901137, "relative_heading": 68.17709800926869, "relative_elevation": 46.5136127788574 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000839/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000839/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000839/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000839/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0005_000839/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0005_000839/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0005_000839/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000839/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000839/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89496082406171, 52.3769574524871, 49.8712935512885 ] }, "distance": 15.2, "direction": 118.67, "angle": 73.05, "elevation": 49.87, "pano_id": "TMX7316060226-000030_pano_0005_000839", "timestamp": "2016-08-17T08:15:09.957760Z", "filename": "pano_0005_000839.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.19534475, "relative_pitch": 73.05448214048393, "relative_heading": 118.66656982190585, "relative_elevation": 49.8712935512885 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00024/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00024/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00024/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00024/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track05_Sphere_00024/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00024/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00024/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00024/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00024/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894608539756433, 52.37692451467789, 0.0 ] }, "distance": 15.28, "direction": 224.21, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track05_Sphere_00024", "timestamp": "2025-01-09T12:41:27Z", "filename": "Job_20250109_1300_Track05_Sphere_00024.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.28356367, "relative_pitch": 0.0, "relative_heading": 224.21301382154576, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000388/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000388/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000388/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000388/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001055_pano_0000_000388/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000388/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000388/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000388/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000388/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89494398269852, 52.377106567813, 45.5553771220148 ] }, "distance": 15.33, "direction": 52.64, "angle": 71.4, "elevation": 45.56, "pano_id": "TMX7316010203-001055_pano_0000_000388", "timestamp": "2019-01-15T11:37:26.321620Z", "filename": "pano_0000_000388.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.33125887, "relative_pitch": 71.39979590058486, "relative_heading": 52.639922791229424, "relative_elevation": 45.5553771220148 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000005/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000005/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000005/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000005/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000707_pano_0000_000005/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000005/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000005/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000005/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000005/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89461987770792, 52.3769171469873, 46.1063665756956 ] }, "distance": 15.37, "direction": 220.02, "angle": 71.56, "elevation": 46.11, "pano_id": "TMX7316010203-000707_pano_0000_000005", "timestamp": "2018-05-04T11:22:14.389420Z", "filename": "pano_0000_000005.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.37399496, "relative_pitch": 71.55922877550208, "relative_heading": 220.01621507113325, "relative_elevation": 46.1063665756956 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000466/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000466/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000466/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000466/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000466/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000466/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000466/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000466/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000466/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89485860338243, 52.3768963606754, 45.8650907902047 ] }, "distance": 15.46, "direction": 155.66, "angle": 71.37, "elevation": 45.87, "pano_id": "TMX7316010203-002033_pano_0000_000466", "timestamp": "2021-03-08T12:35:47.428690Z", "filename": "pano_0000_000466.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.46127652, "relative_pitch": 71.37086524648618, "relative_heading": 155.66310910492308, "relative_elevation": 45.8650907902047 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001905/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001905/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001905/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001905/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001054_pano_0000_001905/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001054_pano_0000_001905/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001054_pano_0000_001905/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001905/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001905/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89483810428828, 52.3768909578243, 45.7560716550797 ] }, "distance": 15.51, "direction": 161.29, "angle": 71.28, "elevation": 45.76, "pano_id": "TMX7316010203-001054_pano_0000_001905", "timestamp": "2019-01-15T09:27:54.366690Z", "filename": "pano_0000_001905.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.50840559, "relative_pitch": 71.27660130531811, "relative_heading": 161.28662091773148, "relative_elevation": 45.7560716550797 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001908/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001908/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001908/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001908/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001054_pano_0000_001908/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001054_pano_0000_001908/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001054_pano_0000_001908/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001908/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001908/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89498845518382, 52.3769909103754, 45.7374446224421 ] }, "distance": 15.63, "direction": 103.19, "angle": 71.14, "elevation": 45.74, "pano_id": "TMX7316010203-001054_pano_0000_001908", "timestamp": "2019-01-15T09:27:56.486680Z", "filename": "pano_0000_001908.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.62685316, "relative_pitch": 71.13653256931701, "relative_heading": 103.19232763379274, "relative_elevation": 45.7374446224421 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000092/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000092/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000092/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000092/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002931_pano_0004_000092/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000092/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000092/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000092/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000092/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89499255670495, 52.3770445300762, 47.142349624075 ] }, "distance": 15.68, "direction": 81.19, "angle": 71.6, "elevation": 47.14, "pano_id": "TMX7316010203-002931_pano_0004_000092", "timestamp": "2023-01-13T08:46:19.133990Z", "filename": "pano_0004_000092.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.67854626, "relative_pitch": 71.60396818731165, "relative_heading": 81.19429470282863, "relative_elevation": 47.142349624075 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002444_pano_0006_000017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89494515064416, 52.3771123021734, 46.6084059625864 ] }, "distance": 15.79, "direction": 50.97, "angle": 71.29, "elevation": 46.61, "pano_id": "TMX7316010203-002444_pano_0006_000017", "timestamp": "2022-01-27T08:31:28.098890Z", "filename": "pano_0006_000017.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.78835321, "relative_pitch": 71.28645902260212, "relative_heading": 50.97429700766317, "relative_elevation": 46.6084059625864 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000138/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000138/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000138/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000138/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000138/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000138/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000138/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000138/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000138/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89481361002085, 52.3768832448047, 47.1588485352695 ] }, "distance": 15.89, "direction": 167.99, "angle": 71.37, "elevation": 47.16, "pano_id": "TMX7316010203-001900_pano_0006_000138", "timestamp": "2020-08-31T12:49:40.378880Z", "filename": "pano_0006_000138.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.89477153, "relative_pitch": 71.37374010544202, "relative_heading": 167.98944420047297, "relative_elevation": 47.1588485352695 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001394/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001394/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001394/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001394/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0000_001394/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001394/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001394/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001394/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001394/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8949931350645, 52.3769915975581, 47.5649798279628 ] }, "distance": 15.92, "direction": 102.66, "angle": 71.49, "elevation": 47.56, "pano_id": "TMX7316010203-002310_pano_0000_001394", "timestamp": "2021-09-15T08:03:45.651440Z", "filename": "pano_0000_001394.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.9203694, "relative_pitch": 71.49420478581531, "relative_heading": 102.66262613738074, "relative_elevation": 47.5649798279628 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000837/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000837/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000837/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000837/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0005_000837/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0005_000837/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0005_000837/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000837/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000837/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89486049321479, 52.37689232995, 49.9025832023472 ] }, "distance": 15.92, "direction": 155.91, "angle": 72.3, "elevation": 49.9, "pano_id": "TMX7316060226-000030_pano_0005_000837", "timestamp": "2016-08-17T08:15:08.822820Z", "filename": "pano_0005_000837.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 15.92311713, "relative_pitch": 72.30294758745471, "relative_heading": 155.90625571982136, "relative_elevation": 49.9025832023472 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000068/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000068/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000068/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000068/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000227_pano_0001_000068/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000068/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000068/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000068/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000068/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89473636124517, 52.3768800572585, 45.8428781069815 ] }, "distance": 16.02, "direction": 187.0, "angle": 70.74, "elevation": 45.84, "pano_id": "TMX7316010203-000227_pano_0001_000068", "timestamp": "2017-03-29T10:15:08.995150Z", "filename": "pano_0001_000068.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.02100646, "relative_pitch": 70.73668153057139, "relative_heading": 187.00209583571143, "relative_elevation": 45.8428781069815 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000091/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000091/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000091/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000091/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_000091/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000091/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000091/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000091/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000091/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89459865566033, 52.3769203268584, 45.6786626838148 ] }, "distance": 16.09, "direction": 224.77, "angle": 70.6, "elevation": 45.68, "pano_id": "TMX7316010203-001660_pano_0000_000091", "timestamp": "2020-04-21T08:40:07.944560Z", "filename": "pano_0000_000091.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.08771336, "relative_pitch": 70.5980840355703, "relative_heading": 224.7739444454773, "relative_elevation": 45.6786626838148 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000388/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000388/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000388/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000388/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0000_000388/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000388/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000388/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000388/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000388/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89500031535114, 52.3770084791997, 47.8083357354626 ] }, "distance": 16.1, "direction": 95.74, "angle": 71.39, "elevation": 47.81, "pano_id": "TMX7316010203-000720_pano_0000_000388", "timestamp": "2018-05-15T06:52:50.257410Z", "filename": "pano_0000_000388.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.10294716, "relative_pitch": 71.38529100397226, "relative_heading": 95.74313525911847, "relative_elevation": 47.8083357354626 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000384/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000384/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000384/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000384/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0000_000384/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000384/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000384/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000384/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000384/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89479543018519, 52.3768784830251, 47.9237356316298 ] }, "distance": 16.21, "direction": 172.66, "angle": 71.31, "elevation": 47.92, "pano_id": "TMX7316010203-000720_pano_0000_000384", "timestamp": "2018-05-15T06:52:46.532490Z", "filename": "pano_0000_000384.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.20934551, "relative_pitch": 71.31281296637115, "relative_heading": 172.66473122014688, "relative_elevation": 47.9237356316298 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000171/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000171/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000171/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000171/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000171/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000171/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000171/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000171/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000171/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89457960572477, 52.3769281582875, 48.3203944992274 ] }, "distance": 16.45, "direction": 230.13, "angle": 71.19, "elevation": 48.32, "pano_id": "TMX7316010203-001900_pano_0006_000171", "timestamp": "2020-08-31T12:50:07.328580Z", "filename": "pano_0006_000171.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.45450986, "relative_pitch": 71.1947872680848, "relative_heading": 230.1256685059296, "relative_elevation": 48.3203944992274 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000214/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000214/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000214/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000214/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0002_000214/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000214/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000214/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000214/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000214/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89500639042889, 52.3770010540068, 46.731950243935 ] }, "distance": 16.62, "direction": 98.44, "angle": 70.43, "elevation": 46.73, "pano_id": "TMX7316010203-002623_pano_0002_000214", "timestamp": "2022-06-23T09:41:15.296480Z", "filename": "pano_0002_000214.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.6156142, "relative_pitch": 70.42708133581864, "relative_heading": 98.43617451371108, "relative_elevation": 46.731950243935 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000469/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000469/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000469/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000469/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000469/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000469/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000469/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000469/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000469/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89500477944317, 52.3769951694621, 45.8980983290821 ] }, "distance": 16.62, "direction": 100.73, "angle": 70.1, "elevation": 45.9, "pano_id": "TMX7316010203-002033_pano_0000_000469", "timestamp": "2021-03-08T12:35:48.998660Z", "filename": "pano_0000_000469.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.61642464, "relative_pitch": 70.0982948155975, "relative_heading": 100.72569360658208, "relative_elevation": 45.8980983290821 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000151/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000151/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000151/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000151/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000151/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000151/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000151/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000151/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000151/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89459567003902, 52.3769152121048, 46.9758620252833 ] }, "distance": 16.64, "direction": 223.89, "angle": 70.5, "elevation": 46.98, "pano_id": "TMX7316010203-002033_pano_0000_000151", "timestamp": "2021-03-08T12:30:07.936520Z", "filename": "pano_0000_000151.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.63692082, "relative_pitch": 70.49794559588594, "relative_heading": 223.89049336675006, "relative_elevation": 46.9758620252833 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000946/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000946/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000946/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000946/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001174_pano_0000_000946/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000946/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000946/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000946/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000946/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89459715498808, 52.3769129950223, 45.8714261213318 ] }, "distance": 16.75, "direction": 223.06, "angle": 69.94, "elevation": 45.87, "pano_id": "TMX7316010203-001174_pano_0000_000946", "timestamp": "2019-05-10T06:12:34.445710Z", "filename": "pano_0000_000946.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.74638164, "relative_pitch": 69.94426840579611, "relative_heading": 223.05594458307493, "relative_elevation": 45.8714261213318 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000091/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000091/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000091/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000091/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0001_000091/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000091/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000091/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000091/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000091/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89458984496322, 52.3769171535241, 45.564397954382 ] }, "distance": 16.76, "direction": 225.38, "angle": 69.8, "elevation": 45.56, "pano_id": "TMX7316010203-002310_pano_0001_000091", "timestamp": "2021-09-15T08:48:06.821220Z", "filename": "pano_0001_000091.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.76191163, "relative_pitch": 69.80279392456566, "relative_heading": 225.37980061037638, "relative_elevation": 45.564397954382 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000087/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000087/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000087/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000087/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002931_pano_0004_000087/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000087/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000087/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000087/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000087/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89474895447023, 52.3768724716216, 47.2292849980295 ] }, "distance": 16.78, "direction": 183.74, "angle": 70.44, "elevation": 47.23, "pano_id": "TMX7316010203-002931_pano_0004_000087", "timestamp": "2023-01-13T08:46:15.954010Z", "filename": "pano_0004_000087.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.78139784, "relative_pitch": 70.4389770089425, "relative_heading": 183.7428134147636, "relative_elevation": 47.2292849980295 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00592/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00592/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00592/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00592/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_03-46-32_00592/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00592/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00592/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00592/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00592/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894589698918778, 52.37691648218531, 0.0 ] }, "distance": 16.82, "direction": 225.22, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_03-46-32_00592", "timestamp": "2025-06-16T03:53:43Z", "filename": "recording_2025-06-16_03-46-32_00592.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.82152581, "relative_pitch": 0.0, "relative_heading": 225.22248652300942, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02533/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02533/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02533/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02533/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_06-42-40_02533/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_06-42-40_02533/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_06-42-40_02533/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02533/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02533/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894943796432558, 52.37691848500638, 0.0 ] }, "distance": 16.83, "direction": 133.68, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_06-42-40_02533", "timestamp": "2025-06-16T08:07:50Z", "filename": "recording_2025-06-16_06-42-40_02533.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.83268056, "relative_pitch": 0.0, "relative_heading": 133.68150331014164, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000210/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000210/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000210/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000210/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0002_000210/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000210/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000210/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000210/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000210/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89480672892912, 52.3768734384908, 46.7104590367526 ] }, "distance": 16.88, "direction": 170.32, "angle": 70.13, "elevation": 46.71, "pano_id": "TMX7316010203-002623_pano_0002_000210", "timestamp": "2022-06-23T09:41:12.866510Z", "filename": "pano_0002_000210.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.87848813, "relative_pitch": 70.13304298460142, "relative_heading": 170.31678151797925, "relative_elevation": 46.7104590367526 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000142/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000142/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000142/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000142/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000142/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000142/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000142/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000142/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000142/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8950130602948, 52.377016534821, 47.0108536435291 ] }, "distance": 16.91, "direction": 92.42, "angle": 70.22, "elevation": 47.01, "pano_id": "TMX7316010203-001900_pano_0006_000142", "timestamp": "2020-08-31T12:49:42.673660Z", "filename": "pano_0006_000142.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.9051687, "relative_pitch": 70.22134416817043, "relative_heading": 92.42408587796805, "relative_elevation": 47.0108536435291 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000840/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000840/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000840/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000840/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0005_000840/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0005_000840/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0005_000840/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000840/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000840/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89500873714975, 52.3769914141078, 49.8658313723281 ] }, "distance": 16.96, "direction": 101.94, "angle": 71.21, "elevation": 49.87, "pano_id": "TMX7316060226-000030_pano_0005_000840", "timestamp": "2016-08-17T08:15:10.557770Z", "filename": "pano_0005_000840.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 16.96283441, "relative_pitch": 71.21326245592631, "relative_heading": 101.94316516431991, "relative_elevation": 49.8658313723281 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02534/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02534/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02534/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02534/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_06-42-40_02534/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_06-42-40_02534/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_06-42-40_02534/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02534/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02534/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894990862892007, 52.376953040633424, 0.0 ] }, "distance": 17.23, "direction": 116.84, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_06-42-40_02534", "timestamp": "2025-06-16T08:07:52Z", "filename": "recording_2025-06-16_06-42-40_02534.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 17.23453592, "relative_pitch": 0.0, "relative_heading": 116.8359076680847, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000939/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000939/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000939/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000939/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001174_pano_0000_000939/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000939/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001174_pano_0000_000939/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000939/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/10/TMX7316010203-001174/pano_0000_000939/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89497353407449, 52.3771131255096, 45.7664164518937 ] }, "distance": 17.39, "direction": 54.75, "angle": 69.2, "elevation": 45.77, "pano_id": "TMX7316010203-001174_pano_0000_000939", "timestamp": "2019-05-10T06:12:30.165740Z", "filename": "pano_0000_000939.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 17.38544559, "relative_pitch": 69.19954614176115, "relative_heading": 54.753506378492695, "relative_elevation": 45.7664164518937 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00267/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00267/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00267/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00267/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track02_Sphere_00267/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00267/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00267/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00267/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00267/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894741224948527, 52.37686644878431, 0.0 ] }, "distance": 17.49, "direction": 185.32, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track02_Sphere_00267", "timestamp": "2025-01-09T12:33:08Z", "filename": "Job_20250109_1300_Track02_Sphere_00267.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 17.49114633, "relative_pitch": 0.0, "relative_heading": 185.32028870820497, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001390/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001390/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001390/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001390/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0000_001390/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001390/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001390/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001390/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001390/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89479114011489, 52.3768660319474, 47.5816454216838 ] }, "distance": 17.55, "direction": 174.19, "angle": 69.75, "elevation": 47.58, "pano_id": "TMX7316010203-002310_pano_0000_001390", "timestamp": "2021-09-15T08:03:43.251460Z", "filename": "pano_0000_001390.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 17.55239813, "relative_pitch": 69.75148135431937, "relative_heading": 174.18819482580832, "relative_elevation": 47.5816454216838 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000964/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000964/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000964/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000964/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002537_pano_0001_000964/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000964/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000964/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000964/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000964/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89501799133047, 52.3770556893457, 46.1578867090866 ] }, "distance": 17.61, "direction": 78.06, "angle": 69.12, "elevation": 46.16, "pano_id": "TMX7316010203-002537_pano_0001_000964", "timestamp": "2022-04-22T08:34:50.505640Z", "filename": "pano_0001_000964.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 17.60660258, "relative_pitch": 69.12099829003269, "relative_heading": 78.06231347975631, "relative_elevation": 46.1578867090866 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02532/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02532/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02532/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02532/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_06-42-40_02532/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_06-42-40_02532/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_06-42-40_02532/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02532/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02532/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894895399404008, 52.37688473272135, 0.0 ] }, "distance": 17.76, "direction": 150.01, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_06-42-40_02532", "timestamp": "2025-06-16T08:07:49Z", "filename": "recording_2025-06-16_06-42-40_02532.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 17.75925864, "relative_pitch": 0.0, "relative_heading": 150.00826233357313, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000465/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000465/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000465/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000465/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000465/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000465/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000465/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000465/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000465/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89480685697828, 52.3768650325985, 45.8345323661342 ] }, "distance": 17.8, "direction": 170.8, "angle": 68.77, "elevation": 45.83, "pano_id": "TMX7316010203-002033_pano_0000_000465", "timestamp": "2021-03-08T12:35:46.898660Z", "filename": "pano_0000_000465.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 17.80261142, "relative_pitch": 68.7733096749621, "relative_heading": 170.79546496860524, "relative_elevation": 45.8345323661342 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000144/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000144/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000144/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000144/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000144/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000144/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000144/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000144/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000144/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89496884615992, 52.3771241206116, 47.0152807468548 ] }, "distance": 17.87, "direction": 50.96, "angle": 69.19, "elevation": 47.02, "pano_id": "TMX7316010203-002033_pano_0000_000144", "timestamp": "2021-03-08T12:30:03.791580Z", "filename": "pano_0000_000144.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 17.87001242, "relative_pitch": 69.1887304635892, "relative_heading": 50.956387000638124, "relative_elevation": 47.0152807468548 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000084/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000084/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000084/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000084/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0001_000084/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000084/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0001_000084/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000084/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0001_000084/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89496861087956, 52.3771250436959, 45.5029214089736 ] }, "distance": 17.92, "direction": 50.67, "angle": 68.5, "elevation": 45.5, "pano_id": "TMX7316010203-002310_pano_0001_000084", "timestamp": "2021-09-15T08:48:02.401350Z", "filename": "pano_0001_000084.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 17.92249524, "relative_pitch": 68.50172464045943, "relative_heading": 50.66908752285735, "relative_elevation": 45.5029214089736 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000958/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000958/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000958/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000958/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002537_pano_0001_000958/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000958/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002537_pano_0001_000958/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000958/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/22/TMX7316010203-002537/pano_0001_000958/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8947140267064, 52.376864577737, 46.2549521001056 ] }, "distance": 17.96, "direction": 191.15, "angle": 68.78, "elevation": 46.25, "pano_id": "TMX7316010203-002537_pano_0001_000958", "timestamp": "2022-04-22T08:34:47.865650Z", "filename": "pano_0001_000958.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 17.96312831, "relative_pitch": 68.77630031810135, "relative_heading": 191.15114297172696, "relative_elevation": 46.2549521001056 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001754/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001754/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001754/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001754/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001187_pano_0000_001754/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001754/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001754/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001754/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001754/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89464822638394, 52.3768775722799, 46.7515128171071 ] }, "distance": 18.03, "direction": 206.18, "angle": 68.91, "elevation": 46.75, "pano_id": "TMX7316010203-001187_pano_0000_001754", "timestamp": "2019-05-16T05:37:14.434500Z", "filename": "pano_0000_001754.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 18.02805579, "relative_pitch": 68.91264333933782, "relative_heading": 206.1841471421722, "relative_elevation": 46.7515128171071 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00585/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00585/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00585/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00585/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_03-46-32_00585/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00585/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_03-46-32_00585/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00585/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_03-46-32_00585/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894947985591577, 52.37714176586996, 0.0 ] }, "distance": 18.17, "direction": 43.3, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_03-46-32_00585", "timestamp": "2025-06-16T03:53:38Z", "filename": "recording_2025-06-16_03-46-32_00585.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 18.1653832, "relative_pitch": 0.0, "relative_heading": 43.30127083729267, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001904/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001904/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001904/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001904/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001054_pano_0000_001904/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001054_pano_0000_001904/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001054_pano_0000_001904/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001904/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001904/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89478453471356, 52.3768598368936, 45.7396387727931 ] }, "distance": 18.2, "direction": 175.82, "angle": 68.3, "elevation": 45.74, "pano_id": "TMX7316010203-001054_pano_0000_001904", "timestamp": "2019-01-15T09:27:53.656690Z", "filename": "pano_0000_001904.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 18.2000101, "relative_pitch": 68.30216592749224, "relative_heading": 175.8169948107857, "relative_elevation": 45.7396387727931 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000836/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000836/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000836/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000836/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0005_000836/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0005_000836/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0005_000836/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000836/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000836/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89480836239265, 52.3768608185583, 49.8859991468489 ] }, "distance": 18.28, "direction": 170.71, "angle": 69.87, "elevation": 49.89, "pano_id": "TMX7316060226-000030_pano_0005_000836", "timestamp": "2016-08-17T08:15:08.272810Z", "filename": "pano_0005_000836.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 18.28190623, "relative_pitch": 69.87344353504659, "relative_heading": 170.71338106121107, "relative_elevation": 49.8859991468489 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001909/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001909/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001909/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001909/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001054_pano_0000_001909/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001054_pano_0000_001909/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001054_pano_0000_001909/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001909/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001054/pano_0000_001909/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8950358494485, 52.3770254892217, 45.7198467655107 ] }, "distance": 18.44, "direction": 89.13, "angle": 68.03, "elevation": 45.72, "pano_id": "TMX7316010203-001054_pano_0000_001909", "timestamp": "2019-01-15T09:27:57.141660Z", "filename": "pano_0000_001909.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 18.4441153, "relative_pitch": 68.03006591121901, "relative_heading": 89.12585112745099, "relative_elevation": 45.7198467655107 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00273/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00273/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00273/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00273/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track02_Sphere_00273/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00273/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track02_Sphere_00273/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00273/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track02_Sphere_00273/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.895026565284183, 52.37706939998934, 0.0 ] }, "distance": 18.54, "direction": 73.82, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track02_Sphere_00273", "timestamp": "2025-01-09T12:33:13Z", "filename": "Job_20250109_1300_Track02_Sphere_00273.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 18.54424289, "relative_pitch": 0.0, "relative_heading": 73.81977135078735, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001395/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001395/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001395/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001395/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0000_001395/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001395/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001395/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001395/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001395/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89504047264762, 52.3770250034741, 47.5413696374744 ] }, "distance": 18.76, "direction": 89.31, "angle": 68.47, "elevation": 47.54, "pano_id": "TMX7316010203-002310_pano_0000_001395", "timestamp": "2021-09-15T08:03:46.271470Z", "filename": "pano_0000_001395.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 18.75818438, "relative_pitch": 68.46751818904737, "relative_heading": 89.30559636426665, "relative_elevation": 47.5413696374744 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02535/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02535/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02535/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02535/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_06-42-40_02535/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_06-42-40_02535/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_06-42-40_02535/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02535/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02535/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.895035612380752, 52.37698862019669, 0.0 ] }, "distance": 18.82, "direction": 101.72, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_06-42-40_02535", "timestamp": "2025-06-16T08:07:53Z", "filename": "recording_2025-06-16_06-42-40_02535.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 18.81789339, "relative_pitch": 0.0, "relative_heading": 101.7160635138115, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000006/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000006/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000006/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000006/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000707_pano_0000_000006/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000006/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000707_pano_0000_000006/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000006/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/04/TMX7316010203-000707/pano_0000_000006/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89457862386057, 52.3768969832166, 46.1153127877042 ] }, "distance": 18.91, "direction": 222.16, "angle": 67.7, "elevation": 46.12, "pano_id": "TMX7316010203-000707_pano_0000_000006", "timestamp": "2018-05-04T11:22:14.889410Z", "filename": "pano_0000_000006.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 18.91210094, "relative_pitch": 67.70124138219016, "relative_heading": 222.16434815566157, "relative_elevation": 46.1153127877042 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000084/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000084/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000084/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000084/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_000084/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000084/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_000084/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000084/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_000084/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89497246292624, 52.3771371967415, 45.6031171409413 ] }, "distance": 19.0, "direction": 48.02, "angle": 67.38, "elevation": 45.6, "pano_id": "TMX7316010203-001660_pano_0000_000084", "timestamp": "2020-04-21T08:40:03.979630Z", "filename": "pano_0000_000084.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.00287502, "relative_pitch": 67.37844767159588, "relative_heading": 48.01555195684931, "relative_elevation": 45.6031171409413 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000137/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000137/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000137/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000137/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000137/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000137/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000137/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000137/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000137/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89476033268809, 52.3768514649374, 47.1675293464214 ] }, "distance": 19.09, "direction": 180.96, "angle": 67.97, "elevation": 47.17, "pano_id": "TMX7316010203-001900_pano_0006_000137", "timestamp": "2020-08-31T12:49:39.808660Z", "filename": "pano_0006_000137.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.08580645, "relative_pitch": 67.96984008829682, "relative_heading": 180.96249396177151, "relative_elevation": 47.1675293464214 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000071/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000071/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000071/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000071/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000227_pano_0001_000071/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000071/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000071/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000071/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000071/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89503457224271, 52.3770790707693, 45.7609534161165 ] }, "distance": 19.39, "direction": 71.21, "angle": 67.04, "elevation": 45.76, "pano_id": "TMX7316010203-000227_pano_0001_000071", "timestamp": "2017-03-29T10:15:12.240150Z", "filename": "pano_0001_000071.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.38783188, "relative_pitch": 67.03877732445488, "relative_heading": 71.21369287118931, "relative_elevation": 45.7609534161165 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000470/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000470/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000470/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000470/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000470/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000470/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000470/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000470/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000470/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89505149736029, 52.3770293083321, 45.8887459682301 ] }, "distance": 19.52, "direction": 87.93, "angle": 66.96, "elevation": 45.89, "pano_id": "TMX7316010203-002033_pano_0000_000470", "timestamp": "2021-03-08T12:35:49.518640Z", "filename": "pano_0000_000470.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.52036719, "relative_pitch": 66.95584450349114, "relative_heading": 87.92625235301308, "relative_elevation": 45.8887459682301 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000389/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000389/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000389/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000389/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0000_000389/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000389/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000389/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000389/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000389/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89505001151637, 52.3770422848973, 47.7456011418253 ] }, "distance": 19.53, "direction": 83.68, "angle": 67.76, "elevation": 47.75, "pano_id": "TMX7316010203-000720_pano_0000_000389", "timestamp": "2018-05-15T06:52:51.057460Z", "filename": "pano_0000_000389.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.52516138, "relative_pitch": 67.7583062454086, "relative_heading": 83.67714616985653, "relative_elevation": 47.7456011418253 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000024/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000024/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000024/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000024/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002444_pano_0006_000024/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000024/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000024/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000024/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000024/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8945557198649, 52.3769018781564, 46.6707587186247 ] }, "distance": 19.61, "direction": 226.61, "angle": 67.2, "elevation": 46.67, "pano_id": "TMX7316010203-002444_pano_0006_000024", "timestamp": "2022-01-27T08:31:31.733870Z", "filename": "pano_0006_000024.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.61448767, "relative_pitch": 67.20427018150643, "relative_heading": 226.61399903212973, "relative_elevation": 46.6707587186247 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000215/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000215/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000215/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000215/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0002_000215/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000215/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000215/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000215/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000215/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89505256563929, 52.3770348276859, 46.693593933247 ] }, "distance": 19.62, "direction": 86.14, "angle": 67.2, "elevation": 46.69, "pano_id": "TMX7316010203-002623_pano_0002_000215", "timestamp": "2022-06-23T09:41:15.901490Z", "filename": "pano_0002_000215.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.62480822, "relative_pitch": 67.20351566472208, "relative_heading": 86.14173681269742, "relative_elevation": 46.693593933247 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000395/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000395/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000395/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000395/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001055_pano_0000_000395/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000395/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000395/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000395/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000395/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89456304411079, 52.3768971418199, 45.6699030352756 ] }, "distance": 19.63, "direction": 224.5, "angle": 66.74, "elevation": 45.67, "pano_id": "TMX7316010203-001055_pano_0000_000395", "timestamp": "2019-01-15T11:37:30.111640Z", "filename": "pano_0000_000395.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.62744822, "relative_pitch": 66.7435300152667, "relative_heading": 224.49526971756572, "relative_elevation": 45.6699030352756 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000383/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000383/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000383/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000383/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0000_000383/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000383/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0000_000383/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000383/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0000_000383/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89474268013487, 52.376846981523, 47.931682872586 ] }, "distance": 19.64, "direction": 184.45, "angle": 67.72, "elevation": 47.93, "pano_id": "TMX7316010203-000720_pano_0000_000383", "timestamp": "2018-05-15T06:52:45.717420Z", "filename": "pano_0000_000383.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.64111941, "relative_pitch": 67.71749601210121, "relative_heading": 184.44649102208075, "relative_elevation": 47.931682872586 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000093/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000093/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000093/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000093/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002931_pano_0004_000093/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000093/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000093/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000093/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000093/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89503821671784, 52.3770803700189, 47.1147632701322 ] }, "distance": 19.67, "direction": 71.05, "angle": 67.34, "elevation": 47.11, "pano_id": "TMX7316010203-002931_pano_0004_000093", "timestamp": "2023-01-13T08:46:19.819020Z", "filename": "pano_0004_000093.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.66943741, "relative_pitch": 67.3404746972705, "relative_heading": 71.0478112299876, "relative_elevation": 47.1147632701322 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02531/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02531/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02531/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02531/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_06-42-40_02531/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_06-42-40_02531/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_06-42-40_02531/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02531/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_06-42-40_02531/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894845480401045, 52.376851827919346, 0.0 ] }, "distance": 19.81, "direction": 163.95, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-16_06-42-40_02531", "timestamp": "2025-06-16T08:07:48Z", "filename": "recording_2025-06-16_06-42-40_02531.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.81497002, "relative_pitch": 0.0, "relative_heading": 163.9512730782689, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000841/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000841/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000841/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000841/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0005_000841/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0005_000841/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0005_000841/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000841/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0005_000841/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89505601057752, 52.3770254584739, 49.8268506415188 ] }, "distance": 19.82, "direction": 89.2, "angle": 68.31, "elevation": 49.83, "pano_id": "TMX7316060226-000030_pano_0005_000841", "timestamp": "2016-08-17T08:15:11.172800Z", "filename": "pano_0005_000841.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.81688231, "relative_pitch": 68.31154573982325, "relative_heading": 89.19628777663702, "relative_elevation": 49.8268506415188 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001747/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001747/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001747/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001747/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001187_pano_0000_001747/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001747/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001187_pano_0000_001747/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001747/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/16/TMX7316010203-001187/pano_0000_001747/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89501937390073, 52.3771099064524, 46.4521603947505 ] }, "distance": 19.84, "direction": 60.81, "angle": 66.87, "elevation": 46.45, "pano_id": "TMX7316010203-001187_pano_0000_001747", "timestamp": "2019-05-16T05:37:10.884540Z", "filename": "pano_0000_001747.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.83895238, "relative_pitch": 66.87347034997097, "relative_heading": 60.812426380700536, "relative_elevation": 46.4521603947505 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000209/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000209/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000209/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000209/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0002_000209/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000209/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0002_000209/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000209/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0002_000209/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8947526640709, 52.3768445319071, 46.6976728448644 ] }, "distance": 19.87, "direction": 182.43, "angle": 66.95, "elevation": 46.7, "pano_id": "TMX7316010203-002623_pano_0002_000209", "timestamp": "2022-06-23T09:41:12.301460Z", "filename": "pano_0002_000209.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.87246419, "relative_pitch": 66.94754177980657, "relative_heading": 182.4307637556119, "relative_elevation": 46.6976728448644 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track05_Sphere_00017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894960856091128, 52.377155813220625, 0.0 ] }, "distance": 19.91, "direction": 42.05, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track05_Sphere_00017", "timestamp": "2025-01-09T12:41:22Z", "filename": "Job_20250109_1300_Track05_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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 19.90879893, "relative_pitch": 0.0, "relative_heading": 42.051636977558566, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000164/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000164/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000164/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000164/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000164/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000164/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000164/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000164/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000164/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89497523031794, 52.3771490912513, 47.7574335401878 ] }, "distance": 20.05, "direction": 45.56, "angle": 67.23, "elevation": 47.76, "pano_id": "TMX7316010203-001900_pano_0006_000164", "timestamp": "2020-08-31T12:50:02.158580Z", "filename": "pano_0006_000164.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 20.04668262, "relative_pitch": 67.22926154782583, "relative_heading": 45.563189461261445, "relative_elevation": 47.7574335401878 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000387/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000387/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000387/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000387/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001055_pano_0000_000387/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000387/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001055_pano_0000_000387/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000387/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/15/TMX7316010203-001055/pano_0000_000387/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89499117594465, 52.3771408165842, 45.5518736895174 ] }, "distance": 20.23, "direction": 49.58, "angle": 66.06, "elevation": 45.55, "pano_id": "TMX7316010203-001055_pano_0000_000387", "timestamp": "2019-01-15T11:37:25.781630Z", "filename": "pano_0000_000387.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 20.22713468, "relative_pitch": 66.05656964120782, "relative_heading": 49.58228054518075, "relative_elevation": 45.5518736895174 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000143/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000143/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000143/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000143/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001900_pano_0006_000143/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000143/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001900_pano_0006_000143/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000143/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001900/pano_0006_000143/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89506121504015, 52.3770517882095, 46.9056692477316 ] }, "distance": 20.42, "direction": 80.96, "angle": 66.47, "elevation": 46.91, "pano_id": "TMX7316010203-001900_pano_0006_000143", "timestamp": "2020-08-31T12:49:43.253720Z", "filename": "pano_0006_000143.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 20.42283896, "relative_pitch": 66.47157742141641, "relative_heading": 80.96317297073944, "relative_elevation": 46.9056692477316 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00025/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00025/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00025/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00025/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250109_1300_Track05_Sphere_00025/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00025/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00025/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00025/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250109_1300_Track05_Sphere_00025/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.894545820776168, 52.37689372253736, 0.0 ] }, "distance": 20.73, "direction": 226.07, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250109_1300_Track05_Sphere_00025", "timestamp": "2025-01-09T12:41:29Z", "filename": "Job_20250109_1300_Track05_Sphere_00025.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 20.72871428, "relative_pitch": 0.0, "relative_heading": 226.07095718673642, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002444_pano_0006_000016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002444_pano_0006_000016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/27/TMX7316010203-002444/pano_0006_000016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89499285138882, 52.3771476543363, 46.6172337532043 ] }, "distance": 20.81, "direction": 48.19, "angle": 65.94, "elevation": 46.62, "pano_id": "TMX7316010203-002444_pano_0006_000016", "timestamp": "2022-01-27T08:31:27.563910Z", "filename": "pano_0006_000016.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 20.81344649, "relative_pitch": 65.94041501794624, "relative_heading": 48.191130780124325, "relative_elevation": 46.6172337532043 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001389/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001389/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001389/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001389/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002310_pano_0000_001389/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001389/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002310_pano_0000_001389/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001389/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/15/TMX7316010203-002310/pano_0000_001389/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89473848502579, 52.3768361833171, 47.5666209552437 ] }, "distance": 20.86, "direction": 184.97, "angle": 66.32, "elevation": 47.57, "pano_id": "TMX7316010203-002310_pano_0000_001389", "timestamp": "2021-09-15T08:03:42.661440Z", "filename": "pano_0000_001389.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 20.86209703, "relative_pitch": 66.3183729522893, "relative_heading": 184.97290700258722, "relative_elevation": 47.5666209552437 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000086/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000086/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000086/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000086/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002931_pano_0004_000086/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000086/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002931_pano_0004_000086/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000086/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002931/pano_0004_000086/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89469694113607, 52.3768398889659, 47.2476809956133 ] }, "distance": 20.89, "direction": 192.82, "angle": 66.15, "elevation": 47.25, "pano_id": "TMX7316010203-002931_pano_0004_000086", "timestamp": "2023-01-13T08:46:15.289040Z", "filename": "pano_0004_000086.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 20.8924294, "relative_pitch": 66.14548794222027, "relative_heading": 192.82494580450017, "relative_elevation": 47.2476809956133 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000178/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000178/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000178/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000178/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000227_pano_0001_000178/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000178/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000227_pano_0001_000178/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000178/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/29/TMX7316010203-000227/pano_0001_000178/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89504884314846, 52.3770943899964, 45.7373417923227 ] }, "distance": 20.9, "direction": 67.64, "angle": 65.44, "elevation": 45.74, "pano_id": "TMX7316010203-000227_pano_0001_000178", "timestamp": "2017-03-29T10:17:48.483910Z", "filename": "pano_0001_000178.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 20.89738402, "relative_pitch": 65.4443469011889, "relative_heading": 67.64472519485628, "relative_elevation": 45.7373417923227 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250109_1300_Track05_Sphere_00021/adjacencies/b_20250109_1300_Track05_Sphere_00021/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000464/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000464/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000464/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000464/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002033_pano_0000_000464/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000464/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002033_pano_0000_000464/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000464/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002033/pano_0000_000464/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89475392845132, 52.376834457605, 45.8063875893131 ] }, "distance": 20.99, "direction": 182.07, "angle": 65.38, "elevation": 45.81, "pano_id": "TMX7316010203-002033_pano_0000_000464", "timestamp": "2021-03-08T12:35:46.373730Z", "filename": "pano_0000_000464.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_20250109_1300_Track05_Sphere_00021", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121468.15608704856, 487797.5674605634 ] }, "relative_distance": 20.98924163, "relative_pitch": 65.38196842111475, "relative_heading": 182.06614341669703, "relative_elevation": 45.8063875893131 } ] } }