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_Track04_Sphere_00067/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00067/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00067/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00067/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00067/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track04_Sphere_00067/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00067/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00067/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901987066654493, 52.37066028032834, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track04_Sphere_00067", "timestamp": "2025-01-08T13:17:48Z", "filename": "Job_20250108_1349_Track04_Sphere_00067.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "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_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000380/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000380/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000380/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000380/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_000380/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_000380/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_000380/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000380/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000380/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198594385424, 52.3706602123591, 46.4392414148897 ] }, "distance": 0.08, "direction": 264.35, "angle": 89.91, "elevation": 46.44, "pano_id": "TMX7316010203-000709_pano_0000_000380", "timestamp": "2018-05-07T09:34:40.341040Z", "filename": "pano_0000_000380.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 0.07684628, "relative_pitch": 89.90518872913705, "relative_heading": 264.3517885940314, "relative_elevation": 46.4392414148897 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000079/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000079/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000079/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000079/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000079/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000079/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000079/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000079/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000079/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198447360509, 52.3706606963933, 46.5401846766472 ] }, "distance": 0.18, "direction": 284.69, "angle": 89.78, "elevation": 46.54, "pano_id": "TMX7316010203-002949_pano_0000_000079", "timestamp": "2023-01-30T09:05:58.058860Z", "filename": "pano_0000_000079.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 0.18257836, "relative_pitch": 89.77522831363142, "relative_heading": 284.68918616029544, "relative_elevation": 46.5401846766472 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000161/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000161/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000161/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000161/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000161/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000161/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000161/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000161/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000161/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198417155208, 52.3706624914262, 47.0437141321599 ] }, "distance": 0.32, "direction": 321.29, "angle": 89.62, "elevation": 47.04, "pano_id": "TMX7316010203-003001_pano_0000_000161", "timestamp": "2023-03-20T07:52:04.929660Z", "filename": "pano_0000_000161.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 0.31530353, "relative_pitch": 89.61598926946378, "relative_heading": 321.2901482407215, "relative_elevation": 47.0437141321599 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000112/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000112/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000112/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000112/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000112/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000112/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000112/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000112/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000112/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198056324522, 52.3706617495329, 46.1626095762476 ] }, "distance": 0.47, "direction": 290.26, "angle": 89.41, "elevation": 46.16, "pano_id": "TMX7316010203-002949_pano_0000_000112", "timestamp": "2023-01-30T09:06:35.478560Z", "filename": "pano_0000_000112.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 0.47215013, "relative_pitch": 89.41400049241602, "relative_heading": 290.25849057224053, "relative_elevation": 46.1626095762476 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000924/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000924/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000924/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000924/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000924/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000924/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000924/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000924/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000924/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90199322589605, 52.3706574576263, 46.801458960399 ] }, "distance": 0.52, "direction": 126.82, "angle": 89.36, "elevation": 46.8, "pano_id": "TMX7316010203-001177_pano_0000_000924", "timestamp": "2019-05-13T06:15:59.974080Z", "filename": "pano_0000_000924.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 0.52405838, "relative_pitch": 89.35845849215528, "relative_heading": 126.8233626122641, "relative_elevation": 46.801458960399 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000008/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000008/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000008/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000008/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002932_pano_0008_000008/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000008/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000008/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000008/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000008/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198823434691, 52.3706529450387, 48.9853012003005 ] }, "distance": 0.82, "direction": 174.43, "angle": 89.04, "elevation": 48.99, "pano_id": "TMX7316010203-002932_pano_0008_000008", "timestamp": "2023-01-13T09:18:32.740610Z", "filename": "pano_0008_000008.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 0.8200953, "relative_pitch": 89.0408630937657, "relative_heading": 174.43485295360344, "relative_elevation": 48.9853012003005 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001896/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001896/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001896/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001896/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_001896/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001896/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001896/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001896/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001896/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198939417662, 52.370651535708, 47.2397051965818 ] }, "distance": 0.99, "direction": 170.75, "angle": 88.8, "elevation": 47.24, "pano_id": "TMX7316010203-001660_pano_0000_001896", "timestamp": "2020-04-21T09:11:37.321280Z", "filename": "pano_0000_001896.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 0.98588091, "relative_pitch": 88.80442487364883, "relative_heading": 170.74687840096124, "relative_elevation": 47.2397051965818 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000047/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000047/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000047/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000047/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000047/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000047/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000047/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000047/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000047/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90197334470476, 52.3706554107599, 46.1525864880532 ] }, "distance": 1.08, "direction": 239.9, "angle": 88.66, "elevation": 46.15, "pano_id": "TMX7316010203-002964_pano_0003_000047", "timestamp": "2023-02-13T08:07:17.543750Z", "filename": "pano_0003_000047.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 1.08031225, "relative_pitch": 88.65909938632849, "relative_heading": 239.8957118667051, "relative_elevation": 46.1525864880532 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001096/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001096/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001096/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001096/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_001096/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_001096/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_001096/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001096/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001096/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90197381980489, 52.3706657691927, 47.0093771917745 ] }, "distance": 1.09, "direction": 304.1, "angle": 88.67, "elevation": 47.01, "pano_id": "TMX7316060226-000030_pano_0008_001096", "timestamp": "2016-08-17T09:19:10.777780Z", "filename": "pano_0008_001096.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 1.08952585, "relative_pitch": 88.67230619300398, "relative_heading": 304.0961523880429, "relative_elevation": 47.0093771917745 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000074/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000074/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000074/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000074/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0006_000074/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000074/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000074/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000074/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000074/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90197451459099, 52.3706665191538, 47.4443226763979 ] }, "distance": 1.1, "direction": 309.08, "angle": 88.67, "elevation": 47.44, "pano_id": "TMX7316010203-003009_pano_0006_000074", "timestamp": "2023-03-27T07:05:03.617660Z", "filename": "pano_0006_000074.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 1.10128076, "relative_pitch": 88.67028535394196, "relative_heading": 309.07790761540303, "relative_elevation": 47.4443226763979 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000075/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000075/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000075/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000075/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000075/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000075/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000075/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000075/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000075/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90199358686701, 52.3706506211935, 46.8548495071009 ] }, "distance": 1.16, "direction": 157.55, "angle": 88.58, "elevation": 46.85, "pano_id": "TMX7316010203-003044_pano_0006_000075", "timestamp": "2023-04-17T05:57:06.122420Z", "filename": "pano_0006_000075.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 1.16294429, "relative_pitch": 88.57820219743031, "relative_heading": 157.55075833868545, "relative_elevation": 46.8548495071009 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000449/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000449/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000449/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000449/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000222_pano_0000_000449/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000222_pano_0000_000449/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000222_pano_0000_000449/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000449/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000449/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90197069345461, 52.3706655712301, 46.2703813314438 ] }, "distance": 1.26, "direction": 297.83, "angle": 88.44, "elevation": 46.27, "pano_id": "TMX7316010203-000222_pano_0000_000449", "timestamp": "2017-03-23T12:02:41.078030Z", "filename": "pano_0000_000449.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 1.2610378, "relative_pitch": 88.4388660541612, "relative_heading": 297.83137653301316, "relative_elevation": 46.2703813314438 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000255/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000255/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000255/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000255/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003023_pano_0015_000255/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000255/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000255/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000255/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000255/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90200204879586, 52.370652358564, 47.5215773656964 ] }, "distance": 1.35, "direction": 130.82, "angle": 88.37, "elevation": 47.52, "pano_id": "TMX7316010203-003023_pano_0015_000255", "timestamp": "2023-04-03T10:40:18.732310Z", "filename": "pano_0015_000255.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 1.34843935, "relative_pitch": 88.374650790125, "relative_heading": 130.82196696915318, "relative_elevation": 47.5215773656964 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000139/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000139/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000139/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000139/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000139/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000139/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000139/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000139/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000139/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90196934518222, 52.3706668314052, 46.9297314584255 ] }, "distance": 1.41, "direction": 301.13, "angle": 88.28, "elevation": 46.93, "pano_id": "TMX7316010203-002927_pano_0005_000139", "timestamp": "2023-01-11T13:41:27.757350Z", "filename": "pano_0005_000139.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 1.41004846, "relative_pitch": 88.27901151225164, "relative_heading": 301.129909388129, "relative_elevation": 46.9297314584255 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000263/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000263/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000263/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000263/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_000263/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000263/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000263/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000263/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000263/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90197423039563, 52.3706707088956, 46.0946777611971 ] }, "distance": 1.45, "direction": 323.01, "angle": 88.19, "elevation": 46.09, "pano_id": "TMX7316010203-002546_pano_0002_000263", "timestamp": "2022-04-26T09:08:54.528880Z", "filename": "pano_0002_000263.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 1.45291081, "relative_pitch": 88.19462659982646, "relative_heading": 323.0056565636587, "relative_elevation": 46.0946777611971 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004382/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004382/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004382/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004382/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004382/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004382/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004382/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004382/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004382/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90199866384257, 52.3706476272524, 46.7246240563691 ] }, "distance": 1.61, "direction": 150.71, "angle": 88.02, "elevation": 46.72, "pano_id": "TMX7316010203-000711_pano_0000_004382", "timestamp": "2018-05-08T12:16:20.411170Z", "filename": "pano_0000_004382.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 1.61439344, "relative_pitch": 88.02114728238004, "relative_heading": 150.70727206511856, "relative_elevation": 46.7246240563691 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000925/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000925/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000925/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000925/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_000925/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000925/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000925/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000925/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000925/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90196630488967, 52.3706725580805, 46.5448102764785 ] }, "distance": 1.97, "direction": 314.01, "angle": 87.58, "elevation": 46.54, "pano_id": "TMX7316010203-002031_pano_0001_000925", "timestamp": "2021-03-08T10:30:18.132620Z", "filename": "pano_0001_000925.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 1.9662387, "relative_pitch": 87.58103565774893, "relative_heading": 314.01358621065333, "relative_elevation": 46.5448102764785 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000074/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000074/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000074/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000074/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002993_pano_0000_000074/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000074/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000074/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000074/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000074/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90199349282612, 52.3706410381245, 46.9015706619248 ] }, "distance": 2.19, "direction": 168.45, "angle": 87.33, "elevation": 46.9, "pano_id": "TMX7316010203-002993_pano_0000_000074", "timestamp": "2023-03-13T07:46:31.852680Z", "filename": "pano_0000_000074.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 2.18544066, "relative_pitch": 87.3321571492397, "relative_heading": 168.44713556823672, "relative_elevation": 46.9015706619248 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000107/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000107/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000107/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000107/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000107/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000107/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000107/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000107/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000107/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90199658097489, 52.3706415232994, 46.8317266721278 ] }, "distance": 2.19, "direction": 162.75, "angle": 87.33, "elevation": 46.83, "pano_id": "TMX7316010203-002927_pano_0005_000107", "timestamp": "2023-01-11T13:40:48.817640Z", "filename": "pano_0005_000107.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 2.1854587, "relative_pitch": 87.32816211501039, "relative_heading": 162.75178289274413, "relative_elevation": 46.8317266721278 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000049/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000049/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000049/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000049/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003024_pano_0008_000049/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000049/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000049/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000049/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000049/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90196144622478, 52.3706733117986, 46.0559027334675 ] }, "distance": 2.27, "direction": 309.73, "angle": 87.18, "elevation": 46.06, "pano_id": "TMX7316010203-003024_pano_0008_000049", "timestamp": "2023-04-11T05:59:40.008890Z", "filename": "pano_0008_000049.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 2.26885243, "relative_pitch": 87.1797173873303, "relative_heading": 309.72623735199306, "relative_elevation": 46.0559027334675 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00851/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00851/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00851/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00851/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00851/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00851/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00851/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00851/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00851/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901964854580743, 52.37067598070267, 0.0 ] }, "distance": 2.31, "direction": 319.11, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00851", "timestamp": "2025-07-03T05:11:11Z", "filename": "recording_2025-07-03_04-36-25_00851.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 2.3110378, "relative_pitch": 0.0, "relative_heading": 319.1092321508274, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000926/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000926/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000926/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000926/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_000926/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000926/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000926/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000926/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000926/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90200687572403, 52.3706386529053, 46.5299431448802 ] }, "distance": 2.76, "direction": 150.72, "angle": 86.61, "elevation": 46.53, "pano_id": "TMX7316010203-002031_pano_0001_000926", "timestamp": "2021-03-08T10:30:19.472630Z", "filename": "pano_0001_000926.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 2.75896967, "relative_pitch": 86.60664855817095, "relative_heading": 150.7239990104211, "relative_elevation": 46.5299431448802 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00852/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00852/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00852/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00852/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00852/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00852/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00852/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00852/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00852/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902009432476278, 52.370638576791436, 0.0 ] }, "distance": 2.86, "direction": 147.76, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00852", "timestamp": "2025-07-03T05:11:14Z", "filename": "recording_2025-07-03_04-36-25_00852.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 2.85533973, "relative_pitch": 0.0, "relative_heading": 147.75779337037866, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000106/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000106/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000106/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000106/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000106/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000106/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000106/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000106/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000106/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90195345792703, 52.3706762222933, 46.8358093332499 ] }, "distance": 2.9, "direction": 307.77, "angle": 86.46, "elevation": 46.84, "pano_id": "TMX7316010203-002927_pano_0005_000106", "timestamp": "2023-01-11T13:40:47.922610Z", "filename": "pano_0005_000106.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 2.89597453, "relative_pitch": 86.46176411531559, "relative_heading": 307.7742059442467, "relative_elevation": 46.8358093332499 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000050/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000050/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000050/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000050/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003024_pano_0008_000050/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000050/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000050/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000050/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000050/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90200715026864, 52.3706356681459, 46.0367378452793 ] }, "distance": 3.06, "direction": 153.46, "angle": 86.2, "elevation": 46.04, "pano_id": "TMX7316010203-003024_pano_0008_000050", "timestamp": "2023-04-11T05:59:41.039120Z", "filename": "pano_0008_000050.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 3.06130843, "relative_pitch": 86.1955991404681, "relative_heading": 153.45955759079166, "relative_elevation": 46.0367378452793 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000073/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000073/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000073/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000073/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002993_pano_0000_000073/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000073/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000073/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000073/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000073/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9019489839046, 52.3706767170363, 46.9100462961942 ] }, "distance": 3.17, "direction": 305.19, "angle": 86.13, "elevation": 46.91, "pano_id": "TMX7316010203-002993_pano_0000_000073", "timestamp": "2023-03-13T07:46:31.037840Z", "filename": "pano_0000_000073.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 3.17378872, "relative_pitch": 86.12944325355613, "relative_heading": 305.18919457688287, "relative_elevation": 46.9100462961942 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004383/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004383/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004383/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004383/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004383/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004383/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004383/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004383/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004383/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9019519133324, 52.3706842002794, 46.677071781829 ] }, "distance": 3.58, "direction": 318.03, "angle": 85.61, "elevation": 46.68, "pano_id": "TMX7316010203-000711_pano_0000_004383", "timestamp": "2018-05-08T12:16:22.006310Z", "filename": "pano_0000_004383.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 3.58009129, "relative_pitch": 85.61404999695841, "relative_heading": 318.02756299837165, "relative_elevation": 46.677071781829 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000074/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000074/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000074/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000074/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000074/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000074/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000074/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000074/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000074/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90195159970184, 52.3706844960632, 46.8813556870446 ] }, "distance": 3.62, "direction": 318.12, "angle": 85.59, "elevation": 46.88, "pano_id": "TMX7316010203-003044_pano_0006_000074", "timestamp": "2023-04-17T05:57:05.382440Z", "filename": "pano_0006_000074.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 3.61885209, "relative_pitch": 85.58599386258521, "relative_heading": 318.1246190425764, "relative_elevation": 46.8813556870446 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000262/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000262/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000262/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000262/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_000262/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000262/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000262/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000262/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000262/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90202119958244, 52.3706351600715, 46.1313593378291 ] }, "distance": 3.64, "direction": 140.25, "angle": 85.49, "elevation": 46.13, "pano_id": "TMX7316010203-002546_pano_0002_000262", "timestamp": "2022-04-26T09:08:53.463870Z", "filename": "pano_0002_000262.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 3.63564823, "relative_pitch": 85.49378931534386, "relative_heading": 140.25005227292525, "relative_elevation": 46.1313593378291 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00066/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00066/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00066/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00066/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track04_Sphere_00066/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00066/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00066/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00066/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00066/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902021557719237, 52.37063353044784, 0.0 ] }, "distance": 3.79, "direction": 141.72, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track04_Sphere_00066", "timestamp": "2025-01-08T13:17:45Z", "filename": "Job_20250108_1349_Track04_Sphere_00066.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 3.79191005, "relative_pitch": 0.0, "relative_heading": 141.71888654823292, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000254/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000254/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000254/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000254/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003023_pano_0015_000254/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000254/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000254/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000254/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000254/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90195605165539, 52.3706885876914, 47.5317556858063 ] }, "distance": 3.79, "direction": 326.15, "angle": 85.44, "elevation": 47.53, "pano_id": "TMX7316010203-003023_pano_0015_000254", "timestamp": "2023-04-03T10:40:17.942320Z", "filename": "pano_0015_000254.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 3.79263108, "relative_pitch": 85.43794794417347, "relative_heading": 326.15297558140674, "relative_elevation": 47.5317556858063 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000140/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000140/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000140/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000140/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000140/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000140/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000140/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000140/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000140/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90201400312421, 52.3706299112011, 46.9769805958495 ] }, "distance": 3.85, "direction": 151.5, "angle": 85.32, "elevation": 46.98, "pano_id": "TMX7316010203-002927_pano_0005_000140", "timestamp": "2023-01-11T13:41:28.712270Z", "filename": "pano_0005_000140.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 3.84519975, "relative_pitch": 85.32060901009986, "relative_heading": 151.50244395789224, "relative_elevation": 46.9769805958495 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000075/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000075/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000075/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000075/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0006_000075/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000075/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000075/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000075/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000075/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9020180576425, 52.3706312190563, 47.4670500922948 ] }, "distance": 3.86, "direction": 146.87, "angle": 85.35, "elevation": 47.47, "pano_id": "TMX7316010203-003009_pano_0006_000075", "timestamp": "2023-03-27T07:05:04.527880Z", "filename": "pano_0006_000075.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 3.8616939, "relative_pitch": 85.34893058565883, "relative_heading": 146.86636525021916, "relative_elevation": 47.4670500922948 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001895/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001895/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001895/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001895/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_001895/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001895/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001895/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001895/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001895/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90194526116547, 52.3706866431174, 47.2500920053571 ] }, "distance": 4.09, "direction": 315.85, "angle": 85.06, "elevation": 47.25, "pano_id": "TMX7316010203-001660_pano_0000_001895", "timestamp": "2020-04-21T09:11:36.506290Z", "filename": "pano_0000_001895.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 4.08812998, "relative_pitch": 85.05502074941202, "relative_heading": 315.8539066760383, "relative_elevation": 47.2500920053571 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00068/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00068/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00068/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00068/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track04_Sphere_00068/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00068/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00068/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00068/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00068/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901952923425749, 52.37069147155166, 0.0 ] }, "distance": 4.18, "direction": 326.18, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track04_Sphere_00068", "timestamp": "2025-01-08T13:17:49Z", "filename": "Job_20250108_1349_Track04_Sphere_00068.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 4.17781806, "relative_pitch": 0.0, "relative_heading": 326.17739555645335, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001095/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001095/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001095/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001095/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_001095/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_001095/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_001095/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001095/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001095/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90202174193637, 52.3706274174124, 47.0052543822676 ] }, "distance": 4.35, "direction": 147.14, "angle": 84.71, "elevation": 47.01, "pano_id": "TMX7316060226-000030_pano_0008_001095", "timestamp": "2016-08-17T09:19:08.257810Z", "filename": "pano_0008_001095.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 4.35314525, "relative_pitch": 84.70894363060438, "relative_heading": 147.14395645642983, "relative_elevation": 47.0052543822676 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000113/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000113/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000113/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000113/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000113/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000113/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000113/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000113/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000113/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90202276560977, 52.3706277945849, 46.1980623453856 ] }, "distance": 4.36, "direction": 146.07, "angle": 84.61, "elevation": 46.2, "pano_id": "TMX7316010203-002949_pano_0000_000113", "timestamp": "2023-01-30T09:06:37.903570Z", "filename": "pano_0000_000113.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 4.35647475, "relative_pitch": 84.61294154102094, "relative_heading": 146.074139517273, "relative_elevation": 46.1980623453856 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000007/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000007/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000007/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000007/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002932_pano_0008_000007/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000007/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000007/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000007/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000007/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90194306482054, 52.3706901103684, 49.0077274208888 ] }, "distance": 4.47, "direction": 317.92, "angle": 84.79, "elevation": 49.01, "pano_id": "TMX7316010203-002932_pano_0008_000007", "timestamp": "2023-01-13T09:18:31.705650Z", "filename": "pano_0008_000007.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 4.47208019, "relative_pitch": 84.7860541343564, "relative_heading": 317.9218820822251, "relative_elevation": 49.0077274208888 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000162/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000162/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000162/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000162/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000162/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000162/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000162/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000162/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000162/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90202708358408, 52.3706275450347, 47.1056941719726 ] }, "distance": 4.55, "direction": 143.19, "angle": 84.48, "elevation": 47.11, "pano_id": "TMX7316010203-003001_pano_0000_000162", "timestamp": "2023-03-20T07:52:05.999660Z", "filename": "pano_0000_000162.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 4.54939937, "relative_pitch": 84.48356592522185, "relative_heading": 143.19478832727123, "relative_elevation": 47.1056941719726 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000923/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000923/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000923/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000923/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000923/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000923/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000923/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000923/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000923/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90194909583554, 52.3706942706525, 46.8278142185882 ] }, "distance": 4.58, "direction": 325.64, "angle": 84.41, "elevation": 46.83, "pano_id": "TMX7316010203-001177_pano_0000_000923", "timestamp": "2019-05-13T06:15:59.154070Z", "filename": "pano_0000_000923.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 4.58188732, "relative_pitch": 84.41165863006113, "relative_heading": 325.6371143207698, "relative_elevation": 46.8278142185882 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000080/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000080/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000080/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000080/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000080/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000080/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000080/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000080/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000080/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90202795125389, 52.3706274970842, 46.5825220076367 ] }, "distance": 4.59, "direction": 142.64, "angle": 84.37, "elevation": 46.58, "pano_id": "TMX7316010203-002949_pano_0000_000080", "timestamp": "2023-01-30T09:05:59.138840Z", "filename": "pano_0000_000080.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 4.58928806, "relative_pitch": 84.37340408844386, "relative_heading": 142.64394813774464, "relative_elevation": 46.5825220076367 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000078/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000078/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000078/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000078/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000078/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000078/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000078/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000078/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000078/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90194452524808, 52.3706962094924, 46.5732311019674 ] }, "distance": 4.94, "direction": 324.07, "angle": 83.95, "elevation": 46.57, "pano_id": "TMX7316010203-002949_pano_0000_000078", "timestamp": "2023-01-30T09:05:57.063880Z", "filename": "pano_0000_000078.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 4.9375378, "relative_pitch": 83.94829877072536, "relative_heading": 324.06805732334743, "relative_elevation": 46.5732311019674 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000048/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000048/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000048/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000048/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000048/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000048/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000048/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000048/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000048/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90202137765764, 52.3706206244003, 46.2728226259351 ] }, "distance": 4.99, "direction": 152.09, "angle": 83.84, "elevation": 46.27, "pano_id": "TMX7316010203-002964_pano_0003_000048", "timestamp": "2023-02-13T08:07:18.638680Z", "filename": "pano_0003_000048.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 4.99328855, "relative_pitch": 83.84105914174033, "relative_heading": 152.09489072662475, "relative_elevation": 46.2728226259351 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000379/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000379/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000379/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000379/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_000379/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_000379/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_000379/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000379/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000379/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90203099548479, 52.3706242149395, 46.5554687837139 ] }, "distance": 5.01, "direction": 143.29, "angle": 83.86, "elevation": 46.56, "pano_id": "TMX7316010203-000709_pano_0000_000379", "timestamp": "2018-05-07T09:34:39.261050Z", "filename": "pano_0000_000379.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 5.00572272, "relative_pitch": 83.86303806881061, "relative_heading": 143.29399566556285, "relative_elevation": 46.5554687837139 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000381/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000381/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000381/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000381/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_000381/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_000381/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_000381/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000381/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000381/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90194330118993, 52.3706976022744, 46.4556092172861 ] }, "distance": 5.11, "direction": 324.33, "angle": 83.72, "elevation": 46.46, "pano_id": "TMX7316010203-000709_pano_0000_000381", "timestamp": "2018-05-07T09:34:41.251110Z", "filename": "pano_0000_000381.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 5.11200523, "relative_pitch": 83.72040054109833, "relative_heading": 324.33078626294474, "relative_elevation": 46.4556092172861 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000160/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000160/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000160/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000160/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000160/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000160/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000160/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000160/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000160/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9019413335008, 52.3706983205209, 47.0593644734472 ] }, "distance": 5.26, "direction": 323.65, "angle": 83.63, "elevation": 47.06, "pano_id": "TMX7316010203-003001_pano_0000_000160", "timestamp": "2023-03-20T07:52:04.129660Z", "filename": "pano_0000_000160.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 5.25544944, "relative_pitch": 83.62778165007035, "relative_heading": 323.65186533546375, "relative_elevation": 47.0593644734472 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000046/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000046/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000046/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000046/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000046/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000046/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000046/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000046/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000046/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90192901394494, 52.3706922920107, 46.1407601181418 ] }, "distance": 5.32, "direction": 312.02, "angle": 83.42, "elevation": 46.14, "pano_id": "TMX7316010203-002964_pano_0003_000046", "timestamp": "2023-02-13T08:07:16.668720Z", "filename": "pano_0003_000046.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 5.32184024, "relative_pitch": 83.42062097508455, "relative_heading": 312.01558542232334, "relative_elevation": 46.1407601181418 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000111/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000111/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000111/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000111/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000111/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000111/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000111/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000111/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000111/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9019391275393, 52.3706983752814, 46.2058262573555 ] }, "distance": 5.35, "direction": 322.39, "angle": 83.39, "elevation": 46.21, "pano_id": "TMX7316010203-002949_pano_0000_000111", "timestamp": "2023-01-30T09:06:34.398580Z", "filename": "pano_0000_000111.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 5.35069508, "relative_pitch": 83.39449546465072, "relative_heading": 322.3946171349035, "relative_elevation": 46.2058262573555 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000925/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000925/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000925/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000925/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000925/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000925/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000925/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000925/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000925/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90203884271119, 52.370621053803, 46.876103779301 ] }, "distance": 5.61, "direction": 141.07, "angle": 83.17, "elevation": 46.88, "pano_id": "TMX7316010203-001177_pano_0000_000925", "timestamp": "2019-05-13T06:16:01.119000Z", "filename": "pano_0000_000925.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 5.61143123, "relative_pitch": 83.17373617556564, "relative_heading": 141.06502682008608, "relative_elevation": 46.876103779301 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000076/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000076/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000076/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000076/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000076/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000076/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000076/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000076/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000076/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90203577001134, 52.3706181819715, 46.9054018072784 ] }, "distance": 5.74, "direction": 144.7, "angle": 83.02, "elevation": 46.91, "pano_id": "TMX7316010203-003044_pano_0006_000076", "timestamp": "2023-04-17T05:57:07.147420Z", "filename": "pano_0006_000076.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 5.74001456, "relative_pitch": 83.02315963553374, "relative_heading": 144.6969940197557, "relative_elevation": 46.9054018072784 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001897/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001897/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001897/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001897/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_001897/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001897/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001897/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001897/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001897/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90203472060286, 52.3706172561696, 47.3426792081445 ] }, "distance": 5.78, "direction": 145.86, "angle": 83.03, "elevation": 47.34, "pano_id": "TMX7316010203-001660_pano_0000_001897", "timestamp": "2020-04-21T09:11:38.341280Z", "filename": "pano_0000_001897.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 5.78398425, "relative_pitch": 83.03453737019477, "relative_heading": 145.86463877236054, "relative_elevation": 47.3426792081445 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000009/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000009/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000009/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000009/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002932_pano_0008_000009/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000009/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000009/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000009/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000009/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90203597539674, 52.3706155786253, 49.0530278952792 ] }, "distance": 5.99, "direction": 146.19, "angle": 83.04, "elevation": 49.05, "pano_id": "TMX7316010203-002932_pano_0008_000009", "timestamp": "2023-01-13T09:18:34.230620Z", "filename": "pano_0008_000009.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 5.98654609, "relative_pitch": 83.04189852690449, "relative_heading": 146.19013503377886, "relative_elevation": 49.0530278952792 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000073/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000073/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000073/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000073/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0006_000073/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000073/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000073/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000073/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000073/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90193284749846, 52.3707028412713, 47.5133325979114 ] }, "distance": 6.01, "direction": 322.05, "angle": 82.8, "elevation": 47.51, "pano_id": "TMX7316010203-003009_pano_0006_000073", "timestamp": "2023-03-27T07:05:02.862650Z", "filename": "pano_0006_000073.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 6.00550943, "relative_pitch": 82.79622595307195, "relative_heading": 322.0548619262337, "relative_elevation": 47.5133325979114 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000927/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000927/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000927/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000927/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_000927/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000927/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000927/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000927/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000927/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9020412091181, 52.3706153590821, 46.5200665472075 ] }, "distance": 6.21, "direction": 143.58, "angle": 82.39, "elevation": 46.52, "pano_id": "TMX7316010203-002031_pano_0001_000927", "timestamp": "2021-03-08T10:30:24.402550Z", "filename": "pano_0001_000927.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 6.21162678, "relative_pitch": 82.39452480707938, "relative_heading": 143.5826376210274, "relative_elevation": 46.5200665472075 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000138/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000138/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000138/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000138/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000138/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000138/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000138/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000138/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000138/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90192627968844, 52.3707043358251, 46.9649958657101 ] }, "distance": 6.42, "direction": 319.82, "angle": 82.22, "elevation": 46.96, "pano_id": "TMX7316010203-002927_pano_0005_000138", "timestamp": "2023-01-11T13:41:27.032470Z", "filename": "pano_0005_000138.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 6.4166152, "relative_pitch": 82.22010572713049, "relative_heading": 319.8175011289434, "relative_elevation": 46.9649958657101 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000256/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000256/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000256/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000256/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003023_pano_0015_000256/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000256/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000256/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000256/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000256/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90204935518739, 52.3706163050613, 47.5976486150175 ] }, "distance": 6.48, "direction": 139.08, "angle": 82.25, "elevation": 47.6, "pano_id": "TMX7316010203-003023_pano_0015_000256", "timestamp": "2023-04-03T10:40:19.897290Z", "filename": "pano_0015_000256.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 6.47632835, "relative_pitch": 82.25168691393912, "relative_heading": 139.0751936499402, "relative_elevation": 47.5976486150175 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000264/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000264/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000264/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000264/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_000264/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000264/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000264/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000264/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000264/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90193101461396, 52.3707085529279, 46.151239272207 ] }, "distance": 6.59, "direction": 324.6, "angle": 81.87, "elevation": 46.15, "pano_id": "TMX7316010203-002546_pano_0002_000264", "timestamp": "2022-04-26T09:08:55.433900Z", "filename": "pano_0002_000264.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 6.58996399, "relative_pitch": 81.87363302666317, "relative_heading": 324.59763617920675, "relative_elevation": 46.151239272207 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001097/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001097/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001097/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001097/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_001097/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_001097/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_001097/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001097/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001097/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90192393264539, 52.370705485513, 47.0866254065186 ] }, "distance": 6.62, "direction": 319.47, "angle": 82.0, "elevation": 47.09, "pano_id": "TMX7316060226-000030_pano_0008_001097", "timestamp": "2016-08-17T09:19:13.777760Z", "filename": "pano_0008_001097.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 6.61761449, "relative_pitch": 81.99997511834134, "relative_heading": 319.47477635723476, "relative_elevation": 47.0866254065186 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004381/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004381/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004381/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004381/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004381/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004381/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004381/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004381/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004381/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90205306028671, 52.3706157619254, 46.8790180049837 ] }, "distance": 6.69, "direction": 137.78, "angle": 81.88, "elevation": 46.88, "pano_id": "TMX7316010203-000711_pano_0000_004381", "timestamp": "2018-05-08T12:16:18.451170Z", "filename": "pano_0000_004381.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 6.68900687, "relative_pitch": 81.8794748153913, "relative_heading": 137.78098784150905, "relative_elevation": 46.8790180049837 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000924/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000924/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000924/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000924/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_000924/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000924/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000924/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000924/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000924/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90192504886338, 52.3707078058421, 46.6189918024465 ] }, "distance": 6.77, "direction": 321.38, "angle": 81.74, "elevation": 46.62, "pano_id": "TMX7316010203-002031_pano_0001_000924", "timestamp": "2021-03-08T10:30:17.187640Z", "filename": "pano_0001_000924.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 6.768232, "relative_pitch": 81.73940771881105, "relative_heading": 321.384564713746, "relative_elevation": 46.6189918024465 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000108/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000108/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000108/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000108/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000108/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000108/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000108/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000108/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000108/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90204024028666, 52.3706077864239, 46.8919918062165 ] }, "distance": 6.87, "direction": 148.2, "angle": 81.66, "elevation": 46.89, "pano_id": "TMX7316010203-002927_pano_0005_000108", "timestamp": "2023-01-11T13:40:50.182590Z", "filename": "pano_0005_000108.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 6.87285153, "relative_pitch": 81.6616592892098, "relative_heading": 148.2006211829755, "relative_elevation": 46.8919918062165 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000075/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000075/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000075/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000075/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002993_pano_0000_000075/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000075/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000075/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000075/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000075/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90203831395591, 52.3706058419028, 46.9859226373956 ] }, "distance": 6.99, "direction": 150.05, "angle": 81.54, "elevation": 46.99, "pano_id": "TMX7316010203-002993_pano_0000_000075", "timestamp": "2023-03-13T07:46:33.077670Z", "filename": "pano_0000_000075.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 6.99125121, "relative_pitch": 81.53679130731518, "relative_heading": 150.04920692606188, "relative_elevation": 46.9859226373956 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00853/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00853/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00853/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00853/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00853/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00853/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00853/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00853/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00853/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902052616489956, 52.3706118085974, 0.0 ] }, "distance": 7.0, "direction": 140.38, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00853", "timestamp": "2025-07-03T05:11:18Z", "filename": "recording_2025-07-03_04-36-25_00853.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 7.00170522, "relative_pitch": 0.0, "relative_heading": 140.38399910512274, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000048/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000048/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000048/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000048/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003024_pano_0008_000048/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000048/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000048/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000048/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000048/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90191926794727, 52.3707121378526, 46.1323535600677 ] }, "distance": 7.39, "direction": 321.33, "angle": 80.9, "elevation": 46.13, "pano_id": "TMX7316010203-003024_pano_0008_000048", "timestamp": "2023-04-11T05:59:38.968900Z", "filename": "pano_0008_000048.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 7.39060513, "relative_pitch": 80.8983055917359, "relative_heading": 321.3317941748134, "relative_elevation": 46.1323535600677 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00850/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00850/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00850/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00850/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00850/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00850/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00850/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00850/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00850/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901923235128759, 52.370714079788094, 0.0 ] }, "distance": 7.4, "direction": 324.01, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00850", "timestamp": "2025-07-03T05:11:09Z", "filename": "recording_2025-07-03_04-36-25_00850.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 7.39859051, "relative_pitch": 0.0, "relative_heading": 324.0121001801633, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000105/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000105/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000105/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000105/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000105/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000105/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000105/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000105/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000105/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90191348500244, 52.3707126703707, 46.8914485825226 ] }, "distance": 7.69, "direction": 319.32, "angle": 80.69, "elevation": 46.89, "pano_id": "TMX7316010203-002927_pano_0005_000105", "timestamp": "2023-01-11T13:40:47.122620Z", "filename": "pano_0005_000105.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 7.68772635, "relative_pitch": 80.68934156340089, "relative_heading": 319.315351561284, "relative_elevation": 46.8914485825226 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000072/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000072/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000072/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000072/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002993_pano_0000_000072/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000072/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000072/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000072/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000072/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90190693486557, 52.3707138156063, 46.9608190059662 ] }, "distance": 8.08, "direction": 317.51, "angle": 80.24, "elevation": 46.96, "pano_id": "TMX7316010203-002993_pano_0000_000072", "timestamp": "2023-03-13T07:46:30.352690Z", "filename": "pano_0000_000072.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 8.07922115, "relative_pitch": 80.23829577901923, "relative_heading": 317.5050547935486, "relative_elevation": 46.9608190059662 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00065/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00065/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00065/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00065/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track04_Sphere_00065/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00065/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00065/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00065/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00065/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90206876534045, 52.37060539462852, 0.0 ] }, "distance": 8.26, "direction": 137.66, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track04_Sphere_00065", "timestamp": "2025-01-08T13:17:40Z", "filename": "Job_20250108_1349_Track04_Sphere_00065.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 8.2621471, "relative_pitch": 0.0, "relative_heading": 137.66321118953078, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000051/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000051/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000051/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000051/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003024_pano_0008_000051/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000051/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000051/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000051/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000051/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90205267421757, 52.3705967847548, 46.0735445627943 ] }, "distance": 8.36, "direction": 147.69, "angle": 79.72, "elevation": 46.07, "pano_id": "TMX7316010203-003024_pano_0008_000051", "timestamp": "2023-04-11T05:59:42.468880Z", "filename": "pano_0008_000051.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 8.35988808, "relative_pitch": 79.71576358267187, "relative_heading": 147.68890062550997, "relative_elevation": 46.0735445627943 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000073/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000073/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000073/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000073/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000073/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000073/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000073/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000073/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000073/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90191079400871, 52.3707195083419, 46.9482102161273 ] }, "distance": 8.39, "direction": 321.75, "angle": 79.87, "elevation": 46.95, "pano_id": "TMX7316010203-003044_pano_0006_000073", "timestamp": "2023-04-17T05:57:04.732450Z", "filename": "pano_0006_000073.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 8.39179565, "relative_pitch": 79.86564632429986, "relative_heading": 321.7537976267665, "relative_elevation": 46.9482102161273 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000080/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000080/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000080/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000080/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000080/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000080/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000080/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000080/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000080/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90206515509237, 52.3706008361284, 46.6110471943393 ] }, "distance": 8.49, "direction": 141.2, "angle": 79.68, "elevation": 46.61, "pano_id": "TMX7316010203-003044_pano_0006_000080", "timestamp": "2023-04-17T05:57:23.902330Z", "filename": "pano_0006_000080.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 8.48764943, "relative_pitch": 79.67978846339008, "relative_heading": 141.19856114851413, "relative_elevation": 46.6110471943393 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000261/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000261/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000261/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000261/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_000261/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000261/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000261/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000261/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000261/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90207624310789, 52.3706052915457, 46.1291214600205 ] }, "distance": 8.62, "direction": 135.21, "angle": 79.41, "elevation": 46.13, "pano_id": "TMX7316010203-002546_pano_0002_000261", "timestamp": "2022-04-26T09:08:52.239090Z", "filename": "pano_0002_000261.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 8.62152672, "relative_pitch": 79.413565558786, "relative_heading": 135.21184817447246, "relative_elevation": 46.1291214600205 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000076/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000076/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000076/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000076/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0006_000076/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000076/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000076/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000076/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000076/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90205750773956, 52.3705951231137, 47.4343679752201 ] }, "distance": 8.69, "direction": 146.51, "angle": 79.61, "elevation": 47.43, "pano_id": "TMX7316010203-003009_pano_0006_000076", "timestamp": "2023-03-27T07:05:06.082610Z", "filename": "pano_0006_000076.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 8.69397451, "relative_pitch": 79.61386074581632, "relative_heading": 146.50650218633712, "relative_elevation": 47.4343679752201 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000141/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000141/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000141/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000141/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000141/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000141/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000141/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000141/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000141/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90207352761789, 52.3706020538004, 47.0430222265422 ] }, "distance": 8.76, "direction": 137.73, "angle": 79.46, "elevation": 47.04, "pano_id": "TMX7316010203-002927_pano_0005_000141", "timestamp": "2023-01-11T13:41:30.017400Z", "filename": "pano_0005_000141.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 8.7553993, "relative_pitch": 79.45703855141637, "relative_heading": 137.73260296148308, "relative_elevation": 47.0430222265422 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004384/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004384/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004384/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004384/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004384/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004384/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004384/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004384/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004384/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90190818066255, 52.3707226325402, 46.7068772120401 ] }, "distance": 8.78, "direction": 322.25, "angle": 79.36, "elevation": 46.71, "pano_id": "TMX7316010203-000711_pano_0000_004384", "timestamp": "2018-05-08T12:16:23.556180Z", "filename": "pano_0000_004384.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 8.77532921, "relative_pitch": 79.35926449431085, "relative_heading": 322.2462212723368, "relative_elevation": 46.7068772120401 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000253/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000253/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000253/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000253/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003023_pano_0015_000253/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000253/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000253/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000253/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000253/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90191350803435, 52.3707261244587, 47.5818151691929 ] }, "distance": 8.88, "direction": 325.64, "angle": 79.43, "elevation": 47.58, "pano_id": "TMX7316010203-003023_pano_0015_000253", "timestamp": "2023-04-03T10:40:17.282280Z", "filename": "pano_0015_000253.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 8.87591381, "relative_pitch": 79.4334875025248, "relative_heading": 325.63579497018304, "relative_elevation": 47.5818151691929 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000081/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000081/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000081/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000081/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000081/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000081/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000081/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000081/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000081/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90206299400676, 52.3705943108206, 46.5859182998538 ] }, "distance": 8.98, "direction": 144.84, "angle": 79.09, "elevation": 46.59, "pano_id": "TMX7316010203-002949_pano_0000_000081", "timestamp": "2023-01-30T09:06:00.668830Z", "filename": "pano_0000_000081.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 8.97937329, "relative_pitch": 79.09011045070673, "relative_heading": 144.83615324642977, "relative_elevation": 46.5859182998538 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001894/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001894/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001894/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001894/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_001894/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001894/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001894/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001894/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001894/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90190350619806, 52.3707232298144, 47.2887831386179 ] }, "distance": 9.03, "direction": 320.91, "angle": 79.19, "elevation": 47.29, "pano_id": "TMX7316010203-001660_pano_0000_001894", "timestamp": "2020-04-21T09:11:35.756270Z", "filename": "pano_0000_001894.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 9.02527536, "relative_pitch": 79.19478891882429, "relative_heading": 320.90640379443454, "relative_elevation": 47.2887831386179 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00069/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00069/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00069/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00069/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track04_Sphere_00069/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00069/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00069/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00069/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00069/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901913861336431, 52.37072800826581, 0.0 ] }, "distance": 9.04, "direction": 326.51, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track04_Sphere_00069", "timestamp": "2025-01-08T13:17:51Z", "filename": "Job_20250108_1349_Track04_Sphere_00069.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 9.03642161, "relative_pitch": 0.0, "relative_heading": 326.5119868123506, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000114/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000114/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000114/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000114/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000114/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000114/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000114/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000114/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000114/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90207980836073, 52.3706018304521, 46.3528189277276 ] }, "distance": 9.07, "direction": 135.84, "angle": 78.93, "elevation": 46.35, "pano_id": "TMX7316010203-002949_pano_0000_000114", "timestamp": "2023-01-30T09:06:48.038580Z", "filename": "pano_0000_000114.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 9.06646982, "relative_pitch": 78.9328451171732, "relative_heading": 135.83737272178286, "relative_elevation": 46.3528189277276 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000163/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000163/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000163/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000163/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000163/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000163/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000163/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000163/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000163/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90205273761289, 52.3705891132419, 47.09620484896 ] }, "distance": 9.09, "direction": 150.54, "angle": 79.07, "elevation": 47.1, "pano_id": "TMX7316010203-003001_pano_0000_000163", "timestamp": "2023-03-20T07:52:10.649660Z", "filename": "pano_0000_000163.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 9.09493015, "relative_pitch": 79.06993661426927, "relative_heading": 150.54157201692527, "relative_elevation": 47.09620484896 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000290/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000290/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000290/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000290/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000290/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000290/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000290/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000290/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000290/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90207813641679, 52.3705983963552, 47.4447254193947 ] }, "distance": 9.27, "direction": 137.99, "angle": 78.95, "elevation": 47.44, "pano_id": "TMX7316010203-003001_pano_0000_000290", "timestamp": "2023-03-20T07:54:54.213230Z", "filename": "pano_0000_000290.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 9.26779114, "relative_pitch": 78.94709681117806, "relative_heading": 137.9887854538082, "relative_elevation": 47.4447254193947 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000450/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000450/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000450/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000450/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000222_pano_0000_000450/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000222_pano_0000_000450/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000222_pano_0000_000450/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000450/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000450/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90205580936141, 52.3705879742323, 46.2447268171236 ] }, "distance": 9.31, "direction": 149.8, "angle": 78.62, "elevation": 46.24, "pano_id": "TMX7316010203-000222_pano_0000_000450", "timestamp": "2017-03-23T12:02:44.107980Z", "filename": "pano_0000_000450.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 9.3089481, "relative_pitch": 78.61860315822253, "relative_heading": 149.80397444782653, "relative_elevation": 46.2447268171236 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001094/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001094/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001094/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001094/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_001094/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_001094/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_001094/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001094/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001094/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90207697395737, 52.3705964355055, 47.0575558682904 ] }, "distance": 9.38, "direction": 139.24, "angle": 78.73, "elevation": 47.06, "pano_id": "TMX7316060226-000030_pano_0008_001094", "timestamp": "2016-08-17T09:19:05.977800Z", "filename": "pano_0008_001094.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 9.37915926, "relative_pitch": 78.72794816184127, "relative_heading": 139.24033265763208, "relative_elevation": 47.0575558682904 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000006/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000006/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000006/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000006/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002932_pano_0008_000006/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000006/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000006/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000006/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000006/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90189904024763, 52.3707276065245, 49.0580168692395 ] }, "distance": 9.6, "direction": 321.33, "angle": 78.93, "elevation": 49.06, "pano_id": "TMX7316010203-002932_pano_0008_000006", "timestamp": "2023-01-13T09:18:30.740620Z", "filename": "pano_0008_000006.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 9.59532721, "relative_pitch": 78.93315003457693, "relative_heading": 321.3305673350621, "relative_elevation": 49.0580168692395 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000049/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000049/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000049/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000049/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000049/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000049/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000049/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000049/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000049/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90208466062754, 52.3705978355122, 46.3478682441637 ] }, "distance": 9.62, "direction": 136.27, "angle": 78.28, "elevation": 46.35, "pano_id": "TMX7316010203-002964_pano_0003_000049", "timestamp": "2023-02-13T08:07:19.868680Z", "filename": "pano_0003_000049.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 9.61588589, "relative_pitch": 78.27901594802651, "relative_heading": 136.27011941651972, "relative_elevation": 46.3478682441637 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000922/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000922/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000922/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000922/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000922/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000922/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000922/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000922/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000922/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90190625762074, 52.370731364785, 46.8757405309007 ] }, "distance": 9.64, "direction": 325.17, "angle": 78.38, "elevation": 46.88, "pano_id": "TMX7316010203-001177_pano_0000_000922", "timestamp": "2019-05-13T06:15:58.429030Z", "filename": "pano_0000_000922.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 9.63631209, "relative_pitch": 78.38345829514245, "relative_heading": 325.16909333632225, "relative_elevation": 46.8757405309007 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000077/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000077/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000077/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000077/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000077/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000077/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000077/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000077/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000077/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90190471908321, 52.3707318320854, 46.6199611807242 ] }, "distance": 9.74, "direction": 324.84, "angle": 78.2, "elevation": 46.62, "pano_id": "TMX7316010203-002949_pano_0000_000077", "timestamp": "2023-01-30T09:05:56.078910Z", "filename": "pano_0000_000077.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 9.73900823, "relative_pitch": 78.20048174400847, "relative_heading": 324.837781161953, "relative_elevation": 46.6199611807242 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000928/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000928/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000928/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000928/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_000928/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000928/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000928/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000928/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000928/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90210131018672, 52.3706032347254, 46.4491409957409 ] }, "distance": 10.04, "direction": 129.21, "angle": 77.8, "elevation": 46.45, "pano_id": "TMX7316010203-002031_pano_0001_000928", "timestamp": "2021-03-08T10:30:27.267520Z", "filename": "pano_0001_000928.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 10.04182902, "relative_pitch": 77.80097896776451, "relative_heading": 129.20720112746196, "relative_elevation": 46.4491409957409 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000123/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000123/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000123/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000123/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0008_000123/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0008_000123/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0008_000123/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000123/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000123/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90209307252999, 52.3705973829259, 47.4857731703669 ] }, "distance": 10.06, "direction": 134.11, "angle": 78.04, "elevation": 47.49, "pano_id": "TMX7316010203-003044_pano_0008_000123", "timestamp": "2023-04-17T06:09:01.201270Z", "filename": "pano_0008_000123.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 10.05547213, "relative_pitch": 78.04380684154418, "relative_heading": 134.10898809778428, "relative_elevation": 47.4857731703669 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000382/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000382/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000382/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000382/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_000382/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_000382/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_000382/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000382/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000382/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90190035799419, 52.3707347007689, 46.4733015941456 ] }, "distance": 10.17, "direction": 324.51, "angle": 77.65, "elevation": 46.47, "pano_id": "TMX7316010203-000709_pano_0000_000382", "timestamp": "2018-05-07T09:34:42.101040Z", "filename": "pano_0000_000382.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 10.17120018, "relative_pitch": 77.65483531985541, "relative_heading": 324.50543677795895, "relative_elevation": 46.4733015941456 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000077/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000077/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000077/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000077/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000077/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000077/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000077/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000077/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000077/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90206896105511, 52.3705837644455, 46.7996634142473 ] }, "distance": 10.18, "direction": 146.77, "angle": 77.73, "elevation": 46.8, "pano_id": "TMX7316010203-003044_pano_0006_000077", "timestamp": "2023-04-17T05:57:08.667400Z", "filename": "pano_0006_000077.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 10.17861495, "relative_pitch": 77.72964417971714, "relative_heading": 146.77074201614437, "relative_elevation": 46.7996634142473 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000159/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000159/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000159/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000159/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000159/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000159/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000159/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000159/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000159/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90189919888608, 52.3707347004663, 47.0956158991903 ] }, "distance": 10.22, "direction": 324.14, "angle": 77.76, "elevation": 47.1, "pano_id": "TMX7316010203-003001_pano_0000_000159", "timestamp": "2023-03-20T07:52:03.424710Z", "filename": "pano_0000_000159.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 10.2172132, "relative_pitch": 77.75958226422074, "relative_heading": 324.14488295712886, "relative_elevation": 47.0956158991903 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000110/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000110/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000110/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000110/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000110/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000110/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000110/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000110/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000110/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90189731657957, 52.3707350748782, 46.24377128575 ] }, "distance": 10.33, "direction": 323.7, "angle": 77.41, "elevation": 46.24, "pano_id": "TMX7316010203-002949_pano_0000_000110", "timestamp": "2023-01-30T09:06:33.483580Z", "filename": "pano_0000_000110.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 10.32637981, "relative_pitch": 77.41218767711786, "relative_heading": 323.7037474039467, "relative_elevation": 46.24377128575 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000045/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000045/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000045/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000045/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000045/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000045/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000045/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000045/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000045/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90188506107097, 52.3707295855438, 46.1371080959216 ] }, "distance": 10.38, "direction": 317.98, "angle": 77.32, "elevation": 46.14, "pano_id": "TMX7316010203-002964_pano_0003_000045", "timestamp": "2023-02-13T08:07:15.858710Z", "filename": "pano_0003_000045.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 10.37985916, "relative_pitch": 77.3207869035646, "relative_heading": 317.98483604475786, "relative_elevation": 46.1371080959216 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001898/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001898/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001898/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001898/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_001898/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001898/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001898/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001898/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001898/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90206711624011, 52.3705792269668, 47.2923703826964 ] }, "distance": 10.54, "direction": 148.85, "angle": 77.44, "elevation": 47.29, "pano_id": "TMX7316010203-001660_pano_0000_001898", "timestamp": "2020-04-21T09:11:40.001240Z", "filename": "pano_0000_001898.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 10.53902366, "relative_pitch": 77.43701407608704, "relative_heading": 148.84679255643374, "relative_elevation": 47.2923703826964 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000072/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000072/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000072/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000072/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0006_000072/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000072/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000072/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000072/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000072/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90189163362358, 52.3707396217796, 47.5750105064362 ] }, "distance": 10.96, "direction": 323.64, "angle": 77.02, "elevation": 47.58, "pano_id": "TMX7316010203-003009_pano_0006_000072", "timestamp": "2023-03-27T07:05:02.167670Z", "filename": "pano_0006_000072.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 10.9632941, "relative_pitch": 77.02316997409208, "relative_heading": 323.63866299717654, "relative_elevation": 47.5750105064362 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000079/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000079/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000079/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000079/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000079/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000079/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000079/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000079/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000079/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90207448635517, 52.3705771336185, 46.5478515392169 ] }, "distance": 11.0, "direction": 147.24, "angle": 76.7, "elevation": 46.55, "pano_id": "TMX7316010203-003044_pano_0006_000079", "timestamp": "2023-04-17T05:57:16.757340Z", "filename": "pano_0006_000079.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 11.00239482, "relative_pitch": 76.70122523382535, "relative_heading": 147.23702641572834, "relative_elevation": 46.5478515392169 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004380/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004380/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004380/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004380/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004380/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004380/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004380/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004380/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004380/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90212009029131, 52.3705990875563, 46.9295594701543 ] }, "distance": 11.33, "direction": 126.93, "angle": 76.42, "elevation": 46.93, "pano_id": "TMX7316010203-000711_pano_0000_004380", "timestamp": "2018-05-08T12:16:15.756180Z", "filename": "pano_0000_004380.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 11.33364576, "relative_pitch": 76.42285021379304, "relative_heading": 126.92674266235001, "relative_elevation": 46.9295594701543 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000448/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000448/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000448/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000448/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000222_pano_0000_000448/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000222_pano_0000_000448/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000222_pano_0000_000448/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000448/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000448/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90188484731254, 52.3707410975401, 46.3830353729427 ] }, "distance": 11.37, "direction": 322.25, "angle": 76.22, "elevation": 46.38, "pano_id": "TMX7316010203-000222_pano_0000_000448", "timestamp": "2017-03-23T12:02:39.473060Z", "filename": "pano_0000_000448.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 11.37289037, "relative_pitch": 76.22315743281504, "relative_heading": 322.25382384541336, "relative_elevation": 46.3830353729427 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000010/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000010/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000010/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000010/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002932_pano_0008_000010/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000010/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000010/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000010/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000010/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90205481147661, 52.3705667391587, 48.9237257456407 ] }, "distance": 11.39, "direction": 156.09, "angle": 76.9, "elevation": 48.92, "pano_id": "TMX7316010203-002932_pano_0008_000010", "timestamp": "2023-01-13T09:18:36.875640Z", "filename": "pano_0008_000010.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 11.38557592, "relative_pitch": 76.89925753809851, "relative_heading": 156.09287176514033, "relative_elevation": 48.9237257456407 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000137/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000137/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000137/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000137/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000137/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000137/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000137/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000137/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000137/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9018826075333, 52.370741416234, 46.9892804306 ] }, "distance": 11.49, "direction": 321.76, "angle": 76.25, "elevation": 46.99, "pano_id": "TMX7316010203-002927_pano_0005_000137", "timestamp": "2023-01-11T13:41:26.372280Z", "filename": "pano_0005_000137.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 11.49474284, "relative_pitch": 76.25398169887997, "relative_heading": 321.76076600753953, "relative_elevation": 46.9892804306 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000109/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000109/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000109/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000109/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000109/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000109/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000109/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000109/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000109/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90205277963084, 52.3705646569942, 46.7947067208588 ] }, "distance": 11.54, "direction": 157.19, "angle": 76.14, "elevation": 46.79, "pano_id": "TMX7316010203-002927_pano_0005_000109", "timestamp": "2023-01-11T13:40:58.662510Z", "filename": "pano_0005_000109.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 11.54341134, "relative_pitch": 76.1428209350332, "relative_heading": 157.18693884074347, "relative_elevation": 46.7947067208588 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000923/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000923/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000923/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000923/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_000923/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000923/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000923/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000923/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000923/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90188380604572, 52.3707434375232, 46.6723768338561 ] }, "distance": 11.62, "direction": 322.76, "angle": 76.02, "elevation": 46.67, "pano_id": "TMX7316010203-002031_pano_0001_000923", "timestamp": "2021-03-08T10:30:16.327620Z", "filename": "pano_0001_000923.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 11.6226546, "relative_pitch": 76.0162696413717, "relative_heading": 322.76315040911453, "relative_elevation": 46.6723768338561 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000265/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000265/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000265/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000265/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_000265/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000265/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000265/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000265/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000265/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90188820503277, 52.3707461111857, 46.200315377675 ] }, "distance": 11.69, "direction": 324.82, "angle": 75.81, "elevation": 46.2, "pano_id": "TMX7316010203-002546_pano_0002_000265", "timestamp": "2022-04-26T09:08:56.283840Z", "filename": "pano_0002_000265.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 11.6857141, "relative_pitch": 75.80555148212116, "relative_heading": 324.8158143042068, "relative_elevation": 46.200315377675 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000076/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000076/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000076/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000076/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002993_pano_0000_000076/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000076/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000076/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000076/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000076/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90206300654991, 52.3705649003988, 46.9043149799109 ] }, "distance": 11.81, "direction": 154.02, "angle": 75.87, "elevation": 46.9, "pano_id": "TMX7316010203-002993_pano_0000_000076", "timestamp": "2023-03-13T07:46:35.412640Z", "filename": "pano_0000_000076.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 11.806563, "relative_pitch": 75.87126198339574, "relative_heading": 154.01851166609237, "relative_elevation": 46.9043149799109 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001098/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001098/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001098/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001098/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_001098/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_001098/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_001098/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001098/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001098/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9018755696941, 52.3707440139614, 47.1200562203303 ] }, "distance": 12.02, "direction": 320.82, "angle": 75.69, "elevation": 47.12, "pano_id": "TMX7316060226-000030_pano_0008_001098", "timestamp": "2016-08-17T09:19:15.412770Z", "filename": "pano_0008_001098.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.02009163, "relative_pitch": 75.68933648414183, "relative_heading": 320.81893882895235, "relative_elevation": 47.1200562203303 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00854/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00854/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00854/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00854/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00854/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00854/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00854/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00854/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00854/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902077920382946, 52.37056715349394, 0.0 ] }, "distance": 12.07, "direction": 149.16, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00854", "timestamp": "2025-07-03T05:11:24Z", "filename": "recording_2025-07-03_04-36-25_00854.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.06960647, "relative_pitch": 0.0, "relative_heading": 149.15663313196418, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000082/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000082/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000082/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000082/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000082/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000082/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000082/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000082/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000082/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90205991546661, 52.3705575891306, 46.5185156613588 ] }, "distance": 12.46, "direction": 156.53, "angle": 75.01, "elevation": 46.52, "pano_id": "TMX7316010203-002949_pano_0000_000082", "timestamp": "2023-01-30T09:06:02.248820Z", "filename": "pano_0000_000082.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.45762468, "relative_pitch": 75.00801464124432, "relative_heading": 156.5289334492509, "relative_elevation": 46.5185156613588 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00849/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00849/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00849/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00849/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00849/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00849/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00849/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00849/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00849/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901880463503607, 52.370751455119624, 0.0 ] }, "distance": 12.48, "direction": 324.41, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00849", "timestamp": "2025-07-03T05:11:07Z", "filename": "recording_2025-07-03_04-36-25_00849.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.47584698, "relative_pitch": 0.0, "relative_heading": 324.41028543316463, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000047/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000047/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000047/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000047/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003024_pano_0008_000047/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000047/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000047/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000047/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000047/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90187467018367, 52.3707491935845, 46.1812288472429 ] }, "distance": 12.51, "direction": 322.27, "angle": 74.84, "elevation": 46.18, "pano_id": "TMX7316010203-003024_pano_0008_000047", "timestamp": "2023-04-11T05:59:38.148930Z", "filename": "pano_0008_000047.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.50957159, "relative_pitch": 74.84344052875416, "relative_heading": 322.2693512570622, "relative_elevation": 46.1812288472429 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000104/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000104/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000104/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000104/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000104/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000104/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000104/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000104/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000104/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9018727095635, 52.3707492618789, 46.9244365347549 ] }, "distance": 12.6, "direction": 321.81, "angle": 74.97, "elevation": 46.92, "pano_id": "TMX7316010203-002927_pano_0005_000104", "timestamp": "2023-01-11T13:40:46.307630Z", "filename": "pano_0005_000104.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.59770424, "relative_pitch": 74.9722754808038, "relative_heading": 321.81015634327457, "relative_elevation": 46.9244365347549 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000077/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000077/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000077/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000077/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0006_000077/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000077/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000077/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000077/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000077/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90204761385759, 52.3705532583542, 47.3362845256925 ] }, "distance": 12.6, "direction": 160.9, "angle": 75.09, "elevation": 47.34, "pano_id": "TMX7316010203-003009_pano_0006_000077", "timestamp": "2023-03-27T07:05:07.767640Z", "filename": "pano_0006_000077.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.60260435, "relative_pitch": 75.09164360652146, "relative_heading": 160.8997947033624, "relative_elevation": 47.3362845256925 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000291/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000291/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000291/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000291/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000291/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000291/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000291/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000291/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000291/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90209852716484, 52.370569413662, 47.6766241993755 ] }, "distance": 12.64, "direction": 143.1, "angle": 75.15, "elevation": 47.68, "pano_id": "TMX7316010203-003001_pano_0000_000291", "timestamp": "2023-03-20T07:55:00.773140Z", "filename": "pano_0000_000291.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.64381371, "relative_pitch": 75.1470965788993, "relative_heading": 143.1004726137259, "relative_elevation": 47.6766241993755 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00064/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00064/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00064/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00064/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track04_Sphere_00064/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00064/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00064/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00064/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00064/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902131677040042, 52.37058868358971, 0.0 ] }, "distance": 12.67, "direction": 128.97, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track04_Sphere_00064", "timestamp": "2025-01-08T13:17:35Z", "filename": "Job_20250108_1349_Track04_Sphere_00064.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.66808836, "relative_pitch": 0.0, "relative_heading": 128.9685033614457, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000142/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000142/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000142/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000142/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000142/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000142/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000142/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000142/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000142/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90214770627282, 52.3706009536419, 46.9907362991944 ] }, "distance": 12.78, "direction": 121.11, "angle": 74.79, "elevation": 46.99, "pano_id": "TMX7316010203-002927_pano_0005_000142", "timestamp": "2023-01-11T13:41:31.242480Z", "filename": "pano_0005_000142.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.77839105, "relative_pitch": 74.7871805572834, "relative_heading": 121.10556905348025, "relative_elevation": 46.9907362991944 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000052/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000052/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000052/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000052/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003024_pano_0008_000052/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000052/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000052/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000052/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000052/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90204118459487, 52.3705497644252, 45.9867776827887 ] }, "distance": 12.84, "direction": 163.31, "angle": 74.4, "elevation": 45.99, "pano_id": "TMX7316010203-003024_pano_0008_000052", "timestamp": "2023-04-11T05:59:44.108890Z", "filename": "pano_0008_000052.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.83810208, "relative_pitch": 74.40189203584185, "relative_heading": 163.31498869282447, "relative_elevation": 45.9867776827887 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000292/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000292/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000292/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000292/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000292/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000292/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000292/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000292/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000292/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90215561866701, 52.3706080727446, 47.7540434654802 ] }, "distance": 12.87, "direction": 116.84, "angle": 74.92, "elevation": 47.75, "pano_id": "TMX7316010203-003001_pano_0000_000292", "timestamp": "2023-03-20T07:55:03.783120Z", "filename": "pano_0000_000292.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.86617847, "relative_pitch": 74.9210851998458, "relative_heading": 116.841329612253, "relative_elevation": 47.7540434654802 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000115/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000115/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000115/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000115/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000115/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000115/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000115/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000115/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000115/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90215106678479, 52.3706027362446, 46.3393790675327 ] }, "distance": 12.88, "direction": 119.82, "angle": 74.47, "elevation": 46.34, "pano_id": "TMX7316010203-002949_pano_0000_000115", "timestamp": "2023-01-30T09:06:49.593430Z", "filename": "pano_0000_000115.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.87511183, "relative_pitch": 74.47237418868828, "relative_heading": 119.82346190950264, "relative_elevation": 46.3393790675327 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000164/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000164/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000164/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000164/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000164/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000164/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000164/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000164/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000164/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90202257338199, 52.3705460804839, 47.080800794065 ] }, "distance": 12.94, "direction": 169.22, "angle": 74.64, "elevation": 47.08, "pano_id": "TMX7316010203-003001_pano_0000_000164", "timestamp": "2023-03-20T07:52:13.189630Z", "filename": "pano_0000_000164.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.93558578, "relative_pitch": 74.63691283861826, "relative_heading": 169.22498360609532, "relative_elevation": 47.080800794065 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000260/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000260/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000260/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000260/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_000260/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000260/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000260/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000260/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000260/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90214290445032, 52.370593567343, 46.0435572564602 ] }, "distance": 12.95, "direction": 124.97, "angle": 74.29, "elevation": 46.04, "pano_id": "TMX7316010203-002546_pano_0002_000260", "timestamp": "2022-04-26T09:08:50.858880Z", "filename": "pano_0002_000260.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 12.95241067, "relative_pitch": 74.28829457738523, "relative_heading": 124.96888672441513, "relative_elevation": 46.0435572564602 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000929/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000929/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000929/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000929/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_000929/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000929/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000929/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000929/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000929/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90216728334948, 52.3706207223862, 46.4053084561601 ] }, "distance": 13.04, "direction": 109.73, "angle": 74.3, "elevation": 46.41, "pano_id": "TMX7316010203-002031_pano_0001_000929", "timestamp": "2021-03-08T10:30:29.427610Z", "filename": "pano_0001_000929.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.03985277, "relative_pitch": 74.30468151136948, "relative_heading": 109.72846145800703, "relative_elevation": 46.4053084561601 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000071/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000071/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000071/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000071/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002993_pano_0000_000071/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000071/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000071/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000071/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000071/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90186364258076, 52.3707506001185, 46.9878169279546 ] }, "distance": 13.1, "direction": 320.09, "angle": 74.42, "elevation": 46.99, "pano_id": "TMX7316010203-002993_pano_0000_000071", "timestamp": "2023-03-13T07:46:29.697720Z", "filename": "pano_0000_000071.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.10245783, "relative_pitch": 74.41897907515748, "relative_heading": 320.0900293646191, "relative_elevation": 46.9878169279546 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000289/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000289/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000289/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000289/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000289/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000289/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000289/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000289/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000289/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90214678241459, 52.3705933482616, 47.3802292812616 ] }, "distance": 13.18, "direction": 124.4, "angle": 74.45, "elevation": 47.38, "pano_id": "TMX7316010203-003001_pano_0000_000289", "timestamp": "2023-03-20T07:54:52.728220Z", "filename": "pano_0000_000289.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.18347874, "relative_pitch": 74.45085248727513, "relative_heading": 124.39779843605535, "relative_elevation": 47.3802292812616 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000039/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000039/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000039/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000039/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0008_000039/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000039/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000039/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000039/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000039/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9021004098418, 52.3705640623908, 46.5943032838404 ] }, "distance": 13.2, "direction": 144.21, "angle": 74.18, "elevation": 46.59, "pano_id": "TMX7316010203-003009_pano_0008_000039", "timestamp": "2023-03-27T07:10:35.444740Z", "filename": "pano_0008_000039.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.19944972, "relative_pitch": 74.18338949307196, "relative_heading": 144.20734389955007, "relative_elevation": 46.5943032838404 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000072/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000072/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000072/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000072/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000072/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000072/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000072/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000072/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000072/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90186861420556, 52.3707542452343, 46.993498804979 ] }, "distance": 13.21, "direction": 322.35, "angle": 74.3, "elevation": 46.99, "pano_id": "TMX7316010203-003044_pano_0006_000072", "timestamp": "2023-04-17T05:57:04.112490Z", "filename": "pano_0006_000072.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.20657133, "relative_pitch": 74.30305707254323, "relative_heading": 322.34644856709093, "relative_elevation": 46.993498804979 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000050/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000050/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000050/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000050/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000050/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000050/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000050/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000050/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000050/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90215720597204, 52.3706016324991, 46.3383223749697 ] }, "distance": 13.3, "direction": 119.39, "angle": 73.99, "elevation": 46.34, "pano_id": "TMX7316010203-002964_pano_0003_000050", "timestamp": "2023-02-13T08:07:20.898720Z", "filename": "pano_0003_000050.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.2993388, "relative_pitch": 73.9862464632014, "relative_heading": 119.38661035998483, "relative_elevation": 46.3383223749697 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000081/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000081/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000081/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000081/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000081/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000081/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000081/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000081/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000081/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90204638736767, 52.3705463431997, 46.558315442875 ] }, "distance": 13.31, "direction": 162.32, "angle": 74.05, "elevation": 46.56, "pano_id": "TMX7316010203-003044_pano_0006_000081", "timestamp": "2023-04-17T05:57:27.262270Z", "filename": "pano_0006_000081.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.3064986, "relative_pitch": 74.04991355315363, "relative_heading": 162.32399908189535, "relative_elevation": 46.558315442875 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000967/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000967/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000967/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000967/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000967/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000967/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000967/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000967/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000967/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90208601020462, 52.370556221194, 48.9384876275435 ] }, "distance": 13.4, "direction": 149.8, "angle": 74.69, "elevation": 48.94, "pano_id": "TMX7316060226-000030_pano_0008_000967", "timestamp": "2016-08-17T09:16:24.668810Z", "filename": "pano_0008_000967.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.39738383, "relative_pitch": 74.68983929952508, "relative_heading": 149.80076672162136, "relative_elevation": 48.9384876275435 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000078/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000078/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000078/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000078/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000078/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000078/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000078/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000078/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000078/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90204578960194, 52.3705453056435, 46.7058020858094 ] }, "distance": 13.4, "direction": 162.64, "angle": 73.99, "elevation": 46.71, "pano_id": "TMX7316010203-003044_pano_0006_000078", "timestamp": "2023-04-17T05:57:10.147370Z", "filename": "pano_0006_000078.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.40434279, "relative_pitch": 73.98677302409719, "relative_heading": 162.63965331254204, "relative_elevation": 46.7058020858094 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001581/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001581/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001581/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001581/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_001581/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001581/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001581/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001581/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001581/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90209332127331, 52.3705586914301, 47.1539752976969 ] }, "distance": 13.42, "direction": 147.37, "angle": 74.11, "elevation": 47.15, "pano_id": "TMX7316010203-001177_pano_0000_001581", "timestamp": "2019-05-13T06:28:41.782960Z", "filename": "pano_0000_001581.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.42233967, "relative_pitch": 74.11104110372914, "relative_heading": 147.37271146052433, "relative_elevation": 47.1539752976969 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000059/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000059/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000059/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000059/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002988_pano_0003_000059/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002988_pano_0003_000059/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002988_pano_0003_000059/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000059/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000059/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90212267905263, 52.3705726143146, 46.0973236756399 ] }, "distance": 13.43, "direction": 136.56, "angle": 73.75, "elevation": 46.1, "pano_id": "TMX7316010203-002988_pano_0003_000059", "timestamp": "2023-03-06T07:57:32.738130Z", "filename": "pano_0003_000059.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.43399595, "relative_pitch": 73.75246149317661, "relative_heading": 136.56383461074347, "relative_elevation": 46.0973236756399 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003055/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003055/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003055/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003055/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_003055/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_003055/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_003055/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003055/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003055/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90207688111594, 52.3705520709813, 47.2437760019675 ] }, "distance": 13.51, "direction": 153.07, "angle": 74.05, "elevation": 47.24, "pano_id": "TMX7316010203-000709_pano_0000_003055", "timestamp": "2018-05-07T10:55:12.845970Z", "filename": "pano_0000_003055.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.50571124, "relative_pitch": 74.04620690219927, "relative_heading": 153.06780597442364, "relative_elevation": 47.2437760019675 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90208097888232, 52.3705531278279, 45.6506235077977 ] }, "distance": 13.53, "direction": 151.79, "angle": 73.49, "elevation": 45.65, "pano_id": "TMX7316010203-002964_pano_0003_000017", "timestamp": "2023-02-13T08:06:48.944010Z", "filename": "pano_0003_000017.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.53065112, "relative_pitch": 73.49039999110673, "relative_heading": 151.78848514769413, "relative_elevation": 45.6506235077977 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000257/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000257/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000257/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000257/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003023_pano_0015_000257/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000257/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000257/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000257/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000257/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9020425147535, 52.3705430361008, 47.4848589980975 ] }, "distance": 13.58, "direction": 163.86, "angle": 74.04, "elevation": 47.48, "pano_id": "TMX7316010203-003023_pano_0015_000257", "timestamp": "2023-04-03T10:40:28.897220Z", "filename": "pano_0015_000257.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.58188665, "relative_pitch": 74.03811312760232, "relative_heading": 163.85570295564617, "relative_elevation": 47.4848589980975 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000039/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000039/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000039/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000039/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002974_pano_0007_000039/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000039/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000039/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000039/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000039/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90209499165567, 52.3705575614315, 46.1575691411272 ] }, "distance": 13.59, "direction": 147.25, "angle": 73.59, "elevation": 46.16, "pano_id": "TMX7316010203-002974_pano_0007_000039", "timestamp": "2023-02-20T08:08:06.474010Z", "filename": "pano_0007_000039.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.58960713, "relative_pitch": 73.59463591559367, "relative_heading": 147.25457279519136, "relative_elevation": 46.1575691411272 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00070/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00070/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00070/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00070/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track04_Sphere_00070/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00070/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00070/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00070/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00070/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901873723677207, 52.37076084661062, 0.0 ] }, "distance": 13.59, "direction": 325.4, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track04_Sphere_00070", "timestamp": "2025-01-08T13:17:52Z", "filename": "Job_20250108_1349_Track04_Sphere_00070.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.59485495, "relative_pitch": 0.0, "relative_heading": 325.4002805455966, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000122/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000122/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000122/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000122/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0008_000122/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0008_000122/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0008_000122/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000122/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000122/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9021609831991, 52.3705997415075, 47.4592880904675 ] }, "distance": 13.63, "direction": 119.63, "angle": 73.98, "elevation": 47.46, "pano_id": "TMX7316010203-003044_pano_0008_000122", "timestamp": "2023-04-17T06:08:59.711250Z", "filename": "pano_0008_000122.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.62687334, "relative_pitch": 73.97976453782306, "relative_heading": 119.62670875833916, "relative_elevation": 47.4592880904675 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003054/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003054/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003054/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003054/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_003054/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_003054/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_003054/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003054/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003054/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90213845116014, 52.3705786388176, 47.2631268836558 ] }, "distance": 13.74, "direction": 131.38, "angle": 73.79, "elevation": 47.26, "pano_id": "TMX7316010203-000709_pano_0000_003054", "timestamp": "2018-05-07T10:55:11.965880Z", "filename": "pano_0000_003054.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.74193734, "relative_pitch": 73.78800590873668, "relative_heading": 131.38272576522786, "relative_elevation": 47.2631268836558 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001629/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001629/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001629/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001629/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0000_001629/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0000_001629/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0000_001629/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001629/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001629/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90207160988301, 52.370548112788, 46.760092696175 ] }, "distance": 13.75, "direction": 155.23, "angle": 73.62, "elevation": 46.76, "pano_id": "TMX7316010203-002031_pano_0000_001629", "timestamp": "2021-03-08T09:54:00.285950Z", "filename": "pano_0000_001629.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.74559792, "relative_pitch": 73.61877217487736, "relative_heading": 155.23407108803136, "relative_elevation": 46.760092696175 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000966/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000966/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000966/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000966/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000966/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000966/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000966/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000966/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000966/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90214631555875, 52.3705834145338, 48.9588641850278 ] }, "distance": 13.81, "direction": 128.26, "angle": 74.24, "elevation": 48.96, "pano_id": "TMX7316060226-000030_pano_0008_000966", "timestamp": "2016-08-17T09:16:23.713750Z", "filename": "pano_0008_000966.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.81305163, "relative_pitch": 74.24433716768083, "relative_heading": 128.25847957407638, "relative_elevation": 48.9588641850278 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000060/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000060/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000060/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000060/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002988_pano_0003_000060/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002988_pano_0003_000060/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002988_pano_0003_000060/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000060/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000060/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90206252698769, 52.3705448517563, 46.0946209449321 ] }, "distance": 13.83, "direction": 158.19, "angle": 73.29, "elevation": 46.09, "pano_id": "TMX7316010203-002988_pano_0003_000060", "timestamp": "2023-03-06T07:57:33.403150Z", "filename": "pano_0003_000060.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.83436545, "relative_pitch": 73.29393754571925, "relative_heading": 158.1913953210168, "relative_elevation": 46.0946209449321 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90214251205089, 52.3705800849063, 45.6667603570968 ] }, "distance": 13.85, "direction": 130.13, "angle": 73.13, "elevation": 45.67, "pano_id": "TMX7316010203-002964_pano_0003_000016", "timestamp": "2023-02-13T08:06:48.293980Z", "filename": "pano_0003_000016.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.84641275, "relative_pitch": 73.13240805614105, "relative_heading": 130.12642134284422, "relative_elevation": 45.6667603570968 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00863/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00863/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00863/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00863/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00863/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00863/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00863/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00863/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00863/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902150341221272, 52.37058589297282, 0.0 ] }, "distance": 13.86, "direction": 126.66, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00863", "timestamp": "2025-07-03T05:12:14Z", "filename": "recording_2025-07-03_04-36-25_00863.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.86296257, "relative_pitch": 0.0, "relative_heading": 126.66155243514821, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00026/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00026/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00026/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00026/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track08_Sphere_00026/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track08_Sphere_00026/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track08_Sphere_00026/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00026/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00026/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902074946456792, 52.370547727861144, 0.0 ] }, "distance": 13.88, "direction": 154.46, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track08_Sphere_00026", "timestamp": "2025-01-08T13:27:09Z", "filename": "Job_20250108_1349_Track08_Sphere_00026.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.88096827, "relative_pitch": 0.0, "relative_heading": 154.45636329191086, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001580/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001580/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001580/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001580/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_001580/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001580/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001580/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001580/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001580/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90215075694447, 52.370585143414, 47.1571465684101 ] }, "distance": 13.94, "direction": 126.87, "angle": 73.54, "elevation": 47.16, "pano_id": "TMX7316010203-001177_pano_0000_001580", "timestamp": "2019-05-13T06:28:41.127900Z", "filename": "pano_0000_001580.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.93556681, "relative_pitch": 73.5368859816483, "relative_heading": 126.86712842393291, "relative_elevation": 47.1571465684101 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004385/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004385/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004385/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004385/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004385/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004385/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004385/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004385/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004385/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90186298983364, 52.3707602257803, 46.7091931896284 ] }, "distance": 13.97, "direction": 322.77, "angle": 73.35, "elevation": 46.71, "pano_id": "TMX7316010203-000711_pano_0000_004385", "timestamp": "2018-05-08T12:16:25.161160Z", "filename": "pano_0000_004385.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.96783996, "relative_pitch": 73.3513183195385, "relative_heading": 322.76997886864376, "relative_elevation": 46.7091931896284 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000172/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000172/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000172/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000172/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_000172/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000172/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000172/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000172/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000172/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90204194608085, 52.3705392963132, 47.4776882873848 ] }, "distance": 13.97, "direction": 164.48, "angle": 73.6, "elevation": 47.48, "pano_id": "TMX7316010203-002546_pano_0002_000172", "timestamp": "2022-04-26T09:07:02.269740Z", "filename": "pano_0002_000172.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.97168562, "relative_pitch": 73.60195237287475, "relative_heading": 164.4828002318872, "relative_elevation": 47.4776882873848 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001899/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001899/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001899/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001899/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_001899/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001899/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001899/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001899/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001899/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90204135950493, 52.3705391669135, 47.2544939778745 ] }, "distance": 13.97, "direction": 164.66, "angle": 73.53, "elevation": 47.25, "pano_id": "TMX7316010203-001660_pano_0000_001899", "timestamp": "2020-04-21T09:11:41.546240Z", "filename": "pano_0000_001899.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.97493575, "relative_pitch": 73.52506485425818, "relative_heading": 164.65641994584166, "relative_elevation": 47.2544939778745 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001893/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001893/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001893/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001893/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_001893/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001893/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001893/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001893/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001893/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90186125243568, 52.3707597092939, 47.2998886872083 ] }, "distance": 13.99, "direction": 322.24, "angle": 73.52, "elevation": 47.3, "pano_id": "TMX7316010203-001660_pano_0000_001893", "timestamp": "2020-04-21T09:11:35.016370Z", "filename": "pano_0000_001893.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.99426821, "relative_pitch": 73.51848463617213, "relative_heading": 322.24185897666126, "relative_elevation": 47.2998886872083 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000252/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000252/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000252/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000252/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003023_pano_0015_000252/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000252/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000252/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000252/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000252/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90186961859458, 52.3707634945549, 47.6103416262195 ] }, "distance": 14.0, "direction": 325.14, "angle": 73.62, "elevation": 47.61, "pano_id": "TMX7316010203-003023_pano_0015_000252", "timestamp": "2023-04-03T10:40:16.667330Z", "filename": "pano_0015_000252.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 13.99629718, "relative_pitch": 73.61793024587675, "relative_heading": 325.1430724707795, "relative_elevation": 47.6103416262195 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000346/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000346/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000346/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000346/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002982_pano_0004_000346/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002982_pano_0004_000346/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002982_pano_0004_000346/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000346/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000346/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90213180843479, 52.3705707091412, 46.8798014502972 ] }, "distance": 14.02, "direction": 135.31, "angle": 73.35, "elevation": 46.88, "pano_id": "TMX7316010203-002982_pano_0004_000346", "timestamp": "2023-02-27T08:17:46.743960Z", "filename": "pano_0004_000346.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.01878414, "relative_pitch": 73.35140159817949, "relative_heading": 135.31408876750885, "relative_elevation": 46.8798014502972 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000152/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000152/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000152/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000152/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002955_pano_0002_000152/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000152/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000152/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000152/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000152/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90210523488551, 52.3705569665713, 46.8548814645037 ] }, "distance": 14.03, "direction": 145.0, "angle": 73.33, "elevation": 46.85, "pano_id": "TMX7316010203-002955_pano_0002_000152", "timestamp": "2023-02-06T08:20:04.633660Z", "filename": "pano_0002_000152.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.03347059, "relative_pitch": 73.32655528484216, "relative_heading": 145.0044273812511, "relative_elevation": 46.8548814645037 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000038/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000038/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000038/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000038/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0008_000038/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000038/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000038/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000038/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000038/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90215811821902, 52.3705898823733, 46.6214236142114 ] }, "distance": 14.04, "direction": 123.92, "angle": 73.24, "elevation": 46.62, "pano_id": "TMX7316010203-003009_pano_0008_000038", "timestamp": "2023-03-27T07:10:34.899700Z", "filename": "pano_0008_000038.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.03891611, "relative_pitch": 73.24159355342276, "relative_heading": 123.91641723321408, "relative_elevation": 46.6214236142114 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000040/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000040/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000040/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000040/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0008_000040/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000040/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000040/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000040/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000040/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90204243098474, 52.3705386999527, 46.5654956726357 ] }, "distance": 14.04, "direction": 164.43, "angle": 73.22, "elevation": 46.57, "pano_id": "TMX7316010203-003009_pano_0008_000040", "timestamp": "2023-03-27T07:10:35.989690Z", "filename": "pano_0008_000040.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.04446903, "relative_pitch": 73.21633307672725, "relative_heading": 164.42540118128025, "relative_elevation": 46.5654956726357 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000347/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000347/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000347/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000347/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002982_pano_0004_000347/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002982_pano_0004_000347/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002982_pano_0004_000347/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000347/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000347/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90207232242113, 52.3705448490559, 46.8841267675161 ] }, "distance": 14.1, "direction": 155.67, "angle": 73.27, "elevation": 46.88, "pano_id": "TMX7316010203-002982_pano_0004_000347", "timestamp": "2023-02-27T08:17:47.328980Z", "filename": "pano_0004_000347.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.09611025, "relative_pitch": 73.26614912835622, "relative_heading": 155.67333713398054, "relative_elevation": 46.8841267675161 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000038/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000038/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000038/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000038/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002974_pano_0007_000038/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000038/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000038/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000038/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000038/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9021523757037, 52.3705830519941, 46.18308936432 ] }, "distance": 14.16, "direction": 127.35, "angle": 72.95, "elevation": 46.18, "pano_id": "TMX7316010203-002974_pano_0007_000038", "timestamp": "2023-02-20T08:08:05.878970Z", "filename": "pano_0007_000038.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.16390506, "relative_pitch": 72.94973187921742, "relative_heading": 127.35270331539613, "relative_elevation": 46.18308936432 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000011/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000011/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000011/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000011/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002932_pano_0008_000011/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000011/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000011/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000011/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000011/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90200867603918, 52.3705328606292, 48.8196227774024 ] }, "distance": 14.25, "direction": 174.07, "angle": 73.72, "elevation": 48.82, "pano_id": "TMX7316010203-002932_pano_0008_000011", "timestamp": "2023-01-13T09:18:38.435670Z", "filename": "pano_0008_000011.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.254734, "relative_pitch": 73.72283997066714, "relative_heading": 174.07363285992184, "relative_elevation": 48.8196227774024 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004379/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004379/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004379/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004379/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004379/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004379/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004379/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004379/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004379/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90218626310172, 52.3706168916771, 46.999004102312 ] }, "distance": 14.4, "direction": 109.59, "angle": 72.96, "elevation": 47.0, "pano_id": "TMX7316010203-000711_pano_0000_004379", "timestamp": "2018-05-08T12:16:12.351260Z", "filename": "pano_0000_004379.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.40060712, "relative_pitch": 72.96481045627318, "relative_heading": 109.58868378311871, "relative_elevation": 46.999004102312 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00855/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00855/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00855/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00855/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00855/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00855/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00855/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00855/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00855/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902031638663594, 52.370532118515946, 0.0 ] }, "distance": 14.58, "direction": 167.98, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00855", "timestamp": "2025-07-03T05:11:28Z", "filename": "recording_2025-07-03_04-36-25_00855.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.58066056, "relative_pitch": 0.0, "relative_heading": 167.98276738588675, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000076/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000076/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000076/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000076/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000076/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000076/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000076/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000076/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000076/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90186399588758, 52.370767660839, 46.6449572592974 ] }, "distance": 14.6, "direction": 324.95, "angle": 72.62, "elevation": 46.64, "pano_id": "TMX7316010203-002949_pano_0000_000076", "timestamp": "2023-01-30T09:05:55.103920Z", "filename": "pano_0000_000076.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.59567442, "relative_pitch": 72.6245756192797, "relative_heading": 324.9495982807858, "relative_elevation": 46.6449572592974 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001582/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001582/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001582/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001582/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_001582/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001582/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001582/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001582/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001582/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90203553060818, 52.3705322260105, 47.1287214420736 ] }, "distance": 14.63, "direction": 166.96, "angle": 72.76, "elevation": 47.13, "pano_id": "TMX7316010203-001177_pano_0000_001582", "timestamp": "2019-05-13T06:28:42.417900Z", "filename": "pano_0000_001582.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.6264945, "relative_pitch": 72.75816404460565, "relative_heading": 166.95733134558827, "relative_elevation": 47.1287214420736 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000040/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000040/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000040/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000040/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002974_pano_0007_000040/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000040/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000040/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000040/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000040/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90203736494125, 52.3705321597526, 46.1253131553531 ] }, "distance": 14.66, "direction": 166.49, "angle": 72.37, "elevation": 46.13, "pano_id": "TMX7316010203-002974_pano_0007_000040", "timestamp": "2023-02-20T08:08:07.049170Z", "filename": "pano_0007_000040.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.66236353, "relative_pitch": 72.36552501484802, "relative_heading": 166.488214619331, "relative_elevation": 46.1253131553531 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000921/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000921/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000921/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000921/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000921/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000921/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000921/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000921/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000921/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90186289181243, 52.3707681473007, 46.896108109504 ] }, "distance": 14.68, "direction": 324.83, "angle": 72.61, "elevation": 46.9, "pano_id": "TMX7316010203-001177_pano_0000_000921", "timestamp": "2019-05-13T06:15:57.734070Z", "filename": "pano_0000_000921.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.68320583, "relative_pitch": 72.61462348665361, "relative_heading": 324.83068822077894, "relative_elevation": 46.896108109504 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000005/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000005/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000005/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000005/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002932_pano_0008_000005/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000005/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000005/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000005/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000005/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901854304842, 52.3707648025314, 49.0839626602829 ] }, "distance": 14.73, "direction": 322.14, "angle": 73.29, "elevation": 49.08, "pano_id": "TMX7316010203-002932_pano_0008_000005", "timestamp": "2023-01-13T09:18:29.815710Z", "filename": "pano_0008_000005.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.73211598, "relative_pitch": 73.29333760527844, "relative_heading": 322.1365713790855, "relative_elevation": 49.0839626602829 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000151/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000151/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000151/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000151/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002955_pano_0002_000151/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000151/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000151/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000151/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000151/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90216313231182, 52.3705826983681, 46.8755068518221 ] }, "distance": 14.78, "direction": 125.75, "angle": 72.5, "elevation": 46.88, "pano_id": "TMX7316010203-002955_pano_0002_000151", "timestamp": "2023-02-06T08:20:03.883630Z", "filename": "pano_0002_000151.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.77593397, "relative_pitch": 72.50428772527579, "relative_heading": 125.75017086005509, "relative_elevation": 46.8755068518221 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000124/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000124/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000124/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000124/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0008_000124/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0008_000124/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0008_000124/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000124/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000124/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90218856187392, 52.3706110629568, 47.4949413752183 ] }, "distance": 14.78, "direction": 111.76, "angle": 72.72, "elevation": 47.49, "pano_id": "TMX7316010203-003044_pano_0008_000124", "timestamp": "2023-04-17T06:09:12.861130Z", "filename": "pano_0008_000124.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.77612491, "relative_pitch": 72.71858860076676, "relative_heading": 111.75505417887497, "relative_elevation": 47.4949413752183 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000968/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000968/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000968/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000968/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000968/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000968/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000968/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000968/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000968/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90202637366244, 52.3705286415972, 48.8640095675364 ] }, "distance": 14.89, "direction": 169.64, "angle": 73.05, "elevation": 48.86, "pano_id": "TMX7316060226-000030_pano_0008_000968", "timestamp": "2016-08-17T09:16:25.633740Z", "filename": "pano_0008_000968.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.89065934, "relative_pitch": 73.05209468649697, "relative_heading": 169.64250733620122, "relative_elevation": 48.8640095675364 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000153/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000153/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000153/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000153/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002955_pano_0002_000153/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000153/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000153/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000153/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000153/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90204651274408, 52.370531183145, 46.819630663842 ] }, "distance": 14.92, "direction": 164.26, "angle": 72.32, "elevation": 46.82, "pano_id": "TMX7316010203-002955_pano_0002_000153", "timestamp": "2023-02-06T08:20:05.403640Z", "filename": "pano_0002_000153.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.92489031, "relative_pitch": 72.31906035588165, "relative_heading": 164.2594643031772, "relative_elevation": 46.819630663842 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001877/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001877/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001877/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001877/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_001877/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001877/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001877/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001877/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001877/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90218113617029, 52.3705973073132, 47.4580469056964 ] }, "distance": 14.96, "direction": 117.93, "angle": 72.5, "elevation": 47.46, "pano_id": "TMX7316010203-001660_pano_0000_001877", "timestamp": "2020-04-21T09:11:08.516490Z", "filename": "pano_0000_001877.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.96049516, "relative_pitch": 72.50326099769195, "relative_heading": 117.92948931857411, "relative_elevation": 47.4580469056964 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000077/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000077/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000077/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000077/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002993_pano_0000_000077/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000077/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000077/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000077/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000077/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90202364163178, 52.3705275817286, 46.8336887760088 ] }, "distance": 14.97, "direction": 170.42, "angle": 72.27, "elevation": 46.83, "pano_id": "TMX7316010203-002993_pano_0000_000077", "timestamp": "2023-03-13T07:46:36.737590Z", "filename": "pano_0000_000077.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 14.97461219, "relative_pitch": 72.26883307064072, "relative_heading": 170.4240276306355, "relative_elevation": 46.8336887760088 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000058/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000058/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000058/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000058/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002988_pano_0003_000058/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002988_pano_0003_000058/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002988_pano_0003_000058/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000058/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000058/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90218421880766, 52.370600151036, 46.0943280095235 ] }, "distance": 15.0, "direction": 116.49, "angle": 71.97, "elevation": 46.09, "pano_id": "TMX7316010203-002988_pano_0003_000058", "timestamp": "2023-03-06T07:57:32.068150Z", "filename": "pano_0003_000058.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.00254416, "relative_pitch": 71.97123449478859, "relative_heading": 116.48604329633872, "relative_elevation": 46.0943280095235 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000110/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000110/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000110/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000110/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000110/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000110/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000110/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000110/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000110/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90201223634982, 52.3705263288059, 46.7256077518687 ] }, "distance": 15.0, "direction": 173.44, "angle": 72.2, "elevation": 46.73, "pano_id": "TMX7316010203-002927_pano_0005_000110", "timestamp": "2023-01-11T13:40:59.707550Z", "filename": "pano_0005_000110.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.00363125, "relative_pitch": 72.19813269134453, "relative_heading": 173.43912522953838, "relative_elevation": 46.7256077518687 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90201973487238, 52.3705261170598, 45.5766802635044 ] }, "distance": 15.09, "direction": 171.52, "angle": 71.68, "elevation": 45.58, "pano_id": "TMX7316010203-002964_pano_0003_000018", "timestamp": "2023-02-13T08:06:49.583990Z", "filename": "pano_0003_000018.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.09383281, "relative_pitch": 71.6764477021262, "relative_heading": 171.52300059424454, "relative_elevation": 45.5766802635044 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003056/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003056/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003056/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003056/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_003056/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_003056/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_003056/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003056/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003056/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90201464605673, 52.3705250558096, 47.150545780547 ] }, "distance": 15.16, "direction": 172.88, "angle": 72.17, "elevation": 47.15, "pano_id": "TMX7316010203-000709_pano_0000_003056", "timestamp": "2018-05-07T10:55:14.015990Z", "filename": "pano_0000_003056.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.16381924, "relative_pitch": 72.17198481056748, "relative_heading": 172.88419667654662, "relative_elevation": 47.150545780547 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000083/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000083/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000083/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000083/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000083/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000083/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000083/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000083/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000083/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90201523454207, 52.3705250665878, 46.4112193668261 ] }, "distance": 15.17, "direction": 172.73, "angle": 71.9, "elevation": 46.41, "pano_id": "TMX7316010203-002949_pano_0000_000083", "timestamp": "2023-01-30T09:06:03.463870Z", "filename": "pano_0000_000083.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.16764676, "relative_pitch": 71.90209468891723, "relative_heading": 172.73339369990705, "relative_elevation": 46.4112193668261 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000158/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000158/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000158/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000158/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000158/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000158/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000158/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000158/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000158/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90185624509158, 52.3707709839532, 47.1152679445222 ] }, "distance": 15.2, "direction": 324.12, "angle": 72.12, "elevation": 47.12, "pano_id": "TMX7316010203-003001_pano_0000_000158", "timestamp": "2023-03-20T07:52:02.734690Z", "filename": "pano_0000_000158.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.20315256, "relative_pitch": 72.11614978701155, "relative_heading": 324.1212102247426, "relative_elevation": 47.1152679445222 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000383/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000383/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000383/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000383/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_000383/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_000383/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_000383/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000383/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000383/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90185736170059, 52.3707715409274, 46.4682303396985 ] }, "distance": 15.21, "direction": 324.49, "angle": 71.88, "elevation": 46.47, "pano_id": "TMX7316010203-000709_pano_0000_000383", "timestamp": "2018-05-07T09:34:42.935950Z", "filename": "pano_0000_000383.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.20911355, "relative_pitch": 71.87665954456834, "relative_heading": 324.4901883598686, "relative_elevation": 46.4682303396985 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000109/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000109/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000109/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000109/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000109/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000109/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000109/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000109/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000109/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90185457674334, 52.3707718088545, 46.2635254450142 ] }, "distance": 15.34, "direction": 323.98, "angle": 71.65, "elevation": 46.26, "pano_id": "TMX7316010203-002949_pano_0000_000109", "timestamp": "2023-01-30T09:06:32.603560Z", "filename": "pano_0000_000109.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.34416963, "relative_pitch": 71.65092580324246, "relative_heading": 323.97829530500707, "relative_elevation": 46.2635254450142 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000078/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000078/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000078/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000078/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0006_000078/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000078/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000078/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000078/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000078/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90199635932614, 52.3705215487491, 47.1675720652565 ] }, "distance": 15.45, "direction": 177.65, "angle": 71.86, "elevation": 47.17, "pano_id": "TMX7316010203-003009_pano_0006_000078", "timestamp": "2023-03-27T07:05:08.892600Z", "filename": "pano_0006_000078.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.45024014, "relative_pitch": 71.86324071295904, "relative_heading": 177.65221888518627, "relative_elevation": 47.1675720652565 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000044/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000044/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000044/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000044/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000044/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000044/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000044/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000044/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000044/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90184077225256, 52.3707665690045, 46.1168250059709 ] }, "distance": 15.46, "direction": 319.89, "angle": 71.46, "elevation": 46.12, "pano_id": "TMX7316010203-002964_pano_0003_000044", "timestamp": "2023-02-13T08:07:15.073820Z", "filename": "pano_0003_000044.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.46493476, "relative_pitch": 71.46150484269306, "relative_heading": 319.8871042255565, "relative_elevation": 46.1168250059709 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001630/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001630/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001630/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001630/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0000_001630/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0000_001630/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0000_001630/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001630/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001630/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90201391184354, 52.3705222467931, 46.6248746737838 ] }, "distance": 15.47, "direction": 173.21, "angle": 71.65, "elevation": 46.62, "pano_id": "TMX7316010203-002031_pano_0000_001630", "timestamp": "2021-03-08T09:54:01.135940Z", "filename": "pano_0000_001630.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.46804101, "relative_pitch": 71.64647200884293, "relative_heading": 173.21142774419752, "relative_elevation": 46.6248746737838 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000345/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000345/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000345/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000345/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002982_pano_0004_000345/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002982_pano_0004_000345/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002982_pano_0004_000345/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000345/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000345/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90219076082926, 52.3705971118562, 46.872476965189 ] }, "distance": 15.55, "direction": 116.87, "angle": 71.64, "elevation": 46.87, "pano_id": "TMX7316010203-002982_pano_0004_000345", "timestamp": "2023-02-27T08:17:46.159000Z", "filename": "pano_0004_000345.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.55252209, "relative_pitch": 71.64389776567141, "relative_heading": 116.86907331373477, "relative_elevation": 46.872476965189 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003053/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003053/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003053/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003053/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_003053/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_003053/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_003053/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003053/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003053/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90220011606706, 52.3706058662244, 47.2534695426002 ] }, "distance": 15.72, "direction": 112.65, "angle": 71.6, "elevation": 47.25, "pano_id": "TMX7316010203-000709_pano_0000_003053", "timestamp": "2018-05-07T10:55:11.165940Z", "filename": "pano_0000_003053.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.72326833, "relative_pitch": 71.59549004795315, "relative_heading": 112.64933220314694, "relative_elevation": 47.2534695426002 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000348/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000348/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000348/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000348/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002982_pano_0004_000348/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002982_pano_0004_000348/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002982_pano_0004_000348/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000348/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000348/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90201338827758, 52.3705186531788, 46.748519721441 ] }, "distance": 15.86, "direction": 173.51, "angle": 71.26, "elevation": 46.75, "pano_id": "TMX7316010203-002982_pano_0004_000348", "timestamp": "2023-02-27T08:17:47.908990Z", "filename": "pano_0004_000348.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.86111503, "relative_pitch": 71.25864842700958, "relative_heading": 173.5100887170213, "relative_elevation": 46.748519721441 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000015/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000015/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000015/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000015/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000015/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000015/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000015/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000015/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000015/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90220399528323, 52.370607269798, 45.6483019320294 ] }, "distance": 15.91, "direction": 111.76, "angle": 70.79, "elevation": 45.65, "pano_id": "TMX7316010203-002964_pano_0003_000015", "timestamp": "2023-02-13T08:06:47.643970Z", "filename": "pano_0003_000015.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.90885876, "relative_pitch": 70.78607780794891, "relative_heading": 111.76375056871935, "relative_elevation": 45.6483019320294 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000071/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000071/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000071/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000071/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0006_000071/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000071/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000071/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000071/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000071/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90184909991155, 52.3707757537751, 47.6150561887771 ] }, "distance": 15.92, "direction": 323.82, "angle": 71.51, "elevation": 47.62, "pano_id": "TMX7316010203-003009_pano_0006_000071", "timestamp": "2023-03-27T07:05:01.492870Z", "filename": "pano_0006_000071.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.91863599, "relative_pitch": 71.51421962572905, "relative_heading": 323.8215691759944, "relative_elevation": 47.6150561887771 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000965/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000965/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000965/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000965/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000965/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000965/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000965/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000965/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000965/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90220687546983, 52.3706102713315, 48.9326829602942 ] }, "distance": 15.97, "direction": 110.39, "angle": 71.92, "elevation": 48.93, "pano_id": "TMX7316060226-000030_pano_0008_000965", "timestamp": "2016-08-17T09:16:22.793770Z", "filename": "pano_0008_000965.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.97179532, "relative_pitch": 71.92314002339201, "relative_heading": 110.38995808541742, "relative_elevation": 48.9326829602942 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000288/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000288/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000288/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000288/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000288/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000288/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000288/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000288/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000288/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90220837691611, 52.3706126235179, 47.3358913008124 ] }, "distance": 15.98, "direction": 109.38, "angle": 71.35, "elevation": 47.34, "pano_id": "TMX7316010203-003001_pano_0000_000288", "timestamp": "2023-03-20T07:54:51.558240Z", "filename": "pano_0000_000288.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 15.97892846, "relative_pitch": 71.34713061836811, "relative_heading": 109.38243861919666, "relative_elevation": 47.3358913008124 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001579/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001579/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001579/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001579/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_001579/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001579/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001579/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001579/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001579/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90220831374047, 52.3706118041641, 47.1175691029057 ] }, "distance": 16.01, "direction": 109.7, "angle": 71.24, "elevation": 47.12, "pano_id": "TMX7316010203-001177_pano_0000_001579", "timestamp": "2019-05-13T06:28:40.457920Z", "filename": "pano_0000_001579.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.00536635, "relative_pitch": 71.23789024391674, "relative_heading": 109.69543414278687, "relative_elevation": 47.1175691029057 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000061/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000061/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000061/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000061/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002988_pano_0003_000061/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002988_pano_0003_000061/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002988_pano_0003_000061/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000061/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000061/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90200365308842, 52.3705161602261, 45.9531949460506 ] }, "distance": 16.08, "direction": 175.97, "angle": 70.72, "elevation": 45.95, "pano_id": "TMX7316010203-002988_pano_0003_000061", "timestamp": "2023-03-06T07:57:34.068130Z", "filename": "pano_0003_000061.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.07661601, "relative_pitch": 70.71773194352437, "relative_heading": 175.97053674101946, "relative_elevation": 45.9531949460506 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000116/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000116/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000116/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000116/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000116/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000116/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000116/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000116/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000116/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90221502969245, 52.3706215910784, 46.315606626682 ] }, "distance": 16.11, "direction": 105.5, "angle": 70.82, "elevation": 46.32, "pano_id": "TMX7316010203-002949_pano_0000_000116", "timestamp": "2023-01-30T09:06:50.653430Z", "filename": "pano_0000_000116.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.11222535, "relative_pitch": 70.81828925250947, "relative_heading": 105.49739126159706, "relative_elevation": 46.315606626682 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000082/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000082/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000082/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000082/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000082/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000082/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000082/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000082/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000082/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9019886740721, 52.3705149274107, 46.4033509325236 ] }, "distance": 16.17, "direction": 179.61, "angle": 70.78, "elevation": 46.4, "pano_id": "TMX7316010203-003044_pano_0006_000082", "timestamp": "2023-04-17T05:57:28.152260Z", "filename": "pano_0006_000082.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.17442681, "relative_pitch": 70.78340633034233, "relative_heading": 179.61217669044848, "relative_elevation": 46.4033509325236 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000053/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000053/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000053/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000053/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003024_pano_0008_000053/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000053/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000053/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000053/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000053/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901996241546, 52.3705149761851, 45.8546446328983 ] }, "distance": 16.18, "direction": 177.79, "angle": 70.56, "elevation": 45.85, "pano_id": "TMX7316010203-003024_pano_0008_000053", "timestamp": "2023-04-11T05:59:45.044090Z", "filename": "pano_0008_000053.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.18070017, "relative_pitch": 70.5636230600886, "relative_heading": 177.78668914563224, "relative_elevation": 45.8546446328983 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000037/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000037/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000037/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000037/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002974_pano_0007_000037/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000037/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000037/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000037/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000037/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90220944005125, 52.3706086370978, 46.1603671042249 ] }, "distance": 16.2, "direction": 110.78, "angle": 70.66, "elevation": 46.16, "pano_id": "TMX7316010203-002974_pano_0007_000037", "timestamp": "2023-02-20T08:08:05.264150Z", "filename": "pano_0007_000037.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.19925152, "relative_pitch": 70.66228327649802, "relative_heading": 110.77759712242926, "relative_elevation": 46.1603671042249 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000930/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000930/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000930/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000930/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_000930/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000930/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000930/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000930/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000930/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90222447618936, 52.3706512815102, 46.3949458803982 ] }, "distance": 16.2, "direction": 93.54, "angle": 70.75, "elevation": 46.39, "pano_id": "TMX7316010203-002031_pano_0001_000930", "timestamp": "2021-03-08T10:30:31.147480Z", "filename": "pano_0001_000930.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.20078481, "relative_pitch": 70.75116193442723, "relative_heading": 93.54350164333289, "relative_elevation": 46.3949458803982 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000143/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000143/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000143/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000143/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000143/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000143/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000143/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000143/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000143/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90221565920008, 52.3706192961204, 46.954357710667 ] }, "distance": 16.22, "direction": 106.33, "angle": 70.94, "elevation": 46.95, "pano_id": "TMX7316010203-002927_pano_0005_000143", "timestamp": "2023-01-11T13:41:32.112470Z", "filename": "pano_0005_000143.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.22347285, "relative_pitch": 70.93915968621813, "relative_heading": 106.32604997440852, "relative_elevation": 46.954357710667 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000259/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000259/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000259/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000259/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_000259/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000259/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000259/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000259/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000259/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9022104732595, 52.3706066091346, 45.9972870843485 ] }, "distance": 16.35, "direction": 111.43, "angle": 70.44, "elevation": 46.0, "pano_id": "TMX7316010203-002546_pano_0002_000259", "timestamp": "2022-04-26T09:08:49.603860Z", "filename": "pano_0002_000259.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.34615626, "relative_pitch": 70.43620209583104, "relative_heading": 111.42964108042015, "relative_elevation": 45.9972870843485 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00025/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00025/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00025/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00025/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track08_Sphere_00025/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track08_Sphere_00025/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track08_Sphere_00025/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00025/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00025/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902020067442287, 52.370514706849974, 0.0 ] }, "distance": 16.35, "direction": 172.1, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track08_Sphere_00025", "timestamp": "2025-01-08T13:27:06Z", "filename": "Job_20250108_1349_Track08_Sphere_00025.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.35379504, "relative_pitch": 0.0, "relative_heading": 172.1002492375608, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000041/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000041/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000041/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000041/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0008_000041/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000041/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000041/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000041/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000041/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198523246263, 52.370513282851, 46.3865689225495 ] }, "distance": 16.36, "direction": 180.44, "angle": 70.58, "elevation": 46.39, "pano_id": "TMX7316010203-003009_pano_0008_000041", "timestamp": "2023-03-27T07:10:36.544680Z", "filename": "pano_0008_000041.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.3575307, "relative_pitch": 70.57556284708943, "relative_heading": 180.43758459674748, "relative_elevation": 46.3865689225495 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000165/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000165/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000165/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000165/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000165/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000165/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000165/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000165/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000165/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90196942971439, 52.3705136712446, 46.9749194085598 ] }, "distance": 16.36, "direction": 184.21, "angle": 70.8, "elevation": 46.97, "pano_id": "TMX7316010203-003001_pano_0000_000165", "timestamp": "2023-03-20T07:52:14.334670Z", "filename": "pano_0000_000165.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.35800136, "relative_pitch": 70.80043111898902, "relative_heading": 184.21128748078957, "relative_elevation": 46.9749194085598 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000037/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000037/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000037/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000037/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0008_000037/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000037/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000037/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000037/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000037/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90221600863058, 52.370615780747, 46.5921366903931 ] }, "distance": 16.36, "direction": 107.62, "angle": 70.65, "elevation": 46.59, "pano_id": "TMX7316010203-003009_pano_0008_000037", "timestamp": "2023-03-27T07:10:34.359700Z", "filename": "pano_0008_000037.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.36042846, "relative_pitch": 70.65171364854292, "relative_heading": 107.61740816371564, "relative_elevation": 46.5921366903931 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000922/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000922/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000922/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000922/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_000922/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000922/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000922/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000922/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000922/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90184176710801, 52.3707787977676, 46.7135361758992 ] }, "distance": 16.49, "direction": 323.12, "angle": 70.56, "elevation": 46.71, "pano_id": "TMX7316010203-002031_pano_0001_000922", "timestamp": "2021-03-08T10:30:15.422650Z", "filename": "pano_0001_000922.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.48811108, "relative_pitch": 70.55889559453222, "relative_heading": 323.11548875302924, "relative_elevation": 46.7135361758992 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000136/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000136/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000136/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000136/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000136/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000136/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000136/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000136/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000136/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90183775302776, 52.3707776995779, 46.9847069466487 ] }, "distance": 16.56, "direction": 322.1, "angle": 70.59, "elevation": 46.98, "pano_id": "TMX7316010203-002927_pano_0005_000136", "timestamp": "2023-01-11T13:41:25.717330Z", "filename": "pano_0005_000136.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.55703865, "relative_pitch": 70.5879459567181, "relative_heading": 322.1048995657007, "relative_elevation": 46.9847069466487 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000121/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000121/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000121/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000121/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0008_000121/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0008_000121/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0008_000121/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000121/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000121/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90222251437, 52.3706217011688, 47.4298712061718 ] }, "distance": 16.6, "direction": 104.99, "angle": 70.71, "elevation": 47.43, "pano_id": "TMX7316010203-003044_pano_0008_000121", "timestamp": "2023-04-17T06:08:58.671250Z", "filename": "pano_0008_000121.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.60085435, "relative_pitch": 70.70952392626074, "relative_heading": 104.98652567046553, "relative_elevation": 47.4298712061718 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000258/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000258/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000258/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000258/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003023_pano_0015_000258/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000258/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000258/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000258/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000258/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198794675686, 52.3705101210398, 47.3150084763765 ] }, "distance": 16.71, "direction": 179.79, "angle": 70.55, "elevation": 47.32, "pano_id": "TMX7316010203-003023_pano_0015_000258", "timestamp": "2023-04-03T10:40:29.917210Z", "filename": "pano_0015_000258.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.70898976, "relative_pitch": 70.54965538815496, "relative_heading": 179.79445129516975, "relative_elevation": 47.3150084763765 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000451/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000451/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000451/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000451/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000222_pano_0000_000451/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000222_pano_0000_000451/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000222_pano_0000_000451/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000451/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/23/TMX7316010203-000222/pano_0000_000451/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90199468171198, 52.3705101427897, 45.9910181537271 ] }, "distance": 16.71, "direction": 178.22, "angle": 70.03, "elevation": 45.99, "pano_id": "TMX7316010203-000222_pano_0000_000451", "timestamp": "2017-03-23T12:02:46.837960Z", "filename": "pano_0000_000451.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.71451103, "relative_pitch": 70.02734222735775, "relative_heading": 178.22180228671425, "relative_elevation": 45.9910181537271 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000266/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000266/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000266/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000266/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_000266/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000266/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000266/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000266/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000266/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90184508759474, 52.3707832277207, 46.2246915586293 ] }, "distance": 16.75, "direction": 324.75, "angle": 70.08, "elevation": 46.22, "pano_id": "TMX7316010203-002546_pano_0002_000266", "timestamp": "2022-04-26T09:08:57.188850Z", "filename": "pano_0002_000266.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.75343238, "relative_pitch": 70.07772610402266, "relative_heading": 324.7461840755058, "relative_elevation": 46.2246915586293 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000051/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000051/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000051/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000051/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000051/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000051/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000051/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000051/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000051/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90222535047968, 52.3706219343284, 46.3263101112098 ] }, "distance": 16.78, "direction": 104.73, "angle": 70.09, "elevation": 46.33, "pano_id": "TMX7316010203-002964_pano_0003_000051", "timestamp": "2023-02-13T08:07:21.728660Z", "filename": "pano_0003_000051.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.78090821, "relative_pitch": 70.08795272226467, "relative_heading": 104.73040159583549, "relative_elevation": 46.3263101112098 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000173/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000173/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000173/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000173/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_000173/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000173/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000173/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000173/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000173/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198687487844, 52.3705093943936, 47.3143751556054 ] }, "distance": 16.79, "direction": 180.04, "angle": 70.46, "elevation": 47.31, "pano_id": "TMX7316010203-002546_pano_0002_000173", "timestamp": "2022-04-26T09:07:03.329700Z", "filename": "pano_0002_000173.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.78974442, "relative_pitch": 70.46251411581645, "relative_heading": 180.04457395375863, "relative_elevation": 47.3143751556054 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001900/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001900/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001900/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001900/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_001900/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001900/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001900/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001900/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001900/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198677486818, 52.3705088092622, 47.099776786752 ] }, "distance": 16.85, "direction": 180.07, "angle": 70.31, "elevation": 47.1, "pano_id": "TMX7316010203-001660_pano_0000_001900", "timestamp": "2020-04-21T09:11:42.541290Z", "filename": "pano_0000_001900.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.85486119, "relative_pitch": 70.31002876534792, "relative_heading": 180.06755704821768, "relative_elevation": 47.099776786752 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000150/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000150/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000150/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000150/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002955_pano_0002_000150/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000150/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000150/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000150/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000150/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90222135714522, 52.37060835512, 46.848596339114 ] }, "distance": 16.97, "direction": 109.9, "angle": 70.09, "elevation": 46.85, "pano_id": "TMX7316010203-002955_pano_0002_000150", "timestamp": "2023-02-06T08:20:03.153630Z", "filename": "pano_0002_000150.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.97123095, "relative_pitch": 70.08672720967193, "relative_heading": 109.9045232659735, "relative_elevation": 46.848596339114 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00063/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00063/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00063/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00063/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track04_Sphere_00063/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00063/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00063/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00063/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00063/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902232746092738, 52.37063426982104, 0.0 ] }, "distance": 16.98, "direction": 99.81, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track04_Sphere_00063", "timestamp": "2025-01-08T13:17:31Z", "filename": "Job_20250108_1349_Track04_Sphere_00063.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 16.98153853, "relative_pitch": 0.0, "relative_heading": 99.81320174222135, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00970/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00970/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00970/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00970/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00970/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00970/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00970/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00970/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00970/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902231370100735, 52.37062447657199, 0.0 ] }, "distance": 17.11, "direction": 103.47, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00970", "timestamp": "2025-07-03T05:18:16Z", "filename": "recording_2025-07-03_04-36-25_00970.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.1096671, "relative_pitch": 0.0, "relative_heading": 103.46501395733759, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000041/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000041/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000041/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000041/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002974_pano_0007_000041/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000041/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000041/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000041/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000041/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198037249778, 52.3705063777528, 45.9453835533932 ] }, "distance": 17.13, "direction": 181.53, "angle": 69.55, "elevation": 45.95, "pano_id": "TMX7316010203-002974_pano_0007_000041", "timestamp": "2023-02-20T08:08:07.624010Z", "filename": "pano_0007_000041.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.13148236, "relative_pitch": 69.55121280719916, "relative_heading": 181.52504643390927, "relative_elevation": 45.9453835533932 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001583/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001583/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001583/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001583/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_001583/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001583/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001583/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001583/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001583/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90197800985985, 52.3705060375269, 46.9848764203489 ] }, "distance": 17.17, "direction": 182.06, "angle": 69.92, "elevation": 46.98, "pano_id": "TMX7316010203-001177_pano_0000_001583", "timestamp": "2019-05-13T06:28:43.062970Z", "filename": "pano_0000_001583.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.17435398, "relative_pitch": 69.92115567567646, "relative_heading": 182.05834603967062, "relative_elevation": 46.9848764203489 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000154/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000154/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000154/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000154/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002955_pano_0002_000154/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000154/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000154/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000154/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000154/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90198729782486, 52.370505497536, 46.6754579264671 ] }, "distance": 17.22, "direction": 179.95, "angle": 69.75, "elevation": 46.68, "pano_id": "TMX7316010203-002955_pano_0002_000154", "timestamp": "2023-02-06T08:20:06.203630Z", "filename": "pano_0002_000154.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.22336696, "relative_pitch": 69.74580630659291, "relative_heading": 179.94762246818055, "relative_elevation": 46.6754579264671 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00856/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00856/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00856/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00856/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00856/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00856/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00856/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00856/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00856/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901974466237631, 52.3705047233784, 0.0 ] }, "distance": 17.33, "direction": 182.84, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00856", "timestamp": "2025-07-03T05:11:31Z", "filename": "recording_2025-07-03_04-36-25_00856.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.33076564, "relative_pitch": 0.0, "relative_heading": 182.838413654715, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001099/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001099/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001099/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001099/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_001099/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_001099/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_001099/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001099/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_001099/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90182948662967, 52.3707832017525, 47.1474463101476 ] }, "distance": 17.39, "direction": 321.88, "angle": 69.76, "elevation": 47.15, "pano_id": "TMX7316060226-000030_pano_0008_001099", "timestamp": "2016-08-17T09:19:16.677760Z", "filename": "pano_0008_001099.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.38613777, "relative_pitch": 69.75799451147033, "relative_heading": 321.8800135504125, "relative_elevation": 47.1474463101476 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00848/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00848/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00848/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00848/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00848/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00848/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00848/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00848/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00848/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90183697872389, 52.37078824331123, 0.0 ] }, "distance": 17.53, "direction": 324.32, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00848", "timestamp": "2025-07-03T05:11:05Z", "filename": "recording_2025-07-03_04-36-25_00848.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.52843862, "relative_pitch": 0.0, "relative_heading": 324.32497198695654, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000046/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000046/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000046/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000046/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003024_pano_0008_000046/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000046/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000046/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000046/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000046/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90183035370075, 52.3707859218358, 46.2056449651718 ] }, "distance": 17.59, "direction": 322.64, "angle": 69.16, "elevation": 46.21, "pano_id": "TMX7316010203-003024_pano_0008_000046", "timestamp": "2023-04-11T05:59:37.483940Z", "filename": "pano_0008_000046.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.58934992, "relative_pitch": 69.1594045133068, "relative_heading": 322.64000768120775, "relative_elevation": 46.2056449651718 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000103/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000103/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000103/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000103/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000103/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000103/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000103/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000103/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000103/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90182826771526, 52.370785023803, 46.9360301652923 ] }, "distance": 17.6, "direction": 322.07, "angle": 69.45, "elevation": 46.94, "pano_id": "TMX7316010203-002927_pano_0005_000103", "timestamp": "2023-01-11T13:40:45.442610Z", "filename": "pano_0005_000103.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.59699353, "relative_pitch": 69.44825481531922, "relative_heading": 322.0748715970318, "relative_elevation": 46.9360301652923 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000012/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000012/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000012/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000012/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002932_pano_0008_000012/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000012/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000012/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000012/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000012/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90195118073586, 52.3705028362987, 48.7162206638604 ] }, "distance": 17.69, "direction": 187.94, "angle": 70.04, "elevation": 48.72, "pano_id": "TMX7316010203-002932_pano_0008_000012", "timestamp": "2023-01-13T09:18:39.910580Z", "filename": "pano_0008_000012.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.68916069, "relative_pitch": 70.04372772122082, "relative_heading": 187.94217454620366, "relative_elevation": 48.7162206638604 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004378/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004378/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004378/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004378/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004378/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004378/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004378/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004378/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004378/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90224525246374, 52.3706422528119, 47.0340154338628 ] }, "distance": 17.7, "direction": 96.51, "angle": 69.38, "elevation": 47.03, "pano_id": "TMX7316010203-000711_pano_0000_004378", "timestamp": "2018-05-08T12:16:10.601200Z", "filename": "pano_0000_004378.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.69891808, "relative_pitch": 69.37866193076331, "relative_heading": 96.50780346762971, "relative_elevation": 47.0340154338628 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001876/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001876/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001876/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001876/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_001876/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001876/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001876/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001876/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001876/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90224058258603, 52.3706227066378, 47.434976070188 ] }, "distance": 17.77, "direction": 103.61, "angle": 69.47, "elevation": 47.43, "pano_id": "TMX7316010203-001660_pano_0000_001876", "timestamp": "2020-04-21T09:11:07.631520Z", "filename": "pano_0000_001876.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.76579459, "relative_pitch": 69.46759602665439, "relative_heading": 103.61152254174294, "relative_elevation": 47.434976070188 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000969/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000969/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000969/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000969/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000969/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000969/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000969/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000969/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000969/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90196708800452, 52.3705010030253, 48.7486299267039 ] }, "distance": 17.78, "direction": 184.39, "angle": 69.97, "elevation": 48.75, "pano_id": "TMX7316060226-000030_pano_0008_000969", "timestamp": "2016-08-17T09:16:26.563710Z", "filename": "pano_0008_000969.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.7756427, "relative_pitch": 69.96618141463539, "relative_heading": 184.3903263886166, "relative_elevation": 48.7486299267039 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000057/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000057/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000057/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000057/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002988_pano_0003_000057/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002988_pano_0003_000057/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002988_pano_0003_000057/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000057/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000057/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90224489938741, 52.3706270168503, 46.0741975177079 ] }, "distance": 17.95, "direction": 101.9, "angle": 68.72, "elevation": 46.07, "pano_id": "TMX7316010203-002988_pano_0003_000057", "timestamp": "2023-03-06T07:57:31.408170Z", "filename": "pano_0003_000057.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 17.94666414, "relative_pitch": 68.71826124668404, "relative_heading": 101.90216802252179, "relative_elevation": 46.0741975177079 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000019/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000019/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000019/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000019/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000019/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000019/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000019/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000019/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000019/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9019584340284, 52.3704991349908, 45.4785362584516 ] }, "distance": 18.04, "direction": 186.21, "angle": 68.37, "elevation": 45.48, "pano_id": "TMX7316010203-002964_pano_0003_000019", "timestamp": "2023-02-13T08:06:50.244000Z", "filename": "pano_0003_000019.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.03708234, "relative_pitch": 68.36640207049848, "relative_heading": 186.20691222029117, "relative_elevation": 45.4785362584516 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000071/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000071/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000071/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000071/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000071/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000071/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000071/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000071/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000071/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90182629622969, 52.3707892565015, 47.0260659204796 ] }, "distance": 18.05, "direction": 322.66, "angle": 69.0, "elevation": 47.03, "pano_id": "TMX7316010203-003044_pano_0006_000071", "timestamp": "2023-04-17T05:57:03.502480Z", "filename": "pano_0006_000071.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.05198136, "relative_pitch": 68.99961140172486, "relative_heading": 322.65751321064545, "relative_elevation": 47.0260659204796 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000078/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000078/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000078/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000078/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002993_pano_0000_000078/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000078/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000078/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000078/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000078/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90196649416974, 52.3704981219482, 46.7309745224193 ] }, "distance": 18.1, "direction": 184.44, "angle": 68.83, "elevation": 46.73, "pano_id": "TMX7316010203-002993_pano_0000_000078", "timestamp": "2023-03-13T07:46:37.667620Z", "filename": "pano_0000_000078.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.0983951, "relative_pitch": 68.82915946136298, "relative_heading": 184.4403011805608, "relative_elevation": 46.7309745224193 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000070/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000070/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000070/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000070/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002993_pano_0000_000070/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000070/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002993_pano_0000_000070/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000070/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/13/TMX7316010203-002993/pano_0000_000070/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90182043851289, 52.3707875368479, 47.0093402368948 ] }, "distance": 18.15, "direction": 321.29, "angle": 68.89, "elevation": 47.01, "pano_id": "TMX7316010203-002993_pano_0000_000070", "timestamp": "2023-03-13T07:46:29.052830Z", "filename": "pano_0000_000070.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.1470274, "relative_pitch": 68.89190324398982, "relative_heading": 321.2894581653885, "relative_elevation": 47.0093402368948 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000111/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000111/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000111/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000111/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000111/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000111/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000111/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000111/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000111/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90195599280872, 52.3704972594772, 46.6285123983398 ] }, "distance": 18.26, "direction": 186.65, "angle": 68.61, "elevation": 46.63, "pano_id": "TMX7316010203-002927_pano_0005_000111", "timestamp": "2023-01-11T13:41:00.472490Z", "filename": "pano_0005_000111.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.26309031, "relative_pitch": 68.61110413840034, "relative_heading": 186.6547012020315, "relative_elevation": 46.6285123983398 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000084/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000084/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000084/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000084/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000084/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000084/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000084/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000084/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000084/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90195842897473, 52.3704970379487, 46.3150832829997 ] }, "distance": 18.27, "direction": 186.13, "angle": 68.47, "elevation": 46.32, "pano_id": "TMX7316010203-002949_pano_0000_000084", "timestamp": "2023-01-30T09:06:04.383830Z", "filename": "pano_0000_000084.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.26911568, "relative_pitch": 68.47310439144707, "relative_heading": 186.1288612132669, "relative_elevation": 46.3150832829997 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001631/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001631/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001631/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001631/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0000_001631/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0000_001631/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0000_001631/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001631/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0000_001631/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9019555461184, 52.3704968242426, 46.5764096966013 ] }, "distance": 18.31, "direction": 186.73, "angle": 68.53, "elevation": 46.58, "pano_id": "TMX7316010203-002031_pano_0000_001631", "timestamp": "2021-03-08T09:54:01.965900Z", "filename": "pano_0000_001631.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.31473668, "relative_pitch": 68.53429709753426, "relative_heading": 186.7316803112304, "relative_elevation": 46.5764096966013 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000344/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000344/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000344/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000344/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002982_pano_0004_000344/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002982_pano_0004_000344/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002982_pano_0004_000344/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000344/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000344/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90224964134439, 52.3706234951356, 46.8511327942833 ] }, "distance": 18.35, "direction": 102.89, "angle": 68.62, "elevation": 46.85, "pano_id": "TMX7316010203-002982_pano_0004_000344", "timestamp": "2023-02-27T08:17:45.568990Z", "filename": "pano_0004_000344.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.34625085, "relative_pitch": 68.61538107882394, "relative_heading": 102.89171678574277, "relative_elevation": 46.8511327942833 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003057/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003057/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003057/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003057/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_003057/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_003057/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_003057/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003057/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003057/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90195189425739, 52.370495764093, 46.998627724126 ] }, "distance": 18.46, "direction": 187.46, "angle": 68.55, "elevation": 47.0, "pano_id": "TMX7316010203-000709_pano_0000_003057", "timestamp": "2018-05-07T10:55:15.920940Z", "filename": "pano_0000_003057.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.46251914, "relative_pitch": 68.55356001084975, "relative_heading": 187.45535262791986, "relative_elevation": 46.998627724126 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00071/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00071/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00071/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00071/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track04_Sphere_00071/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00071/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00071/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00071/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00071/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901831865141496, 52.370796625855306, 0.0 ] }, "distance": 18.49, "direction": 325.13, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track04_Sphere_00071", "timestamp": "2025-01-08T13:17:54Z", "filename": "Job_20250108_1349_Track04_Sphere_00071.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.49111255, "relative_pitch": 0.0, "relative_heading": 325.1338921338022, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000125/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000125/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000125/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000125/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0008_000125/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0008_000125/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0008_000125/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000125/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000125/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90225494568854, 52.3706330833597, 47.4828248890117 ] }, "distance": 18.49, "direction": 99.42, "angle": 68.72, "elevation": 47.48, "pano_id": "TMX7316010203-003044_pano_0008_000125", "timestamp": "2023-04-17T06:09:13.806170Z", "filename": "pano_0008_000125.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.49435812, "relative_pitch": 68.71929821254905, "relative_heading": 99.41784713511616, "relative_elevation": 47.4828248890117 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000349/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000349/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000349/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000349/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002982_pano_0004_000349/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002982_pano_0004_000349/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002982_pano_0004_000349/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000349/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/27/TMX7316010203-002982/pano_0004_000349/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90195416733649, 52.3704929144614, 46.7561511443928 ] }, "distance": 18.76, "direction": 186.86, "angle": 68.14, "elevation": 46.76, "pano_id": "TMX7316010203-002982_pano_0004_000349", "timestamp": "2023-02-27T08:17:48.493950Z", "filename": "pano_0004_000349.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.75785137, "relative_pitch": 68.1400998055421, "relative_heading": 186.86077434871123, "relative_elevation": 46.7561511443928 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000079/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000079/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000079/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000079/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0006_000079/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000079/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000079/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000079/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000079/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90193793619531, 52.3704942712482, 47.0965928267688 ] }, "distance": 18.77, "direction": 190.27, "angle": 68.27, "elevation": 47.1, "pano_id": "TMX7316010203-003009_pano_0006_000079", "timestamp": "2023-03-27T07:05:09.742580Z", "filename": "pano_0006_000079.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.77319329, "relative_pitch": 68.26725811408379, "relative_heading": 190.26764003426973, "relative_elevation": 47.0965928267688 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003052/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003052/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003052/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003052/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_003052/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_003052/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_003052/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003052/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_003052/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90226140485509, 52.3706332103192, 47.2058320390061 ] }, "distance": 18.93, "direction": 99.16, "angle": 68.15, "elevation": 47.21, "pano_id": "TMX7316010203-000709_pano_0000_003052", "timestamp": "2018-05-07T10:55:10.405880Z", "filename": "pano_0000_003052.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.92624132, "relative_pitch": 68.1526624364352, "relative_heading": 99.15772169439356, "relative_elevation": 47.2058320390061 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001892/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001892/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001892/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001892/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_001892/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001892/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001892/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001892/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001892/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90181896562361, 52.3707964091033, 47.320445491001 ] }, "distance": 18.99, "direction": 322.92, "angle": 68.14, "elevation": 47.32, "pano_id": "TMX7316010203-001660_pano_0000_001892", "timestamp": "2020-04-21T09:11:34.256330Z", "filename": "pano_0000_001892.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 18.98778891, "relative_pitch": 68.13639610288504, "relative_heading": 322.9165305809529, "relative_elevation": 47.320445491001 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000287/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000287/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000287/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000287/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000287/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000287/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000287/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000287/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000287/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90226413692731, 52.3706389757192, 47.244845491834 ] }, "distance": 19.02, "direction": 97.16, "angle": 68.07, "elevation": 47.24, "pano_id": "TMX7316010203-003001_pano_0000_000287", "timestamp": "2023-03-20T07:54:50.643270Z", "filename": "pano_0000_000287.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.01940232, "relative_pitch": 68.07171650155108, "relative_heading": 97.16009675145146, "relative_elevation": 47.244845491834 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000251/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000251/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000251/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000251/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003023_pano_0015_000251/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000251/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000251/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000251/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000251/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90182592778191, 52.3708008447747, 47.6406074492261 ] }, "distance": 19.11, "direction": 324.94, "angle": 68.15, "elevation": 47.64, "pano_id": "TMX7316010203-003023_pano_0015_000251", "timestamp": "2023-04-03T10:40:16.062340Z", "filename": "pano_0015_000251.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.1075763, "relative_pitch": 68.14538884558, "relative_heading": 324.9437065210696, "relative_elevation": 47.6406074492261 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001578/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001578/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001578/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001578/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_001578/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001578/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001578/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001578/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001578/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90226623168489, 52.3706381308967, 47.057345350273 ] }, "distance": 19.17, "direction": 97.39, "angle": 67.83, "elevation": 47.06, "pano_id": "TMX7316010203-001177_pano_0000_001578", "timestamp": "2019-05-13T06:28:39.782940Z", "filename": "pano_0000_001578.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.17282852, "relative_pitch": 67.8322784449129, "relative_heading": 97.38569161266004, "relative_elevation": 47.057345350273 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004386/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004386/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004386/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004386/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000711_pano_0000_004386/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004386/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000711_pano_0000_004386/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004386/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/08/TMX7316010203-000711/pano_0000_004386/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90181741167647, 52.3707978844707, 46.6846236782148 ] }, "distance": 19.18, "direction": 322.96, "angle": 67.66, "elevation": 46.68, "pano_id": "TMX7316010203-000711_pano_0000_004386", "timestamp": "2018-05-08T12:16:26.881170Z", "filename": "pano_0000_004386.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.18258077, "relative_pitch": 67.66237708046079, "relative_heading": 322.9600151295277, "relative_elevation": 46.6846236782148 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000014/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000014/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000014/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000014/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000014/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000014/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000014/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000014/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000014/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90226556582505, 52.3706342224618, 45.5822720816359 ] }, "distance": 19.19, "direction": 98.69, "angle": 67.17, "elevation": 45.58, "pano_id": "TMX7316010203-002964_pano_0003_000014", "timestamp": "2023-02-13T08:06:46.998960Z", "filename": "pano_0003_000014.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.18874147, "relative_pitch": 67.17039690931807, "relative_heading": 98.6910341077631, "relative_elevation": 45.5822720816359 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000036/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000036/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000036/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000036/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002974_pano_0007_000036/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000036/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000036/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000036/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000036/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90226652544809, 52.3706342533994, 46.0929840728641 ] }, "distance": 19.25, "direction": 98.65, "angle": 67.33, "elevation": 46.09, "pano_id": "TMX7316010203-002974_pano_0007_000036", "timestamp": "2023-02-20T08:08:04.619020Z", "filename": "pano_0007_000036.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.25283466, "relative_pitch": 67.32992290186624, "relative_heading": 98.65151482934672, "relative_elevation": 46.0929840728641 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000062/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000062/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000062/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000062/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002988_pano_0003_000062/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002988_pano_0003_000062/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002988_pano_0003_000062/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000062/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/06/TMX7316010203-002988/pano_0003_000062/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90194228581371, 52.3704889804777, 45.94767126441 ] }, "distance": 19.3, "direction": 189.09, "angle": 67.21, "elevation": 45.95, "pano_id": "TMX7316010203-002988_pano_0003_000062", "timestamp": "2023-03-06T07:57:34.748160Z", "filename": "pano_0003_000062.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.30375849, "relative_pitch": 67.21151381264436, "relative_heading": 189.09086340132325, "relative_elevation": 45.94767126441 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00024/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00024/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00024/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00024/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track08_Sphere_00024/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track08_Sphere_00024/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track08_Sphere_00024/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00024/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track08_Sphere_00024/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901955916370182, 52.37048766957784, 0.0 ] }, "distance": 19.32, "direction": 186.3, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track08_Sphere_00024", "timestamp": "2025-01-08T13:27:04Z", "filename": "Job_20250108_1349_Track08_Sphere_00024.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.32397752, "relative_pitch": 0.0, "relative_heading": 186.30337205077356, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000964/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000964/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000964/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000964/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000030_pano_0008_000964/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000964/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000030_pano_0008_000964/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000964/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/17/TMX7316060226-000030/pano_0008_000964/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90226873089085, 52.3706362500833, 48.8660716358572 ] }, "distance": 19.37, "direction": 97.93, "angle": 68.38, "elevation": 48.87, "pano_id": "TMX7316060226-000030_pano_0008_000964", "timestamp": "2016-08-17T09:16:21.923760Z", "filename": "pano_0008_000964.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.36942958, "relative_pitch": 68.37772102792447, "relative_heading": 97.9349151945427, "relative_elevation": 48.8660716358572 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000258/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000258/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000258/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000258/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_000258/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000258/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000258/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000258/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000258/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90226893335751, 52.3706322693626, 45.9056074721739 ] }, "distance": 19.45, "direction": 99.22, "angle": 67.04, "elevation": 45.91, "pano_id": "TMX7316010203-002546_pano_0002_000258", "timestamp": "2022-04-26T09:08:48.603890Z", "filename": "pano_0002_000258.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.44914359, "relative_pitch": 67.03875064430241, "relative_heading": 99.22182617163588, "relative_elevation": 45.9056074721739 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000042/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000042/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000042/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000042/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0008_000042/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000042/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000042/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000042/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000042/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9019275640199, 52.3704880506184, 46.4198597902432 ] }, "distance": 19.59, "direction": 191.94, "angle": 67.12, "elevation": 46.42, "pano_id": "TMX7316010203-003009_pano_0008_000042", "timestamp": "2023-03-27T07:10:37.104700Z", "filename": "pano_0008_000042.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.58857187, "relative_pitch": 67.12089321798739, "relative_heading": 191.94022506323182, "relative_elevation": 46.4198597902432 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000075/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000075/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000075/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000075/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000075/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000075/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000075/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000075/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000075/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90182236142978, 52.3708047168971, 46.6573191229254 ] }, "distance": 19.6, "direction": 325.09, "angle": 67.21, "elevation": 46.66, "pano_id": "TMX7316010203-002949_pano_0000_000075", "timestamp": "2023-01-30T09:05:54.163930Z", "filename": "pano_0000_000075.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.59985781, "relative_pitch": 67.21364459824738, "relative_heading": 325.08591683077196, "relative_elevation": 46.6573191229254 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000054/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000054/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000054/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000054/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003024_pano_0008_000054/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000054/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003024_pano_0008_000054/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000054/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/11/TMX7316010203-003024/pano_0008_000054/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90193915702634, 52.3704863217473, 45.8348003104329 ] }, "distance": 19.63, "direction": 189.57, "angle": 66.82, "elevation": 45.83, "pano_id": "TMX7316010203-003024_pano_0008_000054", "timestamp": "2023-04-11T05:59:45.778850Z", "filename": "pano_0008_000054.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.63024323, "relative_pitch": 66.81539616605708, "relative_heading": 189.5686091022321, "relative_elevation": 45.8348003104329 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000036/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000036/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000036/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000036/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0008_000036/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000036/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0008_000036/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000036/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0008_000036/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90227427201166, 52.3706413513485, 46.5097210090607 ] }, "distance": 19.67, "direction": 96.15, "angle": 67.07, "elevation": 46.51, "pano_id": "TMX7316010203-003009_pano_0008_000036", "timestamp": "2023-03-27T07:10:33.819710Z", "filename": "pano_0008_000036.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.67444712, "relative_pitch": 67.07076525146555, "relative_heading": 96.14564662007844, "relative_elevation": 46.5097210090607 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000117/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000117/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000117/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000117/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000117/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000117/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000117/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000117/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000117/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90227557472998, 52.370644798487, 46.2453658366576 ] }, "distance": 19.73, "direction": 95.01, "angle": 66.9, "elevation": 46.25, "pano_id": "TMX7316010203-002949_pano_0000_000117", "timestamp": "2023-01-30T09:06:51.513410Z", "filename": "pano_0000_000117.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.72547162, "relative_pitch": 66.89984119233691, "relative_heading": 95.01021996167046, "relative_elevation": 46.2453658366576 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000920/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000920/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000920/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000920/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_000920/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000920/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_000920/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000920/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_000920/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90181940621285, 52.3708048856162, 46.9307290213183 ] }, "distance": 19.73, "direction": 324.64, "angle": 67.2, "elevation": 46.93, "pano_id": "TMX7316010203-001177_pano_0000_000920", "timestamp": "2019-05-13T06:15:57.024250Z", "filename": "pano_0000_000920.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.73105703, "relative_pitch": 67.19668509422642, "relative_heading": 324.6378386251811, "relative_elevation": 46.9307290213183 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000083/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000083/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000083/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000083/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0006_000083/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000083/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0006_000083/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000083/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0006_000083/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901928488868, 52.3704863860263, 46.4345780378208 ] }, "distance": 19.76, "direction": 191.65, "angle": 66.95, "elevation": 46.43, "pano_id": "TMX7316010203-003044_pano_0006_000083", "timestamp": "2023-04-17T05:57:28.837230Z", "filename": "pano_0006_000083.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.75701138, "relative_pitch": 66.95118926711972, "relative_heading": 191.65036732452407, "relative_elevation": 46.4345780378208 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000004/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000004/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000004/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000004/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002932_pano_0008_000004/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000004/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000004/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000004/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000004/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90181011999076, 52.3708020134287, 49.1154004735872 ] }, "distance": 19.85, "direction": 322.61, "angle": 68.0, "elevation": 49.12, "pano_id": "TMX7316010203-002932_pano_0008_000004", "timestamp": "2023-01-13T09:18:28.925670Z", "filename": "pano_0008_000004.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 19.84883594, "relative_pitch": 67.99506006877102, "relative_heading": 322.6146071427867, "relative_elevation": 49.1154004735872 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000144/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000144/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000144/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000144/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002927_pano_0005_000144/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000144/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002927_pano_0005_000144/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000144/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/31/TMX7316010203-002927/pano_0005_000144/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90227981184943, 52.3706426427183, 46.8559151971713 ] }, "distance": 20.04, "direction": 95.62, "angle": 66.85, "elevation": 46.86, "pano_id": "TMX7316010203-002927_pano_0005_000144", "timestamp": "2023-01-11T13:41:32.827250Z", "filename": "pano_0005_000144.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.03504745, "relative_pitch": 66.84900827399305, "relative_heading": 95.62153961124618, "relative_elevation": 46.8559151971713 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000259/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000259/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000259/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000259/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003023_pano_0015_000259/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000259/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003023_pano_0015_000259/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000259/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/03/TMX7316010203-003023/pano_0015_000259/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90192683685756, 52.3704839712907, 47.3370472537354 ] }, "distance": 20.04, "direction": 191.81, "angle": 67.05, "elevation": 47.34, "pano_id": "TMX7316010203-003023_pano_0015_000259", "timestamp": "2023-04-03T10:40:30.717200Z", "filename": "pano_0015_000259.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.04297364, "relative_pitch": 67.05172058416167, "relative_heading": 191.8102782630159, "relative_elevation": 47.3370472537354 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000120/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000120/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000120/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000120/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003044_pano_0008_000120/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0008_000120/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003044_pano_0008_000120/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000120/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/04/17/TMX7316010203-003044/pano_0008_000120/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90228106410877, 52.3706473447898, 47.3169384337962 ] }, "distance": 20.08, "direction": 94.11, "angle": 67.01, "elevation": 47.32, "pano_id": "TMX7316010203-003044_pano_0008_000120", "timestamp": "2023-04-17T06:08:57.886300Z", "filename": "pano_0008_000120.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.07564504, "relative_pitch": 67.00944389707607, "relative_heading": 94.11143416475433, "relative_elevation": 47.3169384337962 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000174/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000174/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000174/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000174/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_000174/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000174/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_000174/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000174/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_000174/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90192662256593, 52.3704833514673, 47.3116858769208 ] }, "distance": 20.11, "direction": 191.81, "angle": 66.97, "elevation": 47.31, "pano_id": "TMX7316010203-002546_pano_0002_000174", "timestamp": "2022-04-26T09:07:04.249710Z", "filename": "pano_0002_000174.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.1134713, "relative_pitch": 66.9683488368921, "relative_heading": 191.8107628362761, "relative_elevation": 47.3116858769208 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000149/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000149/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000149/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000149/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002955_pano_0002_000149/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000149/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000149/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000149/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000149/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90227964072584, 52.3706335526396, 46.7665045214817 ] }, "distance": 20.15, "direction": 98.49, "angle": 66.69, "elevation": 46.77, "pano_id": "TMX7316010203-002955_pano_0002_000149", "timestamp": "2023-02-06T08:20:02.433690Z", "filename": "pano_0002_000149.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.14775488, "relative_pitch": 66.69285288819651, "relative_heading": 98.48861095462293, "relative_elevation": 46.7665045214817 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000166/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000166/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000166/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000166/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000166/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000166/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000166/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000166/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000166/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90191059932269, 52.3704851641157, 46.9854167886078 ] }, "distance": 20.17, "direction": 194.96, "angle": 66.77, "elevation": 46.99, "pano_id": "TMX7316010203-003001_pano_0000_000166", "timestamp": "2023-03-20T07:52:15.154600Z", "filename": "pano_0000_000166.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.16995338, "relative_pitch": 66.7670645945398, "relative_heading": 194.96410249796665, "relative_elevation": 46.9854167886078 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000157/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000157/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000157/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000157/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003001_pano_0000_000157/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000157/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003001_pano_0000_000157/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000157/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/20/TMX7316010203-003001/pano_0000_000157/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90181282275229, 52.3708072154723, 47.1376016540453 ] }, "distance": 20.2, "direction": 324.03, "angle": 66.8, "elevation": 47.14, "pano_id": "TMX7316010203-003001_pano_0000_000157", "timestamp": "2023-03-20T07:52:02.044890Z", "filename": "pano_0000_000157.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.20313658, "relative_pitch": 66.80006704897447, "relative_heading": 324.02631062017645, "relative_elevation": 47.1376016540453 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000384/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000384/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000384/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000384/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000709_pano_0000_000384/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_000384/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000709_pano_0000_000384/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000384/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/07/TMX7316010203-000709/pano_0000_000384/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90181415678235, 52.3708083964571, 46.4804318202659 ] }, "distance": 20.26, "direction": 324.45, "angle": 66.45, "elevation": 46.48, "pano_id": "TMX7316010203-000709_pano_0000_000384", "timestamp": "2018-05-07T09:34:43.815950Z", "filename": "pano_0000_000384.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.25667591, "relative_pitch": 66.45190596046129, "relative_heading": 324.452640274173, "relative_elevation": 46.4804318202659 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000931/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000931/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000931/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000931/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002031_pano_0001_000931/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000931/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002031_pano_0001_000931/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000931/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/08/TMX7316010203-002031/pano_0001_000931/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90228276836483, 52.3706819747649, 46.3698280416429 ] }, "distance": 20.28, "direction": 83.16, "angle": 66.37, "elevation": 46.37, "pano_id": "TMX7316010203-002031_pano_0001_000931", "timestamp": "2021-03-08T10:30:33.067450Z", "filename": "pano_0001_000931.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.28420538, "relative_pitch": 66.37331300577578, "relative_heading": 83.16487900154709, "relative_elevation": 46.3698280416429 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00062/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00062/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00062/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00062/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250108_1349_Track04_Sphere_00062/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00062/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00062/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00062/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250108_1349_Track04_Sphere_00062/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902284798700885, 52.37066528388547, 0.0 ] }, "distance": 20.29, "direction": 88.43, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250108_1349_Track04_Sphere_00062", "timestamp": "2025-01-08T13:17:29Z", "filename": "Job_20250108_1349_Track04_Sphere_00062.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.28597584, "relative_pitch": 0.0, "relative_heading": 88.42714789135704, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000108/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000108/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000108/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000108/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002949_pano_0000_000108/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000108/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002949_pano_0000_000108/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000108/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/30/TMX7316010203-002949/pano_0000_000108/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90181207884556, 52.37080854755, 46.2954910239205 ] }, "distance": 20.35, "direction": 324.16, "angle": 66.27, "elevation": 46.3, "pano_id": "TMX7316010203-002949_pano_0000_000108", "timestamp": "2023-01-30T09:06:31.688570Z", "filename": "pano_0000_000108.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.35290845, "relative_pitch": 66.2682463144232, "relative_heading": 324.1559930004182, "relative_elevation": 46.2954910239205 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001901/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001901/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001901/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001901/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001660_pano_0000_001901/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001901/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001660_pano_0000_001901/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001901/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/21/TMX7316010203-001660/pano_0000_001901/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90192900909467, 52.3704805137382, 47.1141726356 ] }, "distance": 20.39, "direction": 191.18, "angle": 66.6, "elevation": 47.11, "pano_id": "TMX7316010203-001660_pano_0000_001901", "timestamp": "2020-04-21T09:11:43.356230Z", "filename": "pano_0000_001901.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.39051061, "relative_pitch": 66.59755453212637, "relative_heading": 191.18207149896165, "relative_elevation": 47.1141726356 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000042/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000042/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000042/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000042/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002974_pano_0007_000042/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000042/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002974_pano_0007_000042/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000042/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/20/TMX7316010203-002974/pano_0007_000042/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90192299053966, 52.3704805877191, 45.9778962200508 ] }, "distance": 20.47, "direction": 192.31, "angle": 66.0, "elevation": 45.98, "pano_id": "TMX7316010203-002974_pano_0007_000042", "timestamp": "2023-02-20T08:08:08.188950Z", "filename": "pano_0007_000042.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.46591207, "relative_pitch": 66.00495706288739, "relative_heading": 192.31243258444542, "relative_elevation": 45.9778962200508 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000155/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000155/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000155/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000155/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002955_pano_0002_000155/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000155/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002955_pano_0002_000155/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000155/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/06/TMX7316010203-002955/pano_0002_000155/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90192765297043, 52.3704796757265, 46.6993523798883 ] }, "distance": 20.5, "direction": 191.38, "angle": 66.3, "elevation": 46.7, "pano_id": "TMX7316010203-002955_pano_0002_000155", "timestamp": "2023-02-06T08:20:07.028850Z", "filename": "pano_0002_000155.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.50002996, "relative_pitch": 66.29953969021967, "relative_heading": 191.38478171693797, "relative_elevation": 46.6993523798883 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000000/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000000/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000000/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000000/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002932_pano_0008_000000/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000000/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002932_pano_0008_000000/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000000/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/13/TMX7316010203-002932/pano_0008_000000/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90180546225086, 52.3708074591528, 49.1378046311438 ] }, "distance": 20.52, "direction": 322.94, "angle": 67.33, "elevation": 49.14, "pano_id": "TMX7316010203-002932_pano_0008_000000", "timestamp": "2023-01-13T09:18:21.295720Z", "filename": "pano_0008_000000.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.52326402, "relative_pitch": 67.33129165902464, "relative_heading": 322.9380756475359, "relative_elevation": 49.1378046311438 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000043/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000043/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000043/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000043/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000043/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000043/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000043/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000043/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000043/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90179539875668, 52.3708032490936, 46.1120904199779 ] }, "distance": 20.58, "direction": 320.63, "angle": 65.95, "elevation": 46.11, "pano_id": "TMX7316010203-002964_pano_0003_000043", "timestamp": "2023-02-13T08:07:14.293760Z", "filename": "pano_0003_000043.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.57923364, "relative_pitch": 65.949406997186, "relative_heading": 320.62858197068755, "relative_elevation": 46.1120904199779 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001584/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001584/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001584/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001584/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001177_pano_0000_001584/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001584/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001177_pano_0000_001584/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001584/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/13/TMX7316010203-001177/pano_0000_001584/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90192026759522, 52.3704796692322, 47.0295225623995 ] }, "distance": 20.61, "direction": 192.76, "angle": 66.34, "elevation": 47.03, "pano_id": "TMX7316010203-001177_pano_0000_001584", "timestamp": "2019-05-13T06:28:43.697920Z", "filename": "pano_0000_001584.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.60592942, "relative_pitch": 66.33942778217248, "relative_heading": 192.75565341571243, "relative_elevation": 47.0295225623995 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000052/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000052/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000052/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000052/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002964_pano_0003_000052/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000052/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002964_pano_0003_000052/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000052/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/02/13/TMX7316010203-002964/pano_0003_000052/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90228939369701, 52.3706460705579, 46.2196767861024 ] }, "distance": 20.65, "direction": 94.39, "angle": 65.92, "elevation": 46.22, "pano_id": "TMX7316010203-002964_pano_0003_000052", "timestamp": "2023-02-13T08:07:22.448660Z", "filename": "pano_0003_000052.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.65191997, "relative_pitch": 65.92390755020223, "relative_heading": 94.3909434052423, "relative_elevation": 46.2196767861024 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00969/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00969/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00969/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00969/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00969/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00969/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00969/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00969/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00969/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.902291865794216, 52.370650123603575, 0.0 ] }, "distance": 20.79, "direction": 93.12, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00969", "timestamp": "2025-07-03T05:18:14Z", "filename": "recording_2025-07-03_04-36-25_00969.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.79041408, "relative_pitch": 0.0, "relative_heading": 93.11605909663751, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00857/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00857/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00857/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00857/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_04-36-25_00857/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00857/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_04-36-25_00857/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00857/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_04-36-25_00857/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.901914740933848, 52.37047848615159, 0.0 ] }, "distance": 20.82, "direction": 193.69, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_04-36-25_00857", "timestamp": "2025-07-03T05:11:33Z", "filename": "recording_2025-07-03_04-36-25_00857.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_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.82018237, "relative_pitch": 0.0, "relative_heading": 193.68602016526697, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250108_1349_Track04_Sphere_00067/adjacencies/b_20250108_1349_Track04_Sphere_00067/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000070/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000070/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000070/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000070/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-003009_pano_0006_000070/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000070/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-003009_pano_0006_000070/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000070/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/03/27/TMX7316010203-003009/pano_0006_000070/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.90180591510342, 52.3708120319119, 47.669906434603 ] }, "distance": 20.91, "direction": 323.85, "angle": 66.31, "elevation": 47.67, "pano_id": "TMX7316010203-003009_pano_0006_000070", "timestamp": "2023-03-27T07:05:00.822660Z", "filename": "pano_0006_000070.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "oor", "mission_year": "2022", "tags": [ "mission-oor", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250108_1349_Track04_Sphere_00067", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121955.18308748209, 487086.318460145 ] }, "relative_distance": 20.91333777, "relative_pitch": 66.3123844657184, "relative_heading": 323.84569900291916, "relative_elevation": 47.669906434603 } ] } }