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_20240917_1015_Track30_Sphere_00084/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00084/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00084/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00084/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00084/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240917_1015_Track30_Sphere_00084/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00084/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00084/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.792961268529596, 52.377183067157134, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240917_1015_Track30_Sphere_00084", "timestamp": "2024-09-17T09:27:55Z", "filename": "Job_20240917_1015_Track30_Sphere_00084.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "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_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003764/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003764/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003764/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003764/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001882_pano_0000_003764/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003764/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003764/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003764/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003764/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79295630877558, 52.3771766006572, 44.2053305217996 ] }, "distance": 0.79, "direction": 205.15, "angle": 88.97, "elevation": 44.21, "pano_id": "TMX7316010203-001882_pano_0000_003764", "timestamp": "2020-08-19T11:00:57.586880Z", "filename": "pano_0000_003764.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 0.7948841, "relative_pitch": 88.96983925060314, "relative_heading": 205.1451014122808, "relative_elevation": 44.2053305217996 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003715/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003715/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003715/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003715/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0000_003715/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_003715/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_003715/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003715/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003715/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79298147804763, 52.377188276575, 44.061060952954 ] }, "distance": 1.49, "direction": 67.16, "angle": 88.06, "elevation": 44.06, "pano_id": "TMX7316010203-000289_pano_0000_003715", "timestamp": "2017-05-09T08:45:51.209330Z", "filename": "pano_0000_003715.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 1.49335168, "relative_pitch": 88.05883002473081, "relative_heading": 67.15926736159433, "relative_elevation": 44.061060952954 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000345/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000345/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000345/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000345/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002491_pano_0000_000345/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000345/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000345/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000345/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000345/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.792947419787, 52.3771681930849, 44.5102595258504 ] }, "distance": 1.9, "direction": 209.67, "angle": 87.55, "elevation": 44.51, "pano_id": "TMX7316010203-002491_pano_0000_000345", "timestamp": "2022-03-29T10:11:04.743000Z", "filename": "pano_0000_000345.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 1.90493873, "relative_pitch": 87.54936535031189, "relative_heading": 209.67478716327622, "relative_elevation": 44.5102595258504 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00086/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00086/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00086/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00086/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-15_06-24-20_00086/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00086/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00086/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00086/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00086/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.792957884955038, 52.37716267491099, 0.0 ] }, "distance": 2.28, "direction": 185.8, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-15_06-24-20_00086", "timestamp": "2025-07-15T06:25:39Z", "filename": "recording_2025-07-15_06-24-20_00086.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 2.28080609, "relative_pitch": 0.0, "relative_heading": 185.79821712108696, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000344/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000344/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000344/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000344/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002491_pano_0000_000344/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000344/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000344/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000344/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000344/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79299973066362, 52.3772001380588, 44.4920315016061 ] }, "distance": 3.24, "direction": 54.05, "angle": 85.84, "elevation": 44.49, "pano_id": "TMX7316010203-002491_pano_0000_000344", "timestamp": "2022-03-29T10:11:04.312960Z", "filename": "pano_0000_000344.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 3.23554554, "relative_pitch": 85.84066331371965, "relative_heading": 54.049213492172726, "relative_elevation": 44.4920315016061 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00087/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00087/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00087/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00087/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-15_06-24-20_00087/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00087/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00087/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00087/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00087/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.793011356906841, 52.37719335785629, 0.0 ] }, "distance": 3.6, "direction": 71.44, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-15_06-24-20_00087", "timestamp": "2025-07-15T06:25:42Z", "filename": "recording_2025-07-15_06-24-20_00087.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 3.5980615, "relative_pitch": 0.0, "relative_heading": 71.44269667334784, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003765/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003765/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003765/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003765/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001882_pano_0000_003765/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003765/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003765/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003765/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003765/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.793007252585, 52.3772080645802, 44.2025789273903 ] }, "distance": 4.19, "direction": 48.39, "angle": 84.59, "elevation": 44.2, "pano_id": "TMX7316010203-001882_pano_0000_003765", "timestamp": "2020-08-19T11:00:58.391950Z", "filename": "pano_0000_003765.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 4.18847735, "relative_pitch": 84.58702010413464, "relative_heading": 48.38651567837581, "relative_elevation": 44.2025789273903 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00083/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00083/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00083/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00083/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240917_1015_Track30_Sphere_00083/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00083/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00083/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00083/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00083/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79301266930691, 52.37721488115337, 0.0 ] }, "distance": 4.98, "direction": 44.68, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240917_1015_Track30_Sphere_00083", "timestamp": "2024-09-17T09:27:54Z", "filename": "Job_20240917_1015_Track30_Sphere_00083.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 4.97842437, "relative_pitch": 0.0, "relative_heading": 44.676653166653075, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00085/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00085/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00085/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00085/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240917_1015_Track30_Sphere_00085/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00085/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00085/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00085/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00085/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.792909143321166, 52.37715161800052, 0.0 ] }, "distance": 4.98, "direction": 225.41, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240917_1015_Track30_Sphere_00085", "timestamp": "2024-09-17T09:27:55Z", "filename": "Job_20240917_1015_Track30_Sphere_00085.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 4.9846505, "relative_pitch": 0.0, "relative_heading": 225.40806168553746, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003763/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003763/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003763/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003763/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001882_pano_0000_003763/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003763/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003763/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003763/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003763/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7929049522917, 52.3771450796972, 44.2033916898072 ] }, "distance": 5.71, "direction": 222.22, "angle": 82.64, "elevation": 44.2, "pano_id": "TMX7316010203-001882_pano_0000_003763", "timestamp": "2020-08-19T11:00:56.786900Z", "filename": "pano_0000_003763.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 5.70752268, "relative_pitch": 82.64270033081036, "relative_heading": 222.2168042709285, "relative_elevation": 44.2033916898072 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00085/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00085/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00085/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00085/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-15_06-24-20_00085/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00085/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00085/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00085/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00085/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.792902884982364, 52.37713314369355, 0.0 ] }, "distance": 6.83, "direction": 215.59, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-15_06-24-20_00085", "timestamp": "2025-07-15T06:25:38Z", "filename": "recording_2025-07-15_06-24-20_00085.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 6.83139668, "relative_pitch": 0.0, "relative_heading": 215.5914495555971, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000346/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000346/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000346/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000346/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002491_pano_0000_000346/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000346/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000346/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000346/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000346/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79289510350737, 52.3771363676759, 44.5188930528238 ] }, "distance": 6.88, "direction": 220.93, "angle": 81.22, "elevation": 44.52, "pano_id": "TMX7316010203-002491_pano_0000_000346", "timestamp": "2022-03-29T10:11:05.157990Z", "filename": "pano_0000_000346.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 6.87789235, "relative_pitch": 81.21759261954172, "relative_heading": 220.92822567246947, "relative_elevation": 44.5188930528238 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000343/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000343/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000343/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000343/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002491_pano_0000_000343/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000343/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000343/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000343/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000343/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79305192122837, 52.3772321455861, 44.4725646888837 ] }, "distance": 8.24, "direction": 48.5, "angle": 79.5, "elevation": 44.47, "pano_id": "TMX7316010203-002491_pano_0000_000343", "timestamp": "2022-03-29T10:11:03.862940Z", "filename": "pano_0000_000343.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 8.24227667, "relative_pitch": 79.50028148944087, "relative_heading": 48.502931285650256, "relative_elevation": 44.4725646888837 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00088/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00088/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00088/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00088/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-15_06-24-20_00088/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00088/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00088/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00088/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00088/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7930622362897, 52.37722572645578, 0.0 ] }, "distance": 8.36, "direction": 55.38, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-15_06-24-20_00088", "timestamp": "2025-07-15T06:25:45Z", "filename": "recording_2025-07-15_06-24-20_00088.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 8.35524095, "relative_pitch": 0.0, "relative_heading": 55.37978689058517, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003714/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003714/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003714/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003714/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0000_003714/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_003714/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_003714/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003714/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003714/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79287602703209, 52.3771252386447, 44.0546235572547 ] }, "distance": 8.67, "direction": 222.05, "angle": 78.87, "elevation": 44.05, "pano_id": "TMX7316010203-000289_pano_0000_003714", "timestamp": "2017-05-09T08:45:50.209350Z", "filename": "pano_0000_003714.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 8.66625169, "relative_pitch": 78.87110073956165, "relative_heading": 222.0537642210264, "relative_elevation": 44.0546235572547 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003766/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003766/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003766/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003766/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001882_pano_0000_003766/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003766/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003766/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003766/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003766/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79305861486868, 52.3772394584003, 44.1964519117028 ] }, "distance": 9.13, "direction": 46.57, "angle": 78.33, "elevation": 44.2, "pano_id": "TMX7316010203-001882_pano_0000_003766", "timestamp": "2020-08-19T11:00:59.216890Z", "filename": "pano_0000_003766.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 9.12803129, "relative_pitch": 78.33060037093512, "relative_heading": 46.572728639794754, "relative_elevation": 44.1964519117028 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00082/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00082/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00082/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00082/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240917_1015_Track30_Sphere_00082/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00082/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00082/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00082/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00082/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.793062983101317, 52.377246716635916, 0.0 ] }, "distance": 9.91, "direction": 44.36, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240917_1015_Track30_Sphere_00082", "timestamp": "2024-09-17T09:27:53Z", "filename": "Job_20240917_1015_Track30_Sphere_00082.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 9.90665026, "relative_pitch": 0.0, "relative_heading": 44.36247200308953, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00086/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00086/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00086/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00086/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240917_1015_Track30_Sphere_00086/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00086/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00086/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00086/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00086/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.792856196908939, 52.37712008380853, 0.0 ] }, "distance": 10.02, "direction": 225.59, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240917_1015_Track30_Sphere_00086", "timestamp": "2024-09-17T09:27:56Z", "filename": "Job_20240917_1015_Track30_Sphere_00086.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 10.01582308, "relative_pitch": 0.0, "relative_heading": 225.5941414365875, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003762/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003762/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003762/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003762/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001882_pano_0000_003762/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003762/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003762/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003762/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003762/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79285335893892, 52.3771136171646, 44.1987904785201 ] }, "distance": 10.66, "direction": 223.56, "angle": 76.44, "elevation": 44.2, "pano_id": "TMX7316010203-001882_pano_0000_003762", "timestamp": "2020-08-19T11:00:55.996920Z", "filename": "pano_0000_003762.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 10.66413368, "relative_pitch": 76.43512687414449, "relative_heading": 223.55835965583705, "relative_elevation": 44.1987904785201 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003716/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003716/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003716/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003716/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0000_003716/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_003716/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_003716/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003716/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003716/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.793086264478, 52.3772515199058, 44.0559914838523 ] }, "distance": 11.42, "direction": 48.18, "angle": 75.46, "elevation": 44.06, "pano_id": "TMX7316010203-000289_pano_0000_003716", "timestamp": "2017-05-09T08:45:52.234360Z", "filename": "pano_0000_003716.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 11.4225993, "relative_pitch": 75.46472164998463, "relative_heading": 48.176310865486876, "relative_elevation": 44.0559914838523 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00084/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00084/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00084/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00084/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-15_06-24-20_00084/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00084/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00084/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00084/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00084/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.792847772420657, 52.37710325237431, 0.0 ] }, "distance": 11.77, "direction": 221.03, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-15_06-24-20_00084", "timestamp": "2025-07-15T06:25:36Z", "filename": "recording_2025-07-15_06-24-20_00084.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 11.77353164, "relative_pitch": 0.0, "relative_heading": 221.0315342845572, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000347/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000347/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000347/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000347/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002491_pano_0000_000347/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000347/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000347/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000347/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000347/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79284263740228, 52.3771045119004, 44.5239751730114 ] }, "distance": 11.9, "direction": 222.74, "angle": 75.03, "elevation": 44.52, "pano_id": "TMX7316010203-002491_pano_0000_000347", "timestamp": "2022-03-29T10:11:05.562940Z", "filename": "pano_0000_000347.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 11.90268943, "relative_pitch": 75.03299144460676, "relative_heading": 222.74448175374613, "relative_elevation": 44.5239751730114 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00089/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00089/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00089/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00089/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-15_06-24-20_00089/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00089/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00089/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00089/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00089/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.793111071869356, 52.377259379016685, 0.0 ] }, "distance": 13.27, "direction": 50.23, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-15_06-24-20_00089", "timestamp": "2025-07-15T06:25:46Z", "filename": "recording_2025-07-15_06-24-20_00089.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 13.27317545, "relative_pitch": 0.0, "relative_heading": 50.226475719286555, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000342/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000342/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000342/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000342/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002491_pano_0000_000342/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000342/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000342/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000342/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000342/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79310420751537, 52.3772642175143, 44.4562926925719 ] }, "distance": 13.28, "direction": 47.15, "angle": 73.37, "elevation": 44.46, "pano_id": "TMX7316010203-002491_pano_0000_000342", "timestamp": "2022-03-29T10:11:03.387990Z", "filename": "pano_0000_000342.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 13.27749152, "relative_pitch": 73.3710114887488, "relative_heading": 47.14881412622274, "relative_elevation": 44.4562926925719 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003767/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003767/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003767/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003767/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001882_pano_0000_003767/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003767/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003767/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003767/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003767/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79311011086594, 52.3772703079732, 44.1880829418078 ] }, "distance": 14.03, "direction": 46.24, "angle": 72.38, "elevation": 44.19, "pano_id": "TMX7316010203-001882_pano_0000_003767", "timestamp": "2020-08-19T11:01:00.056920Z", "filename": "pano_0000_003767.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 14.03490501, "relative_pitch": 72.37924519141154, "relative_heading": 46.236608267955035, "relative_elevation": 44.1880829418078 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00081/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00081/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00081/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00081/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240917_1015_Track30_Sphere_00081/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00081/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00081/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00081/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00081/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.793114746095983, 52.377278909890585, 0.0 ] }, "distance": 14.93, "direction": 44.42, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240917_1015_Track30_Sphere_00081", "timestamp": "2024-09-17T09:27:52Z", "filename": "Job_20240917_1015_Track30_Sphere_00081.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 14.93242247, "relative_pitch": 0.0, "relative_heading": 44.42162326901975, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00087/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00087/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00087/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00087/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240917_1015_Track30_Sphere_00087/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00087/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00087/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00087/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00087/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.792804062453539, 52.37708933560408, 0.0 ] }, "distance": 14.95, "direction": 225.75, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240917_1015_Track30_Sphere_00087", "timestamp": "2024-09-17T09:27:57Z", "filename": "Job_20240917_1015_Track30_Sphere_00087.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 14.94637602, "relative_pitch": 0.0, "relative_heading": 225.74741953402506, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003761/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003761/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003761/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003761/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001882_pano_0000_003761/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003761/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003761/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003761/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003761/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79280141602816, 52.3770822243966, 44.1988992327824 ] }, "distance": 15.63, "direction": 224.13, "angle": 70.52, "elevation": 44.2, "pano_id": "TMX7316010203-001882_pano_0000_003761", "timestamp": "2020-08-19T11:00:55.211950Z", "filename": "pano_0000_003761.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 15.63386939, "relative_pitch": 70.52048485337019, "relative_heading": 224.1309373130214, "relative_elevation": 44.1988992327824 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00083/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00083/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00083/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00083/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-15_06-24-20_00083/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00083/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00083/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00083/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00083/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.792795383417645, 52.37707177487907, 0.0 ] }, "distance": 16.76, "direction": 222.37, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-15_06-24-20_00083", "timestamp": "2025-07-15T06:25:35Z", "filename": "recording_2025-07-15_06-24-20_00083.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 16.76240405, "relative_pitch": 0.0, "relative_heading": 222.37113028980087, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000348/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000348/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000348/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000348/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002491_pano_0000_000348/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000348/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000348/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000348/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000348/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79279041475507, 52.3770728245313, 44.5351586192846 ] }, "distance": 16.91, "direction": 223.49, "angle": 69.21, "elevation": 44.54, "pano_id": "TMX7316010203-002491_pano_0000_000348", "timestamp": "2022-03-29T10:11:05.957950Z", "filename": "pano_0000_000348.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 16.90734107, "relative_pitch": 69.21121985382568, "relative_heading": 223.48508976628696, "relative_elevation": 44.5351586192846 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00090/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00090/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00090/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00090/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-15_06-24-20_00090/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00090/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-15_06-24-20_00090/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00090/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-15_06-24-20_00090/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.793160545362337, 52.37729255840579, 0.0 ] }, "distance": 18.24, "direction": 48.08, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-15_06-24-20_00090", "timestamp": "2025-07-15T06:25:48Z", "filename": "recording_2025-07-15_06-24-20_00090.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 18.23734877, "relative_pitch": 0.0, "relative_heading": 48.08265634441453, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000341/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000341/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000341/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000341/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002491_pano_0000_000341/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000341/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002491_pano_0000_000341/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000341/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002491/pano_0000_000341/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79315625086893, 52.3772963023104, 44.4484269898385 ] }, "distance": 18.31, "direction": 46.5, "angle": 67.62, "elevation": 44.45, "pano_id": "TMX7316010203-002491_pano_0000_000341", "timestamp": "2022-03-29T10:11:02.883050Z", "filename": "pano_0000_000341.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 18.30502286, "relative_pitch": 67.61685676569857, "relative_heading": 46.50061372252955, "relative_elevation": 44.4484269898385 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003713/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003713/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003713/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003713/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0000_003713/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_003713/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_003713/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003713/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_003713/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79277049503393, 52.3770621666528, 44.0543497046456 ] }, "distance": 18.7, "direction": 224.0, "angle": 67.0, "elevation": 44.05, "pano_id": "TMX7316010203-000289_pano_0000_003713", "timestamp": "2017-05-09T08:45:49.229410Z", "filename": "pano_0000_003713.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 18.70207906, "relative_pitch": 66.99766701003607, "relative_heading": 224.00010105661437, "relative_elevation": 44.0543497046456 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003768/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003768/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003768/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003768/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001882_pano_0000_003768/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003768/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003768/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003768/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003768/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79316142938594, 52.3773016935326, 44.1945963324979 ] }, "distance": 18.97, "direction": 45.92, "angle": 66.76, "elevation": 44.19, "pano_id": "TMX7316010203-001882_pano_0000_003768", "timestamp": "2020-08-19T11:01:00.921950Z", "filename": "pano_0000_003768.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 18.97474878, "relative_pitch": 66.76395351537641, "relative_heading": 45.919590704486225, "relative_elevation": 44.1945963324979 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00088/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00088/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00088/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00088/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240917_1015_Track30_Sphere_00088/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00088/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00088/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00088/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00088/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.792751872462538, 52.37705835341549, 0.0 ] }, "distance": 19.9, "direction": 225.78, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240917_1015_Track30_Sphere_00088", "timestamp": "2024-09-17T09:27:58Z", "filename": "Job_20240917_1015_Track30_Sphere_00088.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 19.89784723, "relative_pitch": 0.0, "relative_heading": 225.7784884215859, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00080/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00080/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00080/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00080/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240917_1015_Track30_Sphere_00080/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00080/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00080/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00080/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240917_1015_Track30_Sphere_00080/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7931659986786, 52.377310839916284, 0.0 ] }, "distance": 19.91, "direction": 44.44, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240917_1015_Track30_Sphere_00080", "timestamp": "2024-09-17T09:27:52Z", "filename": "Job_20240917_1015_Track30_Sphere_00080.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 19.9129507, "relative_pitch": 0.0, "relative_heading": 44.438595864943665, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240917_1015_Track30_Sphere_00084/adjacencies/b_20240917_1015_Track30_Sphere_00084/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003760/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003760/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003760/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003760/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001882_pano_0000_003760/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003760/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001882_pano_0000_003760/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003760/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/19/TMX7316010203-001882/pano_0000_003760/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79274958484126, 52.3770510139422, 44.1948397839442 ] }, "distance": 20.58, "direction": 224.45, "angle": 65.03, "elevation": 44.19, "pano_id": "TMX7316010203-001882_pano_0000_003760", "timestamp": "2020-08-19T11:00:54.431940Z", "filename": "pano_0000_003760.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_20240917_1015_Track30_Sphere_00084", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114536.24108077385, 487867.356460527 ] }, "relative_distance": 20.58460321, "relative_pitch": 65.02533779310765, "relative_heading": 224.4516985291814, "relative_elevation": 44.1948397839442 } ] } }