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_20240925_0919_Track42_Sphere_00051/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00051/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00051/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00051/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00051/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240925_0919_Track42_Sphere_00051/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00051/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00051/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835539082024495, 52.3775550592262, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240925_0919_Track42_Sphere_00051", "timestamp": "2024-09-25T09:25:24Z", "filename": "Job_20240925_0919_Track42_Sphere_00051.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "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_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000223/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000223/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000223/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000223/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001891_pano_0000_000223/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000223/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000223/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000223/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000223/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83554003942483, 52.3775429453862, 44.2020977912471 ] }, "distance": 1.35, "direction": 177.23, "angle": 88.25, "elevation": 44.2, "pano_id": "TMX7316010203-001891_pano_0000_000223", "timestamp": "2020-08-24T09:35:55.672180Z", "filename": "pano_0000_000223.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 1.34953748, "relative_pitch": 88.25124159715685, "relative_heading": 177.2308942580282, "relative_elevation": 44.2020977912471 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01156/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01156/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01156/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01156/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-18_12-13-00_01156/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01156/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01156/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01156/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01156/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835556906856609, 52.37754712520863, 0.0 ] }, "distance": 1.5, "direction": 126.03, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-18_12-13-00_01156", "timestamp": "2025-06-18T12:36:28Z", "filename": "recording_2025-06-18_12-13-00_01156.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 1.50095298, "relative_pitch": 0.0, "relative_heading": 126.02906056359915, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000305_pano_0000_005017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83555124490559, 52.3775407943624, 44.1570373773575 ] }, "distance": 1.79, "direction": 152.44, "angle": 87.68, "elevation": 44.16, "pano_id": "TMX7316010203-000305_pano_0000_005017", "timestamp": "2017-05-22T11:17:00.490060Z", "filename": "pano_0000_005017.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 1.79042293, "relative_pitch": 87.67811606453834, "relative_heading": 152.4439987138822, "relative_elevation": 44.1570373773575 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000137/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000137/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000137/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000137/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000137/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000137/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000137/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000137/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000137/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83552697736464, 52.3775386483014, 44.198384815827 ] }, "distance": 2.0, "direction": 204.29, "angle": 87.4, "elevation": 44.2, "pano_id": "TMX7316010203-000829_pano_0000_000137", "timestamp": "2018-07-06T11:16:42.142210Z", "filename": "pano_0000_000137.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 2.00354599, "relative_pitch": 87.40451609522803, "relative_heading": 204.29449211011695, "relative_elevation": 44.198384815827 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003464/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003464/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003464/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003464/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003464/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003464/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003464/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003464/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003464/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83555960979443, 52.3775400468563, 44.2477673059329 ] }, "distance": 2.18, "direction": 140.08, "angle": 87.18, "elevation": 44.25, "pano_id": "TMX7316010203-001326_pano_0000_003464", "timestamp": "2019-07-24T07:27:04.709700Z", "filename": "pano_0000_003464.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 2.1782375, "relative_pitch": 87.1817076357554, "relative_heading": 140.0764711362918, "relative_elevation": 44.2477673059329 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003465/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003465/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003465/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003465/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003465/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003465/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003465/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003465/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003465/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83548745147291, 52.3775511346549, 44.209786567837 ] }, "distance": 3.54, "direction": 262.92, "angle": 85.42, "elevation": 44.21, "pano_id": "TMX7316010203-001326_pano_0000_003465", "timestamp": "2019-07-24T07:27:05.309680Z", "filename": "pano_0000_003465.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 3.54299256, "relative_pitch": 85.41808233517983, "relative_heading": 262.9198096266727, "relative_elevation": 44.209786567837 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01157/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01157/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01157/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01157/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-18_12-13-00_01157/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01157/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01157/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01157/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01157/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835485697626908, 52.37755863028909, 0.0 ] }, "distance": 3.66, "direction": 276.24, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-18_12-13-00_01157", "timestamp": "2025-06-18T12:36:28Z", "filename": "recording_2025-06-18_12-13-00_01157.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 3.65706279, "relative_pitch": 0.0, "relative_heading": 276.2379689241142, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000222/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000222/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000222/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000222/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001891_pano_0000_000222/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000222/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000222/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000222/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000222/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83547010411636, 52.3775547672134, 44.1591501906514 ] }, "distance": 4.7, "direction": 269.6, "angle": 83.93, "elevation": 44.16, "pano_id": "TMX7316010203-001891_pano_0000_000222", "timestamp": "2020-08-24T09:35:55.102080Z", "filename": "pano_0000_000222.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 4.69742109, "relative_pitch": 83.92800654456248, "relative_heading": 269.6036907111495, "relative_elevation": 44.1591501906514 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000138/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000138/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000138/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000138/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000138/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000138/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000138/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000138/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000138/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8355966280844, 52.3775279032828, 44.2308858446777 ] }, "distance": 4.95, "direction": 127.64, "angle": 83.62, "elevation": 44.23, "pano_id": "TMX7316010203-000829_pano_0000_000138", "timestamp": "2018-07-06T11:16:42.897150Z", "filename": "pano_0000_000138.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 4.94855278, "relative_pitch": 83.61629346430782, "relative_heading": 127.63548070488136, "relative_elevation": 44.2308858446777 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00052/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00052/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00052/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00052/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240925_0919_Track42_Sphere_00052/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00052/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00052/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00052/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00052/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83546843696716, 52.37756607259927, 0.0 ] }, "distance": 4.96, "direction": 284.29, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240925_0919_Track42_Sphere_00052", "timestamp": "2024-09-25T09:25:25Z", "filename": "Job_20240925_0919_Track42_Sphere_00052.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 4.96447779, "relative_pitch": 0.0, "relative_heading": 284.2915318924185, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00050/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00050/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00050/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00050/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240925_0919_Track42_Sphere_00050/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00050/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00050/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00050/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00050/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835610280126437, 52.377543266454275, 0.0 ] }, "distance": 5.02, "direction": 105.14, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240925_0919_Track42_Sphere_00050", "timestamp": "2024-09-25T09:25:23Z", "filename": "Job_20240925_0919_Track42_Sphere_00050.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 5.02294035, "relative_pitch": 0.0, "relative_heading": 105.14412068037502, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000224/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000224/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000224/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000224/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001891_pano_0000_000224/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000224/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000224/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000224/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000224/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83560977550722, 52.3775312423855, 44.228279883042 ] }, "distance": 5.5, "direction": 118.83, "angle": 82.92, "elevation": 44.23, "pano_id": "TMX7316010203-001891_pano_0000_000224", "timestamp": "2020-08-24T09:35:56.242210Z", "filename": "pano_0000_000224.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 5.49540975, "relative_pitch": 82.91723962637435, "relative_heading": 118.83297647016035, "relative_elevation": 44.228279883042 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000136/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000136/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000136/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000136/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000136/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000136/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000136/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000136/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000136/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83545783215967, 52.3775494017658, 44.154055644758 ] }, "distance": 5.57, "direction": 263.51, "angle": 82.81, "elevation": 44.15, "pano_id": "TMX7316010203-000829_pano_0000_000136", "timestamp": "2018-07-06T11:16:41.392220Z", "filename": "pano_0000_000136.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 5.56871185, "relative_pitch": 82.81180535812071, "relative_heading": 263.50898868352544, "relative_elevation": 44.154055644758 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01155/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01155/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01155/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01155/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-18_12-13-00_01155/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01155/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01155/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01155/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01155/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835628143743365, 52.37753575503027, 0.0 ] }, "distance": 6.43, "direction": 109.5, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-18_12-13-00_01155", "timestamp": "2025-06-18T12:36:27Z", "filename": "recording_2025-06-18_12-13-00_01155.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 6.43415218, "relative_pitch": 0.0, "relative_heading": 109.50280739001157, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003463/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003463/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003463/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003463/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003463/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003463/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003463/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003463/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003463/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83563159295614, 52.3775286736393, 44.2686875564978 ] }, "distance": 6.95, "direction": 114.99, "angle": 81.08, "elevation": 44.27, "pano_id": "TMX7316010203-001326_pano_0000_003463", "timestamp": "2019-07-24T07:27:04.109660Z", "filename": "pano_0000_003463.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 6.95045587, "relative_pitch": 81.07705445785246, "relative_heading": 114.98771949655223, "relative_elevation": 44.2686875564978 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000261/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000261/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000261/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000261/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000261/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000261/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000261/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000261/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000261/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83551304267647, 52.3774819140813, 44.4012750042602 ] }, "distance": 8.33, "direction": 192.29, "angle": 79.37, "elevation": 44.4, "pano_id": "TMX7316010203-000829_pano_0000_000261", "timestamp": "2018-07-06T11:19:28.716430Z", "filename": "pano_0000_000261.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 8.33011593, "relative_pitch": 79.37426542453645, "relative_heading": 192.29072128958757, "relative_elevation": 44.4012750042602 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003466/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003466/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003466/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003466/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003466/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003466/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003466/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003466/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003466/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83541517004093, 52.3775619717304, 44.1794109642506 ] }, "distance": 8.47, "direction": 275.21, "angle": 79.14, "elevation": 44.18, "pano_id": "TMX7316010203-001326_pano_0000_003466", "timestamp": "2019-07-24T07:27:05.909670Z", "filename": "pano_0000_003466.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 8.47323429, "relative_pitch": 79.14299805905185, "relative_heading": 275.2084310741076, "relative_elevation": 44.1794109642506 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000044/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000044/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000044/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000044/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002509_pano_0001_000044/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000044/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000044/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000044/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000044/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83553876316537, 52.3774779125123, 44.2749674301594 ] }, "distance": 8.58, "direction": 180.14, "angle": 79.03, "elevation": 44.27, "pano_id": "TMX7316010203-002509_pano_0001_000044", "timestamp": "2022-04-12T10:39:43.053410Z", "filename": "pano_0001_000044.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 8.5844906, "relative_pitch": 79.02705092122821, "relative_heading": 180.1449263162626, "relative_elevation": 44.2749674301594 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01158/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01158/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01158/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01158/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-18_12-13-00_01158/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01158/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01158/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01158/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01158/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83541453375805, 52.377570027685366, 0.0 ] }, "distance": 8.64, "direction": 281.11, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-18_12-13-00_01158", "timestamp": "2025-06-18T12:36:29Z", "filename": "recording_2025-06-18_12-13-00_01158.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 8.64357722, "relative_pitch": 0.0, "relative_heading": 281.110381787771, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000043/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000043/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000043/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000043/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002509_pano_0001_000043/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000043/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000043/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000043/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000043/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83546744866761, 52.3774891662491, 44.2520562373102 ] }, "distance": 8.81, "direction": 213.64, "angle": 78.74, "elevation": 44.25, "pano_id": "TMX7316010203-002509_pano_0001_000043", "timestamp": "2022-04-12T10:39:42.223240Z", "filename": "pano_0001_000043.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 8.80667863, "relative_pitch": 78.74452327345327, "relative_heading": 213.6359938488053, "relative_elevation": 44.2520562373102 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000305_pano_0000_005018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83540587673391, 52.3775645567783, 44.079516463913 ] }, "distance": 9.13, "direction": 276.65, "angle": 78.29, "elevation": 44.08, "pano_id": "TMX7316010203-000305_pano_0000_005018", "timestamp": "2017-05-22T11:17:02.205020Z", "filename": "pano_0000_005018.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 9.13246773, "relative_pitch": 78.2949663465564, "relative_heading": 276.6453744264876, "relative_elevation": 44.079516463913 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000221/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000221/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000221/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000221/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001891_pano_0000_000221/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000221/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000221/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000221/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000221/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83540026960876, 52.3775657881037, 44.1331575401127 ] }, "distance": 9.53, "direction": 277.2, "angle": 77.82, "elevation": 44.13, "pano_id": "TMX7316010203-001891_pano_0000_000221", "timestamp": "2020-08-24T09:35:54.537120Z", "filename": "pano_0000_000221.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 9.52803942, "relative_pitch": 77.81722474203761, "relative_heading": 277.1980587631564, "relative_elevation": 44.1331575401127 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000139/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000139/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000139/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000139/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000139/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000139/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000139/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000139/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000139/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83566603528964, 52.3775171069812, 44.2462493497878 ] }, "distance": 9.62, "direction": 116.03, "angle": 77.73, "elevation": 44.25, "pano_id": "TMX7316010203-000829_pano_0000_000139", "timestamp": "2018-07-06T11:16:43.647200Z", "filename": "pano_0000_000139.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 9.62169389, "relative_pitch": 77.73158604475455, "relative_heading": 116.03470281023571, "relative_elevation": 44.2462493497878 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000262/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000262/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000262/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000262/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000262/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000262/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000262/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000262/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000262/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8354406487585, 52.3774927912853, 44.3749437499791 ] }, "distance": 9.64, "direction": 224.05, "angle": 77.74, "elevation": 44.37, "pano_id": "TMX7316010203-000829_pano_0000_000262", "timestamp": "2018-07-06T11:19:30.046550Z", "filename": "pano_0000_000262.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 9.64061504, "relative_pitch": 77.74276185220398, "relative_heading": 224.05171748876882, "relative_elevation": 44.3749437499791 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000260/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000260/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000260/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000260/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000260/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000260/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000260/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000260/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000260/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83558536332972, 52.377471255362, 44.4337578015402 ] }, "distance": 9.84, "direction": 161.33, "angle": 77.51, "elevation": 44.43, "pano_id": "TMX7316010203-000829_pano_0000_000260", "timestamp": "2018-07-06T11:19:27.401510Z", "filename": "pano_0000_000260.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 9.84343526, "relative_pitch": 77.50896222032864, "relative_heading": 161.32598345124754, "relative_elevation": 44.4337578015402 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00053/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00053/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00053/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00053/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240925_0919_Track42_Sphere_00053/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00053/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00053/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00053/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00053/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835398564603085, 52.37757753891787, 0.0 ] }, "distance": 9.89, "direction": 284.65, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240925_0919_Track42_Sphere_00053", "timestamp": "2024-09-25T09:25:26Z", "filename": "Job_20240925_0919_Track42_Sphere_00053.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 9.8905985, "relative_pitch": 0.0, "relative_heading": 284.64974709504247, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00049/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00049/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00049/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00049/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240925_0919_Track42_Sphere_00049/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00049/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00049/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00049/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00049/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835680599981161, 52.37753123586788, 0.0 ] }, "distance": 10.0, "direction": 105.38, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240925_0919_Track42_Sphere_00049", "timestamp": "2024-09-25T09:25:22Z", "filename": "Job_20240925_0919_Track42_Sphere_00049.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 9.99514956, "relative_pitch": 0.0, "relative_heading": 105.38008301737746, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000135/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000135/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000135/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000135/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000135/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000135/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000135/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000135/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000135/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83538859319957, 52.3775600132695, 44.1237669689581 ] }, "distance": 10.26, "direction": 273.08, "angle": 76.91, "elevation": 44.12, "pano_id": "TMX7316010203-000829_pano_0000_000135", "timestamp": "2018-07-06T11:16:40.642210Z", "filename": "pano_0000_000135.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 10.26291468, "relative_pitch": 76.9061685276483, "relative_heading": 273.0791077520211, "relative_elevation": 44.1237669689581 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000225/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000225/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000225/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000225/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001891_pano_0000_000225/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000225/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000225/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000225/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000225/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83567969399372, 52.377519206, 44.2433997858316 ] }, "distance": 10.37, "direction": 112.62, "angle": 76.8, "elevation": 44.24, "pano_id": "TMX7316010203-001891_pano_0000_000225", "timestamp": "2020-08-24T09:35:56.817110Z", "filename": "pano_0000_000225.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 10.37336731, "relative_pitch": 76.80469942636782, "relative_heading": 112.6185748317242, "relative_elevation": 44.2433997858316 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000045/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000045/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000045/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000045/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002509_pano_0001_000045/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000045/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000045/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000045/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000045/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83560949548339, 52.3774667870474, 44.3028145805001 ] }, "distance": 10.93, "direction": 153.98, "angle": 76.14, "elevation": 44.3, "pano_id": "TMX7316010203-002509_pano_0001_000045", "timestamp": "2022-04-12T10:39:43.893280Z", "filename": "pano_0001_000045.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 10.93037625, "relative_pitch": 76.1407852883199, "relative_heading": 153.97949311733265, "relative_elevation": 44.3028145805001 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01154/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01154/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01154/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01154/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-18_12-13-00_01154/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01154/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01154/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01154/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01154/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835699405940794, 52.37752470848554, 0.0 ] }, "distance": 11.43, "direction": 107.19, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-18_12-13-00_01154", "timestamp": "2025-06-18T12:36:26Z", "filename": "recording_2025-06-18_12-13-00_01154.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 11.42828033, "relative_pitch": 0.0, "relative_heading": 107.1885453649178, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000042/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000042/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000042/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000042/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002509_pano_0001_000042/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000042/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000042/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000042/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000042/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83539677080954, 52.3775004993374, 44.2279192311689 ] }, "distance": 11.44, "direction": 237.93, "angle": 75.5, "elevation": 44.23, "pano_id": "TMX7316010203-002509_pano_0001_000042", "timestamp": "2022-04-12T10:39:41.383250Z", "filename": "pano_0001_000042.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 11.43583473, "relative_pitch": 75.50277205685572, "relative_heading": 237.9347149744901, "relative_elevation": 44.2279192311689 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000305_pano_0000_005016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83569660254719, 52.3775175595302, 44.1835479838774 ] }, "distance": 11.51, "direction": 111.26, "angle": 75.4, "elevation": 44.18, "pano_id": "TMX7316010203-000305_pano_0000_005016", "timestamp": "2017-05-22T11:16:58.850050Z", "filename": "pano_0000_005016.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 11.50997254, "relative_pitch": 75.39876093288488, "relative_heading": 111.25585893060968, "relative_elevation": 44.1835479838774 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003462/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003462/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003462/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003462/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003462/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003462/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003462/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003462/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003462/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83570350335848, 52.377516698542, 44.2690396578982 ] }, "distance": 11.98, "direction": 110.87, "angle": 74.85, "elevation": 44.27, "pano_id": "TMX7316010203-001326_pano_0000_003462", "timestamp": "2019-07-24T07:27:03.509670Z", "filename": "pano_0000_003462.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 11.98294709, "relative_pitch": 74.85387192101909, "relative_heading": 110.86817448488232, "relative_elevation": 44.2690396578982 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000263/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000263/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000263/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000263/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000263/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000263/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000263/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000263/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000263/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83536805413572, 52.3775038613797, 44.3692149640992 ] }, "distance": 12.97, "direction": 243.93, "angle": 73.71, "elevation": 44.37, "pano_id": "TMX7316010203-000829_pano_0000_000263", "timestamp": "2018-07-06T11:19:31.376500Z", "filename": "pano_0000_000263.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 12.96548177, "relative_pitch": 73.71068888899822, "relative_heading": 243.93454711146356, "relative_elevation": 44.3692149640992 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000259/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000259/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000259/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000259/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000259/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000259/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000259/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000259/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000259/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83565696989063, 52.3774602079836, 44.4607292627916 ] }, "distance": 13.26, "direction": 142.74, "angle": 73.39, "elevation": 44.46, "pano_id": "TMX7316010203-000829_pano_0000_000259", "timestamp": "2018-07-06T11:19:26.141500Z", "filename": "pano_0000_000259.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 13.26073849, "relative_pitch": 73.39240287407931, "relative_heading": 142.742470069475, "relative_elevation": 44.4607292627916 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003467/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003467/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003467/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003467/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003467/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003467/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003467/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003467/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003467/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83534305701485, 52.3775727764845, 44.1677964441478 ] }, "distance": 13.49, "direction": 278.4, "angle": 73.01, "elevation": 44.17, "pano_id": "TMX7316010203-001326_pano_0000_003467", "timestamp": "2019-07-24T07:27:06.509670Z", "filename": "pano_0000_003467.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 13.49384914, "relative_pitch": 73.01139118539852, "relative_heading": 278.40118064521147, "relative_elevation": 44.1677964441478 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01159/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01159/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01159/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01159/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-18_12-13-00_01159/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01159/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01159/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01159/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01159/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835343224565711, 52.37758129853335, 0.0 ] }, "distance": 13.65, "direction": 282.35, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-18_12-13-00_01159", "timestamp": "2025-06-18T12:36:30Z", "filename": "recording_2025-06-18_12-13-00_01159.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 13.65348816, "relative_pitch": 0.0, "relative_heading": 282.3480071101868, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000220/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000220/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000220/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000220/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001891_pano_0000_000220/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000220/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000220/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000220/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000220/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8353297895553, 52.3775762476605, 44.1245918525383 ] }, "distance": 14.45, "direction": 279.39, "angle": 71.87, "elevation": 44.12, "pano_id": "TMX7316010203-001891_pano_0000_000220", "timestamp": "2020-08-24T09:35:53.972190Z", "filename": "pano_0000_000220.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 14.44624835, "relative_pitch": 71.87172103015449, "relative_heading": 279.3931898606576, "relative_elevation": 44.1245918525383 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000140/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000140/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000140/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000140/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000140/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000140/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000140/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000140/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000140/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83573594540967, 52.3775064915228, 44.2569449786097 ] }, "distance": 14.45, "direction": 111.96, "angle": 71.91, "elevation": 44.26, "pano_id": "TMX7316010203-000829_pano_0000_000140", "timestamp": "2018-07-06T11:16:44.402190Z", "filename": "pano_0000_000140.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 14.45448001, "relative_pitch": 71.91277285816443, "relative_heading": 111.95548473354975, "relative_elevation": 44.2569449786097 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000046/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000046/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000046/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000046/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002509_pano_0001_000046/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000046/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000046/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000046/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000046/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83568061195983, 52.3774557476878, 44.320562501438 ] }, "distance": 14.66, "direction": 138.91, "angle": 71.69, "elevation": 44.32, "pano_id": "TMX7316010203-002509_pano_0001_000046", "timestamp": "2022-04-12T10:39:44.753230Z", "filename": "pano_0001_000046.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 14.66330755, "relative_pitch": 71.69337793056663, "relative_heading": 138.90655069236942, "relative_elevation": 44.320562501438 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00054/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00054/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00054/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00054/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240925_0919_Track42_Sphere_00054/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00054/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00054/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00054/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00054/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835327960511519, 52.37758879506709, 0.0 ] }, "distance": 14.86, "direction": 284.63, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240925_0919_Track42_Sphere_00054", "timestamp": "2024-09-25T09:25:27Z", "filename": "Job_20240925_0919_Track42_Sphere_00054.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 14.85911075, "relative_pitch": 0.0, "relative_heading": 284.63360800735165, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00048/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00048/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00048/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00048/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240925_0919_Track42_Sphere_00048/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00048/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00048/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00048/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00048/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835751642951318, 52.37751892099991, 0.0 ] }, "distance": 15.02, "direction": 105.53, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240925_0919_Track42_Sphere_00048", "timestamp": "2024-09-25T09:25:21Z", "filename": "Job_20240925_0919_Track42_Sphere_00048.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 15.02332065, "relative_pitch": 0.0, "relative_heading": 105.5254676684309, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000134/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000134/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000134/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000134/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000134/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000134/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000134/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000134/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000134/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83531940600463, 52.3775708118994, 44.1128718294203 ] }, "distance": 15.06, "direction": 276.68, "angle": 71.15, "elevation": 44.11, "pano_id": "TMX7316010203-000829_pano_0000_000134", "timestamp": "2018-07-06T11:16:39.897220Z", "filename": "pano_0000_000134.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 15.06200237, "relative_pitch": 71.14792242273023, "relative_heading": 276.68314331438836, "relative_elevation": 44.1128718294203 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000226/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000226/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000226/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000226/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001891_pano_0000_000226/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000226/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000226/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000226/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000226/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83574985533288, 52.3775076329849, 44.2526142345741 ] }, "distance": 15.29, "direction": 110.19, "angle": 70.94, "elevation": 44.25, "pano_id": "TMX7316010203-001891_pano_0000_000226", "timestamp": "2020-08-24T09:35:57.402090Z", "filename": "pano_0000_000226.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 15.2928237, "relative_pitch": 70.9358679776771, "relative_heading": 110.1869327384893, "relative_elevation": 44.2526142345741 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000041/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000041/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000041/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000041/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002509_pano_0001_000041/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000041/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000041/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000041/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000041/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83532565878104, 52.3775117947189, 44.2171094659716 ] }, "distance": 15.31, "direction": 251.67, "angle": 70.9, "elevation": 44.22, "pano_id": "TMX7316010203-002509_pano_0001_000041", "timestamp": "2022-04-12T10:39:40.533250Z", "filename": "pano_0001_000041.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 15.31045399, "relative_pitch": 70.90126463980074, "relative_heading": 251.67300350180594, "relative_elevation": 44.2171094659716 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01153/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01153/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01153/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01153/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-18_12-13-00_01153/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01153/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01153/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01153/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01153/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835770984697015, 52.37751418466087, 0.0 ] }, "distance": 16.43, "direction": 106.07, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-18_12-13-00_01153", "timestamp": "2025-06-18T12:36:26Z", "filename": "recording_2025-06-18_12-13-00_01153.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 16.43421271, "relative_pitch": 0.0, "relative_heading": 106.06670632186163, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003461/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003461/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003461/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003461/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003461/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003461/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003461/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003461/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003461/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83577515371185, 52.3775048866229, 44.2770186988637 ] }, "distance": 17.02, "direction": 109.15, "angle": 68.98, "elevation": 44.28, "pano_id": "TMX7316010203-001326_pano_0000_003461", "timestamp": "2019-07-24T07:27:02.909720Z", "filename": "pano_0000_003461.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 17.01802389, "relative_pitch": 68.97556501208373, "relative_heading": 109.15097117695987, "relative_elevation": 44.2770186988637 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000264/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000264/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000264/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000264/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000264/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000264/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000264/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000264/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000264/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8352949624269, 52.377514890824, 44.3853347394615 ] }, "distance": 17.21, "direction": 254.95, "angle": 68.8, "elevation": 44.39, "pano_id": "TMX7316010203-000829_pano_0000_000264", "timestamp": "2018-07-06T11:19:32.736490Z", "filename": "pano_0000_000264.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 17.2146422, "relative_pitch": 68.80145258008407, "relative_heading": 254.95101626024064, "relative_elevation": 44.3853347394615 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000258/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000258/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000258/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000258/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000258/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000258/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000258/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000258/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000258/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83572825004088, 52.377448364071, 44.4725793926045 ] }, "distance": 17.52, "direction": 132.66, "angle": 68.5, "elevation": 44.47, "pano_id": "TMX7316010203-000829_pano_0000_000258", "timestamp": "2018-07-06T11:19:24.881540Z", "filename": "pano_0000_000258.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 17.51867869, "relative_pitch": 68.49948274391022, "relative_heading": 132.66428978951188, "relative_elevation": 44.4725793926045 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003468/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003468/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003468/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003468/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003468/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003468/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003468/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003468/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003468/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83527071657854, 52.377583567961, 44.1653119344264 ] }, "distance": 18.55, "direction": 279.85, "angle": 67.22, "elevation": 44.17, "pano_id": "TMX7316010203-001326_pano_0000_003468", "timestamp": "2019-07-24T07:27:07.114620Z", "filename": "pano_0000_003468.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 18.54862864, "relative_pitch": 67.21847911032842, "relative_heading": 279.84757788936145, "relative_elevation": 44.1653119344264 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01160/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01160/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01160/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01160/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-18_12-13-00_01160/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01160/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-18_12-13-00_01160/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01160/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-18_12-13-00_01160/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835271553462277, 52.37759214522799, 0.0 ] }, "distance": 18.68, "direction": 282.76, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-18_12-13-00_01160", "timestamp": "2025-06-18T12:36:31Z", "filename": "recording_2025-06-18_12-13-00_01160.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 18.67988687, "relative_pitch": 0.0, "relative_heading": 282.7630746607021, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000047/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000047/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000047/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000047/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002509_pano_0001_000047/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000047/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000047/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000047/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000047/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83575162440843, 52.3774442165917, 44.3363730479032 ] }, "distance": 19.02, "direction": 130.44, "angle": 66.79, "elevation": 44.34, "pano_id": "TMX7316010203-002509_pano_0001_000047", "timestamp": "2022-04-12T10:39:45.623220Z", "filename": "pano_0001_000047.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 19.0163082, "relative_pitch": 66.78502899999214, "relative_heading": 130.43597865820468, "relative_elevation": 44.3363730479032 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005019/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005019/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005019/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005019/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000305_pano_0000_005019/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005019/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005019/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005019/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005019/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8352604585925, 52.3775873747516, 44.0513619249687 ] }, "distance": 19.31, "direction": 280.73, "angle": 66.33, "elevation": 44.05, "pano_id": "TMX7316010203-000305_pano_0000_005019", "timestamp": "2017-05-22T11:17:04.175010Z", "filename": "pano_0000_005019.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 19.31163538, "relative_pitch": 66.32788029493113, "relative_heading": 280.73141852006705, "relative_elevation": 44.0513619249687 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000141/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000141/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000141/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000141/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000141/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000141/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000141/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000141/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000141/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83580569491724, 52.3774958161171, 44.279603626579 ] }, "distance": 19.32, "direction": 109.96, "angle": 66.43, "elevation": 44.28, "pano_id": "TMX7316010203-000829_pano_0000_000141", "timestamp": "2018-07-06T11:16:45.157150Z", "filename": "pano_0000_000141.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 19.31576033, "relative_pitch": 66.4320861653035, "relative_heading": 109.9552945721053, "relative_elevation": 44.279603626579 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000219/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000219/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000219/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000219/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001891_pano_0000_000219/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000219/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000219/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000219/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000219/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83525918367062, 52.3775857989173, 44.1255406076089 ] }, "distance": 19.37, "direction": 280.17, "angle": 66.3, "elevation": 44.13, "pano_id": "TMX7316010203-001891_pano_0000_000219", "timestamp": "2020-08-24T09:35:53.412130Z", "filename": "pano_0000_000219.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 19.36520401, "relative_pitch": 66.30495818067594, "relative_heading": 280.1738440288257, "relative_elevation": 44.1255406076089 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000040/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000040/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000040/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000040/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002509_pano_0001_000040/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000040/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002509_pano_0001_000040/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000040/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/12/TMX7316010203-002509/pano_0001_000040/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83525388001801, 52.3775231487692, 44.2124151550233 ] }, "distance": 19.74, "direction": 259.64, "angle": 65.94, "elevation": 44.21, "pano_id": "TMX7316010203-002509_pano_0001_000040", "timestamp": "2022-04-12T10:39:39.688260Z", "filename": "pano_0001_000040.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 19.74382696, "relative_pitch": 65.93601446705476, "relative_heading": 259.63940472470676, "relative_elevation": 44.2124151550233 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00055/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00055/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00055/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00055/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240925_0919_Track42_Sphere_00055/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00055/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00055/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00055/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00055/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835257267825169, 52.37760008671222, 0.0 ] }, "distance": 19.83, "direction": 284.63, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240925_0919_Track42_Sphere_00055", "timestamp": "2024-09-25T09:25:28Z", "filename": "Job_20240925_0919_Track42_Sphere_00055.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 19.83445756, "relative_pitch": 0.0, "relative_heading": 284.63221178219055, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000133/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000133/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000133/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000133/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000829_pano_0000_000133/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000133/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000829_pano_0000_000133/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000133/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/06/TMX7316010203-000829/pano_0000_000133/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83525033942797, 52.3775821462013, 44.1073957663029 ] }, "distance": 19.89, "direction": 278.71, "angle": 65.72, "elevation": 44.11, "pano_id": "TMX7316010203-000829_pano_0000_000133", "timestamp": "2018-07-06T11:16:39.157190Z", "filename": "pano_0000_000133.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 19.89267093, "relative_pitch": 65.72437115545213, "relative_heading": 278.71499910371557, "relative_elevation": 44.1073957663029 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00047/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00047/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00047/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00047/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240925_0919_Track42_Sphere_00047/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00047/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00047/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00047/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240925_0919_Track42_Sphere_00047/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.835823124987038, 52.377506724974474, 0.0 ] }, "distance": 20.08, "direction": 105.54, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240925_0919_Track42_Sphere_00047", "timestamp": "2024-09-25T09:25:20Z", "filename": "Job_20240925_0919_Track42_Sphere_00047.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_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 20.07679486, "relative_pitch": 0.0, "relative_heading": 105.53862915743127, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240925_0919_Track42_Sphere_00051/adjacencies/b_20240925_0919_Track42_Sphere_00051/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000227/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000227/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000227/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000227/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001891_pano_0000_000227/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000227/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001891_pano_0000_000227/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000227/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001891/pano_0000_000227/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83582002517227, 52.3774962555784, 44.2654157867655 ] }, "distance": 20.22, "direction": 108.88, "angle": 65.45, "elevation": 44.27, "pano_id": "TMX7316010203-001891_pano_0000_000227", "timestamp": "2020-08-24T09:35:58.002050Z", "filename": "pano_0000_000227.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240925_0919_Track42_Sphere_00051", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117435.76408339903, 487885.822460571 ] }, "relative_distance": 20.21990375, "relative_pitch": 65.44965576482694, "relative_heading": 108.88122529973383, "relative_elevation": 44.2654157867655 } ] } }