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_20241015_0915_Track25_Sphere_00171/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00171/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00171/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00171/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00171/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00171/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00171/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00171/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767251279341482, 52.35685633530834, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00171", "timestamp": "2024-10-15T09:30:32Z", "filename": "Job_20241015_0915_Track25_Sphere_00171.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "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_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001574/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001574/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001574/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001574/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_001574/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001574/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001574/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001574/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001574/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76725108830063, 52.356856307187, 41.0656070299447 ] }, "distance": 0.01, "direction": 256.48, "angle": 89.98, "elevation": 41.07, "pano_id": "TMX7316010203-002488_pano_0003_001574", "timestamp": "2022-03-29T09:17:35.574140Z", "filename": "pano_0003_001574.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 0.01338659, "relative_pitch": 89.98132268977919, "relative_heading": 256.48177937470484, "relative_elevation": 41.0656070299447 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002856/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002856/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002856/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002856/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002023_pano_0000_002856/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002856/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002856/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002856/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002856/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76725076077728, 52.3568555442547, 41.0788856688887 ] }, "distance": 0.09, "direction": 201.87, "angle": 89.87, "elevation": 41.08, "pano_id": "TMX7316010203-002023_pano_0000_002856", "timestamp": "2021-02-22T10:15:45.567050Z", "filename": "pano_0000_002856.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2020", "tags": [ "mission-woz", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 0.09484937, "relative_pitch": 89.86770675872881, "relative_heading": 201.86902651871247, "relative_elevation": 41.0788856688887 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003624/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003624/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003624/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003624/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003624/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003624/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003624/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003624/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003624/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76724685322949, 52.3568512120538, 41.1487047411501 ] }, "distance": 0.64, "direction": 207.88, "angle": 89.1, "elevation": 41.15, "pano_id": "TMX7316010203-001798_pano_0000_003624", "timestamp": "2020-07-08T06:26:53.475130Z", "filename": "pano_0000_003624.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 0.64492807, "relative_pitch": 89.10207061195179, "relative_heading": 207.87713523474608, "relative_elevation": 41.1487047411501 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000164/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000164/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000164/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000164/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_000164/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_000164/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_000164/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000164/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000164/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76723748909799, 52.3568584638811, 40.898574356921 ] }, "distance": 0.97, "direction": 284.15, "angle": 88.64, "elevation": 40.9, "pano_id": "TMX7316010203-000289_pano_0001_000164", "timestamp": "2017-05-09T09:56:36.191540Z", "filename": "pano_0001_000164.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 0.96893266, "relative_pitch": 88.64285320452265, "relative_heading": 284.1493065065545, "relative_elevation": 40.898574356921 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000441/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000441/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000441/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000441/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002842_pano_0000_000441/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000441/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000441/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000441/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000441/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76723490298909, 52.3568600126631, 41.1269478248432 ] }, "distance": 1.19, "direction": 290.14, "angle": 88.34, "elevation": 41.13, "pano_id": "TMX7316010203-002842_pano_0000_000441", "timestamp": "2022-12-09T10:35:37.626680Z", "filename": "pano_0000_000441.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 1.18839982, "relative_pitch": 88.3448479409835, "relative_heading": 290.14053429754813, "relative_elevation": 41.1269478248432 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000176/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000176/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000176/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000176/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001033_pano_0007_000176/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000176/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000176/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000176/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000176/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76723298100685, 52.3568593545162, 41.1534178974107 ] }, "distance": 1.29, "direction": 285.08, "angle": 88.2, "elevation": 41.15, "pano_id": "TMX7316010203-001033_pano_0007_000176", "timestamp": "2019-01-02T12:24:52.061080Z", "filename": "pano_0007_000176.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 1.29115068, "relative_pitch": 88.20298701888397, "relative_heading": 285.082042782463, "relative_elevation": 41.1534178974107 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02210/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02210/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02210/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02210/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02210/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02210/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02210/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02210/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02210/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767270820604346, 52.356847710480416, 0.0 ] }, "distance": 1.64, "direction": 125.79, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02210", "timestamp": "2025-07-02T05:09:38Z", "filename": "recording_2025-07-02_04-34-16_02210.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 1.64121173, "relative_pitch": 0.0, "relative_heading": 125.78625285145569, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000709/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000709/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000709/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000709/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000709/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000709/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000709/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000709/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000709/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7672314919301, 52.3568663335399, 41.0920811481774 ] }, "distance": 1.75, "direction": 309.53, "angle": 87.56, "elevation": 41.09, "pano_id": "TMX7316010203-000810_pano_0001_000709", "timestamp": "2018-06-27T07:52:41.240410Z", "filename": "pano_0001_000709.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 1.74791394, "relative_pitch": 87.56430549997967, "relative_heading": 309.5312156890742, "relative_elevation": 41.0920811481774 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002231/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002231/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002231/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002231/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002231/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002231/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002231/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002231/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002231/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76722525606516, 52.3568647685102, 41.0984582258388 ] }, "distance": 2.01, "direction": 297.89, "angle": 87.21, "elevation": 41.1, "pano_id": "TMX7316010203-002082_pano_0001_002231", "timestamp": "2021-04-08T11:36:29.119280Z", "filename": "pano_0001_002231.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 2.00600338, "relative_pitch": 87.20562792514586, "relative_heading": 297.8912314851974, "relative_elevation": 41.0984582258388 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000180/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000180/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000180/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000180/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000180/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000180/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000180/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000180/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000180/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7672805894443, 52.3568451869642, 41.0650546457618 ] }, "distance": 2.35, "direction": 121.85, "angle": 86.72, "elevation": 41.07, "pano_id": "TMX7316060226-000021_pano_0000_000180", "timestamp": "2016-08-15T11:44:49.218060Z", "filename": "pano_0000_000180.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 2.35086424, "relative_pitch": 86.72354642865814, "relative_heading": 121.84934534558201, "relative_elevation": 41.0650546457618 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000037/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000037/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000037/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000037/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002841_pano_0002_000037/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000037/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000037/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000037/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000037/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76727707648246, 52.3568403457087, 40.9457964692265 ] }, "distance": 2.5, "direction": 135.35, "angle": 86.5, "elevation": 40.95, "pano_id": "TMX7316010203-002841_pano_0002_000037", "timestamp": "2022-12-09T10:26:32.202000Z", "filename": "pano_0002_000037.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 2.50094431, "relative_pitch": 86.50475093391017, "relative_heading": 135.35078219215242, "relative_elevation": 40.9457964692265 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000038/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000038/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000038/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000038/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002841_pano_0002_000038/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000038/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000038/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000038/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000038/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76721744969968, 52.3568662995525, 40.9350801398978 ] }, "distance": 2.56, "direction": 295.69, "angle": 86.42, "elevation": 40.94, "pano_id": "TMX7316010203-002841_pano_0002_000038", "timestamp": "2022-12-09T10:26:32.597000Z", "filename": "pano_0002_000038.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 2.55765679, "relative_pitch": 86.42476109745743, "relative_heading": 295.6903535720866, "relative_elevation": 40.9350801398978 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000181/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000181/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000181/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000181/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000181/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000181/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000181/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000181/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000181/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7672200206093, 52.3568713599218, 41.0491096703336 ] }, "distance": 2.71, "direction": 308.13, "angle": 86.23, "elevation": 41.05, "pano_id": "TMX7316060226-000021_pano_0000_000181", "timestamp": "2016-08-15T11:44:49.713160Z", "filename": "pano_0000_000181.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 2.7075082, "relative_pitch": 86.22636348134361, "relative_heading": 308.1328542225671, "relative_elevation": 41.0491096703336 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00172/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00172/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00172/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00172/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00172/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00172/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00172/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00172/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00172/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76721564169296, 52.35687182340967, 0.0 ] }, "distance": 2.98, "direction": 305.37, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00172", "timestamp": "2024-10-15T09:30:32Z", "filename": "Job_20241015_0915_Track25_Sphere_00172.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 2.97748904, "relative_pitch": 0.0, "relative_heading": 305.36747927814804, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002230/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002230/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002230/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002230/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002230/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002230/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002230/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002230/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002230/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76728439906282, 52.3568384454957, 41.1105868155137 ] }, "distance": 3.01, "direction": 131.42, "angle": 85.81, "elevation": 41.11, "pano_id": "TMX7316010203-002082_pano_0001_002230", "timestamp": "2021-04-08T11:36:28.744310Z", "filename": "pano_0001_002230.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 3.00905622, "relative_pitch": 85.81374681067649, "relative_heading": 131.41899323150028, "relative_elevation": 41.1105868155137 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000708/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000708/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000708/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000708/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000708/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000708/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000708/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000708/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000708/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76729101271985, 52.3568403200133, 41.1019290322438 ] }, "distance": 3.24, "direction": 123.36, "angle": 85.49, "elevation": 41.1, "pano_id": "TMX7316010203-000810_pano_0001_000708", "timestamp": "2018-06-27T07:52:40.830390Z", "filename": "pano_0001_000708.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 3.24098793, "relative_pitch": 85.49141614644105, "relative_heading": 123.35735696268915, "relative_elevation": 41.1019290322438 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02211/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02211/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02211/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02211/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02211/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02211/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02211/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02211/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02211/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76720842488042, 52.35687143508387, 0.0 ] }, "distance": 3.37, "direction": 299.92, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02211", "timestamp": "2025-07-02T05:09:39Z", "filename": "recording_2025-07-02_04-34-16_02211.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 3.36864366, "relative_pitch": 0.0, "relative_heading": 299.91937837686964, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000175/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000175/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000175/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000175/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001033_pano_0007_000175/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000175/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000175/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000175/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000175/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76729147691961, 52.3568340677691, 41.1605808679014 ] }, "distance": 3.69, "direction": 132.14, "angle": 84.87, "elevation": 41.16, "pano_id": "TMX7316010203-001033_pano_0007_000175", "timestamp": "2019-01-02T12:24:51.661060Z", "filename": "pano_0007_000175.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 3.69322244, "relative_pitch": 84.87274222070766, "relative_heading": 132.13692526972, "relative_elevation": 41.1605808679014 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000440/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000440/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000440/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000440/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002842_pano_0000_000440/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000440/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000440/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000440/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000440/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76729409848371, 52.356833962062, 41.1334041170776 ] }, "distance": 3.84, "direction": 130.48, "angle": 84.67, "elevation": 41.13, "pano_id": "TMX7316010203-002842_pano_0000_000440", "timestamp": "2022-12-09T10:35:37.291720Z", "filename": "pano_0000_000440.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 3.83516982, "relative_pitch": 84.6732928052922, "relative_heading": 130.47680017811876, "relative_elevation": 41.1334041170776 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002857/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002857/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002857/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002857/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002023_pano_0000_002857/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002857/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002857/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002857/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002857/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76719074387091, 52.356881242934, 41.062003383413 ] }, "distance": 4.97, "direction": 303.9, "angle": 83.1, "elevation": 41.06, "pano_id": "TMX7316010203-002023_pano_0000_002857", "timestamp": "2021-02-22T10:15:45.982020Z", "filename": "pano_0000_002857.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2020", "tags": [ "mission-woz", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 4.96906435, "relative_pitch": 83.0999780670767, "relative_heading": 303.9014531133765, "relative_elevation": 41.062003383413 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002855/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002855/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002855/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002855/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002023_pano_0000_002855/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002855/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002855/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002855/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002855/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7673104068859, 52.3568296765162, 41.084788268432 ] }, "distance": 5.0, "direction": 126.37, "angle": 83.06, "elevation": 41.08, "pano_id": "TMX7316010203-002023_pano_0000_002855", "timestamp": "2021-02-22T10:15:45.152130Z", "filename": "pano_0000_002855.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2020", "tags": [ "mission-woz", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 5.00276866, "relative_pitch": 83.05744687109308, "relative_heading": 126.3672043120426, "relative_elevation": 41.084788268432 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003625/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003625/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003625/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003625/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003625/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003625/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003625/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003625/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003625/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76718630311399, 52.3568773465481, 41.1302131060511 ] }, "distance": 5.01, "direction": 297.84, "angle": 83.06, "elevation": 41.13, "pano_id": "TMX7316010203-001798_pano_0000_003625", "timestamp": "2020-07-08T06:26:54.070180Z", "filename": "pano_0000_003625.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 5.00633873, "relative_pitch": 83.06013895136121, "relative_heading": 297.8403709646082, "relative_elevation": 41.1302131060511 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001573/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001573/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001573/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001573/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_001573/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001573/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001573/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001573/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001573/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76731170090449, 52.3568293079985, 41.0766082527116 ] }, "distance": 5.1, "direction": 126.15, "angle": 82.93, "elevation": 41.08, "pano_id": "TMX7316010203-002488_pano_0003_001573", "timestamp": "2022-03-29T09:17:33.924170Z", "filename": "pano_0003_001573.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 5.09811135, "relative_pitch": 82.9250694310893, "relative_heading": 126.15078343438607, "relative_elevation": 41.0766082527116 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001575/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001575/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001575/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001575/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_001575/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001575/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001575/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001575/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001575/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76718694681687, 52.3568805274256, 41.0642135683447 ] }, "distance": 5.14, "direction": 301.56, "angle": 82.86, "elevation": 41.06, "pano_id": "TMX7316010203-002488_pano_0003_001575", "timestamp": "2022-03-29T09:17:37.374150Z", "filename": "pano_0003_001575.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 5.14367709, "relative_pitch": 82.86035253218671, "relative_heading": 301.55743089017426, "relative_elevation": 41.0642135683447 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003623/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003623/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003623/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003623/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003623/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003623/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003623/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003623/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003623/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76730692395683, 52.3568247044663, 41.154784639366 ] }, "distance": 5.17, "direction": 132.87, "angle": 82.84, "elevation": 41.15, "pano_id": "TMX7316010203-001798_pano_0000_003623", "timestamp": "2020-07-08T06:26:52.965230Z", "filename": "pano_0000_003623.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 5.17307399, "relative_pitch": 82.83561003185493, "relative_heading": 132.8738988802334, "relative_elevation": 41.154784639366 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00169/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00169/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00169/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00169/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00169/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00169/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00169/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00169/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00169/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767322514672201, 52.35682506226621, 0.0 ] }, "distance": 5.97, "direction": 125.64, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00169", "timestamp": "2024-10-15T09:30:31Z", "filename": "Job_20241015_0915_Track25_Sphere_00169.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 5.97194647, "relative_pitch": 0.0, "relative_heading": 125.64096322538106, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000177/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000177/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000177/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000177/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001033_pano_0007_000177/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000177/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000177/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000177/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000177/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76717453372329, 52.3568846378533, 41.1400889344513 ] }, "distance": 6.1, "direction": 301.06, "angle": 81.56, "elevation": 41.14, "pano_id": "TMX7316010203-001033_pano_0007_000177", "timestamp": "2019-01-02T12:24:52.461070Z", "filename": "pano_0007_000177.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 6.10392305, "relative_pitch": 81.56063672739255, "relative_heading": 301.0612445514018, "relative_elevation": 41.1400889344513 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000442/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000442/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000442/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000442/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002842_pano_0000_000442/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000442/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000442/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000442/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000442/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76717493948412, 52.356886322102, 41.1163067081943 ] }, "distance": 6.18, "direction": 302.68, "angle": 81.45, "elevation": 41.12, "pano_id": "TMX7316010203-002842_pano_0000_000442", "timestamp": "2022-12-09T10:35:37.966680Z", "filename": "pano_0000_000442.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 6.17941157, "relative_pitch": 81.45292792469473, "relative_heading": 302.6822582842078, "relative_elevation": 41.1163067081943 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02209/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02209/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02209/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02209/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02209/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02209/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02209/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02209/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02209/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767330431431316, 52.35682158049963, 0.0 ] }, "distance": 6.64, "direction": 125.65, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02209", "timestamp": "2025-07-02T05:09:37Z", "filename": "recording_2025-07-02_04-34-16_02209.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 6.63604449, "relative_pitch": 0.0, "relative_heading": 125.64582171848976, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000710/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000710/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000710/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000710/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000710/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000710/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000710/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000710/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000710/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76717178311766, 52.3568923829189, 41.0853597857058 ] }, "distance": 6.74, "direction": 306.52, "angle": 80.68, "elevation": 41.09, "pano_id": "TMX7316010203-000810_pano_0001_000710", "timestamp": "2018-06-27T07:52:41.650390Z", "filename": "pano_0001_000710.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 6.73971996, "relative_pitch": 80.68406399916685, "relative_heading": 306.5235895867345, "relative_elevation": 41.0853597857058 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002232/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002232/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002232/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002232/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002232/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002232/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002232/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002232/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002232/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76716613255461, 52.3568909826586, 41.0906476471573 ] }, "distance": 6.97, "direction": 303.61, "angle": 80.38, "elevation": 41.09, "pano_id": "TMX7316010203-002082_pano_0001_002232", "timestamp": "2021-04-08T11:36:29.494380Z", "filename": "pano_0001_002232.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 6.96537735, "relative_pitch": 80.37910544462304, "relative_heading": 303.60766382667987, "relative_elevation": 41.0906476471573 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000179/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000179/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000179/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000179/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000179/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000179/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000179/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000179/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000179/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76734089287847, 52.3568190877812, 41.0715413000435 ] }, "distance": 7.38, "direction": 124.17, "angle": 79.81, "elevation": 41.07, "pano_id": "TMX7316060226-000021_pano_0000_000179", "timestamp": "2016-08-15T11:44:48.723150Z", "filename": "pano_0000_000179.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 7.379338, "relative_pitch": 79.81432240216984, "relative_heading": 124.17070530735272, "relative_elevation": 41.0715413000435 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000036/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000036/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000036/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000036/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002841_pano_0002_000036/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000036/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000036/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000036/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000036/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76733702075845, 52.3568141751397, 40.946142969653 ] }, "distance": 7.49, "direction": 128.77, "angle": 79.63, "elevation": 40.95, "pano_id": "TMX7316010203-002841_pano_0002_000036", "timestamp": "2022-12-09T10:26:31.801990Z", "filename": "pano_0002_000036.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 7.49220237, "relative_pitch": 79.63089596866052, "relative_heading": 128.76752517028766, "relative_elevation": 40.946142969653 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000039/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000039/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000039/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000039/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002841_pano_0002_000039/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000039/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000039/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000039/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000039/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76715769602276, 52.3568925622085, 40.9368757950142 ] }, "distance": 7.54, "direction": 302.3, "angle": 79.56, "elevation": 40.94, "pano_id": "TMX7316010203-002841_pano_0002_000039", "timestamp": "2022-12-09T10:26:32.992000Z", "filename": "pano_0002_000039.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 7.54332701, "relative_pitch": 79.5593793099329, "relative_heading": 302.3029310926074, "relative_elevation": 40.9368757950142 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000182/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000182/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000182/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000182/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000182/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000182/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000182/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000182/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000182/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76715976757401, 52.3568974180111, 41.0479171443731 ] }, "distance": 7.73, "direction": 306.25, "angle": 79.33, "elevation": 41.05, "pano_id": "TMX7316060226-000021_pano_0000_000182", "timestamp": "2016-08-15T11:44:50.198060Z", "filename": "pano_0000_000182.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 7.73111533, "relative_pitch": 79.33365487311042, "relative_heading": 306.2496563468317, "relative_elevation": 41.0479171443731 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002229/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002229/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002229/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002229/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002229/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002229/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002229/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002229/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002229/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76734333365674, 52.3568120409631, 41.118822558783 ] }, "distance": 7.98, "direction": 128.16, "angle": 79.02, "elevation": 41.12, "pano_id": "TMX7316010203-002082_pano_0001_002229", "timestamp": "2021-04-08T11:36:28.369290Z", "filename": "pano_0001_002229.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 7.97669365, "relative_pitch": 79.0214789201674, "relative_heading": 128.16304734642125, "relative_elevation": 41.118822558783 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000707/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000707/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000707/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000707/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000707/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000707/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000707/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000707/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000707/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76735018508541, 52.3568143322619, 41.1126590687782 ] }, "distance": 8.2, "direction": 124.75, "angle": 78.72, "elevation": 41.11, "pano_id": "TMX7316010203-000810_pano_0001_000707", "timestamp": "2018-06-27T07:52:40.420370Z", "filename": "pano_0001_000707.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 8.20075551, "relative_pitch": 78.71925134303669, "relative_heading": 124.74526771726937, "relative_elevation": 41.1126590687782 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005998/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005998/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005998/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005998/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0000_005998/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005998/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005998/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005998/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005998/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76726618611543, 52.3569295699661, 41.3927119309083 ] }, "distance": 8.21, "direction": 7.1, "angle": 78.78, "elevation": 41.39, "pano_id": "TMX7316010203-000289_pano_0000_005998", "timestamp": "2017-05-09T09:33:03.401970Z", "filename": "pano_0000_005998.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 8.21216486, "relative_pitch": 78.77844062423252, "relative_heading": 7.104005592585596, "relative_elevation": 41.3927119309083 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02212/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02212/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02212/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02212/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02212/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02212/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02212/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02212/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02212/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767140904074108, 52.35688899412513, 0.0 ] }, "distance": 8.35, "direction": 295.79, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02212", "timestamp": "2025-07-02T05:09:40Z", "filename": "recording_2025-07-02_04-34-16_02212.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 8.35199738, "relative_pitch": 0.0, "relative_heading": 295.7926697335299, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000174/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000174/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000174/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000174/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001033_pano_0007_000174/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000174/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000174/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000174/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000174/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76734975064851, 52.356808919005, 41.1681552510709 ] }, "distance": 8.54, "direction": 128.18, "angle": 78.29, "elevation": 41.17, "pano_id": "TMX7316010203-001033_pano_0007_000174", "timestamp": "2019-01-02T12:24:51.261070Z", "filename": "pano_0007_000174.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 8.53509496, "relative_pitch": 78.28721610018728, "relative_heading": 128.1831619885058, "relative_elevation": 41.1681552510709 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000439/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000439/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000439/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000439/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002842_pano_0000_000439/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000439/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000439/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000439/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000439/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76735323976435, 52.3568079648431, 41.1383331017569 ] }, "distance": 8.79, "direction": 127.77, "angle": 77.94, "elevation": 41.14, "pano_id": "TMX7316010203-002842_pano_0000_000439", "timestamp": "2022-12-09T10:35:36.956680Z", "filename": "pano_0000_000439.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 8.78781207, "relative_pitch": 77.94192727201008, "relative_heading": 127.76918064904964, "relative_elevation": 41.1383331017569 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00174/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00174/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00174/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00174/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00174/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00174/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00174/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00174/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00174/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767145046168856, 52.3569024705918, 0.0 ] }, "distance": 8.87, "direction": 305.35, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00174", "timestamp": "2024-10-15T09:30:33Z", "filename": "Job_20241015_0915_Track25_Sphere_00174.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 8.87350774, "relative_pitch": 0.0, "relative_heading": 305.34783539117143, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000163/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000163/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000163/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000163/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_000163/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_000163/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_000163/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000163/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000163/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76735447378822, 52.3568059166369, 40.9142686827108 ] }, "distance": 8.99, "direction": 128.59, "angle": 77.6, "elevation": 40.91, "pano_id": "TMX7316010203-000289_pano_0001_000163", "timestamp": "2017-05-09T09:56:35.496580Z", "filename": "pano_0001_000163.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 8.99478463, "relative_pitch": 77.60106966097405, "relative_heading": 128.58880040357894, "relative_elevation": 40.9142686827108 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005999/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005999/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005999/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005999/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0000_005999/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005999/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005999/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005999/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005999/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76738685918572, 52.3568768632755, 41.399557213299 ] }, "distance": 9.52, "direction": 76.11, "angle": 77.06, "elevation": 41.4, "pano_id": "TMX7316010203-000289_pano_0000_005999", "timestamp": "2017-05-09T09:33:04.126950Z", "filename": "pano_0000_005999.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 9.51537169, "relative_pitch": 77.0558144150936, "relative_heading": 76.11004193650004, "relative_elevation": 41.399557213299 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002858/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002858/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002858/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002858/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002023_pano_0000_002858/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002858/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002858/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002858/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002858/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76713100822089, 52.3569067344665, 41.0611058352515 ] }, "distance": 9.93, "direction": 304.39, "angle": 76.41, "elevation": 41.06, "pano_id": "TMX7316010203-002023_pano_0000_002858", "timestamp": "2021-02-22T10:15:46.392040Z", "filename": "pano_0000_002858.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2020", "tags": [ "mission-woz", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 9.92949647, "relative_pitch": 76.40557686641765, "relative_heading": 304.38805003535094, "relative_elevation": 41.0611058352515 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002854/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002854/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002854/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002854/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002023_pano_0000_002854/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002854/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002854/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002854/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002854/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76736965652528, 52.3568038511987, 41.0930860573426 ] }, "distance": 9.96, "direction": 125.91, "angle": 76.38, "elevation": 41.09, "pano_id": "TMX7316010203-002023_pano_0000_002854", "timestamp": "2021-02-22T10:15:44.737020Z", "filename": "pano_0000_002854.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2020", "tags": [ "mission-woz", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 9.95756232, "relative_pitch": 76.37879691968989, "relative_heading": 125.90907419532003, "relative_elevation": 41.0930860573426 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001576/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001576/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001576/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001576/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_001576/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001576/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001576/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001576/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001576/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76711388933555, 52.3568886228883, 41.086777953431 ] }, "distance": 10.03, "direction": 291.0, "angle": 76.29, "elevation": 41.09, "pano_id": "TMX7316010203-002488_pano_0003_001576", "timestamp": "2022-03-29T09:17:38.664130Z", "filename": "pano_0003_001576.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 10.0262737, "relative_pitch": 76.28631554602917, "relative_heading": 290.9980773844237, "relative_elevation": 41.086777953431 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003626/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003626/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003626/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003626/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003626/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003626/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003626/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003626/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003626/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76712501428234, 52.3569034535755, 41.1270657069981 ] }, "distance": 10.07, "direction": 301.36, "angle": 76.24, "elevation": 41.13, "pano_id": "TMX7316010203-001798_pano_0000_003626", "timestamp": "2020-07-08T06:26:54.820170Z", "filename": "pano_0000_003626.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 10.07435506, "relative_pitch": 76.23603350042717, "relative_heading": 301.36146439668636, "relative_elevation": 41.1270657069981 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001572/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001572/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001572/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001572/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_001572/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001572/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001572/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001572/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001572/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76737179899153, 52.3568023094165, 41.0840055402368 ] }, "distance": 10.18, "direction": 126.21, "angle": 76.09, "elevation": 41.08, "pano_id": "TMX7316010203-002488_pano_0003_001572", "timestamp": "2022-03-29T09:17:32.799140Z", "filename": "pano_0003_001572.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 10.17654885, "relative_pitch": 76.08779855694249, "relative_heading": 126.2094157780787, "relative_elevation": 41.0840055402368 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003622/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003622/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003622/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003622/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003622/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003622/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003622/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003622/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003622/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7673672362717, 52.3567979064892, 41.1609124271199 ] }, "distance": 10.23, "direction": 129.45, "angle": 76.04, "elevation": 41.16, "pano_id": "TMX7316010203-001798_pano_0000_003622", "timestamp": "2020-07-08T06:26:52.505270Z", "filename": "pano_0000_003622.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 10.23154165, "relative_pitch": 76.04066816813325, "relative_heading": 129.45319493345193, "relative_elevation": 41.1609124271199 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000165/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000165/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000165/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000165/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_000165/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_000165/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_000165/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000165/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000165/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76712034124646, 52.3569110255679, 40.8826811732724 ] }, "distance": 10.8, "direction": 304.3, "angle": 75.2, "elevation": 40.88, "pano_id": "TMX7316010203-000289_pano_0001_000165", "timestamp": "2017-05-09T09:56:36.876630Z", "filename": "pano_0001_000165.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 10.79892585, "relative_pitch": 75.20359533650273, "relative_heading": 304.3009169382214, "relative_elevation": 40.8826811732724 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000178/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000178/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000178/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000178/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001033_pano_0007_000178/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000178/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000178/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000178/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000178/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76711665871507, 52.356909793055, 41.1378269298002 ] }, "distance": 10.93, "direction": 302.97, "angle": 75.12, "elevation": 41.14, "pano_id": "TMX7316010203-001033_pano_0007_000178", "timestamp": "2019-01-02T12:24:52.856140Z", "filename": "pano_0007_000178.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 10.93186559, "relative_pitch": 75.11829420951324, "relative_heading": 302.96595824013605, "relative_elevation": 41.1378269298002 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000443/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000443/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000443/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000443/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002842_pano_0000_000443/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000443/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000443/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000443/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000443/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767115033625, 52.3569127380158, 41.1157325683162 ] }, "distance": 11.21, "direction": 304.06, "angle": 74.76, "elevation": 41.12, "pano_id": "TMX7316010203-002842_pano_0000_000443", "timestamp": "2022-12-09T10:35:38.306650Z", "filename": "pano_0000_000443.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 11.20512778, "relative_pitch": 74.75558746952578, "relative_heading": 304.0638156114834, "relative_elevation": 41.1157325683162 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02208/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02208/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02208/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02208/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02208/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02208/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02208/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02208/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02208/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767390014212489, 52.35679535147599, 0.0 ] }, "distance": 11.64, "direction": 125.68, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02208", "timestamp": "2025-07-02T05:09:35Z", "filename": "recording_2025-07-02_04-34-16_02208.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 11.63575564, "relative_pitch": 0.0, "relative_heading": 125.67557031169872, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000711/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000711/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000711/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000711/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000711/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000711/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000711/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000711/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000711/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76711261314139, 52.3569181987887, 41.0809904774651 ] }, "distance": 11.69, "direction": 306.08, "angle": 74.12, "elevation": 41.08, "pano_id": "TMX7316010203-000810_pano_0001_000711", "timestamp": "2018-06-27T07:52:42.055380Z", "filename": "pano_0001_000711.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 11.68931823, "relative_pitch": 74.11665527372571, "relative_heading": 306.07883073009566, "relative_elevation": 41.0809904774651 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00175/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00175/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00175/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00175/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00175/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00175/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00175/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00175/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00175/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767109275462539, 52.35691802087897, 0.0 ] }, "distance": 11.86, "direction": 305.35, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00175", "timestamp": "2024-10-15T09:30:33Z", "filename": "Job_20241015_0915_Track25_Sphere_00175.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 11.86239208, "relative_pitch": 0.0, "relative_heading": 305.3547237261747, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002233/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002233/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002233/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002233/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002233/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002233/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002233/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002233/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002233/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76710697590514, 52.3569170904856, 41.0857176883146 ] }, "distance": 11.93, "direction": 304.51, "angle": 73.81, "elevation": 41.09, "pano_id": "TMX7316010203-002082_pano_0001_002233", "timestamp": "2021-04-08T11:36:29.869250Z", "filename": "pano_0001_002233.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 11.93154939, "relative_pitch": 73.80637235436613, "relative_heading": 304.513897760885, "relative_elevation": 41.0857176883146 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00167/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00167/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00167/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00167/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00167/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00167/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00167/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00167/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00167/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767393899948867, 52.35679355628318, 0.0 ] }, "distance": 11.97, "direction": 125.71, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00167", "timestamp": "2024-10-15T09:30:30Z", "filename": "Job_20241015_0915_Track25_Sphere_00167.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 11.96731146, "relative_pitch": 0.0, "relative_heading": 125.7132775890763, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000178/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000178/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000178/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000178/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000178/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000178/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000178/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000178/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000178/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76740112503751, 52.3567930802968, 41.073322057724 ] }, "distance": 12.4, "direction": 124.58, "angle": 73.2, "elevation": 41.07, "pano_id": "TMX7316060226-000021_pano_0000_000178", "timestamp": "2016-08-15T11:44:48.233150Z", "filename": "pano_0000_000178.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 12.40031729, "relative_pitch": 73.20057498730331, "relative_heading": 124.5842434742085, "relative_elevation": 41.073322057724 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000035/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000035/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000035/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000035/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002841_pano_0002_000035/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000035/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000035/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000035/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000035/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7673967102944, 52.356787961633, 40.9410506896675 ] }, "distance": 12.49, "direction": 127.52, "angle": 73.03, "elevation": 40.94, "pano_id": "TMX7316010203-002841_pano_0002_000035", "timestamp": "2022-12-09T10:26:31.401990Z", "filename": "pano_0002_000035.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 12.49237673, "relative_pitch": 73.03143638746222, "relative_heading": 127.5192747786605, "relative_elevation": 40.9410506896675 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000040/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000040/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000040/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000040/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002841_pano_0002_000040/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000040/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000040/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000040/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000040/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76709780264748, 52.3569190913628, 40.9407607158646 ] }, "distance": 12.57, "direction": 303.74, "angle": 72.93, "elevation": 40.94, "pano_id": "TMX7316010203-002841_pano_0002_000040", "timestamp": "2022-12-09T10:26:33.387020Z", "filename": "pano_0002_000040.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 12.57383565, "relative_pitch": 72.9270910255273, "relative_heading": 303.73623042808174, "relative_elevation": 40.9407607158646 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000183/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000183/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000183/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000183/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000183/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000183/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000183/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000183/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000183/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76709977020675, 52.3569233673889, 41.0433199470863 ] }, "distance": 12.74, "direction": 305.85, "angle": 72.76, "elevation": 41.04, "pano_id": "TMX7316060226-000021_pano_0000_000183", "timestamp": "2016-08-15T11:44:50.673140Z", "filename": "pano_0000_000183.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 12.73528968, "relative_pitch": 72.7614596225243, "relative_heading": 305.85183376943974, "relative_elevation": 41.0433199470863 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002228/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002228/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002228/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002228/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002228/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002228/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002228/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002228/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002228/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76740229764587, 52.3567856163059, 41.1214238628745 ] }, "distance": 12.95, "direction": 127.41, "angle": 72.52, "elevation": 41.12, "pano_id": "TMX7316010203-002082_pano_0001_002228", "timestamp": "2021-04-08T11:36:27.994340Z", "filename": "pano_0001_002228.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 12.95326909, "relative_pitch": 72.51554659906267, "relative_heading": 127.4093632368078, "relative_elevation": 41.1214238628745 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000706/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000706/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000706/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000706/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000706/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000706/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000706/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000706/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000706/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76740960760938, 52.3567882492071, 41.107928249985 ] }, "distance": 13.18, "direction": 125.08, "angle": 72.22, "elevation": 41.11, "pano_id": "TMX7316010203-000810_pano_0001_000706", "timestamp": "2018-06-27T07:52:40.010510Z", "filename": "pano_0001_000706.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 13.18175221, "relative_pitch": 72.22092624079704, "relative_heading": 125.08211206392048, "relative_elevation": 41.107928249985 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02213/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02213/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02213/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02213/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02213/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02213/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02213/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02213/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02213/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767068492122039, 52.356896254423155, 0.0 ] }, "distance": 13.22, "direction": 289.63, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02213", "timestamp": "2025-07-02T05:09:41Z", "filename": "recording_2025-07-02_04-34-16_02213.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 13.22187751, "relative_pitch": 0.0, "relative_heading": 289.63073365958064, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000173/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000173/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000173/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000173/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001033_pano_0007_000173/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000173/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000173/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000173/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000173/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76740800324609, 52.3567838262214, 41.1661460027099 ] }, "distance": 13.38, "direction": 127.08, "angle": 71.99, "elevation": 41.17, "pano_id": "TMX7316010203-001033_pano_0007_000173", "timestamp": "2019-01-02T12:24:50.861070Z", "filename": "pano_0007_000173.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 13.38327634, "relative_pitch": 71.99045207181598, "relative_heading": 127.07571142530219, "relative_elevation": 41.1661460027099 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000438/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000438/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000438/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000438/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002842_pano_0000_000438/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000438/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000438/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000438/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000438/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76741245251392, 52.356781939661, 41.1373475249857 ] }, "distance": 13.75, "direction": 127.01, "angle": 71.52, "elevation": 41.14, "pano_id": "TMX7316010203-002842_pano_0000_000438", "timestamp": "2022-12-09T10:35:36.621710Z", "filename": "pano_0000_000438.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 13.75169289, "relative_pitch": 71.515872755047, "relative_heading": 127.01211883431223, "relative_elevation": 41.1373475249857 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00013/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00013/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00013/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00013/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/MS_26112024_845_Track02_Sphere_00013/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/MS_26112024_845_Track02_Sphere_00013/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/MS_26112024_845_Track02_Sphere_00013/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00013/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00013/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767049525255997, 52.35687427869533, 0.0 ] }, "distance": 13.89, "direction": 278.26, "angle": 0.0, "elevation": 0.0, "pano_id": "MS_26112024_845_Track02_Sphere_00013", "timestamp": "2024-11-26T09:28:24Z", "filename": "AMS_26112024_845_Track02_Sphere_00013.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 13.889874, "relative_pitch": 0.0, "relative_heading": 278.2648362736211, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001577/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001577/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001577/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001577/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_001577/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001577/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001577/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001577/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001577/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76704339943258, 52.3568792490691, 41.1911991685629 ] }, "distance": 14.39, "direction": 280.21, "angle": 70.74, "elevation": 41.19, "pano_id": "TMX7316010203-002488_pano_0003_001577", "timestamp": "2022-03-29T09:17:39.959080Z", "filename": "pano_0003_001577.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 14.39065166, "relative_pitch": 70.74251090095774, "relative_heading": 280.2055186810755, "relative_elevation": 41.1911991685629 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00166/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00166/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00166/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00166/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00166/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00166/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00166/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00166/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00166/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767428669698807, 52.35677818941353, 0.0 ] }, "distance": 14.89, "direction": 125.73, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00166", "timestamp": "2024-10-15T09:30:30Z", "filename": "Job_20241015_0915_Track25_Sphere_00166.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 14.88886539, "relative_pitch": 0.0, "relative_heading": 125.73476373231675, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002859/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002859/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002859/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002859/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002023_pano_0000_002859/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002859/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002859/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002859/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002859/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76707117980878, 52.3569323614325, 41.060263639316 ] }, "distance": 14.9, "direction": 304.58, "angle": 70.05, "elevation": 41.06, "pano_id": "TMX7316010203-002023_pano_0000_002859", "timestamp": "2021-02-22T10:15:46.802030Z", "filename": "pano_0000_002859.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2020", "tags": [ "mission-woz", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 14.90392032, "relative_pitch": 70.0502807345058, "relative_heading": 304.5843917648482, "relative_elevation": 41.060263639316 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002853/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002853/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002853/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002853/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002023_pano_0000_002853/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002853/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002853/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002853/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002853/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76742846153223, 52.3567775896145, 41.0949488207698 ] }, "distance": 14.92, "direction": 125.97, "angle": 70.05, "elevation": 41.09, "pano_id": "TMX7316010203-002023_pano_0000_002853", "timestamp": "2021-02-22T10:15:44.322060Z", "filename": "pano_0000_002853.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2020", "tags": [ "mission-woz", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 14.91646359, "relative_pitch": 70.05033819603126, "relative_heading": 125.9746784073089, "relative_elevation": 41.0949488207698 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000349/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000349/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000349/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000349/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0002_000349/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0002_000349/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0002_000349/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000349/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000349/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76703388340032, 52.356885182406, 41.203667929396 ] }, "distance": 15.16, "direction": 282.23, "angle": 69.81, "elevation": 41.2, "pano_id": "TMX7316010203-000810_pano_0002_000349", "timestamp": "2018-06-27T08:09:27.173410Z", "filename": "pano_0002_000349.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 15.1551466, "relative_pitch": 69.80594197206813, "relative_heading": 282.228235711953, "relative_elevation": 41.203667929396 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003627/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003627/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003627/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003627/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003627/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003627/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003627/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003627/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003627/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76706332149833, 52.3569293572597, 41.1211722008884 ] }, "distance": 15.17, "direction": 302.4, "angle": 69.76, "elevation": 41.12, "pano_id": "TMX7316010203-001798_pano_0000_003627", "timestamp": "2020-07-08T06:26:55.785130Z", "filename": "pano_0000_003627.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 15.1660169, "relative_pitch": 69.75537736841947, "relative_heading": 302.3960271116541, "relative_elevation": 41.1211722008884 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001571/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001571/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001571/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001571/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_001571/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001571/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001571/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001571/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001571/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76743157460855, 52.3567752145875, 41.0895466282964 ] }, "distance": 15.24, "direction": 126.31, "angle": 69.65, "elevation": 41.09, "pano_id": "TMX7316010203-002488_pano_0003_001571", "timestamp": "2022-03-29T09:17:31.954210Z", "filename": "pano_0003_001571.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 15.2436145, "relative_pitch": 69.64589057350481, "relative_heading": 126.31026590351995, "relative_elevation": 41.0895466282964 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003621/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003621/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003621/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003621/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003621/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003621/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003621/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003621/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003621/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76742710623954, 52.3567712165005, 41.1569845089689 ] }, "distance": 15.27, "direction": 128.33, "angle": 69.64, "elevation": 41.16, "pano_id": "TMX7316010203-001798_pano_0000_003621", "timestamp": "2020-07-08T06:26:52.085170Z", "filename": "pano_0000_003621.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 15.27124491, "relative_pitch": 69.64269437013643, "relative_heading": 128.33208023210776, "relative_elevation": 41.1569845089689 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000179/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000179/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000179/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000179/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001033_pano_0007_000179/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000179/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000179/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000179/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000179/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76705879508057, 52.3569350540192, 41.1338912751526 ] }, "distance": 15.77, "direction": 303.74, "angle": 69.02, "elevation": 41.13, "pano_id": "TMX7316010203-001033_pano_0007_000179", "timestamp": "2019-01-02T12:24:53.251080Z", "filename": "pano_0007_000179.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 15.77037313, "relative_pitch": 69.02361444747827, "relative_heading": 303.74048877728467, "relative_elevation": 41.1338912751526 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005997/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005997/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005997/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005997/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0000_005997/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005997/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005997/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005997/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005997/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76714514947407, 52.3569825412651, 41.4049583254382 ] }, "distance": 15.8, "direction": 332.76, "angle": 69.12, "elevation": 41.4, "pano_id": "TMX7316010203-000289_pano_0000_005997", "timestamp": "2017-05-09T09:33:02.676970Z", "filename": "pano_0000_005997.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 15.79561359, "relative_pitch": 69.11860372108067, "relative_heading": 332.7570626107963, "relative_elevation": 41.4049583254382 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000350/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000350/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000350/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000350/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0002_000350/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0002_000350/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0002_000350/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000350/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000350/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76704460048711, 52.3569219917726, 41.0799072282389 ] }, "distance": 15.86, "direction": 297.42, "angle": 68.89, "elevation": 41.08, "pano_id": "TMX7316010203-000810_pano_0002_000350", "timestamp": "2018-06-27T08:09:33.608370Z", "filename": "pano_0002_000350.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 15.86361077, "relative_pitch": 68.8851983711584, "relative_heading": 297.4221956227874, "relative_elevation": 41.0799072282389 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02413/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02413/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02413/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02413/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02413/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02413/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02413/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02413/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02413/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767055227552011, 52.35693787044358, 0.0 ] }, "distance": 16.15, "direction": 304.19, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02413", "timestamp": "2025-07-02T05:12:15Z", "filename": "recording_2025-07-02_04-34-16_02413.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 16.14704831, "relative_pitch": 0.0, "relative_heading": 304.18619253224364, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000229/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000229/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000229/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000229/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0002_000229/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0002_000229/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0002_000229/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000229/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000229/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76701703569942, 52.3568790373265, 41.2824884867296 ] }, "distance": 16.16, "direction": 278.99, "angle": 68.62, "elevation": 41.28, "pano_id": "TMX7316010203-002082_pano_0002_000229", "timestamp": "2021-04-08T11:48:13.018810Z", "filename": "pano_0002_000229.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 16.15784313, "relative_pitch": 68.62477302250632, "relative_heading": 278.9947204885367, "relative_elevation": 41.2824884867296 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000444/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000444/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000444/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000444/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002842_pano_0000_000444/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000444/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000444/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000444/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000444/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76705528298125, 52.3569391379449, 41.1135472599417 ] }, "distance": 16.22, "direction": 304.61, "angle": 68.47, "elevation": 41.11, "pano_id": "TMX7316010203-002842_pano_0000_000444", "timestamp": "2022-12-09T10:35:38.646740Z", "filename": "pano_0000_000444.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 16.22360718, "relative_pitch": 68.46556499608806, "relative_heading": 304.6057283081706, "relative_elevation": 41.1135472599417 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00012/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00012/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00012/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00012/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/MS_26112024_845_Track02_Sphere_00012/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/MS_26112024_845_Track02_Sphere_00012/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/MS_26112024_845_Track02_Sphere_00012/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00012/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00012/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767009802643609, 52.35684174137823, 0.0 ] }, "distance": 16.53, "direction": 264.36, "angle": 0.0, "elevation": 0.0, "pano_id": "MS_26112024_845_Track02_Sphere_00012", "timestamp": "2024-11-26T09:28:22Z", "filename": "AMS_26112024_845_Track02_Sphere_00012.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 16.53190166, "relative_pitch": 0.0, "relative_heading": 264.36284720208994, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000348/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000348/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000348/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000348/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0002_000348/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0002_000348/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0002_000348/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000348/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000348/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76700751884538, 52.3568613078945, 41.2727226447314 ] }, "distance": 16.62, "direction": 271.91, "angle": 68.07, "elevation": 41.27, "pano_id": "TMX7316010203-000810_pano_0002_000348", "timestamp": "2018-06-27T08:09:21.193420Z", "filename": "pano_0002_000348.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 16.61675715, "relative_pitch": 68.06985531242162, "relative_heading": 271.90833718324495, "relative_elevation": 41.2727226447314 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02207/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02207/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02207/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02207/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02207/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02207/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02207/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02207/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02207/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767449523406555, 52.356769131025, 0.0 ] }, "distance": 16.63, "direction": 125.69, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02207", "timestamp": "2025-07-02T05:09:34Z", "filename": "recording_2025-07-02_04-34-16_02207.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 16.63084159, "relative_pitch": 0.0, "relative_heading": 125.69482515256284, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000177/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000177/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000177/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000177/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000177/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000177/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000177/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000177/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000177/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76746117126978, 52.3567669091695, 41.0734175974503 ] }, "distance": 17.42, "direction": 124.83, "angle": 67.02, "elevation": 41.07, "pano_id": "TMX7316060226-000021_pano_0000_000177", "timestamp": "2016-08-15T11:44:47.748120Z", "filename": "pano_0000_000177.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 17.42156116, "relative_pitch": 67.01545064966976, "relative_heading": 124.83233976602523, "relative_elevation": 41.0734175974503 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000034/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000034/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000034/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000034/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002841_pano_0002_000034/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000034/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000034/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000034/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000034/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76745611749085, 52.3567616931103, 40.9313972545788 ] }, "distance": 17.48, "direction": 127.04, "angle": 66.87, "elevation": 40.93, "pano_id": "TMX7316010203-002841_pano_0002_000034", "timestamp": "2022-12-09T10:26:31.002040Z", "filename": "pano_0002_000034.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 17.48341728, "relative_pitch": 66.8707571329596, "relative_heading": 127.03868309042407, "relative_elevation": 40.9313972545788 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000041/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000041/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000041/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000041/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002841_pano_0002_000041/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000041/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002841_pano_0002_000041/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000041/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002841/pano_0002_000041/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7670385444479, 52.3569455407674, 40.9461203878745 ] }, "distance": 17.57, "direction": 304.41, "angle": 66.78, "elevation": 40.95, "pano_id": "TMX7316010203-002841_pano_0002_000041", "timestamp": "2022-12-09T10:26:33.776980Z", "filename": "pano_0002_000041.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 17.56698652, "relative_pitch": 66.7793666850041, "relative_heading": 304.4059804952658, "relative_elevation": 40.9461203878745 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/MS_26112024_845_Track02_Sphere_00016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/MS_26112024_845_Track02_Sphere_00016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/MS_26112024_845_Track02_Sphere_00016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/AMS_26112024_845_Track02_Sphere_00016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767119776873453, 52.356992198454286, 0.0 ] }, "distance": 17.57, "direction": 329.35, "angle": 0.0, "elevation": 0.0, "pano_id": "MS_26112024_845_Track02_Sphere_00016", "timestamp": "2024-11-26T09:28:29Z", "filename": "AMS_26112024_845_Track02_Sphere_00016.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 17.57341807, "relative_pitch": 0.0, "relative_heading": 329.3480400978466, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track01_Sphere_00017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track01_Sphere_00017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track01_Sphere_00017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track01_Sphere_00017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241212_0916_Track01_Sphere_00017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241212_0916_Track01_Sphere_00017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241212_0916_Track01_Sphere_00017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track01_Sphere_00017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track01_Sphere_00017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767014567729127, 52.35691987051351, 0.0 ] }, "distance": 17.61, "direction": 293.67, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241212_0916_Track01_Sphere_00017", "timestamp": "2024-12-12T08:50:51Z", "filename": "Job_20241212_0916_Track01_Sphere_00017.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 17.60885573, "relative_pitch": 0.0, "relative_heading": 293.671611557728, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02214/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02214/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02214/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02214/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02214/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02214/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02214/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02214/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02214/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.766996305370069, 52.35688740069306, 0.0 ] }, "distance": 17.71, "direction": 281.25, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02214", "timestamp": "2025-07-02T05:09:42Z", "filename": "recording_2025-07-02_04-34-16_02214.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 17.71211174, "relative_pitch": 0.0, "relative_heading": 281.25442782070934, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000184/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000184/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000184/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000184/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000184/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000184/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000184/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000184/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000184/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76703953501912, 52.3569495005407, 41.0373427122831 ] }, "distance": 17.76, "direction": 305.7, "angle": 66.59, "elevation": 41.04, "pano_id": "TMX7316060226-000021_pano_0000_000184", "timestamp": "2016-08-15T11:44:51.143220Z", "filename": "pano_0000_000184.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 17.76481946, "relative_pitch": 66.5925030302004, "relative_heading": 305.7015746367145, "relative_elevation": 41.0373427122831 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00177/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00177/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00177/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00177/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00177/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00177/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00177/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00177/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00177/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767037834838751, 52.35694925676636, 0.0 ] }, "distance": 17.84, "direction": 305.41, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00177", "timestamp": "2024-10-15T09:30:34Z", "filename": "Job_20241015_0915_Track25_Sphere_00177.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 17.84328024, "relative_pitch": 0.0, "relative_heading": 305.41378492355057, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_006000/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_006000/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_006000/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_006000/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0000_006000/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_006000/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_006000/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_006000/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_006000/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76750778883801, 52.3568237629337, 41.3975681383163 ] }, "distance": 17.85, "direction": 101.72, "angle": 66.68, "elevation": 41.4, "pano_id": "TMX7316010203-000289_pano_0000_006000", "timestamp": "2017-05-09T09:33:04.861990Z", "filename": "pano_0000_006000.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 17.8480367, "relative_pitch": 66.67732270660824, "relative_heading": 101.71664239493767, "relative_elevation": 41.3975681383163 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002227/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002227/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002227/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002227/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002227/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002227/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002227/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002227/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002227/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76746115236412, 52.3567591345707, 41.1220209915191 ] }, "distance": 17.93, "direction": 127.1, "angle": 66.44, "elevation": 41.12, "pano_id": "TMX7316010203-002082_pano_0001_002227", "timestamp": "2021-04-08T11:36:27.619280Z", "filename": "pano_0001_002227.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 17.92873511, "relative_pitch": 66.44334393668157, "relative_heading": 127.10460719249082, "relative_elevation": 41.1220209915191 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000705/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000705/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000705/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000705/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000705/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000705/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000705/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000705/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000705/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76746892141663, 52.3567621510515, 41.1102398307994 ] }, "distance": 18.16, "direction": 125.25, "angle": 66.17, "elevation": 41.11, "pano_id": "TMX7316010203-000810_pano_0001_000705", "timestamp": "2018-06-27T07:52:39.600390Z", "filename": "pano_0001_000705.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 18.1578769, "relative_pitch": 66.16955422084378, "relative_heading": 125.2519973293513, "relative_elevation": 41.1102398307994 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000172/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000172/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000172/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000172/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001033_pano_0007_000172/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000172/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000172/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000172/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000172/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76746656409785, 52.3567584901928, 41.1652878448367 ] }, "distance": 18.27, "direction": 126.59, "angle": 66.07, "elevation": 41.17, "pano_id": "TMX7316010203-001033_pano_0007_000172", "timestamp": "2019-01-02T12:24:50.456130Z", "filename": "pano_0007_000172.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 18.26679381, "relative_pitch": 66.07109719854836, "relative_heading": 126.58629032883324, "relative_elevation": 41.1652878448367 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000230/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000230/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000230/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000230/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0002_000230/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0002_000230/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0002_000230/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000230/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000230/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76700630191574, 52.3569240605229, 41.158182611689 ] }, "distance": 18.31, "direction": 294.3, "angle": 66.01, "elevation": 41.16, "pano_id": "TMX7316010203-002082_pano_0002_000230", "timestamp": "2021-04-08T11:48:14.258590Z", "filename": "pano_0002_000230.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 18.31292058, "relative_pitch": 66.01380695038276, "relative_heading": 294.30021422981804, "relative_elevation": 41.158182611689 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001578/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001578/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001578/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001578/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_001578/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001578/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001578/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001578/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001578/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76698125817299, 52.3568559245064, 41.2705651354045 ] }, "distance": 18.4, "direction": 269.86, "angle": 65.97, "elevation": 41.27, "pano_id": "TMX7316010203-002488_pano_0003_001578", "timestamp": "2022-03-29T09:17:41.714120Z", "filename": "pano_0003_001578.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 18.39675466, "relative_pitch": 65.97461352946047, "relative_heading": 269.8577401633043, "relative_elevation": 41.2705651354045 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000228/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000228/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000228/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000228/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0002_000228/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0002_000228/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0002_000228/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000228/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0002_000228/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76698148442926, 52.3568304600611, 41.2838485119864 ] }, "distance": 18.61, "direction": 261.1, "angle": 65.74, "elevation": 41.28, "pano_id": "TMX7316010203-002082_pano_0002_000228", "timestamp": "2021-04-08T11:48:06.883610Z", "filename": "pano_0002_000228.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 18.60542419, "relative_pitch": 65.7403019287299, "relative_heading": 261.0976347336198, "relative_elevation": 41.2838485119864 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004994/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004994/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004994/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004994/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001306_pano_0000_004994/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_004994/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_004994/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004994/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004994/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76697739365059, 52.3568642906169, 41.3199230013415 ] }, "distance": 18.68, "direction": 272.72, "angle": 65.67, "elevation": 41.32, "pano_id": "TMX7316010203-001306_pano_0000_004994", "timestamp": "2019-07-11T10:09:27.319230Z", "filename": "pano_0000_004994.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 18.68097362, "relative_pitch": 65.67200199075141, "relative_heading": 272.7161536819382, "relative_elevation": 41.3199230013415 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000437/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000437/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000437/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000437/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002842_pano_0000_000437/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000437/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002842_pano_0000_000437/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000437/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/09/TMX7316010203-002842/pano_0000_000437/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76747172968138, 52.3567558527219, 41.1323419595137 ] }, "distance": 18.72, "direction": 126.67, "angle": 65.52, "elevation": 41.13, "pano_id": "TMX7316010203-002842_pano_0000_000437", "timestamp": "2022-12-09T10:35:36.286690Z", "filename": "pano_0000_000437.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 18.72432657, "relative_pitch": 65.5239512837349, "relative_heading": 126.6655079425385, "relative_elevation": 41.1323419595137 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000296/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000296/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000296/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000296/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002401_pano_0000_000296/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002401_pano_0000_000296/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002401_pano_0000_000296/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000296/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000296/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76698014207406, 52.3568871963431, 41.2608803361654 ] }, "distance": 18.79, "direction": 280.53, "angle": 65.52, "elevation": 41.26, "pano_id": "TMX7316010203-002401_pano_0000_000296", "timestamp": "2022-01-07T10:37:56.281450Z", "filename": "pano_0000_000296.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 18.78921004, "relative_pitch": 65.51662452313698, "relative_heading": 280.5310385525561, "relative_elevation": 41.2608803361654 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000162/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000162/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000162/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000162/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_000162/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_000162/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_000162/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000162/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000162/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76747128501777, 52.3567536866424, 40.9149181414396 ] }, "distance": 18.85, "direction": 127.31, "angle": 65.27, "elevation": 40.91, "pano_id": "TMX7316010203-000289_pano_0001_000162", "timestamp": "2017-05-09T09:56:34.796580Z", "filename": "pano_0001_000162.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 18.84514077, "relative_pitch": 65.26951515648103, "relative_heading": 127.30833530275524, "relative_elevation": 40.9149181414396 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000347/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000347/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000347/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000347/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0002_000347/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0002_000347/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0002_000347/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000347/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000347/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76697583048623, 52.3568324253818, 41.2934590028599 ] }, "distance": 18.95, "direction": 261.93, "angle": 65.34, "elevation": 41.29, "pano_id": "TMX7316010203-000810_pano_0002_000347", "timestamp": "2018-06-27T08:09:18.028630Z", "filename": "pano_0002_000347.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 18.95415168, "relative_pitch": 65.34435676329016, "relative_heading": 261.9309684560032, "relative_elevation": 41.2934590028599 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000295/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000295/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000295/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000295/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002401_pano_0000_000295/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002401_pano_0000_000295/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002401_pano_0000_000295/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000295/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000295/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76696618367931, 52.3568429692966, 41.3011563746259 ] }, "distance": 19.48, "direction": 265.62, "angle": 64.75, "elevation": 41.3, "pano_id": "TMX7316010203-002401_pano_0000_000295", "timestamp": "2022-01-07T10:37:55.506530Z", "filename": "pano_0000_000295.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 19.48059298, "relative_pitch": 64.7480673500035, "relative_heading": 265.6214723272248, "relative_elevation": 41.3011563746259 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004995/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004995/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004995/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004995/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001306_pano_0000_004995/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_004995/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_004995/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004995/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004995/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76697531418244, 52.3569104969819, 41.2371558872983 ] }, "distance": 19.74, "direction": 287.77, "angle": 64.42, "elevation": 41.24, "pano_id": "TMX7316010203-001306_pano_0000_004995", "timestamp": "2019-07-11T10:09:28.184200Z", "filename": "pano_0000_004995.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 19.74397164, "relative_pitch": 64.41532841100793, "relative_heading": 287.7731480799555, "relative_elevation": 41.2371558872983 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003195/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003195/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003195/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003195/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003195/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003195/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003195/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003195/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003195/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76696029964652, 52.3568478311585, 41.3403150299564 ] }, "distance": 19.85, "direction": 267.27, "angle": 64.35, "elevation": 41.34, "pano_id": "TMX7316010203-001798_pano_0000_003195", "timestamp": "2020-07-08T06:22:27.727160Z", "filename": "pano_0000_003195.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 19.84718807, "relative_pitch": 64.35467239962745, "relative_heading": 267.26728017745546, "relative_elevation": 41.3403150299564 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002860/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002860/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002860/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002860/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002023_pano_0000_002860/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002860/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002860/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002860/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002860/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76701120154242, 52.3569583518027, 41.0599661814049 ] }, "distance": 19.91, "direction": 304.76, "angle": 64.13, "elevation": 41.06, "pano_id": "TMX7316010203-002023_pano_0000_002860", "timestamp": "2021-02-22T10:15:47.217010Z", "filename": "pano_0000_002860.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2020", "tags": [ "mission-woz", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 19.90985409, "relative_pitch": 64.13139298539352, "relative_heading": 304.76145665147965, "relative_elevation": 41.0599661814049 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002852/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002852/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002852/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002852/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002023_pano_0000_002852/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002852/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002023_pano_0000_002852/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002852/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/02/22/TMX7316010203-002023/pano_0000_002852/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76748715698662, 52.356750471899, 41.0952482353896 ] }, "distance": 19.93, "direction": 126.24, "angle": 64.13, "elevation": 41.1, "pano_id": "TMX7316010203-002023_pano_0000_002852", "timestamp": "2021-02-22T10:15:43.907040Z", "filename": "pano_0000_002852.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2020", "tags": [ "mission-woz", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 19.92551113, "relative_pitch": 64.13303104605272, "relative_heading": 126.24174520352136, "relative_elevation": 41.0952482353896 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003196/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003196/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003196/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003196/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003196/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003196/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003196/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003196/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003196/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76696326984917, 52.3568943784296, 41.2871646890417 ] }, "distance": 20.07, "direction": 282.17, "angle": 64.07, "elevation": 41.29, "pano_id": "TMX7316010203-001798_pano_0000_003196", "timestamp": "2020-07-08T06:22:28.442160Z", "filename": "pano_0000_003196.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 20.07367872, "relative_pitch": 64.07113711495528, "relative_heading": 282.1742681162277, "relative_elevation": 41.2871646890417 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000351/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000351/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000351/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000351/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0002_000351/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0002_000351/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0002_000351/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000351/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0002_000351/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76700983578516, 52.3569609078025, 41.0620697326958 ] }, "distance": 20.15, "direction": 305.28, "angle": 63.86, "elevation": 41.06, "pano_id": "TMX7316010203-000810_pano_0002_000351", "timestamp": "2018-06-27T08:09:34.808370Z", "filename": "pano_0002_000351.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 20.14926953, "relative_pitch": 63.862687301419356, "relative_heading": 305.2750262717681, "relative_elevation": 41.0620697326958 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003628/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003628/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003628/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003628/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003628/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003628/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003628/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003628/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003628/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76700153308561, 52.3569551292159, 41.1205278998241 ] }, "distance": 20.26, "direction": 302.87, "angle": 63.77, "elevation": 41.12, "pano_id": "TMX7316010203-001798_pano_0000_003628", "timestamp": "2020-07-08T06:26:56.920160Z", "filename": "pano_0000_003628.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 20.25764726, "relative_pitch": 63.77326447211062, "relative_heading": 302.8656417683987, "relative_elevation": 41.1205278998241 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001570/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001570/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001570/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001570/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_001570/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001570/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_001570/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001570/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_001570/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76749114535326, 52.3567481616105, 41.0901724835858 ] }, "distance": 20.3, "direction": 126.37, "angle": 63.71, "elevation": 41.09, "pano_id": "TMX7316010203-002488_pano_0003_001570", "timestamp": "2022-03-29T09:17:31.244260Z", "filename": "pano_0003_001570.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 20.29670488, "relative_pitch": 63.712690859629845, "relative_heading": 126.37355397010091, "relative_elevation": 41.0901724835858 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003620/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003620/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003620/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003620/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003620/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003620/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003620/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003620/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003620/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76748762944437, 52.3567442381807, 41.1514722611755 ] }, "distance": 20.37, "direction": 127.76, "angle": 63.67, "elevation": 41.15, "pano_id": "TMX7316010203-001798_pano_0000_003620", "timestamp": "2020-07-08T06:26:51.680230Z", "filename": "pano_0000_003620.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 20.36872685, "relative_pitch": 63.66599003715108, "relative_heading": 127.76208473182975, "relative_elevation": 41.1514722611755 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track01_Sphere_00018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track01_Sphere_00018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track01_Sphere_00018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track01_Sphere_00018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241212_0916_Track01_Sphere_00018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241212_0916_Track01_Sphere_00018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241212_0916_Track01_Sphere_00018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track01_Sphere_00018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241212_0916_Track01_Sphere_00018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.766956921863239, 52.35689046589598, 0.0 ] }, "distance": 20.41, "direction": 280.72, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241212_0916_Track01_Sphere_00018", "timestamp": "2024-12-12T08:50:53Z", "filename": "Job_20241212_0916_Track01_Sphere_00018.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 20.41117695, "relative_pitch": 0.0, "relative_heading": 280.7234773357981, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004993/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004993/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004993/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004993/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001306_pano_0000_004993/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_004993/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_004993/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004993/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_004993/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76695518836376, 52.3568198408153, 41.3162547852844 ] }, "distance": 20.58, "direction": 258.62, "angle": 63.52, "elevation": 41.32, "pano_id": "TMX7316010203-001306_pano_0000_004993", "timestamp": "2019-07-11T10:09:26.389220Z", "filename": "pano_0000_004993.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 20.57753672, "relative_pitch": 63.52442657867689, "relative_heading": 258.6183194193295, "relative_elevation": 41.3162547852844 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000180/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000180/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000180/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000180/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001033_pano_0007_000180/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000180/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001033_pano_0007_000180/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000180/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001033/pano_0007_000180/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76700090496625, 52.3569604351199, 41.1323901684955 ] }, "distance": 20.62, "direction": 304.18, "angle": 63.38, "elevation": 41.13, "pano_id": "TMX7316010203-001033_pano_0007_000180", "timestamp": "2019-01-02T12:24:53.646110Z", "filename": "pano_0007_000180.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 20.6194073, "relative_pitch": 63.37568151734772, "relative_heading": 304.1792355844068, "relative_elevation": 41.1323901684955 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000166/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000166/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000166/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000166/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0001_000166/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_000166/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0001_000166/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000166/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0001_000166/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7670031146774, 52.3569633009595, 40.8743057185784 ] }, "distance": 20.68, "direction": 305.14, "angle": 63.17, "elevation": 40.87, "pano_id": "TMX7316010203-000289_pano_0001_000166", "timestamp": "2017-05-09T09:56:37.551530Z", "filename": "pano_0001_000166.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 20.67694426, "relative_pitch": 63.16667720400161, "relative_heading": 305.14467408685505, "relative_elevation": 40.8743057185784 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000297/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000297/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000297/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000297/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002401_pano_0000_000297/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002401_pano_0000_000297/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002401_pano_0000_000297/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000297/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/07/TMX7316010203-002401/pano_0000_000297/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76697195315755, 52.3569318028648, 41.1487746015191 ] }, "distance": 20.8, "direction": 293.81, "angle": 63.18, "elevation": 41.15, "pano_id": "TMX7316010203-002401_pano_0000_000297", "timestamp": "2022-01-07T10:37:57.031610Z", "filename": "pano_0000_000297.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 20.80107265, "relative_pitch": 63.18299530817899, "relative_heading": 293.81038035545765, "relative_elevation": 41.1487746015191 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00178/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00178/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00178/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00178/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00178/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00178/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00178/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00178/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00178/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767002284859789, 52.35696476323865, 0.0 ] }, "distance": 20.82, "direction": 305.42, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00178", "timestamp": "2024-10-15T09:30:34Z", "filename": "Job_20241015_0915_Track25_Sphere_00178.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 20.81708103, "relative_pitch": 0.0, "relative_heading": 305.42130593802864, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00171/adjacencies/b_20241015_0915_Track25_Sphere_00171/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00164/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00164/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00164/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00164/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00164/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00164/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00164/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00164/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00164/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.767501210269645, 52.3567459344382, 0.0 ] }, "distance": 21.0, "direction": 125.81, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00164", "timestamp": "2024-10-15T09:30:29Z", "filename": "Job_20241015_0915_Track25_Sphere_00164.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_20241015_0915_Track25_Sphere_00171", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112766.25407914286, 485620.4324591768 ] }, "relative_distance": 20.99682657, "relative_pitch": 0.0, "relative_heading": 125.80832968088103, "relative_elevation": 0.0 } ] } }