Adjacencies
Parameters:
- newest_in_range: (boolean) only return photos that are the newest within their distance interval
- srid: (integer) projection of coordinates, either 4326 or 28992
- near: (string) two-dimensional point, separated by a comma; "<lon>,<lat>" when "srid=4326", "<x>,<y>" when "srid=28992"
- radius: (number) search radius in meters from point "near"
- bbox: (string) only return photos contained by bounding box, two two-dimensional points "<northwest>,<southeast>", same as point "near"
- timestamp_before: (string) ISO date format (yyyy-mm-dd)
- timestamp_after: (string) ISO date format (yyyy-mm-dd)
- tags: (string) a comma-seperated list of tags to filter on, for example: "mission-bi,mission2017"
- limit_results: (integer) limit on the returned results (impacts count and pagination: if more results are available, they don't show up in counts). Can be used for performance reasons
GET /panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00004/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00004/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00004/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00004/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track01_Sphere_00004/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00004/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00004/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91089169142449, 52.379825506659756, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track01_Sphere_00004", "timestamp": "2025-01-08T13:06:12Z", "filename": "Job_20250108_1349_Track01_Sphere_00004.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 0.0, "relative_pitch": 0.0, "relative_heading": null, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000433/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000433/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000433/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000433/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000433/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000433/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000433/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000433/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000433/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91089346557369, 52.3798309257718, 25.240960448049 ] }, "distance": 0.61, "direction": 11.33, "angle": 88.6, "elevation": 25.24, "pano_id": "TMX7316010203-002307_pano_0001_000433", "timestamp": "2021-09-14T07:38:12.940080Z", "filename": "pano_0001_000433.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 0.61499231, "relative_pitch": 88.60427285689278, "relative_heading": 11.329049194466945, "relative_elevation": 25.240960448049 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001132/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001132/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001132/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001132/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001132/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001132/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001132/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001132/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001132/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91090104932641, 52.3798257006959, 24.8742344919592 ] }, "distance": 0.64, "direction": 88.06, "angle": 88.53, "elevation": 24.87, "pano_id": "TMX7316010203-002564_pano_0002_001132", "timestamp": "2022-05-09T09:36:57.834160Z", "filename": "pano_0002_001132.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 0.63759434, "relative_pitch": 88.5316747314042, "relative_heading": 88.05937969837939, "relative_elevation": 24.8742344919592 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001254/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001254/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001254/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001254/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001744_pano_0000_001254/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001254/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001254/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001254/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001254/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91087931169281, 52.3798287016885, 24.4695116318762 ] }, "distance": 0.91, "direction": 292.87, "angle": 87.86, "elevation": 24.47, "pano_id": "TMX7316010203-001744_pano_0000_001254", "timestamp": "2020-06-10T13:30:26.578480Z", "filename": "pano_0000_001254.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 0.9149037, "relative_pitch": 87.85873479839096, "relative_heading": 292.86700100323145, "relative_elevation": 24.4695116318762 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00740/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00740/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00740/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00740/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_03-28-47_00740/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00740/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00740/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00740/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00740/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910904147115393, 52.37981581410723, 0.0 ] }, "distance": 1.37, "direction": 141.82, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_03-28-47_00740", "timestamp": "2025-06-19T03:32:12Z", "filename": "recording_2025-06-19_03-28-47_00740.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 1.37209143, "relative_pitch": 0.0, "relative_heading": 141.81802749198215, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001806/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001806/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001806/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001806/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0001_001806/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001806/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001806/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001806/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001806/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91090552462892, 52.3798163622107, 24.765306385234 ] }, "distance": 1.39, "direction": 137.21, "angle": 86.8, "elevation": 24.77, "pano_id": "TMX7316010203-000886_pano_0001_001806", "timestamp": "2018-07-30T13:17:11.962700Z", "filename": "pano_0001_001806.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 1.38661995, "relative_pitch": 86.7953311452766, "relative_heading": 137.20851322873614, "relative_elevation": 24.765306385234 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001325/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001325/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001325/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001325/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000023_pano_0000_001325/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001325/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001325/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001325/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001325/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91089949540743, 52.3798452870385, 23.2724817432463 ] }, "distance": 2.26, "direction": 13.57, "angle": 84.44, "elevation": 23.27, "pano_id": "TMX7315120208-000023_pano_0000_001325", "timestamp": "2016-03-30T14:32:59.966380Z", "filename": "pano_0000_001325.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 2.26429565, "relative_pitch": 84.44289930636383, "relative_heading": 13.573515929430227, "relative_elevation": 23.2724817432463 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00831/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00831/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00831/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00831/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_08-10-48_00831/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00831/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00831/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00831/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00831/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910906423495979, 52.379806521962045, 0.0 ] }, "distance": 2.34, "direction": 154.6, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-17_08-10-48_00831", "timestamp": "2024-09-17T08:14:41Z", "filename": "recording_2024-09-17_08-10-48_00831.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 2.3386093, "relative_pitch": 0.0, "relative_heading": 154.59802543507254, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000876/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000876/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000876/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000876/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002825_pano_0003_000876/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000876/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000876/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000876/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000876/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91091607243721, 52.3798417871252, 24.6809001648799 ] }, "distance": 2.46, "direction": 42.5, "angle": 84.31, "elevation": 24.68, "pano_id": "TMX7316010203-002825_pano_0003_000876", "timestamp": "2022-10-07T10:38:16.830690Z", "filename": "pano_0003_000876.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 2.45728849, "relative_pitch": 84.31423500275866, "relative_heading": 42.50349360682084, "relative_elevation": 24.6809001648799 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007151/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007151/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007151/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007151/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000301_pano_0000_007151/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000301_pano_0000_007151/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000301_pano_0000_007151/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007151/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007151/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91090082910534, 52.3798022491824, 24.5675769606605 ] }, "distance": 2.66, "direction": 166.48, "angle": 83.82, "elevation": 24.57, "pano_id": "TMX7316010203-000301_pano_0000_007151", "timestamp": "2017-05-18T13:04:21.248040Z", "filename": "pano_0000_007151.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 2.66171734, "relative_pitch": 83.8165400357761, "relative_heading": 166.48079710206022, "relative_elevation": 24.5675769606605 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00830/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00830/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00830/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00830/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_08-10-48_00830/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00830/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00830/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00830/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00830/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910895072410685, 52.37985095155952, 0.0 ] }, "distance": 2.84, "direction": 4.65, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-17_08-10-48_00830", "timestamp": "2024-09-17T08:14:40Z", "filename": "recording_2024-09-17_08-10-48_00830.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 2.84071495, "relative_pitch": 0.0, "relative_heading": 4.648700031663709, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001601/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001601/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001601/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001601/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_001601/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001601/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001601/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001601/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001601/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91092768273113, 52.37981192539, 24.8418486788869 ] }, "distance": 2.88, "direction": 121.66, "angle": 83.39, "elevation": 24.84, "pano_id": "TMX7316010203-001255_pano_0000_001601", "timestamp": "2019-06-27T08:18:10.144080Z", "filename": "pano_0000_001601.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 2.87931929, "relative_pitch": 83.38857650567235, "relative_heading": 121.65904479427546, "relative_elevation": 24.8418486788869 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001326/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001326/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001326/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001326/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000023_pano_0000_001326/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001326/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001326/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001326/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001326/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91091072267171, 52.3798008307544, 23.2495012041181 ] }, "distance": 3.04, "direction": 154.73, "angle": 82.56, "elevation": 23.25, "pano_id": "TMX7315120208-000023_pano_0000_001326", "timestamp": "2016-03-30T14:33:00.296360Z", "filename": "pano_0000_001326.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 3.03626006, "relative_pitch": 82.55958671572388, "relative_heading": 154.73404637681966, "relative_elevation": 23.2495012041181 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003115/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003115/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003115/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003115/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002558_pano_0000_003115/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003115/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003115/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003115/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003115/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91092681839192, 52.3798503225603, 25.3592607500032 ] }, "distance": 3.65, "direction": 40.9, "angle": 81.8, "elevation": 25.36, "pano_id": "TMX7316010203-002558_pano_0000_003115", "timestamp": "2022-05-03T10:47:31.753960Z", "filename": "pano_0000_003115.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 3.65332364, "relative_pitch": 81.80221708390903, "relative_heading": 40.89996136014649, "relative_elevation": 25.3592607500032 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000877/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000877/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000877/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000877/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002825_pano_0003_000877/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000877/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000877/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000877/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000877/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91092752812629, 52.3797992034934, 24.6758688753471 ] }, "distance": 3.81, "direction": 140.18, "angle": 81.22, "elevation": 24.68, "pano_id": "TMX7316010203-002825_pano_0003_000877", "timestamp": "2022-10-07T10:38:17.210730Z", "filename": "pano_0003_000877.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 3.81073469, "relative_pitch": 81.22107083975065, "relative_heading": 140.17999022225416, "relative_elevation": 24.6758688753471 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00739/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00739/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00739/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00739/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_03-28-47_00739/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00739/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00739/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00739/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00739/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910893100296622, 52.3798597913584, 0.0 ] }, "distance": 3.82, "direction": 1.44, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_03-28-47_00739", "timestamp": "2025-06-19T03:32:11Z", "filename": "recording_2025-06-19_03-28-47_00739.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 3.8162208, "relative_pitch": 0.0, "relative_heading": 1.4405321109290703, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003116/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003116/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003116/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003116/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002558_pano_0000_003116/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003116/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003116/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003116/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003116/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91093784698106, 52.3798059172567, 25.3304598284885 ] }, "distance": 3.82, "direction": 124.74, "angle": 81.41, "elevation": 25.33, "pano_id": "TMX7316010203-002558_pano_0000_003116", "timestamp": "2022-05-03T10:47:31.918950Z", "filename": "pano_0000_003116.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 3.82489581, "relative_pitch": 81.4132156495354, "relative_heading": 124.74312594796095, "relative_elevation": 25.3304598284885 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000412/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000412/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000412/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000412/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001181_pano_0000_000412/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000412/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000412/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000412/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000412/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91094503053882, 52.3798382536675, 24.6130173336715 ] }, "distance": 3.9, "direction": 68.67, "angle": 81.0, "elevation": 24.61, "pano_id": "TMX7316010203-001181_pano_0000_000412", "timestamp": "2019-05-14T06:37:06.782340Z", "filename": "pano_0000_000412.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 3.89927526, "relative_pitch": 80.99782838754581, "relative_heading": 68.66841525277907, "relative_elevation": 24.6130173336715 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001600/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001600/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001600/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001600/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_001600/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001600/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001600/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001600/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001600/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91091671890197, 52.3798572580401, 24.8753270348534 ] }, "distance": 3.92, "direction": 25.75, "angle": 81.04, "elevation": 24.88, "pano_id": "TMX7316010203-001255_pano_0000_001600", "timestamp": "2019-06-27T08:18:09.934070Z", "filename": "pano_0000_001600.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 3.92267978, "relative_pitch": 81.03861791011025, "relative_heading": 25.750996461626258, "relative_elevation": 24.8753270348534 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001805/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001805/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001805/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001805/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0001_001805/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001805/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001805/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001805/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001805/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91089413577749, 52.3798614088377, 24.8086793124676 ] }, "distance": 4.0, "direction": 2.39, "angle": 80.84, "elevation": 24.81, "pano_id": "TMX7316010203-000886_pano_0001_001805", "timestamp": "2018-07-30T13:17:11.677700Z", "filename": "pano_0001_001805.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 3.99846499, "relative_pitch": 80.84425938234861, "relative_heading": 2.385806551288034, "relative_elevation": 24.8086793124676 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001213/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001213/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001213/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001213/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001213/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001213/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001213/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001213/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001213/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91093252540737, 52.3798520798388, 24.8117667324841 ] }, "distance": 4.06, "direction": 43.24, "angle": 80.71, "elevation": 24.81, "pano_id": "TMX7316010203-001664_pano_0000_001213", "timestamp": "2020-04-21T11:23:09.546870Z", "filename": "pano_0000_001213.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 4.05895325, "relative_pitch": 80.70928683767978, "relative_heading": 43.23978390780126, "relative_elevation": 24.8117667324841 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001214/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001214/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001214/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001214/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001214/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001214/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001214/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001214/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001214/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91094472036669, 52.3798065699753, 24.7761452514678 ] }, "distance": 4.18, "direction": 120.27, "angle": 80.42, "elevation": 24.78, "pano_id": "TMX7316010203-001664_pano_0000_001214", "timestamp": "2020-04-21T11:23:09.746850Z", "filename": "pano_0000_001214.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 4.18086524, "relative_pitch": 80.42182277788376, "relative_heading": 120.26521145541649, "relative_elevation": 24.7761452514678 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000434/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000434/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000434/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000434/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000434/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000434/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000434/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000434/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000434/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91090462781638, 52.3797860925991, 25.2166030323133 ] }, "distance": 4.47, "direction": 168.64, "angle": 79.94, "elevation": 25.22, "pano_id": "TMX7316010203-002307_pano_0001_000434", "timestamp": "2021-09-14T07:38:13.215050Z", "filename": "pano_0001_000434.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 4.47337488, "relative_pitch": 79.94049655488027, "relative_heading": 168.64295472747207, "relative_elevation": 25.2166030323133 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001255/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001255/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001255/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001255/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001744_pano_0000_001255/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001255/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001255/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001255/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001255/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91089056674303, 52.3797843143018, 24.4461066843942 ] }, "distance": 4.58, "direction": 180.96, "angle": 79.38, "elevation": 24.45, "pano_id": "TMX7316010203-001744_pano_0000_001255", "timestamp": "2020-06-10T13:30:26.808560Z", "filename": "pano_0000_001255.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 4.58430119, "relative_pitch": 79.37885901976077, "relative_heading": 180.95723030808873, "relative_elevation": 24.4461066843942 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002309/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002309/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002309/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002309/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_002309/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002309/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002309/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002309/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002309/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91095801576156, 52.3798174106856, 25.0405776137486 ] }, "distance": 4.61, "direction": 101.28, "angle": 79.58, "elevation": 25.04, "pano_id": "TMX7316010203-002546_pano_0002_002309", "timestamp": "2022-04-26T09:38:54.345600Z", "filename": "pano_0002_002309.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 4.60534462, "relative_pitch": 79.57888717867256, "relative_heading": 101.28064468820354, "relative_elevation": 25.0405776137486 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001131/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001131/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001131/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001131/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001131/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001131/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001131/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001131/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001131/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91089002695215, 52.3798694096493, 24.9148689825088 ] }, "distance": 4.89, "direction": 358.67, "angle": 78.9, "elevation": 24.91, "pano_id": "TMX7316010203-002564_pano_0002_001131", "timestamp": "2022-05-09T09:36:57.579150Z", "filename": "pano_0002_001131.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 4.88660043, "relative_pitch": 78.90332727176369, "relative_heading": 358.67093044019026, "relative_elevation": 24.9148689825088 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00003/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00003/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00003/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00003/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track01_Sphere_00003/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00003/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00003/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00003/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00003/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910880528452957, 52.379869357614936, 0.0 ] }, "distance": 4.94, "direction": 351.15, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track01_Sphere_00003", "timestamp": "2025-01-08T13:06:12Z", "filename": "Job_20250108_1349_Track01_Sphere_00003.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 4.93834978, "relative_pitch": 0.0, "relative_heading": 351.14543831413044, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00005/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00005/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00005/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00005/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track01_Sphere_00005/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00005/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00005/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00005/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00005/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910902900459246, 52.37978146714712, 0.0 ] }, "distance": 4.96, "direction": 171.15, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track01_Sphere_00005", "timestamp": "2025-01-08T13:06:13Z", "filename": "Job_20250108_1349_Track01_Sphere_00005.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 4.95956427, "relative_pitch": 0.0, "relative_heading": 171.14692647705425, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001133/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001133/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001133/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001133/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001133/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001133/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001133/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001133/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001133/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91091198396203, 52.3797819540444, 24.8523089634255 ] }, "distance": 5.04, "direction": 164.09, "angle": 78.54, "elevation": 24.85, "pano_id": "TMX7316010203-002564_pano_0002_001133", "timestamp": "2022-05-09T09:36:58.089150Z", "filename": "pano_0002_001133.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 5.03944915, "relative_pitch": 78.53721970493626, "relative_heading": 164.08553925421523, "relative_elevation": 24.8523089634255 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002308/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002308/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002308/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002308/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_002308/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002308/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002308/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002308/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002308/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9109469990543, 52.3798609957089, 25.0684060761705 ] }, "distance": 5.46, "direction": 43.64, "angle": 77.72, "elevation": 25.07, "pano_id": "TMX7316010203-002546_pano_0002_002308", "timestamp": "2022-04-26T09:38:54.030830Z", "filename": "pano_0002_002308.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 5.45701163, "relative_pitch": 77.71916858065053, "relative_heading": 43.64237837051542, "relative_elevation": 25.0684060761705 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001253/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001253/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001253/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001253/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001744_pano_0000_001253/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001253/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001253/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001253/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001253/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91086794629937, 52.3798730952937, 24.5146315172315 ] }, "distance": 5.54, "direction": 343.02, "angle": 77.27, "elevation": 24.51, "pano_id": "TMX7316010203-001744_pano_0000_001253", "timestamp": "2020-06-10T13:30:26.348480Z", "filename": "pano_0000_001253.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 5.53676499, "relative_pitch": 77.27296901280168, "relative_heading": 343.0201798367444, "relative_elevation": 24.5146315172315 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000432/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000432/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000432/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000432/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000432/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000432/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000432/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000432/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000432/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91088209929971, 52.3798760484437, 25.2747112223879 ] }, "distance": 5.66, "direction": 353.38, "angle": 77.37, "elevation": 25.27, "pano_id": "TMX7316010203-002307_pano_0001_000432", "timestamp": "2021-09-14T07:38:12.665040Z", "filename": "pano_0001_000432.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 5.66181796, "relative_pitch": 77.37355299944649, "relative_heading": 353.37530410169506, "relative_elevation": 25.2747112223879 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000413/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000413/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000413/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000413/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001181_pano_0000_000413/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000413/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000413/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000413/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000413/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91095645429304, 52.3797927238642, 24.5813518036157 ] }, "distance": 5.72, "direction": 129.6, "angle": 76.89, "elevation": 24.58, "pano_id": "TMX7316010203-001181_pano_0000_000413", "timestamp": "2019-05-14T06:37:07.082340Z", "filename": "pano_0000_000413.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 5.72325156, "relative_pitch": 76.89338491500995, "relative_heading": 129.5967683405151, "relative_elevation": 24.5813518036157 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00741/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00741/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00741/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00741/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_03-28-47_00741/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00741/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00741/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00741/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00741/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910915167049403, 52.37977160306673, 0.0 ] }, "distance": 6.21, "direction": 165.08, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_03-28-47_00741", "timestamp": "2025-06-19T03:32:12Z", "filename": "recording_2025-06-19_03-28-47_00741.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 6.20746661, "relative_pitch": 0.0, "relative_heading": 165.07672008275114, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001807/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001807/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001807/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001807/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0001_001807/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001807/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001807/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001807/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001807/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91091687846001, 52.3797712756519, 24.7487947987393 ] }, "distance": 6.27, "direction": 164.13, "angle": 75.78, "elevation": 24.75, "pano_id": "TMX7316010203-000886_pano_0001_001807", "timestamp": "2018-07-30T13:17:12.247680Z", "filename": "pano_0001_001807.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 6.27353177, "relative_pitch": 75.77579934053487, "relative_heading": 164.13392082819266, "relative_elevation": 24.7487947987393 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000875/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000875/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000875/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000875/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002825_pano_0003_000875/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000875/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000875/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000875/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000875/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91090447885835, 52.3798844808235, 24.7029221039265 ] }, "distance": 6.62, "direction": 7.56, "angle": 75.0, "elevation": 24.7, "pano_id": "TMX7316010203-002825_pano_0003_000875", "timestamp": "2022-10-07T10:38:16.455710Z", "filename": "pano_0003_000875.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 6.61984328, "relative_pitch": 74.9984521904139, "relative_heading": 7.558488532386362, "relative_elevation": 24.7029221039265 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000411/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000411/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000411/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000411/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001181_pano_0000_000411/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000411/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000411/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000411/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000411/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91093367407726, 52.3798840637461, 24.660205447115 ] }, "distance": 7.12, "direction": 23.69, "angle": 73.9, "elevation": 24.66, "pano_id": "TMX7316010203-001181_pano_0000_000411", "timestamp": "2019-05-14T06:37:06.482380Z", "filename": "pano_0000_000411.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 7.11547404, "relative_pitch": 73.90499417955874, "relative_heading": 23.689152370185038, "relative_elevation": 24.660205447115 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001324/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001324/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001324/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001324/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000023_pano_0000_001324/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001324/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001324/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001324/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001324/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91088832691402, 52.3798898751545, 23.3204103847966 ] }, "distance": 7.17, "direction": 358.17, "angle": 72.92, "elevation": 23.32, "pano_id": "TMX7315120208-000023_pano_0000_001324", "timestamp": "2016-03-30T14:32:59.636440Z", "filename": "pano_0000_001324.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 7.16623911, "relative_pitch": 72.91808298911522, "relative_heading": 358.16792432782233, "relative_elevation": 23.3204103847966 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00832/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00832/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00832/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00832/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_08-10-48_00832/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00832/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00832/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00832/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00832/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910917594312633, 52.3797625316828, 0.0 ] }, "distance": 7.23, "direction": 165.87, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-17_08-10-48_00832", "timestamp": "2024-09-17T08:14:41Z", "filename": "recording_2024-09-17_08-10-48_00832.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 7.22609532, "relative_pitch": 0.0, "relative_heading": 165.87154148379378, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001602/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001602/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001602/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001602/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_001602/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001602/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001602/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001602/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001602/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91093873127221, 52.3797666573883, 24.8205357566476 ] }, "distance": 7.29, "direction": 153.93, "angle": 73.63, "elevation": 24.82, "pano_id": "TMX7316010203-001255_pano_0000_001602", "timestamp": "2019-06-27T08:18:10.354090Z", "filename": "pano_0000_001602.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 7.28987875, "relative_pitch": 73.63230063162356, "relative_heading": 153.9342055587192, "relative_elevation": 24.8205357566476 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007150/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007150/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007150/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007150/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000301_pano_0000_007150/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000301_pano_0000_007150/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000301_pano_0000_007150/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007150/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007150/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91087825121506, 52.3798917502068, 24.6495532169938 ] }, "distance": 7.43, "direction": 352.92, "angle": 73.23, "elevation": 24.65, "pano_id": "TMX7316010203-000301_pano_0000_007150", "timestamp": "2017-05-18T13:04:20.738120Z", "filename": "pano_0000_007150.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 7.42782083, "relative_pitch": 73.23050571802477, "relative_heading": 352.9223600266022, "relative_elevation": 24.6495532169938 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00829/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00829/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00829/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00829/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_08-10-48_00829/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00829/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00829/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00829/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00829/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910883770029329, 52.3798952457552, 0.0 ] }, "distance": 7.78, "direction": 356.02, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-17_08-10-48_00829", "timestamp": "2024-09-17T08:14:40Z", "filename": "recording_2024-09-17_08-10-48_00829.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 7.7789116, "relative_pitch": 0.0, "relative_heading": 356.02378137330595, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002310/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002310/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002310/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002310/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_002310/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002310/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002310/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002310/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002310/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91096919582265, 52.3797736546246, 25.0322647923604 ] }, "distance": 7.82, "direction": 137.55, "angle": 72.65, "elevation": 25.03, "pano_id": "TMX7316010203-002546_pano_0002_002310", "timestamp": "2022-04-26T09:38:54.670580Z", "filename": "pano_0002_002310.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 7.81950674, "relative_pitch": 72.65238980350715, "relative_heading": 137.55061283655988, "relative_elevation": 25.0322647923604 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003114/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003114/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003114/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003114/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002558_pano_0000_003114/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003114/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003114/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003114/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003114/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91091589479255, 52.379894766182, 25.4017120478675 ] }, "distance": 7.88, "direction": 12.07, "angle": 72.76, "elevation": 25.4, "pano_id": "TMX7316010203-002558_pano_0000_003114", "timestamp": "2022-05-03T10:47:31.588920Z", "filename": "pano_0000_003114.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 7.88108242, "relative_pitch": 72.76308253912272, "relative_heading": 12.071083053866365, "relative_elevation": 25.4017120478675 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003117/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003117/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003117/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003117/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002558_pano_0000_003117/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003117/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003117/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003117/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003117/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91094859623697, 52.3797628525737, 25.3210306232795 ] }, "distance": 7.98, "direction": 150.93, "angle": 72.52, "elevation": 25.32, "pano_id": "TMX7316010203-002558_pano_0000_003117", "timestamp": "2022-05-03T10:47:32.078940Z", "filename": "pano_0000_003117.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 7.97629695, "relative_pitch": 72.5152179872809, "relative_heading": 150.93454358838892, "relative_elevation": 25.3210306232795 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001327/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001327/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001327/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001327/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000023_pano_0000_001327/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001327/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001327/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001327/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001327/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91092225502385, 52.3797558442627, 23.2429448245093 ] }, "distance": 8.03, "direction": 164.97, "angle": 70.95, "elevation": 23.24, "pano_id": "TMX7315120208-000023_pano_0000_001327", "timestamp": "2016-03-30T14:33:00.631410Z", "filename": "pano_0000_001327.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 8.0261862, "relative_pitch": 70.94933145635612, "relative_heading": 164.97110652887088, "relative_elevation": 23.2429448245093 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001212/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001212/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001212/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001212/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001212/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001212/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001212/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001212/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001212/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91092048126966, 52.3798976520246, 24.8601699499413 ] }, "distance": 8.26, "direction": 13.72, "angle": 71.61, "elevation": 24.86, "pano_id": "TMX7316010203-001664_pano_0000_001212", "timestamp": "2020-04-21T11:23:09.346860Z", "filename": "pano_0000_001212.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 8.26385163, "relative_pitch": 71.6125058544574, "relative_heading": 13.723216799574454, "relative_elevation": 24.8601699499413 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000878/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000878/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000878/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000878/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002825_pano_0003_000878/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000878/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000878/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000878/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000878/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91093882058458, 52.3797568674275, 24.6859619161114 ] }, "distance": 8.28, "direction": 157.21, "angle": 71.45, "elevation": 24.69, "pano_id": "TMX7316010203-002825_pano_0003_000878", "timestamp": "2022-10-07T10:38:17.590720Z", "filename": "pano_0003_000878.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 8.2846505, "relative_pitch": 71.44816042724328, "relative_heading": 157.20865983656742, "relative_elevation": 24.6859619161114 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001215/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001215/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001215/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001215/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001215/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001215/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001215/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001215/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001215/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91095693390627, 52.3797610840575, 24.7582560079172 ] }, "distance": 8.43, "direction": 148.21, "angle": 71.19, "elevation": 24.76, "pano_id": "TMX7316010203-001664_pano_0000_001215", "timestamp": "2020-04-21T11:23:09.946890Z", "filename": "pano_0000_001215.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 8.43364782, "relative_pitch": 71.18911296001704, "relative_heading": 148.21159105434663, "relative_elevation": 24.7582560079172 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001599/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001599/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001599/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001599/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_001599/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001599/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001599/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001599/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001599/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91090589572436, 52.3799026360434, 24.9201496355236 ] }, "distance": 8.64, "direction": 6.43, "angle": 70.88, "elevation": 24.92, "pano_id": "TMX7316010203-001255_pano_0000_001599", "timestamp": "2019-06-27T08:18:09.724060Z", "filename": "pano_0000_001599.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 8.63686998, "relative_pitch": 70.88461530616146, "relative_heading": 6.43004691763533, "relative_elevation": 24.9201496355236 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00738/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00738/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00738/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00738/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_03-28-47_00738/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00738/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00738/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00738/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00738/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910881828240062, 52.37990422607415, 0.0 ] }, "distance": 8.79, "direction": 355.62, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_03-28-47_00738", "timestamp": "2025-06-19T03:32:11Z", "filename": "recording_2025-06-19_03-28-47_00738.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 8.78517934, "relative_pitch": 0.0, "relative_heading": 355.6154083095773, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001804/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001804/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001804/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001804/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0001_001804/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001804/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001804/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001804/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001804/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91088275868354, 52.3799065777033, 24.8491416024044 ] }, "distance": 9.04, "direction": 356.14, "angle": 70.01, "elevation": 24.85, "pano_id": "TMX7316010203-000886_pano_0001_001804", "timestamp": "2018-07-30T13:17:11.392700Z", "filename": "pano_0001_001804.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 9.04162877, "relative_pitch": 70.00553638872559, "relative_heading": 356.1425095848362, "relative_elevation": 24.8491416024044 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002307/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002307/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002307/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002307/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_002307/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002307/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002307/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002307/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002307/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91093618295408, 52.3799047684568, 25.10674869176 ] }, "distance": 9.33, "direction": 18.96, "angle": 69.62, "elevation": 25.11, "pano_id": "TMX7316010203-002546_pano_0002_002307", "timestamp": "2022-04-26T09:38:53.725640Z", "filename": "pano_0002_002307.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 9.3256681, "relative_pitch": 69.62295453868114, "relative_heading": 18.957871545795093, "relative_elevation": 25.10674869176 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000435/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000435/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000435/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000435/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000435/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000435/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000435/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000435/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000435/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91091572952254, 52.3797414148377, 25.2174772694707 ] }, "distance": 9.5, "direction": 170.08, "angle": 69.36, "elevation": 25.22, "pano_id": "TMX7316010203-002307_pano_0001_000435", "timestamp": "2021-09-14T07:38:13.490130Z", "filename": "pano_0001_000435.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 9.49937243, "relative_pitch": 69.35871027432414, "relative_heading": 170.0775606796185, "relative_elevation": 25.2174772694707 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001256/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001256/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001256/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001256/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001744_pano_0000_001256/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001256/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001256/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001256/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001256/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9109017438646, 52.3797399534071, 24.4408746082336 ] }, "distance": 9.54, "direction": 175.89, "angle": 68.67, "elevation": 24.44, "pano_id": "TMX7316010203-001744_pano_0000_001256", "timestamp": "2020-06-10T13:30:27.038730Z", "filename": "pano_0000_001256.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 9.5444788, "relative_pitch": 68.66870944891033, "relative_heading": 175.88724752370274, "relative_elevation": 24.4408746082336 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001130/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001130/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001130/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001130/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001130/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001130/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001130/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001130/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001130/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91087909432134, 52.379913201138, 24.9575540199876 ] }, "distance": 9.8, "direction": 354.98, "angle": 68.57, "elevation": 24.96, "pano_id": "TMX7316010203-002564_pano_0002_001130", "timestamp": "2022-05-09T09:36:57.324170Z", "filename": "pano_0002_001130.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 9.79579486, "relative_pitch": 68.57008240012657, "relative_heading": 354.9762711066717, "relative_elevation": 24.9575540199876 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00002/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00002/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00002/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00002/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track01_Sphere_00002/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00002/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00002/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00002/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00002/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910869667980686, 52.37991375803428, 0.0 ] }, "distance": 9.93, "direction": 351.32, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track01_Sphere_00002", "timestamp": "2025-01-08T13:06:12Z", "filename": "Job_20250108_1349_Track01_Sphere_00002.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 9.93398607, "relative_pitch": 0.0, "relative_heading": 351.31711885992706, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00006/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00006/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00006/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00006/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track01_Sphere_00006/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00006/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00006/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00006/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00006/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910914214494503, 52.37973722133862, 0.0 ] }, "distance": 9.94, "direction": 171.13, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track01_Sphere_00006", "timestamp": "2025-01-08T13:06:13Z", "filename": "Job_20250108_1349_Track01_Sphere_00006.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 9.94291165, "relative_pitch": 0.0, "relative_heading": 171.12656464402372, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001134/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001134/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001134/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001134/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001134/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001134/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001134/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001134/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001134/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91092284618457, 52.3797381687068, 24.8492402620614 ] }, "distance": 9.95, "direction": 167.69, "angle": 68.18, "elevation": 24.85, "pano_id": "TMX7316010203-002564_pano_0002_001134", "timestamp": "2022-05-09T09:36:58.344170Z", "filename": "pano_0002_001134.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 9.94735249, "relative_pitch": 68.18337350975058, "relative_heading": 167.68581001256032, "relative_elevation": 24.8492402620614 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000414/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000414/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000414/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000414/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001181_pano_0000_000414/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000414/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000414/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000414/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000414/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91096790409377, 52.3797467082819, 24.5687228571624 ] }, "distance": 10.19, "direction": 149.38, "angle": 67.48, "elevation": 24.57, "pano_id": "TMX7316010203-001181_pano_0000_000414", "timestamp": "2019-05-14T06:37:07.387380Z", "filename": "pano_0000_000414.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 10.188991, "relative_pitch": 67.47553506361815, "relative_heading": 149.37967033703927, "relative_elevation": 24.5687228571624 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001252/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001252/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001252/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001252/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001744_pano_0000_001252/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001252/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001252/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001252/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001252/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91085677332522, 52.3799174955748, 24.5799131477252 ] }, "distance": 10.51, "direction": 346.92, "angle": 66.85, "elevation": 24.58, "pano_id": "TMX7316010203-001744_pano_0000_001252", "timestamp": "2020-06-10T13:30:26.118520Z", "filename": "pano_0000_001252.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 10.5085652, "relative_pitch": 66.85200654650012, "relative_heading": 346.92254953071046, "relative_elevation": 24.5799131477252 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000431/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000431/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000431/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000431/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000431/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000431/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000431/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000431/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000431/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91087108269026, 52.3799204720534, 25.3362213028595 ] }, "distance": 10.66, "direction": 352.44, "angle": 67.18, "elevation": 25.34, "pano_id": "TMX7316010203-002307_pano_0001_000431", "timestamp": "2021-09-14T07:38:12.395050Z", "filename": "pano_0001_000431.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 10.66000962, "relative_pitch": 67.18147061498439, "relative_heading": 352.43524745909815, "relative_elevation": 25.3362213028595 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00742/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00742/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00742/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00742/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_03-28-47_00742/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00742/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00742/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00742/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00742/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910926279421432, 52.379726987950825, 0.0 ] }, "distance": 11.21, "direction": 167.87, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_03-28-47_00742", "timestamp": "2025-06-19T03:32:12Z", "filename": "recording_2025-06-19_03-28-47_00742.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 11.21278337, "relative_pitch": 0.0, "relative_heading": 167.87451725252845, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001808/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001808/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001808/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001808/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0001_001808/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001808/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001808/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001808/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001808/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91092816380609, 52.3797262278533, 24.7477330062538 ] }, "distance": 11.32, "direction": 167.33, "angle": 65.41, "elevation": 24.75, "pano_id": "TMX7316010203-000886_pano_0001_001808", "timestamp": "2018-07-30T13:17:12.532690Z", "filename": "pano_0001_001808.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 11.32294159, "relative_pitch": 65.41427085813147, "relative_heading": 167.3295866725177, "relative_elevation": 24.7477330062538 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000874/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000874/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000874/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000874/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002825_pano_0003_000874/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000874/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000874/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000874/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000874/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91089285505471, 52.3799274014564, 24.7323414329439 ] }, "distance": 11.34, "direction": 0.4, "angle": 65.37, "elevation": 24.73, "pano_id": "TMX7316010203-002825_pano_0003_000874", "timestamp": "2022-10-07T10:38:16.085730Z", "filename": "pano_0003_000874.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 11.33857546, "relative_pitch": 65.37084720214669, "relative_heading": 0.4004040598827526, "relative_elevation": 24.7323414329439 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000410/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000410/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000410/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000410/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001181_pano_0000_000410/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000410/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000410/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000410/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000410/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91092221729305, 52.3799301654022, 24.7124340180308 ] }, "distance": 11.83, "direction": 10.12, "angle": 64.42, "elevation": 24.71, "pano_id": "TMX7316010203-001181_pano_0000_000410", "timestamp": "2019-05-14T06:37:06.182350Z", "filename": "pano_0000_000410.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 11.82991097, "relative_pitch": 64.4194319133921, "relative_heading": 10.120116253361683, "relative_elevation": 24.7124340180308 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001323/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001323/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001323/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001323/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000023_pano_0000_001323/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001323/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001323/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001323/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001323/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91087736206724, 52.379934463443, 23.3689724076539 ] }, "distance": 12.16, "direction": 355.4, "angle": 62.5, "elevation": 23.37, "pano_id": "TMX7315120208-000023_pano_0000_001323", "timestamp": "2016-03-30T14:32:59.306370Z", "filename": "pano_0000_001323.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 12.16331969, "relative_pitch": 62.503467267627265, "relative_heading": 355.39870710978556, "relative_elevation": 23.3689724076539 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00833/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00833/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00833/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00833/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_08-10-48_00833/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00833/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00833/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00833/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00833/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910928866689877, 52.379717915848076, 0.0 ] }, "distance": 12.24, "direction": 168.06, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-17_08-10-48_00833", "timestamp": "2024-09-17T08:14:41Z", "filename": "recording_2024-09-17_08-10-48_00833.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 12.23682785, "relative_pitch": 0.0, "relative_heading": 168.0608554254447, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001603/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001603/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001603/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001603/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_001603/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001603/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001603/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001603/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001603/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91094967583211, 52.3797214029774, 24.8206265317276 ] }, "distance": 12.24, "direction": 161.18, "angle": 63.75, "elevation": 24.82, "pano_id": "TMX7316010203-001255_pano_0000_001603", "timestamp": "2019-06-27T08:18:10.564180Z", "filename": "pano_0000_001603.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 12.23852778, "relative_pitch": 63.753065081552705, "relative_heading": 161.1781681623839, "relative_elevation": 24.8206265317276 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002311/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002311/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002311/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002311/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_002311/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002311/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002311/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002311/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002311/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91098044352302, 52.3797296242509, 25.0435947244987 ] }, "distance": 12.26, "direction": 150.47, "angle": 63.91, "elevation": 25.04, "pano_id": "TMX7316010203-002546_pano_0002_002311", "timestamp": "2022-04-26T09:38:55.005770Z", "filename": "pano_0002_002311.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 12.26207617, "relative_pitch": 63.91227870789887, "relative_heading": 150.4706075560137, "relative_elevation": 25.0435947244987 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003113/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003113/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003113/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003113/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002558_pano_0000_003113/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003113/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003113/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003113/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003113/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91090485849461, 52.3799391074873, 25.462548549287 ] }, "distance": 12.67, "direction": 4.06, "angle": 63.54, "elevation": 25.46, "pano_id": "TMX7316010203-002558_pano_0000_003113", "timestamp": "2022-05-03T10:47:31.423960Z", "filename": "pano_0000_003113.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 12.6726404, "relative_pitch": 63.54059628392787, "relative_heading": 4.057171471842347, "relative_elevation": 25.462548549287 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007152/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007152/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007152/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007152/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000301_pano_0000_007152/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000301_pano_0000_007152/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000301_pano_0000_007152/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007152/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007152/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91092326546324, 52.3797132081937, 24.5525791486725 ] }, "distance": 12.68, "direction": 170.24, "angle": 62.69, "elevation": 24.55, "pano_id": "TMX7316010203-000301_pano_0000_007152", "timestamp": "2017-05-18T13:04:21.758050Z", "filename": "pano_0000_007152.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 12.67958047, "relative_pitch": 62.687011576058154, "relative_heading": 170.23731406046758, "relative_elevation": 24.5525791486725 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00828/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00828/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00828/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00828/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_08-10-48_00828/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00828/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00828/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00828/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00828/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910872481208131, 52.379939625389504, 0.0 ] }, "distance": 12.77, "direction": 354.12, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-17_08-10-48_00828", "timestamp": "2024-09-17T08:14:40Z", "filename": "recording_2024-09-17_08-10-48_00828.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 12.76571096, "relative_pitch": 0.0, "relative_heading": 354.11849381888237, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003118/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003118/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003118/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003118/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002558_pano_0000_003118/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003118/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003118/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003118/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003118/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91095966867884, 52.3797184413484, 25.331512177363 ] }, "distance": 12.78, "direction": 158.77, "angle": 63.23, "elevation": 25.33, "pano_id": "TMX7316010203-002558_pano_0000_003118", "timestamp": "2022-05-03T10:47:32.243960Z", "filename": "pano_0000_003118.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 12.78131318, "relative_pitch": 63.22623344826453, "relative_heading": 158.7668086615285, "relative_elevation": 25.331512177363 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000879/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000879/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000879/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000879/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002825_pano_0003_000879/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000879/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000879/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000879/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000879/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91095011081307, 52.3797145883277, 24.7139022164047 ] }, "distance": 12.97, "direction": 162.14, "angle": 62.31, "elevation": 24.71, "pano_id": "TMX7316010203-002825_pano_0003_000879", "timestamp": "2022-10-07T10:38:17.970900Z", "filename": "pano_0003_000879.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 12.96764169, "relative_pitch": 62.31353605852862, "relative_heading": 162.13527375187758, "relative_elevation": 24.7139022164047 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001328/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001328/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001328/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001328/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000023_pano_0000_001328/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001328/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001328/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001328/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001328/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9109338432098, 52.3797110411033, 23.2528253924102 ] }, "distance": 13.06, "direction": 167.3, "angle": 60.69, "elevation": 23.25, "pano_id": "TMX7315120208-000023_pano_0000_001328", "timestamp": "2016-03-30T14:33:00.966340Z", "filename": "pano_0000_001328.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 13.05651841, "relative_pitch": 60.685682751671344, "relative_heading": 167.3003702333874, "relative_elevation": 23.2528253924102 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001211/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001211/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001211/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001211/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001211/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001211/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001211/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001211/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001211/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9109082294327, 52.3799431580511, 24.936788645573 ] }, "distance": 13.14, "direction": 4.92, "angle": 62.21, "elevation": 24.94, "pano_id": "TMX7316010203-001664_pano_0000_001211", "timestamp": "2020-04-21T11:23:09.146870Z", "filename": "pano_0000_001211.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 13.13995432, "relative_pitch": 62.21388639103133, "relative_heading": 4.916553199575401, "relative_elevation": 24.936788645573 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001216/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001216/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001216/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001216/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001216/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001216/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001216/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001216/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001216/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91096898873463, 52.3797156592316, 24.7600639620796 ] }, "distance": 13.31, "direction": 156.7, "angle": 61.74, "elevation": 24.76, "pano_id": "TMX7316010203-001664_pano_0000_001216", "timestamp": "2020-04-21T11:23:10.146920Z", "filename": "pano_0000_001216.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 13.3083636, "relative_pitch": 61.74227699565446, "relative_heading": 156.70220676693063, "relative_elevation": 24.7600639620796 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001598/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001598/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001598/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001598/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_001598/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001598/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001598/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001598/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001598/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91089484049702, 52.3799478421704, 24.999364644289 ] }, "distance": 13.61, "direction": 0.9, "angle": 61.43, "elevation": 25.0, "pano_id": "TMX7316010203-001255_pano_0000_001598", "timestamp": "2019-06-27T08:18:09.514090Z", "filename": "pano_0000_001598.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 13.61451891, "relative_pitch": 61.42752758018517, "relative_heading": 0.9024778725815735, "relative_elevation": 24.999364644289 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00737/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00737/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00737/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00737/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_03-28-47_00737/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00737/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00737/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00737/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00737/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910870526305708, 52.37994870560676, 0.0 ] }, "distance": 13.78, "direction": 354.0, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_03-28-47_00737", "timestamp": "2025-06-19T03:32:11Z", "filename": "recording_2025-06-19_03-28-47_00737.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 13.78446054, "relative_pitch": 0.0, "relative_heading": 353.9984472059672, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002306/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002306/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002306/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002306/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_002306/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002306/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002306/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002306/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002306/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91092532890054, 52.3799485320203, 25.1598811745644 ] }, "distance": 13.88, "direction": 9.5, "angle": 61.12, "elevation": 25.16, "pano_id": "TMX7316010203-002546_pano_0002_002306", "timestamp": "2022-04-26T09:38:53.430610Z", "filename": "pano_0002_002306.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 13.87989792, "relative_pitch": 61.115890101328795, "relative_heading": 9.49875275303428, "relative_elevation": 25.1598811745644 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000248/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000248/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000248/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000248/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002492_pano_0000_000248/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002492_pano_0000_000248/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002492_pano_0000_000248/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000248/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000248/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91108977290935, 52.3798582432138, 24.513887709938 ] }, "distance": 13.97, "direction": 74.89, "angle": 60.32, "elevation": 24.51, "pano_id": "TMX7316010203-002492_pano_0000_000248", "timestamp": "2022-03-30T07:26:03.020690Z", "filename": "pano_0000_000248.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 13.97163586, "relative_pitch": 60.3191181787022, "relative_heading": 74.8868750357482, "relative_elevation": 24.513887709938 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001803/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001803/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001803/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001803/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0001_001803/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001803/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001803/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001803/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001803/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91087153534482, 52.3799515070337, 24.9346997467801 ] }, "distance": 14.09, "direction": 354.41, "angle": 60.53, "elevation": 24.93, "pano_id": "TMX7316010203-000886_pano_0001_001803", "timestamp": "2018-07-30T13:17:11.107710Z", "filename": "pano_0001_001803.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 14.08765698, "relative_pitch": 60.53433271622497, "relative_heading": 354.4089294473349, "relative_elevation": 24.9346997467801 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000247/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000247/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000247/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000247/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002492_pano_0000_000247/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002492_pano_0000_000247/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002492_pano_0000_000247/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000247/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000247/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91110119138053, 52.3798148755684, 24.4772252747789 ] }, "distance": 14.31, "direction": 94.74, "angle": 59.68, "elevation": 24.48, "pano_id": "TMX7316010203-002492_pano_0000_000247", "timestamp": "2022-03-30T07:26:02.835570Z", "filename": "pano_0000_000247.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 14.31491669, "relative_pitch": 59.679795857130486, "relative_heading": 94.74018718188132, "relative_elevation": 24.4772252747789 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000436/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000436/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000436/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000436/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000436/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000436/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000436/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000436/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000436/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91092676784169, 52.3796970316164, 25.229780186899 ] }, "distance": 14.49, "direction": 170.51, "angle": 60.12, "elevation": 25.23, "pano_id": "TMX7316010203-002307_pano_0001_000436", "timestamp": "2021-09-14T07:38:13.765040Z", "filename": "pano_0001_000436.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 14.49416588, "relative_pitch": 60.123217834412046, "relative_heading": 170.514761539011, "relative_elevation": 25.229780186899 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001257/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001257/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001257/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001257/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001744_pano_0000_001257/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001257/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001257/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001257/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001257/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91091284456992, 52.379695804026, 24.4487353339791 ] }, "distance": 14.5, "direction": 174.3, "angle": 59.32, "elevation": 24.45, "pano_id": "TMX7316010203-001744_pano_0000_001257", "timestamp": "2020-06-10T13:30:27.268480Z", "filename": "pano_0000_001257.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 14.50430536, "relative_pitch": 59.321301498376826, "relative_heading": 174.3005203213581, "relative_elevation": 24.4487353339791 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000543/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000543/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000543/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000543/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_000543/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_000543/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_000543/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000543/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000543/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91110313243877, 52.3798436314559, 24.7699821880087 ] }, "distance": 14.54, "direction": 82.03, "angle": 59.59, "elevation": 24.77, "pano_id": "TMX7316010203-001664_pano_0000_000543", "timestamp": "2020-04-21T11:19:54.193050Z", "filename": "pano_0000_000543.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 14.53869367, "relative_pitch": 59.589278158523506, "relative_heading": 82.02604735602517, "relative_elevation": 24.7699821880087 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002038/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002038/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002038/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002038/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_002038/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_002038/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_002038/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002038/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002038/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91110516708516, 52.3798317800276, 24.6834427192807 ] }, "distance": 14.55, "direction": 87.25, "angle": 59.48, "elevation": 24.68, "pano_id": "TMX7316010203-001255_pano_0000_002038", "timestamp": "2019-06-27T08:20:33.288180Z", "filename": "pano_0000_002038.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 14.55342837, "relative_pitch": 59.47627707408998, "relative_heading": 87.25062500421934, "relative_elevation": 24.6834427192807 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001634/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001634/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001634/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001634/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_001634/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_001634/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_001634/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001634/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001634/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91110226115812, 52.3798482636122, 25.0088207954541 ] }, "distance": 14.56, "direction": 79.98, "angle": 59.79, "elevation": 25.01, "pano_id": "TMX7316010203-002546_pano_0002_001634", "timestamp": "2022-04-26T09:35:47.561990Z", "filename": "pano_0002_001634.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 14.56068067, "relative_pitch": 59.79110294770169, "relative_heading": 79.98459615683709, "relative_elevation": 25.0088207954541 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001129/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001129/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001129/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001129/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001129/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001129/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001129/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001129/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001129/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91086823734477, 52.3799568244475, 25.0344399427995 ] }, "distance": 14.7, "direction": 353.76, "angle": 59.58, "elevation": 25.03, "pano_id": "TMX7316010203-002564_pano_0002_001129", "timestamp": "2022-05-09T09:36:57.069150Z", "filename": "pano_0002_001129.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 14.69935087, "relative_pitch": 59.580028665420755, "relative_heading": 353.76241321937556, "relative_elevation": 25.0344399427995 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001135/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001135/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001135/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001135/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001135/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001135/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001135/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001135/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001135/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91093369439875, 52.3796944094009, 24.8622129755095 ] }, "distance": 14.87, "direction": 168.91, "angle": 59.12, "elevation": 24.86, "pano_id": "TMX7316010203-002564_pano_0002_001135", "timestamp": "2022-05-09T09:36:58.599150Z", "filename": "pano_0002_001135.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 14.86554356, "relative_pitch": 59.12407295436837, "relative_heading": 168.90680374245184, "relative_elevation": 24.8622129755095 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00007/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00007/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00007/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00007/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track01_Sphere_00007/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00007/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00007/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00007/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00007/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910925686965656, 52.37969326377182, 0.0 ] }, "distance": 14.9, "direction": 171.06, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track01_Sphere_00007", "timestamp": "2025-01-08T13:06:13Z", "filename": "Job_20250108_1349_Track01_Sphere_00007.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 14.89624364, "relative_pitch": 0.0, "relative_heading": 171.0597494081559, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00001/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00001/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00001/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00001/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track01_Sphere_00001/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00001/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00001/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00001/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00001/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910858751541203, 52.37995789758429, 0.0 ] }, "distance": 14.9, "direction": 351.34, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track01_Sphere_00001", "timestamp": "2025-01-08T13:06:12Z", "filename": "Job_20250108_1349_Track01_Sphere_00001.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 14.90152587, "relative_pitch": 0.0, "relative_heading": 351.34268410154186, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002039/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002039/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002039/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002039/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_002039/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_002039/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_002039/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002039/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002039/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91109385724999, 52.3798777850813, 24.7257316187024 ] }, "distance": 14.95, "direction": 67.09, "angle": 58.85, "elevation": 24.73, "pano_id": "TMX7316010203-001255_pano_0000_002039", "timestamp": "2019-06-27T08:20:33.503160Z", "filename": "pano_0000_002039.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 14.9451556, "relative_pitch": 58.84966731838905, "relative_heading": 67.09267703117294, "relative_elevation": 24.7257316187024 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001516/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001516/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001516/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001516/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001516/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001516/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001516/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001516/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001516/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9111058262889, 52.3798602190296, 24.9606152176857 ] }, "distance": 15.08, "direction": 75.16, "angle": 58.85, "elevation": 24.96, "pano_id": "TMX7316010203-002564_pano_0002_001516", "timestamp": "2022-05-09T09:39:30.498310Z", "filename": "pano_0002_001516.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 15.08448307, "relative_pitch": 58.854114274158555, "relative_heading": 75.16323240419757, "relative_elevation": 24.9606152176857 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000415/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000415/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000415/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000415/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001181_pano_0000_000415/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000415/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000415/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000415/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000415/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91097924245211, 52.3797009307236, 24.5789218116552 ] }, "distance": 15.09, "direction": 156.73, "angle": 58.45, "elevation": 24.58, "pano_id": "TMX7316010203-001181_pano_0000_000415", "timestamp": "2019-05-14T06:37:07.692310Z", "filename": "pano_0000_000415.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 15.08979699, "relative_pitch": 58.45288697131077, "relative_heading": 156.72842163922743, "relative_elevation": 24.5789218116552 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000249/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000249/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000249/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000249/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002492_pano_0000_000249/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002492_pano_0000_000249/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002492_pano_0000_000249/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000249/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000249/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91107834086614, 52.3799014692829, 24.5608637658879 ] }, "distance": 15.26, "direction": 56.37, "angle": 58.14, "elevation": 24.56, "pano_id": "TMX7316010203-002492_pano_0000_000249", "timestamp": "2022-03-30T07:26:03.205580Z", "filename": "pano_0000_000249.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 15.26402836, "relative_pitch": 58.13997176858251, "relative_heading": 56.374130512150714, "relative_elevation": 24.5608637658879 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000544/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000544/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000544/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000544/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_000544/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_000544/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_000544/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000544/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000544/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91109177736537, 52.3798890507464, 24.8133026100695 ] }, "distance": 15.35, "direction": 62.57, "angle": 58.26, "elevation": 24.81, "pano_id": "TMX7316010203-001664_pano_0000_000544", "timestamp": "2020-04-21T11:19:54.378020Z", "filename": "pano_0000_000544.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 15.35038973, "relative_pitch": 58.25759410017749, "relative_heading": 62.57219426923124, "relative_elevation": 24.8133026100695 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001633/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001633/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001633/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001633/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_001633/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_001633/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_001633/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001633/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001633/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91111443804915, 52.3798034578981, 24.972646638751 ] }, "distance": 15.37, "direction": 99.19, "angle": 58.4, "elevation": 24.97, "pano_id": "TMX7316010203-002546_pano_0002_001633", "timestamp": "2022-04-26T09:35:47.377000Z", "filename": "pano_0002_001633.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 15.36513691, "relative_pitch": 58.39690066187788, "relative_heading": 99.18808780526447, "relative_elevation": 24.972646638751 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001515/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001515/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001515/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001515/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001515/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001515/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001515/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001515/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001515/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91111740486914, 52.37981643605, 24.9192879507318 ] }, "distance": 15.4, "direction": 93.76, "angle": 58.28, "elevation": 24.92, "pano_id": "TMX7316010203-002564_pano_0002_001515", "timestamp": "2022-05-09T09:39:30.283320Z", "filename": "pano_0002_001515.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 15.40311959, "relative_pitch": 58.27894422418334, "relative_heading": 93.7570525020905, "relative_elevation": 24.9192879507318 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001635/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001635/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001635/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001635/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_001635/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_001635/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_001635/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001635/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001635/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91109020880702, 52.3798930426762, 25.0561648551375 ] }, "distance": 15.47, "direction": 60.93, "angle": 58.31, "elevation": 25.06, "pano_id": "TMX7316010203-002546_pano_0002_001635", "timestamp": "2022-04-26T09:35:47.747060Z", "filename": "pano_0002_001635.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 15.46655501, "relative_pitch": 58.31398568799968, "relative_heading": 60.92913894343252, "relative_elevation": 25.0561648551375 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000542/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000542/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000542/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000542/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_000542/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_000542/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_000542/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000542/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000542/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91111448245503, 52.3797981830262, 24.7361620292068 ] }, "distance": 15.47, "direction": 101.33, "angle": 57.97, "elevation": 24.74, "pano_id": "TMX7316010203-001664_pano_0000_000542", "timestamp": "2020-04-21T11:19:54.008050Z", "filename": "pano_0000_000542.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 15.47268202, "relative_pitch": 57.97366661981872, "relative_heading": 101.3324377991532, "relative_elevation": 24.7361620292068 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001251/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001251/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001251/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001251/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001744_pano_0000_001251/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001251/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001251/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001251/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001251/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91084537781048, 52.3799620536689, 24.6473603425547 ] }, "distance": 15.52, "direction": 348.27, "angle": 57.81, "elevation": 24.65, "pano_id": "TMX7316010203-001744_pano_0000_001251", "timestamp": "2020-06-10T13:30:25.888480Z", "filename": "pano_0000_001251.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 15.51805377, "relative_pitch": 57.80535577062077, "relative_heading": 348.2741209320722, "relative_elevation": 24.6473603425547 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000430/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000430/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000430/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000430/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000430/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000430/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000430/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000430/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000430/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91085964772192, 52.3799652778435, 25.4004078656435 ] }, "distance": 15.71, "direction": 352.01, "angle": 58.27, "elevation": 25.4, "pano_id": "TMX7316010203-002307_pano_0001_000430", "timestamp": "2021-09-14T07:38:12.130110Z", "filename": "pano_0001_000430.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 15.70529542, "relative_pitch": 58.271133888206336, "relative_heading": 352.01376948157383, "relative_elevation": 25.4004078656435 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002037/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002037/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002037/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002037/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_002037/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_002037/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_002037/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002037/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002037/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91111653194077, 52.3797858039857, 24.6559063503519 ] }, "distance": 15.94, "direction": 106.1, "angle": 57.13, "elevation": 24.66, "pano_id": "TMX7316010203-001255_pano_0000_002037", "timestamp": "2019-06-27T08:20:33.073130Z", "filename": "pano_0000_002037.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 15.93523161, "relative_pitch": 57.12521833143946, "relative_heading": 106.09551107569321, "relative_elevation": 24.6559063503519 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000873/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000873/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000873/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000873/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002825_pano_0003_000873/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000873/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000873/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000873/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000873/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91088140264313, 52.3799702651624, 24.7887898236513 ] }, "distance": 16.12, "direction": 357.51, "angle": 56.96, "elevation": 24.79, "pano_id": "TMX7316010203-002825_pano_0003_000873", "timestamp": "2022-10-07T10:38:15.720710Z", "filename": "pano_0003_000873.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 16.12316812, "relative_pitch": 56.959148273532946, "relative_heading": 357.50948967566904, "relative_elevation": 24.7887898236513 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000246/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000246/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000246/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000246/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002492_pano_0000_000246/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002492_pano_0000_000246/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002492_pano_0000_000246/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000246/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000246/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91111249590818, 52.3797715632909, 24.4573917351663 ] }, "distance": 16.19, "direction": 111.76, "angle": 56.5, "elevation": 24.46, "pano_id": "TMX7316010203-002492_pano_0000_000246", "timestamp": "2022-03-30T07:26:02.650590Z", "filename": "pano_0000_000246.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 16.18962438, "relative_pitch": 56.497344903957924, "relative_heading": 111.76263492156878, "relative_elevation": 24.4573917351663 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00743/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00743/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00743/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00743/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_03-28-47_00743/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00743/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00743/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00743/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00743/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910937374478876, 52.379682615431406, 0.0 ] }, "distance": 16.2, "direction": 168.93, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_03-28-47_00743", "timestamp": "2025-06-19T03:32:12Z", "filename": "recording_2025-06-19_03-28-47_00743.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 16.20160887, "relative_pitch": 0.0, "relative_heading": 168.93011442157746, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001517/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001517/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001517/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001517/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001517/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001517/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001517/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001517/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001517/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91109421318613, 52.3799038692797, 25.0119025409222 ] }, "distance": 16.32, "direction": 57.7, "angle": 56.88, "elevation": 25.01, "pano_id": "TMX7316010203-002564_pano_0002_001517", "timestamp": "2022-05-09T09:39:30.713280Z", "filename": "pano_0002_001517.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 16.31622841, "relative_pitch": 56.88204014435766, "relative_heading": 57.695137935076175, "relative_elevation": 25.0119025409222 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001809/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001809/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001809/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001809/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0001_001809/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001809/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001809/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001809/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001809/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91093957273716, 52.3796811081541, 24.7634024471045 ] }, "distance": 16.4, "direction": 168.53, "angle": 56.49, "elevation": 24.76, "pano_id": "TMX7316010203-000886_pano_0001_001809", "timestamp": "2018-07-30T13:17:12.817670Z", "filename": "pano_0001_001809.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 16.39535265, "relative_pitch": 56.492255312011075, "relative_heading": 168.52926679978012, "relative_elevation": 24.7634024471045 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000409/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000409/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000409/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000409/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001181_pano_0000_000409/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000409/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000409/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000409/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000409/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91091081703244, 52.3799756255535, 24.7975876443088 ] }, "distance": 16.76, "direction": 4.46, "angle": 55.95, "elevation": 24.8, "pano_id": "TMX7316010203-001181_pano_0000_000409", "timestamp": "2019-05-14T06:37:05.887400Z", "filename": "pano_0000_000409.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 16.75510622, "relative_pitch": 55.95409526882277, "relative_heading": 4.458043725370783, "relative_elevation": 24.7975876443088 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002312/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002312/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002312/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002312/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_002312/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002312/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002312/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002312/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002312/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91099146534321, 52.3796863415662, 25.0683217952028 ] }, "distance": 16.91, "direction": 156.31, "angle": 56.0, "elevation": 25.07, "pano_id": "TMX7316010203-002546_pano_0002_002312", "timestamp": "2022-04-26T09:38:55.340570Z", "filename": "pano_0002_002312.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 16.91041431, "relative_pitch": 55.99745875887216, "relative_heading": 156.31092384706358, "relative_elevation": 25.0683217952028 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002040/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002040/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002040/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002040/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_002040/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_002040/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_002040/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002040/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002040/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91108244688061, 52.3799238096525, 24.7798171276227 ] }, "distance": 16.98, "direction": 49.9, "angle": 55.58, "elevation": 24.78, "pano_id": "TMX7316010203-001255_pano_0000_002040", "timestamp": "2019-06-27T08:20:33.718170Z", "filename": "pano_0000_002040.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 16.98179125, "relative_pitch": 55.57687182585213, "relative_heading": 49.89882539387477, "relative_elevation": 24.7798171276227 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001514/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001514/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001514/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001514/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001514/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001514/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001514/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001514/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001514/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91112896069245, 52.3797726314182, 24.8936735121533 ] }, "distance": 17.19, "direction": 110.01, "angle": 55.37, "elevation": 24.89, "pano_id": "TMX7316010203-002564_pano_0002_001514", "timestamp": "2022-05-09T09:39:30.068270Z", "filename": "pano_0002_001514.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.1948715, "relative_pitch": 55.36589835300781, "relative_heading": 110.00939791436325, "relative_elevation": 24.8936735121533 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001322/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001322/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001322/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001322/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000023_pano_0000_001322/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001322/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001322/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001322/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001322/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91086603366624, 52.3799793135596, 23.4371644230559 ] }, "distance": 17.2, "direction": 354.17, "angle": 53.72, "elevation": 23.44, "pano_id": "TMX7315120208-000023_pano_0000_001322", "timestamp": "2016-03-30T14:32:58.976400Z", "filename": "pano_0000_001322.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.203744, "relative_pitch": 53.71995622966771, "relative_heading": 354.17114768673036, "relative_elevation": 23.4371644230559 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00834/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00834/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00834/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00834/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_08-10-48_00834/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00834/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00834/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00834/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00834/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910940179011638, 52.379673504373535, 0.0 ] }, "distance": 17.23, "direction": 168.95, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-17_08-10-48_00834", "timestamp": "2024-09-17T08:14:42Z", "filename": "recording_2024-09-17_08-10-48_00834.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.23324429, "relative_pitch": 0.0, "relative_heading": 168.95417912203442, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001604/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001604/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001604/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001604/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_001604/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001604/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001604/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001604/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001604/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91096056781689, 52.3796761373919, 24.8410818064585 ] }, "distance": 17.27, "direction": 164.24, "angle": 55.19, "elevation": 24.84, "pano_id": "TMX7316010203-001255_pano_0000_001604", "timestamp": "2019-06-27T08:18:10.774060Z", "filename": "pano_0000_001604.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.27006774, "relative_pitch": 55.19212173531351, "relative_heading": 164.24180992990432, "relative_elevation": 24.8410818064585 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03656/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03656/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03656/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03656/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_03656/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_03656/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_03656/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03656/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03656/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.911143942238294, 52.37984392581457, 0.0 ] }, "distance": 17.3, "direction": 83.2, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-10-23_12-42-53_03656", "timestamp": "2024-10-23T13:56:18Z", "filename": "recording_2024-10-23_12-42-53_03656.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.29892506, "relative_pitch": 0.0, "relative_heading": 83.19549065091256, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00240/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00240/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00240/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00240/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241218_1119_Track07_Sphere_00240/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241218_1119_Track07_Sphere_00240/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241218_1119_Track07_Sphere_00240/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00240/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00240/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.911140218483028, 52.379861342287306, 0.0 ] }, "distance": 17.39, "direction": 76.74, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241218_1119_Track07_Sphere_00240", "timestamp": "2024-12-18T11:15:56Z", "filename": "Job_20241218_1119_Track07_Sphere_00240.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.38694688, "relative_pitch": 0.0, "relative_heading": 76.74144246351992, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000227/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000227/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000227/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000227/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001735_pano_0000_000227/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001735_pano_0000_000227/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001735_pano_0000_000227/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000227/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000227/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91113587489936, 52.3798715573608, 24.7244892595336 ] }, "distance": 17.4, "direction": 72.87, "angle": 54.86, "elevation": 24.72, "pano_id": "TMX7316010203-001735_pano_0000_000227", "timestamp": "2020-06-03T07:29:54.582800Z", "filename": "pano_0000_000227.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.39940861, "relative_pitch": 54.86473142875514, "relative_heading": 72.87184396204555, "relative_elevation": 24.7244892595336 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000226/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000226/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000226/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000226/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001735_pano_0000_000226/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001735_pano_0000_000226/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001735_pano_0000_000226/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000226/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000226/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91114736432716, 52.3798275044134, 24.6903458051383 ] }, "distance": 17.41, "direction": 89.27, "angle": 54.81, "elevation": 24.69, "pano_id": "TMX7316010203-001735_pano_0000_000226", "timestamp": "2020-06-03T07:29:54.327850Z", "filename": "pano_0000_000226.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.41152855, "relative_pitch": 54.8086695969786, "relative_heading": 89.26836335175123, "relative_elevation": 24.6903458051383 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007149/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007149/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007149/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007149/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000301_pano_0000_007149/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000301_pano_0000_007149/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000301_pano_0000_007149/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007149/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/18/TMX7316010203-000301/pano_0000_007149/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91085606002295, 52.3799806553284, 24.7929898481816 ] }, "distance": 17.43, "direction": 352.0, "angle": 54.89, "elevation": 24.79, "pano_id": "TMX7316010203-000301_pano_0000_007149", "timestamp": "2017-05-18T13:04:20.232990Z", "filename": "pano_0000_007149.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.43376593, "relative_pitch": 54.886140957391746, "relative_heading": 351.99996891726846, "relative_elevation": 24.7929898481816 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003119/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003119/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003119/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003119/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002558_pano_0000_003119/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003119/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003119/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003119/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003119/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91097038010338, 52.3796752971438, 25.3526621060446 ] }, "distance": 17.55, "direction": 162.23, "angle": 55.3, "elevation": 25.35, "pano_id": "TMX7316010203-002558_pano_0000_003119", "timestamp": "2022-05-03T10:47:32.403960Z", "filename": "pano_0000_003119.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.55238351, "relative_pitch": 55.30402071991445, "relative_heading": 162.22515548904423, "relative_elevation": 25.3526621060446 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003112/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003112/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003112/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003112/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002558_pano_0000_003112/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003112/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002558_pano_0000_003112/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003112/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/03/TMX7316010203-002558/pano_0000_003112/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91089384122161, 52.3799835333798, 25.5276719871908 ] }, "distance": 17.58, "direction": 0.48, "angle": 55.44, "elevation": 25.53, "pano_id": "TMX7316010203-002558_pano_0000_003112", "timestamp": "2022-05-03T10:47:31.258960Z", "filename": "pano_0000_003112.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.58496306, "relative_pitch": 55.43864211388321, "relative_heading": 0.47697863136153434, "relative_elevation": 25.5276719871908 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001632/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001632/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001632/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001632/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_001632/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_001632/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_001632/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001632/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001632/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91112665133636, 52.3797587048636, 24.9589774711058 ] }, "distance": 17.64, "direction": 114.92, "angle": 54.75, "elevation": 24.96, "pano_id": "TMX7316010203-002546_pano_0002_001632", "timestamp": "2022-04-26T09:35:47.192040Z", "filename": "pano_0002_001632.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.64210442, "relative_pitch": 54.74564761084374, "relative_heading": 114.9191806500486, "relative_elevation": 24.9589774711058 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000545/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000545/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000545/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000545/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_000545/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_000545/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_000545/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000545/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000545/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91108050778089, 52.3799344999982, 24.8712741266936 ] }, "distance": 17.68, "direction": 46.67, "angle": 54.6, "elevation": 24.87, "pano_id": "TMX7316010203-001664_pano_0000_000545", "timestamp": "2020-04-21T11:19:54.563040Z", "filename": "pano_0000_000545.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.67505876, "relative_pitch": 54.60005473306352, "relative_heading": 46.67183070322218, "relative_elevation": 24.8712741266936 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00239/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00239/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00239/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00239/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241218_1119_Track07_Sphere_00239/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241218_1119_Track07_Sphere_00239/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241218_1119_Track07_Sphere_00239/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00239/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00239/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.911151787176395, 52.37981661214614, 0.0 ] }, "distance": 17.74, "direction": 93.2, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241218_1119_Track07_Sphere_00239", "timestamp": "2024-12-18T11:15:56Z", "filename": "Job_20241218_1119_Track07_Sphere_00239.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.73891892, "relative_pitch": 0.0, "relative_heading": 93.19834395003832, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000880/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000880/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000880/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000880/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002825_pano_0003_000880/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000880/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000880/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000880/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000880/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91096162648934, 52.3796718004602, 24.7362213656306 ] }, "distance": 17.75, "direction": 164.44, "angle": 54.33, "elevation": 24.74, "pano_id": "TMX7316010203-002825_pano_0003_000880", "timestamp": "2022-10-07T10:38:18.355720Z", "filename": "pano_0003_000880.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.7542059, "relative_pitch": 54.33143727746621, "relative_heading": 164.4408588468232, "relative_elevation": 24.7362213656306 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00331/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00331/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00331/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00331/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-30_06-27-54_00331/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_06-27-54_00331/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_06-27-54_00331/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00331/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00331/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.911143279103907, 52.37986764597085, 0.0 ] }, "distance": 17.76, "direction": 74.69, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-30_06-27-54_00331", "timestamp": "2025-06-30T06:37:27Z", "filename": "recording_2025-06-30_06-27-54_00331.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.76202761, "relative_pitch": 0.0, "relative_heading": 74.69283430309972, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00827/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00827/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00827/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00827/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_08-10-48_00827/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00827/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_08-10-48_00827/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00827/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_08-10-48_00827/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910860764177045, 52.37998426044493, 0.0 ] }, "distance": 17.79, "direction": 353.2, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-17_08-10-48_00827", "timestamp": "2024-09-17T08:14:40Z", "filename": "recording_2024-09-17_08-10-48_00827.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.7903496, "relative_pitch": 0.0, "relative_heading": 353.20148207739436, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001636/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001636/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001636/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001636/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_001636/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_001636/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_001636/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001636/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001636/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91107853432511, 52.3799378439545, 25.1170353563502 ] }, "distance": 17.84, "direction": 45.51, "angle": 54.62, "elevation": 25.12, "pano_id": "TMX7316010203-002546_pano_0002_001636", "timestamp": "2022-04-26T09:35:47.932030Z", "filename": "pano_0002_001636.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.8363193, "relative_pitch": 54.62035856216048, "relative_heading": 45.506043882748806, "relative_elevation": 25.1170353563502 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000250/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000250/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000250/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000250/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002492_pano_0000_000250/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002492_pano_0000_000250/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002492_pano_0000_000250/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000250/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000250/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91106708815186, 52.3799447385426, 24.6211062325165 ] }, "distance": 17.85, "direction": 41.99, "angle": 54.06, "elevation": 24.62, "pano_id": "TMX7316010203-002492_pano_0000_000250", "timestamp": "2022-03-30T07:26:03.390540Z", "filename": "pano_0000_000250.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.85152922, "relative_pitch": 54.05601627088499, "relative_heading": 41.994156642038085, "relative_elevation": 24.6211062325165 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03657/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03657/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03657/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03657/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_03657/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_03657/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_03657/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03657/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03657/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.911132824076292, 52.379888484409975, 0.0 ] }, "distance": 17.85, "direction": 66.89, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-10-23_12-42-53_03657", "timestamp": "2024-10-23T13:56:19Z", "filename": "recording_2024-10-23_12-42-53_03657.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.85287586, "relative_pitch": 0.0, "relative_heading": 66.88777751554335, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00330/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00330/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00330/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00330/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-30_06-27-54_00330/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_06-27-54_00330/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_06-27-54_00330/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00330/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00330/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91115415773942, 52.37982289508007, 0.0 ] }, "distance": 17.88, "direction": 90.93, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-30_06-27-54_00330", "timestamp": "2025-06-30T06:37:26Z", "filename": "recording_2025-06-30_06-27-54_00330.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.8750718, "relative_pitch": 0.0, "relative_heading": 90.93141809145463, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000871/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000871/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000871/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000871/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000871/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000871/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000871/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000871/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000871/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91114692065031, 52.3798634178324, 24.4378059292212 ] }, "distance": 17.88, "direction": 76.36, "angle": 53.8, "elevation": 24.44, "pano_id": "TMX7316010203-002307_pano_0001_000871", "timestamp": "2021-09-14T07:40:27.409150Z", "filename": "pano_0001_000871.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.88453898, "relative_pitch": 53.801879763441896, "relative_heading": 76.35658227007907, "relative_elevation": 24.4378059292212 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000541/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000541/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000541/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000541/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_000541/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_000541/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_000541/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000541/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_000541/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9111259077626, 52.3797527598593, 24.726994920522 ] }, "distance": 17.89, "direction": 116.91, "angle": 54.12, "elevation": 24.73, "pano_id": "TMX7316010203-001664_pano_0000_000541", "timestamp": "2020-04-21T11:19:53.823040Z", "filename": "pano_0000_000541.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 17.88570759, "relative_pitch": 54.12076173436553, "relative_heading": 116.90979721762005, "relative_elevation": 24.726994920522 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001329/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001329/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001329/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001329/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000023_pano_0000_001329/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001329/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000023_pano_0000_001329/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001329/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/03/30/TMX7315120208-000023/pano_0000_001329/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91094573338244, 52.3796662409907, 23.269998726435 ] }, "distance": 18.1, "direction": 168.27, "angle": 52.12, "elevation": 23.27, "pano_id": "TMX7315120208-000023_pano_0000_001329", "timestamp": "2016-03-30T14:33:01.301410Z", "filename": "pano_0000_001329.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.10026019, "relative_pitch": 52.122911107257956, "relative_heading": 168.26925280014603, "relative_elevation": 23.269998726435 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03655/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03655/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03655/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03655/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_03655/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_03655/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_03655/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03655/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03655/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.911155062586367, 52.37979904929177, 0.0 ] }, "distance": 18.17, "direction": 99.32, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-10-23_12-42-53_03655", "timestamp": "2024-10-23T13:56:18Z", "filename": "recording_2024-10-23_12-42-53_03655.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.1743643, "relative_pitch": 0.0, "relative_heading": 99.32221103277732, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001210/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001210/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001210/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001210/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001210/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001210/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001210/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001210/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001210/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91089608958891, 52.3799888614651, 24.9961193641648 ] }, "distance": 18.18, "direction": 0.94, "angle": 53.97, "elevation": 25.0, "pano_id": "TMX7316010203-001664_pano_0000_001210", "timestamp": "2020-04-21T11:23:08.946870Z", "filename": "pano_0000_001210.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.17970117, "relative_pitch": 53.971569280109975, "relative_heading": 0.9439352497117549, "relative_elevation": 24.9961193641648 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000870/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000870/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000870/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000870/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000870/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000870/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000870/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000870/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000870/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91115913325482, 52.37981837711, 24.401669585146 ] }, "distance": 18.23, "direction": 92.49, "angle": 53.24, "elevation": 24.4, "pano_id": "TMX7316010203-002307_pano_0001_000870", "timestamp": "2021-09-14T07:40:27.194170Z", "filename": "pano_0001_000870.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.22879097, "relative_pitch": 53.23914782857961, "relative_heading": 92.49425874679991, "relative_elevation": 24.401669585146 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001217/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001217/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001217/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001217/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001664_pano_0000_001217/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001217/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001664_pano_0000_001217/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001217/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001664/pano_0000_001217/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91098098621476, 52.3796702439095, 24.7808341970667 ] }, "distance": 18.32, "direction": 160.61, "angle": 53.53, "elevation": 24.78, "pano_id": "TMX7316010203-001664_pano_0000_001217", "timestamp": "2020-04-21T11:23:10.346860Z", "filename": "pano_0000_001217.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.31558983, "relative_pitch": 53.53178077382055, "relative_heading": 160.61046275471568, "relative_elevation": 24.7808341970667 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00241/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00241/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00241/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00241/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241218_1119_Track07_Sphere_00241/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241218_1119_Track07_Sphere_00241/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241218_1119_Track07_Sphere_00241/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00241/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00241/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.911128916722433, 52.379905830832584, 0.0 ] }, "distance": 18.46, "direction": 61.04, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241218_1119_Track07_Sphere_00241", "timestamp": "2024-12-18T11:15:57Z", "filename": "Job_20241218_1119_Track07_Sphere_00241.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.46177182, "relative_pitch": 0.0, "relative_heading": 61.04392379286334, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002305/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002305/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002305/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002305/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_002305/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002305/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_002305/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002305/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_002305/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91091471028864, 52.3799924609948, 25.223562264815 ] }, "distance": 18.64, "direction": 4.82, "angle": 53.53, "elevation": 25.22, "pano_id": "TMX7316010203-002546_pano_0002_002305", "timestamp": "2022-04-26T09:38:53.145630Z", "filename": "pano_0002_002305.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.64377948, "relative_pitch": 53.530358795463684, "relative_heading": 4.822816127966836, "relative_elevation": 25.223562264815 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001597/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001597/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001597/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001597/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_001597/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001597/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_001597/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001597/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_001597/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91088378064542, 52.3799932920615, 25.0603026757017 ] }, "distance": 18.68, "direction": 358.35, "angle": 53.3, "elevation": 25.06, "pano_id": "TMX7316010203-001255_pano_0000_001597", "timestamp": "2019-06-27T08:18:09.304070Z", "filename": "pano_0000_001597.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.67801636, "relative_pitch": 53.30199533927085, "relative_heading": 358.34732855677333, "relative_elevation": 25.0603026757017 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002036/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002036/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002036/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002036/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_002036/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_002036/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_002036/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002036/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002036/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91112785087717, 52.3797399436079, 24.6624093381688 ] }, "distance": 18.69, "direction": 120.63, "angle": 52.85, "elevation": 24.66, "pano_id": "TMX7316010203-001255_pano_0000_002036", "timestamp": "2019-06-27T08:20:32.858210Z", "filename": "pano_0000_002036.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.68847641, "relative_pitch": 52.84618021521481, "relative_heading": 120.62762964373766, "relative_elevation": 24.6624093381688 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000228/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000228/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000228/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000228/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001735_pano_0000_000228/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001735_pano_0000_000228/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001735_pano_0000_000228/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000228/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000228/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91112458009472, 52.3799155275943, 24.7772465199232 ] }, "distance": 18.76, "direction": 57.72, "angle": 52.87, "elevation": 24.78, "pano_id": "TMX7316010203-001735_pano_0000_000228", "timestamp": "2020-06-03T07:29:54.837820Z", "filename": "pano_0000_000228.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.75729576, "relative_pitch": 52.872925916440515, "relative_heading": 57.721462279690115, "relative_elevation": 24.7772465199232 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00736/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00736/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00736/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00736/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_03-28-47_00736/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00736/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_03-28-47_00736/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00736/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_03-28-47_00736/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910859123958397, 52.379992960041946, 0.0 ] }, "distance": 18.76, "direction": 353.21, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_03-28-47_00736", "timestamp": "2025-06-19T03:32:11Z", "filename": "recording_2025-06-19_03-28-47_00736.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.76480883, "relative_pitch": 0.0, "relative_heading": 353.21275038146393, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000225/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000225/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000225/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000225/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001735_pano_0000_000225/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001735_pano_0000_000225/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001735_pano_0000_000225/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000225/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/03/TMX7316010203-001735/pano_0000_000225/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91115883533585, 52.3797833831875, 24.6621787669137 ] }, "distance": 18.79, "direction": 104.45, "angle": 52.7, "elevation": 24.66, "pano_id": "TMX7316010203-001735_pano_0000_000225", "timestamp": "2020-06-03T07:29:54.072800Z", "filename": "pano_0000_000225.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.78541207, "relative_pitch": 52.70313653376814, "relative_heading": 104.44879872393601, "relative_elevation": 24.6621787669137 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001518/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001518/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001518/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001518/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001518/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001518/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001518/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001518/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001518/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9110826997304, 52.3799475052213, 25.0743653671816 ] }, "distance": 18.8, "direction": 43.77, "angle": 53.14, "elevation": 25.07, "pano_id": "TMX7316010203-002564_pano_0002_001518", "timestamp": "2022-05-09T09:39:30.928260Z", "filename": "pano_0002_001518.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.80066597, "relative_pitch": 53.137573216267434, "relative_heading": 43.774542676943454, "relative_elevation": 25.0743653671816 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000222/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000222/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000222/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000222/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000885_pano_0000_000222/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000885_pano_0000_000222/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000885_pano_0000_000222/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000222/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000222/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9111595391828, 52.3798723765911, 24.7628548368812 ] }, "distance": 18.97, "direction": 74.04, "angle": 52.55, "elevation": 24.76, "pano_id": "TMX7316010203-000885_pano_0000_000222", "timestamp": "2018-07-30T08:02:38.057670Z", "filename": "pano_0000_000222.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.97016898, "relative_pitch": 52.54522822548165, "relative_heading": 74.04216945411919, "relative_elevation": 24.7628548368812 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000872/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000872/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000872/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000872/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000872/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000872/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000872/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000872/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000872/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9111343583778, 52.3799093390232, 24.4798752674833 ] }, "distance": 18.98, "direction": 60.55, "angle": 52.22, "elevation": 24.48, "pano_id": "TMX7316010203-002307_pano_0001_000872", "timestamp": "2021-09-14T07:40:27.629160Z", "filename": "pano_0001_000872.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 18.97568691, "relative_pitch": 52.21878354346739, "relative_heading": 60.55423777420904, "relative_elevation": 24.4798752674833 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000221/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000221/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000221/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000221/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000885_pano_0000_000221/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000885_pano_0000_000221/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000885_pano_0000_000221/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000221/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000221/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9111708579412, 52.3798282834916, 24.7175757046789 ] }, "distance": 19.01, "direction": 89.07, "angle": 52.43, "elevation": 24.72, "pano_id": "TMX7316010203-000885_pano_0000_000221", "timestamp": "2018-07-30T08:02:37.797680Z", "filename": "pano_0000_000221.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.01242371, "relative_pitch": 52.433004202907945, "relative_heading": 89.06867494407555, "relative_elevation": 24.7175757046789 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00332/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00332/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00332/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00332/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-30_06-27-54_00332/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_06-27-54_00332/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_06-27-54_00332/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00332/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00332/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.911132415228954, 52.37991238793188, 0.0 ] }, "distance": 19.03, "direction": 59.47, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-30_06-27-54_00332", "timestamp": "2025-06-30T06:37:27Z", "filename": "recording_2025-06-30_06-27-54_00332.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.03065707, "relative_pitch": 0.0, "relative_heading": 59.46884768889416, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000245/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000245/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000245/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000245/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002492_pano_0000_000245/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002492_pano_0000_000245/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002492_pano_0000_000245/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000245/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/30/TMX7316010203-002492/pano_0000_000245/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91112367012449, 52.3797282610087, 24.4648508671671 ] }, "distance": 19.15, "direction": 124.41, "angle": 51.95, "elevation": 24.46, "pano_id": "TMX7316010203-002492_pano_0000_000245", "timestamp": "2022-03-30T07:26:02.465690Z", "filename": "pano_0000_000245.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.14753071, "relative_pitch": 51.95132256020557, "relative_heading": 124.41167257784339, "relative_elevation": 24.4648508671671 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001802/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001802/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001802/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001802/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0001_001802/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001802/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0001_001802/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001802/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0001_001802/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9108600049717, 52.379996661725, 24.9974671415985 ] }, "distance": 19.17, "direction": 353.54, "angle": 52.52, "elevation": 25.0, "pano_id": "TMX7316010203-000886_pano_0001_001802", "timestamp": "2018-07-30T13:17:10.822680Z", "filename": "pano_0001_001802.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.16704085, "relative_pitch": 52.520477227510156, "relative_heading": 353.53634919677125, "relative_elevation": 24.9974671415985 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00329/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00329/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00329/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00329/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-30_06-27-54_00329/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_06-27-54_00329/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_06-27-54_00329/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00329/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_06-27-54_00329/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.911165020605499, 52.3797782429891, 0.0 ] }, "distance": 19.34, "direction": 105.78, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-30_06-27-54_00329", "timestamp": "2025-06-30T06:37:26Z", "filename": "recording_2025-06-30_06-27-54_00329.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.34120313, "relative_pitch": 0.0, "relative_heading": 105.7783928466289, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00238/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00238/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00238/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00238/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241218_1119_Track07_Sphere_00238/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241218_1119_Track07_Sphere_00238/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241218_1119_Track07_Sphere_00238/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00238/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00238/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91116321913684, 52.37977230387509, 0.0 ] }, "distance": 19.41, "direction": 107.75, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241218_1119_Track07_Sphere_00238", "timestamp": "2024-12-18T11:15:56Z", "filename": "Job_20241218_1119_Track07_Sphere_00238.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.41440013, "relative_pitch": 0.0, "relative_heading": 107.7541032047144, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001258/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001258/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001258/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001258/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001744_pano_0000_001258/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001258/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001258/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001258/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001258/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91092413980543, 52.3796516110908, 24.4674797616899 ] }, "distance": 19.48, "direction": 173.49, "angle": 51.48, "elevation": 24.47, "pano_id": "TMX7316010203-001744_pano_0000_001258", "timestamp": "2020-06-10T13:30:27.498470Z", "filename": "pano_0000_001258.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.4758995, "relative_pitch": 51.48051779840056, "relative_heading": 173.48562507839344, "relative_elevation": 24.4674797616899 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000437/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000437/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000437/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000437/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000437/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000437/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000437/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000437/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000437/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91093802415212, 52.3796526706789, 25.2529489099979 ] }, "distance": 19.49, "direction": 170.68, "angle": 52.34, "elevation": 25.25, "pano_id": "TMX7316010203-002307_pano_0001_000437", "timestamp": "2021-09-14T07:38:14.040230Z", "filename": "pano_0001_000437.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.48932112, "relative_pitch": 52.340326726292034, "relative_heading": 170.68360865217045, "relative_elevation": 25.2529489099979 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001128/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001128/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001128/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001128/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001128/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001128/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001128/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001128/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001128/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91085720712512, 52.3800004905527, 25.0938889924437 ] }, "distance": 19.61, "direction": 353.12, "angle": 51.99, "elevation": 25.09, "pano_id": "TMX7316010203-002564_pano_0002_001128", "timestamp": "2022-05-09T09:36:56.814210Z", "filename": "pano_0002_001128.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.61234048, "relative_pitch": 51.99029536636282, "relative_heading": 353.1234145347329, "relative_elevation": 25.0938889924437 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03658/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03658/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03658/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03658/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_03658/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_03658/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_03658/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03658/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03658/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.911121599670913, 52.37993318498651, 0.0 ] }, "distance": 19.71, "direction": 52.57, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-10-23_12-42-53_03658", "timestamp": "2024-10-23T13:56:19Z", "filename": "recording_2024-10-23_12-42-53_03658.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.71456305, "relative_pitch": 0.0, "relative_heading": 52.57170096301978, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001136/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001136/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001136/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001136/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001136/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001136/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001136/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001136/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001136/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91094464086512, 52.3796506642507, 24.8743952075019 ] }, "distance": 19.79, "direction": 169.5, "angle": 51.5, "elevation": 24.87, "pano_id": "TMX7316010203-002564_pano_0002_001136", "timestamp": "2022-05-09T09:36:58.854170Z", "filename": "pano_0002_001136.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.7867979, "relative_pitch": 51.498856516462865, "relative_heading": 169.50070079321213, "relative_elevation": 24.8743952075019 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00008/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00008/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00008/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00008/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track01_Sphere_00008/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00008/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00008/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00008/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track01_Sphere_00008/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910937658741292, 52.379649308211704, 0.0 ] }, "distance": 19.85, "direction": 170.93, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track01_Sphere_00008", "timestamp": "2025-01-08T13:06:14Z", "filename": "Job_20250108_1349_Track01_Sphere_00008.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.85469718, "relative_pitch": 0.0, "relative_heading": 170.92925989892228, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000869/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000869/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000869/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000869/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000869/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000869/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000869/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000869/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000869/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91117113731814, 52.3797733494838, 24.3837065277621 ] }, "distance": 19.89, "direction": 106.96, "angle": 50.79, "elevation": 24.38, "pano_id": "TMX7316010203-002307_pano_0001_000869", "timestamp": "2021-09-14T07:40:26.979150Z", "filename": "pano_0001_000869.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 19.89433582, "relative_pitch": 50.789460453816595, "relative_heading": 106.96142257900273, "relative_elevation": 24.3837065277621 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001513/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001513/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001513/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001513/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002564_pano_0002_001513/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001513/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002564_pano_0002_001513/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001513/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/09/TMX7316010203-002564/pano_0002_001513/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91114043119045, 52.3797288390777, 24.8965036710724 ] }, "distance": 20.06, "direction": 122.42, "angle": 51.13, "elevation": 24.9, "pano_id": "TMX7316010203-002564_pano_0002_001513", "timestamp": "2022-05-09T09:39:29.853320Z", "filename": "pano_0002_001513.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.06493696, "relative_pitch": 51.13348065863446, "relative_heading": 122.4178669287064, "relative_elevation": 24.8965036710724 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000416/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000416/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000416/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000416/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001181_pano_0000_000416/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000416/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001181_pano_0000_000416/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000416/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001181/pano_0000_000416/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.910990504288, 52.3796553429768, 24.5894484715536 ] }, "distance": 20.09, "direction": 160.44, "angle": 50.74, "elevation": 24.59, "pano_id": "TMX7316010203-001181_pano_0000_000416", "timestamp": "2019-05-14T06:37:07.997370Z", "filename": "pano_0000_000416.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.09490966, "relative_pitch": 50.74372996790262, "relative_heading": 160.43678945125902, "relative_elevation": 24.5894484715536 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002041/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002041/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002041/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002041/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001255_pano_0000_002041/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_002041/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001255_pano_0000_002041/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002041/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/27/TMX7316010203-001255/pano_0000_002041/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91107104516201, 52.379969880737, 24.8451355099678 ] }, "distance": 20.18, "direction": 37.24, "angle": 50.91, "elevation": 24.85, "pano_id": "TMX7316010203-001255_pano_0000_002041", "timestamp": "2019-06-27T08:20:33.933170Z", "filename": "pano_0000_002041.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.1804277, "relative_pitch": 50.91481694988381, "relative_heading": 37.24288778258512, "relative_elevation": 24.8451355099678 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000223/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000223/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000223/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000223/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000885_pano_0000_000223/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000885_pano_0000_000223/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000885_pano_0000_000223/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000223/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000223/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91114826777671, 52.3799163736316, 24.8097333777696 ] }, "distance": 20.19, "direction": 59.94, "angle": 50.87, "elevation": 24.81, "pano_id": "TMX7316010203-000885_pano_0000_000223", "timestamp": "2018-07-30T08:02:38.317690Z", "filename": "pano_0000_000223.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.18646202, "relative_pitch": 50.86644311748425, "relative_heading": 59.94104726505631, "relative_elevation": 24.8097333777696 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03654/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03654/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03654/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03654/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_03654/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_03654/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_03654/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03654/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_03654/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.911165963539124, 52.379754277081254, 0.0 ] }, "distance": 20.29, "direction": 113.0, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-10-23_12-42-53_03654", "timestamp": "2024-10-23T13:56:18Z", "filename": "recording_2024-10-23_12-42-53_03654.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.28889088, "relative_pitch": 0.0, "relative_heading": 112.99540809060338, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000220/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000220/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000220/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000220/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000885_pano_0000_000220/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000885_pano_0000_000220/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000885_pano_0000_000220/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000220/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000885/pano_0000_000220/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91118237690011, 52.3797834221746, 24.691280759871 ] }, "distance": 20.34, "direction": 103.31, "angle": 50.52, "elevation": 24.69, "pano_id": "TMX7316010203-000885_pano_0000_000220", "timestamp": "2018-07-30T08:02:37.532660Z", "filename": "pano_0000_000220.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.34071109, "relative_pitch": 50.51825617207152, "relative_heading": 103.31018130584123, "relative_elevation": 24.691280759871 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001250/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001250/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001250/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001250/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001744_pano_0000_001250/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001250/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001744_pano_0000_001250/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001250/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/10/TMX7316010203-001744/pano_0000_001250/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91083402388787, 52.3800065568038, 24.709790751338 ] }, "distance": 20.53, "direction": 348.97, "angle": 50.28, "elevation": 24.71, "pano_id": "TMX7316010203-001744_pano_0000_001250", "timestamp": "2020-06-10T13:30:25.658530Z", "filename": "pano_0000_001250.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.52541756, "relative_pitch": 50.28496730446179, "relative_heading": 348.97032487003037, "relative_elevation": 24.709790751338 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0009_000200/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0009_000200/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0009_000200/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0009_000200/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0009_000200/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0009_000200/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0009_000200/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0009_000200/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0009_000200/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91118412109836, 52.379872153231, 25.4866735748947 ] }, "distance": 20.58, "direction": 75.39, "angle": 51.08, "elevation": 25.49, "pano_id": "TMX7316010203-002623_pano_0009_000200", "timestamp": "2022-06-23T10:22:22.317800Z", "filename": "pano_0009_000200.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.57843713, "relative_pitch": 51.081917410834755, "relative_heading": 75.39014995968384, "relative_elevation": 25.4866735748947 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0009_000199/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0009_000199/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0009_000199/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0009_000199/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002623_pano_0009_000199/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0009_000199/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002623_pano_0009_000199/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0009_000199/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/23/TMX7316010203-002623/pano_0009_000199/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91119509137826, 52.3798276341659, 25.440970283933 ] }, "distance": 20.66, "direction": 89.34, "angle": 50.92, "elevation": 25.44, "pano_id": "TMX7316010203-002623_pano_0009_000199", "timestamp": "2022-06-23T10:22:22.117760Z", "filename": "pano_0009_000199.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.661451, "relative_pitch": 50.91881010133131, "relative_heading": 89.34337487450287, "relative_elevation": 25.440970283933 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00242/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00242/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00242/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00242/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241218_1119_Track07_Sphere_00242/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241218_1119_Track07_Sphere_00242/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241218_1119_Track07_Sphere_00242/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00242/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241218_1119_Track07_Sphere_00242/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.911117996876674, 52.37995031192422, 0.0 ] }, "distance": 20.74, "direction": 47.97, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241218_1119_Track07_Sphere_00242", "timestamp": "2024-12-18T11:15:57Z", "filename": "Job_20241218_1119_Track07_Sphere_00242.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.74474204, "relative_pitch": 0.0, "relative_heading": 47.974971055985264, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000429/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000429/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000429/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000429/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002307_pano_0001_000429/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000429/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002307_pano_0001_000429/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000429/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/09/14/TMX7316010203-002307/pano_0001_000429/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91084809059368, 52.3800102496346, 25.4586465088651 ] }, "distance": 20.77, "direction": 351.78, "angle": 50.79, "elevation": 25.46, "pano_id": "TMX7316010203-002307_pano_0001_000429", "timestamp": "2021-09-14T07:38:11.870100Z", "filename": "pano_0001_000429.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.77048807, "relative_pitch": 50.79064503652686, "relative_heading": 351.78181587529633, "relative_elevation": 25.4586465088651 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001631/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001631/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001631/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001631/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_001631/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_001631/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_001631/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001631/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_001631/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91113879572922, 52.3797139501093, 24.9725310690701 ] }, "distance": 20.91, "direction": 126.42, "angle": 50.06, "elevation": 24.97, "pano_id": "TMX7316010203-002546_pano_0002_001631", "timestamp": "2022-04-26T09:35:47.007190Z", "filename": "pano_0002_001631.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.91001672, "relative_pitch": 50.059865249236665, "relative_heading": 126.41694914031821, "relative_elevation": 24.9725310690701 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track01_Sphere_00004/adjacencies/b_20250108_1349_Track01_Sphere_00004/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000872/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000872/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000872/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000872/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002825_pano_0003_000872/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000872/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002825_pano_0003_000872/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000872/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002825/pano_0003_000872/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.91086975245554, 52.3800131952303, 24.8334921719506 ] }, "distance": 20.94, "direction": 355.91, "angle": 49.86, "elevation": 24.83, "pano_id": "TMX7316010203-002825_pano_0003_000872", "timestamp": "2022-10-07T10:38:15.360710Z", "filename": "pano_0003_000872.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track01_Sphere_00004", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 122568.31208804745, 488102.0484607464 ] }, "relative_distance": 20.93832683, "relative_pitch": 49.86413089978534, "relative_heading": 355.9085146021381, "relative_elevation": 24.8334921719506 } ] } }