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_20241104_1213_Track23_Sphere_00003/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00003/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00003/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00003/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00003/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241104_1213_Track23_Sphere_00003/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00003/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00003/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824391106705399, 52.35525046695829, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241104_1213_Track23_Sphere_00003", "timestamp": "2024-11-04T12:25:19Z", "filename": "Job_20241104_1213_Track23_Sphere_00003.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "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_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003655/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003655/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003655/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003655/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001308_pano_0000_003655/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003655/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003655/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003655/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003655/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82439427279755, 52.3552467016091, 44.262694218196 ] }, "distance": 0.47, "direction": 152.76, "angle": 89.39, "elevation": 44.26, "pano_id": "TMX7316010203-001308_pano_0000_003655", "timestamp": "2019-07-12T07:27:35.713460Z", "filename": "pano_0000_003655.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 0.47125608, "relative_pitch": 89.39000630725964, "relative_heading": 152.7582527476283, "relative_elevation": 44.262694218196 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003325/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003325/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003325/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003325/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003325/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003325/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003325/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003325/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003325/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82439702060978, 52.3552557745486, 44.3542610779405 ] }, "distance": 0.71, "direction": 34.3, "angle": 89.08, "elevation": 44.35, "pano_id": "TMX7316010203-000535_pano_0000_003325", "timestamp": "2018-01-08T10:43:14.950800Z", "filename": "pano_0000_003325.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 0.71495427, "relative_pitch": 89.076519055406, "relative_heading": 34.303581313946985, "relative_elevation": 44.3542610779405 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003429/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003429/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003429/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003429/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002086_pano_0000_003429/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003429/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003429/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003429/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003429/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82439425529356, 52.3552584027089, 44.1308945184574 ] }, "distance": 0.91, "direction": 13.65, "angle": 88.82, "elevation": 44.13, "pano_id": "TMX7316010203-002086_pano_0000_003429", "timestamp": "2021-04-12T11:33:37.896430Z", "filename": "pano_0000_003429.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 0.90872757, "relative_pitch": 88.82035254535626, "relative_heading": 13.654674417300946, "relative_elevation": 44.1308945184574 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001938/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001938/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001938/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001938/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002503_pano_0000_001938/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001938/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001938/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001938/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001938/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82438865760941, 52.3552620109781, 44.1447822898626 ] }, "distance": 1.3, "direction": 352.6, "angle": 88.32, "elevation": 44.14, "pano_id": "TMX7316010203-002503_pano_0000_001938", "timestamp": "2022-04-11T09:02:01.418250Z", "filename": "pano_0000_001938.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 1.29534292, "relative_pitch": 88.31924887519517, "relative_heading": 352.5986680679353, "relative_elevation": 44.1447822898626 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003276/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003276/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003276/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003276/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003276/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003276/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003276/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003276/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003276/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82440474709288, 52.3552362774702, 44.2541433526203 ] }, "distance": 1.83, "direction": 149.52, "angle": 87.63, "elevation": 44.25, "pano_id": "TMX7316010203-000535_pano_0000_003276", "timestamp": "2018-01-08T10:41:45.586670Z", "filename": "pano_0000_003276.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 1.8321322, "relative_pitch": 87.62929474851944, "relative_heading": 149.5187240923017, "relative_elevation": 44.2541433526203 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001692/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001692/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001692/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001692/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000823_pano_0000_001692/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001692/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001692/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001692/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001692/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82440305371849, 52.3552340581137, 44.2378881257027 ] }, "distance": 2.0, "direction": 155.97, "angle": 87.41, "elevation": 44.24, "pano_id": "TMX7316010203-000823_pano_0000_001692", "timestamp": "2018-07-03T13:30:42.382260Z", "filename": "pano_0000_001692.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 1.99910212, "relative_pitch": 87.41257446212353, "relative_heading": 155.97243249550326, "relative_elevation": 44.2378881257027 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00485/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00485/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00485/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00485/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_08_02_29_00485/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00485/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00485/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00485/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00485/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824409303814952, 52.355235777563706, 0.0 ] }, "distance": 2.05, "direction": 142.82, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_08_02_29_00485", "timestamp": "2025-09-23T08:19:57Z", "filename": "2025_09_23_08_02_29_00485.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 2.05156426, "relative_pitch": 0.0, "relative_heading": 142.81924748344113, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000742/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000742/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000742/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000742/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0001_000742/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000742/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000742/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000742/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000742/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82438895609386, 52.3552724977374, 44.0358680281788 ] }, "distance": 2.46, "direction": 356.58, "angle": 86.81, "elevation": 44.04, "pano_id": "TMX7316010203-000288_pano_0001_000742", "timestamp": "2017-05-08T08:20:33.190680Z", "filename": "pano_0001_000742.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 2.45583017, "relative_pitch": 86.80798617006782, "relative_heading": 356.5794032797144, "relative_elevation": 44.0358680281788 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001691/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001691/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001691/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001691/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000823_pano_0000_001691/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001691/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001691/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001691/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001691/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82437465295322, 52.3552765343409, 44.2441596202552 ] }, "distance": 3.11, "direction": 338.87, "angle": 85.98, "elevation": 44.24, "pano_id": "TMX7316010203-000823_pano_0000_001691", "timestamp": "2018-07-03T13:30:41.287260Z", "filename": "pano_0000_001691.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 3.10972043, "relative_pitch": 85.97955235990202, "relative_heading": 338.8693039912287, "relative_elevation": 44.2441596202552 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003277/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003277/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003277/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003277/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003277/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003277/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003277/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003277/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003277/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82438891917751, 52.3552790516733, 44.2649115771055 ] }, "distance": 3.18, "direction": 357.32, "angle": 85.89, "elevation": 44.26, "pano_id": "TMX7316010203-000535_pano_0000_003277", "timestamp": "2018-01-08T10:41:46.826740Z", "filename": "pano_0000_003277.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 3.18422825, "relative_pitch": 85.88547433663396, "relative_heading": 357.31720017287375, "relative_elevation": 44.2649115771055 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00486/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00486/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00486/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00486/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_08_02_29_00486/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00486/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00486/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00486/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00486/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824392390802774, 52.35528347620568, 0.0 ] }, "distance": 3.67, "direction": 1.36, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_08_02_29_00486", "timestamp": "2025-09-23T08:19:58Z", "filename": "2025_09_23_08_02_29_00486.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 3.67411588, "relative_pitch": 0.0, "relative_heading": 1.36447716284285, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001937/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001937/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001937/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001937/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002503_pano_0000_001937/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001937/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001937/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001937/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001937/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82441011060348, 52.3552194727669, 44.1463743047789 ] }, "distance": 3.68, "direction": 159.42, "angle": 85.23, "elevation": 44.15, "pano_id": "TMX7316010203-002503_pano_0000_001937", "timestamp": "2022-04-11T09:02:00.593260Z", "filename": "pano_0000_001937.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 3.68389212, "relative_pitch": 85.2298782610589, "relative_heading": 159.4224677103711, "relative_elevation": 44.1463743047789 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003428/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003428/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003428/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003428/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002086_pano_0000_003428/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003428/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003428/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003428/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003428/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82442050685513, 52.3552159251342, 44.1072009624913 ] }, "distance": 4.33, "direction": 152.47, "angle": 84.39, "elevation": 44.11, "pano_id": "TMX7316010203-002086_pano_0000_003428", "timestamp": "2021-04-12T11:33:36.796420Z", "filename": "pano_0000_003428.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 4.33426334, "relative_pitch": 84.38775853403227, "relative_heading": 152.47342117867248, "relative_elevation": 44.1072009624913 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003326/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003326/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003326/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003326/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003326/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003326/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003326/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003326/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003326/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82442266652573, 52.3552144978123, 44.325095212087 ] }, "distance": 4.54, "direction": 151.75, "angle": 84.15, "elevation": 44.33, "pano_id": "TMX7316010203-000535_pano_0000_003326", "timestamp": "2018-01-08T10:43:16.175810Z", "filename": "pano_0000_003326.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 4.54347104, "relative_pitch": 84.14743069277138, "relative_heading": 151.75351841533077, "relative_elevation": 44.325095212087 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00002/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00002/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00002/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00002/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241104_1213_Track23_Sphere_00002/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00002/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00002/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00002/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00002/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824362627398228, 52.35528770274681, 0.0 ] }, "distance": 4.58, "direction": 334.91, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241104_1213_Track23_Sphere_00002", "timestamp": "2024-11-04T12:25:18Z", "filename": "Job_20241104_1213_Track23_Sphere_00002.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 4.57522296, "relative_pitch": 0.0, "relative_heading": 334.90589976301527, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003654/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003654/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003654/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003654/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001308_pano_0000_003654/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003654/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003654/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003654/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003654/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82435710412018, 52.3552862022721, 44.231379782781 ] }, "distance": 4.6, "direction": 329.77, "angle": 84.06, "elevation": 44.23, "pano_id": "TMX7316010203-001308_pano_0000_003654", "timestamp": "2019-07-12T07:27:34.968400Z", "filename": "pano_0000_003654.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 4.60206112, "relative_pitch": 84.06002395065406, "relative_heading": 329.7745098494372, "relative_elevation": 44.231379782781 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00004/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00004/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00004/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00004/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241104_1213_Track23_Sphere_00004/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00004/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00004/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00004/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00004/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824416311536962, 52.35520868575116, 0.0 ] }, "distance": 4.96, "direction": 159.73, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241104_1213_Track23_Sphere_00004", "timestamp": "2024-11-04T12:25:20Z", "filename": "Job_20241104_1213_Track23_Sphere_00004.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 4.95618842, "relative_pitch": 0.0, "relative_heading": 159.72705205678426, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003324/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003324/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003324/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003324/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003324/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003324/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003324/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003324/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003324/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82436462281433, 52.3552944851837, 44.340294723399 ] }, "distance": 5.22, "direction": 339.78, "angle": 83.29, "elevation": 44.34, "pano_id": "TMX7316010203-000535_pano_0000_003324", "timestamp": "2018-01-08T10:43:13.655830Z", "filename": "pano_0000_003324.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 5.21988745, "relative_pitch": 83.28585248793868, "relative_heading": 339.7765056549507, "relative_elevation": 44.340294723399 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003656/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003656/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003656/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003656/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001308_pano_0000_003656/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003656/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003656/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003656/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003656/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82442098602234, 52.3552040605584, 44.2463045129552 ] }, "distance": 5.55, "direction": 158.48, "angle": 82.85, "elevation": 44.25, "pano_id": "TMX7316010203-001308_pano_0000_003656", "timestamp": "2019-07-12T07:27:36.408360Z", "filename": "pano_0000_003656.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 5.55063058, "relative_pitch": 82.84968572123861, "relative_heading": 158.48382261757789, "relative_elevation": 44.2463045129552 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003430/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003430/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003430/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003430/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002086_pano_0000_003430/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003430/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003430/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003430/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003430/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82435350068239, 52.3552951994402, 44.142729354091 ] }, "distance": 5.6, "direction": 332.76, "angle": 82.77, "elevation": 44.14, "pano_id": "TMX7316010203-002086_pano_0000_003430", "timestamp": "2021-04-12T11:33:39.716410Z", "filename": "pano_0000_003430.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 5.59831181, "relative_pitch": 82.77216553758605, "relative_heading": 332.7627852349397, "relative_elevation": 44.142729354091 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001939/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001939/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001939/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001939/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002503_pano_0000_001939/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001939/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001939/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001939/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001939/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82439360457915, 52.3553062481657, 44.0931836273521 ] }, "distance": 6.21, "direction": 1.57, "angle": 81.98, "elevation": 44.09, "pano_id": "TMX7316010203-002503_pano_0000_001939", "timestamp": "2022-04-11T09:02:02.393260Z", "filename": "pano_0000_001939.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 6.209336, "relative_pitch": 81.9841448337298, "relative_heading": 1.5705783320238733, "relative_elevation": 44.0931836273521 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003275/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003275/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003275/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003275/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003275/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003275/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003275/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003275/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003275/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82443007073063, 52.3551948840073, 44.236255094409 ] }, "distance": 6.73, "direction": 156.77, "angle": 81.35, "elevation": 44.24, "pano_id": "TMX7316010203-000535_pano_0000_003275", "timestamp": "2018-01-08T10:41:44.481940Z", "filename": "pano_0000_003275.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 6.73061319, "relative_pitch": 81.34871253277777, "relative_heading": 156.76970699935578, "relative_elevation": 44.236255094409 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001693/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001693/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001693/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001693/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000823_pano_0000_001693/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001693/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001693/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001693/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001693/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82442723264598, 52.35519012768, 44.2464147107676 ] }, "distance": 7.15, "direction": 159.87, "angle": 80.82, "elevation": 44.25, "pano_id": "TMX7316010203-000823_pano_0000_001693", "timestamp": "2018-07-03T13:30:43.407220Z", "filename": "pano_0000_001693.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 7.15114066, "relative_pitch": 80.8191994043755, "relative_heading": 159.86744888104286, "relative_elevation": 44.2464147107676 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000741/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000741/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000741/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000741/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0001_000741/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000741/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000741/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000741/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000741/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82444234025819, 52.3551902030888, 43.9863904882222 ] }, "distance": 7.56, "direction": 152.5, "angle": 80.25, "elevation": 43.99, "pano_id": "TMX7316010203-000288_pano_0001_000741", "timestamp": "2017-05-08T08:20:31.735860Z", "filename": "pano_0001_000741.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 7.55994984, "relative_pitch": 80.2478420485007, "relative_heading": 152.50079988397076, "relative_elevation": 43.9863904882222 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003278/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003278/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003278/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003278/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003278/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003278/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003278/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003278/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003278/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82441201391063, 52.3553193032514, 44.2476824335754 ] }, "distance": 7.79, "direction": 10.53, "angle": 80.01, "elevation": 44.25, "pano_id": "TMX7316010203-000535_pano_0000_003278", "timestamp": "2018-01-08T10:41:48.171680Z", "filename": "pano_0000_003278.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 7.79102437, "relative_pitch": 80.01385990913577, "relative_heading": 10.534914938949159, "relative_elevation": 44.2476824335754 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00484/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00484/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00484/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00484/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_08_02_29_00484/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00484/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00484/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00484/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00484/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82443722624341, 52.35518573152426, 0.0 ] }, "distance": 7.86, "direction": 156.43, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_08_02_29_00484", "timestamp": "2025-09-23T08:19:56Z", "filename": "2025_09_23_08_02_29_00484.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 7.85891064, "relative_pitch": 0.0, "relative_heading": 156.43212299604363, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00487/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00487/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00487/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00487/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_08_02_29_00487/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00487/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00487/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00487/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00487/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824417397359086, 52.35531983384689, 0.0 ] }, "distance": 7.92, "direction": 13.07, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_08_02_29_00487", "timestamp": "2025-09-23T08:20:00Z", "filename": "2025_09_23_08_02_29_00487.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 7.92385806, "relative_pitch": 0.0, "relative_heading": 13.065159528178134, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001690/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001690/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001690/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001690/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000823_pano_0000_001690/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001690/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001690/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001690/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001690/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82432733053802, 52.3553117868508, 44.2967171240598 ] }, "distance": 8.09, "direction": 327.51, "angle": 79.65, "elevation": 44.3, "pano_id": "TMX7316010203-000823_pano_0000_001690", "timestamp": "2018-07-03T13:30:40.032440Z", "filename": "pano_0000_001690.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 8.08943332, "relative_pitch": 79.65073063094813, "relative_heading": 327.510000137576, "relative_elevation": 44.2967171240598 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001825/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001825/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001825/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001825/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002503_pano_0000_001825/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001825/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001825/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001825/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001825/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82432202146266, 52.3553101310181, 44.2499452400953 ] }, "distance": 8.14, "direction": 324.66, "angle": 79.58, "elevation": 44.25, "pano_id": "TMX7316010203-002503_pano_0000_001825", "timestamp": "2022-04-11T09:00:23.353990Z", "filename": "pano_0000_001825.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 8.13835851, "relative_pitch": 79.57873959468641, "relative_heading": 324.66402788221177, "relative_elevation": 44.2499452400953 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003622/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003622/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003622/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003622/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001308_pano_0000_003622/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003622/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003622/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003622/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003622/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82442236714004, 52.3553235324506, 44.2362663839012 ] }, "distance": 8.4, "direction": 14.68, "angle": 79.24, "elevation": 44.24, "pano_id": "TMX7316010203-001308_pano_0000_003622", "timestamp": "2019-07-12T07:27:09.483640Z", "filename": "pano_0000_003622.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 8.40464472, "relative_pitch": 79.24234030108876, "relative_heading": 14.679701296124145, "relative_elevation": 44.2362663839012 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001936/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001936/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001936/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001936/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002503_pano_0000_001936/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001936/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001936/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001936/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001936/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82443522351646, 52.355177528124, 44.1560993939638 ] }, "distance": 8.65, "direction": 159.68, "angle": 78.91, "elevation": 44.16, "pano_id": "TMX7316010203-002503_pano_0000_001936", "timestamp": "2022-04-11T09:01:59.878300Z", "filename": "pano_0000_001936.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 8.65492167, "relative_pitch": 78.9101968691077, "relative_heading": 159.6779989906589, "relative_elevation": 44.1560993939638 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001495/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001495/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001495/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001495/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001695_pano_0000_001495/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001495/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001495/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001495/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001495/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82434921593648, 52.3553260786676, 44.3877891413867 ] }, "distance": 8.88, "direction": 341.26, "angle": 78.68, "elevation": 44.39, "pano_id": "TMX7316010203-001695_pano_0000_001495", "timestamp": "2020-05-07T10:14:39.187670Z", "filename": "pano_0000_001495.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 8.88454892, "relative_pitch": 78.6813907652479, "relative_heading": 341.26160344205056, "relative_elevation": 44.3877891413867 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00076/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00076/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00076/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00076/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241104_1213_Track21_Sphere_00076/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track21_Sphere_00076/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track21_Sphere_00076/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00076/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00076/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824398432737935, 52.35533022343279, 0.0 ] }, "distance": 8.89, "direction": 3.22, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241104_1213_Track21_Sphere_00076", "timestamp": "2024-11-04T12:23:58Z", "filename": "Job_20241104_1213_Track21_Sphere_00076.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 8.88885495, "relative_pitch": 0.0, "relative_heading": 3.2190756465397943, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00075/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00075/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00075/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00075/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241104_1213_Track21_Sphere_00075/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track21_Sphere_00075/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track21_Sphere_00075/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00075/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00075/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824324818007338, 52.35532102042628, 0.0 ] }, "distance": 9.06, "direction": 330.09, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241104_1213_Track21_Sphere_00075", "timestamp": "2024-11-04T12:23:57Z", "filename": "Job_20241104_1213_Track21_Sphere_00075.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 9.05720354, "relative_pitch": 0.0, "relative_heading": 330.0887704822931, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000776/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000776/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000776/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000776/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0001_000776/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000776/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000776/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000776/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000776/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8243191548556, 52.3553215511755, 44.12637458276 ] }, "distance": 9.31, "direction": 328.21, "angle": 78.09, "elevation": 44.13, "pano_id": "TMX7316010203-000288_pano_0001_000776", "timestamp": "2017-05-08T08:22:01.849850Z", "filename": "pano_0001_000776.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 9.30580106, "relative_pitch": 78.09140273249857, "relative_heading": 328.21054004892045, "relative_elevation": 44.12637458276 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003427/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003427/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003427/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003427/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002086_pano_0000_003427/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003427/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003427/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003427/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003427/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82444426586862, 52.3551729626412, 44.1074003977701 ] }, "distance": 9.35, "direction": 157.22, "angle": 78.03, "elevation": 44.11, "pano_id": "TMX7316010203-002086_pano_0000_003427", "timestamp": "2021-04-12T11:33:35.821450Z", "filename": "pano_0000_003427.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 9.35389574, "relative_pitch": 78.02662658037305, "relative_heading": 157.21912400157436, "relative_elevation": 44.1074003977701 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003327/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003327/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003327/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003327/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003327/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003327/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003327/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003327/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003327/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82444850549015, 52.3551728679233, 44.3164930855855 ] }, "distance": 9.48, "direction": 155.63, "angle": 77.93, "elevation": 44.32, "pano_id": "TMX7316010203-000535_pano_0000_003327", "timestamp": "2018-01-08T10:43:17.225820Z", "filename": "pano_0000_003327.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 9.4790897, "relative_pitch": 77.92663152196539, "relative_heading": 155.63379951749573, "relative_elevation": 44.3164930855855 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003653/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003653/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003653/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003653/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001308_pano_0000_003653/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003653/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003653/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003653/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003653/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82430192620121, 52.3553165157019, 44.3283284893259 ] }, "distance": 9.54, "direction": 320.42, "angle": 77.86, "elevation": 44.33, "pano_id": "TMX7316010203-001308_pano_0000_003653", "timestamp": "2019-07-12T07:27:34.148390Z", "filename": "pano_0000_003653.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 9.5359725, "relative_pitch": 77.85947109570394, "relative_heading": 320.41814595144666, "relative_elevation": 44.3283284893259 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003323/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003323/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003323/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003323/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003323/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003323/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003323/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003323/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003323/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82430808475407, 52.355320385246, 44.4005561908707 ] }, "distance": 9.62, "direction": 323.98, "angle": 77.78, "elevation": 44.4, "pano_id": "TMX7316010203-000535_pano_0000_003323", "timestamp": "2018-01-08T10:43:11.840820Z", "filename": "pano_0000_003323.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 9.6190561, "relative_pitch": 77.77618928512432, "relative_heading": 323.9809273400697, "relative_elevation": 44.4005561908707 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00005/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00005/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00005/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00005/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241104_1213_Track23_Sphere_00005/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00005/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00005/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00005/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00005/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824438478604133, 52.355165685732736, 0.0 ] }, "distance": 9.97, "direction": 161.11, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241104_1213_Track23_Sphere_00005", "timestamp": "2024-11-04T12:25:21Z", "filename": "Job_20241104_1213_Track23_Sphere_00005.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 9.97080009, "relative_pitch": 0.0, "relative_heading": 161.11286331748357, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001496/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001496/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001496/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001496/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001695_pano_0000_001496/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001496/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001496/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001496/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001496/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8244190379115, 52.3553400031081, 44.3598147137091 ] }, "distance": 10.14, "direction": 10.81, "angle": 77.12, "elevation": 44.36, "pano_id": "TMX7316010203-001695_pano_0000_001496", "timestamp": "2020-05-07T10:14:39.957680Z", "filename": "pano_0000_001496.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 10.14317457, "relative_pitch": 77.12034838541449, "relative_heading": 10.813760884831735, "relative_elevation": 44.3598147137091 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003431/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003431/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003431/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003431/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002086_pano_0000_003431/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003431/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003431/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003431/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003431/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82429739004781, 52.3553222508632, 44.2205053120852 ] }, "distance": 10.23, "direction": 321.36, "angle": 76.98, "elevation": 44.22, "pano_id": "TMX7316010203-002086_pano_0000_003431", "timestamp": "2021-04-12T11:33:41.471420Z", "filename": "pano_0000_003431.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 10.2261383, "relative_pitch": 76.97905257809374, "relative_heading": 321.36190764085023, "relative_elevation": 44.2205053120852 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000111/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000111/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000111/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000111/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0001_000111/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0001_000111/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0001_000111/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000111/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000111/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82438513209048, 52.3553431694158, 44.1537373624742 ] }, "distance": 10.32, "direction": 357.74, "angle": 76.84, "elevation": 44.15, "pano_id": "TMX7316010203-000024_pano_0001_000111", "timestamp": "2016-07-26T10:18:23.095940Z", "filename": "pano_0001_000111.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 10.32341074, "relative_pitch": 76.84029441107387, "relative_heading": 357.74015399228676, "relative_elevation": 44.1537373624742 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003657/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003657/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003657/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003657/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001308_pano_0000_003657/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003657/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003657/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003657/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003657/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82444452974407, 52.3551607577485, 44.2669237488881 ] }, "distance": 10.63, "direction": 159.97, "angle": 76.5, "elevation": 44.27, "pano_id": "TMX7316010203-001308_pano_0000_003657", "timestamp": "2019-07-12T07:27:37.058360Z", "filename": "pano_0000_003657.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 10.62521728, "relative_pitch": 76.5028524913328, "relative_heading": 159.96646422758434, "relative_elevation": 44.2669237488881 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001940/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001940/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001940/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001940/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002503_pano_0000_001940/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001940/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001940/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001940/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001940/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82443772064703, 52.3553416757824, 44.1477458868176 ] }, "distance": 10.63, "direction": 17.38, "angle": 76.46, "elevation": 44.15, "pano_id": "TMX7316010203-002503_pano_0000_001940", "timestamp": "2022-04-11T09:02:03.323220Z", "filename": "pano_0000_001940.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 10.63449462, "relative_pitch": 76.45637434570574, "relative_heading": 17.37626298780372, "relative_elevation": 44.1477458868176 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000753/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000753/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000753/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000753/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0001_000753/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000753/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000753/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000753/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000753/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82438847891121, 52.355346522992, 44.017384567298 ] }, "distance": 10.69, "direction": 359.04, "angle": 76.35, "elevation": 44.02, "pano_id": "TMX7316010203-000288_pano_0001_000753", "timestamp": "2017-05-08T08:21:13.130280Z", "filename": "pano_0001_000753.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 10.69004751, "relative_pitch": 76.34944411075813, "relative_heading": 359.04035299590936, "relative_elevation": 44.017384567298 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000110/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000110/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000110/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000110/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0001_000110/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0001_000110/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0001_000110/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000110/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000110/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82431290286698, 52.3553366354882, 44.1862202212214 ] }, "distance": 10.97, "direction": 330.94, "angle": 76.06, "elevation": 44.19, "pano_id": "TMX7316010203-000024_pano_0001_000110", "timestamp": "2016-07-26T10:18:22.230970Z", "filename": "pano_0001_000110.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 10.96933625, "relative_pitch": 76.05803405068885, "relative_heading": 330.9389740306084, "relative_elevation": 44.1862202212214 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00512/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00512/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00512/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00512/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_08_02_29_00512/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00512/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00512/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00512/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00512/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824332629544886, 52.355342816996654, 0.0 ] }, "distance": 11.02, "direction": 338.81, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_08_02_29_00512", "timestamp": "2025-09-23T08:20:59Z", "filename": "2025_09_23_08_02_29_00512.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 11.02150792, "relative_pitch": 0.0, "relative_heading": 338.8079695306159, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001494/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001494/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001494/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001494/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001695_pano_0000_001494/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001494/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001494/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001494/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001494/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82427625221802, 52.3553207831443, 44.3983107386157 ] }, "distance": 11.07, "direction": 315.0, "angle": 76.0, "elevation": 44.4, "pano_id": "TMX7316010203-001695_pano_0000_001494", "timestamp": "2020-05-07T10:14:38.457890Z", "filename": "pano_0000_001494.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 11.06604415, "relative_pitch": 76.00449303041546, "relative_heading": 314.9963478783336, "relative_elevation": 44.3983107386157 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003274/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003274/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003274/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003274/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003274/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003274/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003274/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003274/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003274/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82445428005095, 52.3551529407866, 44.2332129795104 ] }, "distance": 11.67, "direction": 158.37, "angle": 75.21, "elevation": 44.23, "pano_id": "TMX7316010203-000535_pano_0000_003274", "timestamp": "2018-01-08T10:41:43.446690Z", "filename": "pano_0000_003274.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 11.67454382, "relative_pitch": 75.21498474790877, "relative_heading": 158.3656033484121, "relative_elevation": 44.2332129795104 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00488/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00488/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00488/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00488/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_08_02_29_00488/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00488/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00488/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00488/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00488/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824468910962429, 52.3553459995274, 0.0 ] }, "distance": 11.88, "direction": 26.5, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_08_02_29_00488", "timestamp": "2025-09-23T08:20:01Z", "filename": "2025_09_23_08_02_29_00488.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 11.87873117, "relative_pitch": 0.0, "relative_heading": 26.504126896695407, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00074/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00074/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00074/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00074/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241104_1213_Track21_Sphere_00074/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track21_Sphere_00074/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track21_Sphere_00074/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00074/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00074/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824254080481804, 52.355317592227046, 0.0 ] }, "distance": 11.96, "direction": 308.66, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241104_1213_Track21_Sphere_00074", "timestamp": "2024-11-04T12:23:56Z", "filename": "Job_20241104_1213_Track21_Sphere_00074.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 11.95623344, "relative_pitch": 0.0, "relative_heading": 308.6617257835984, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003279/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003279/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003279/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003279/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003279/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003279/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003279/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003279/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003279/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82446553925455, 52.3553478597521, 44.2809071540833 ] }, "distance": 11.97, "direction": 25.08, "angle": 74.88, "elevation": 44.28, "pano_id": "TMX7316010203-000535_pano_0000_003279", "timestamp": "2018-01-08T10:41:49.406740Z", "filename": "pano_0000_003279.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 11.96516412, "relative_pitch": 74.87918654293351, "relative_heading": 25.07720818267812, "relative_elevation": 44.2809071540833 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00077/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00077/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00077/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00077/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241104_1213_Track21_Sphere_00077/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track21_Sphere_00077/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track21_Sphere_00077/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00077/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00077/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824467815520231, 52.35534904117819, 0.0 ] }, "distance": 12.15, "direction": 25.48, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241104_1213_Track21_Sphere_00077", "timestamp": "2024-11-04T12:23:59Z", "filename": "Job_20241104_1213_Track21_Sphere_00077.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 12.15026256, "relative_pitch": 0.0, "relative_heading": 25.476861093726562, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000777/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000777/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000777/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000777/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0001_000777/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000777/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000777/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000777/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000777/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82446817678246, 52.3553500520693, 44.0582580156624 ] }, "distance": 12.26, "direction": 25.35, "angle": 74.45, "elevation": 44.06, "pano_id": "TMX7316010203-000288_pano_0001_000777", "timestamp": "2017-05-08T08:22:03.444770Z", "filename": "pano_0001_000777.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 12.26242576, "relative_pitch": 74.44689284469635, "relative_heading": 25.354604905652433, "relative_elevation": 44.0582580156624 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001694/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001694/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001694/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001694/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000823_pano_0000_001694/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001694/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001694/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001694/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001694/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82445073272461, 52.3551458248344, 44.2585639292374 ] }, "distance": 12.33, "direction": 160.77, "angle": 74.43, "elevation": 44.26, "pano_id": "TMX7316010203-000823_pano_0000_001694", "timestamp": "2018-07-03T13:30:44.392250Z", "filename": "pano_0000_001694.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 12.33230334, "relative_pitch": 74.4299196870808, "relative_heading": 160.76640213088746, "relative_elevation": 44.2585639292374 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000112/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000112/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000112/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000112/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0001_000112/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0001_000112/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0001_000112/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000112/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000112/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82445566646529, 52.3553547663899, 44.1380125237629 ] }, "distance": 12.41, "direction": 20.76, "angle": 74.29, "elevation": 44.14, "pano_id": "TMX7316010203-000024_pano_0001_000112", "timestamp": "2016-07-26T10:18:23.980960Z", "filename": "pano_0001_000112.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 12.41141697, "relative_pitch": 74.29424815158055, "relative_heading": 20.75685663279861, "relative_elevation": 44.1380125237629 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001689/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001689/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001689/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001689/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000823_pano_0000_001689/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001689/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001689/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001689/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001689/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82425627749172, 52.355325796978, 44.2670630933717 ] }, "distance": 12.44, "direction": 312.38, "angle": 74.31, "elevation": 44.27, "pano_id": "TMX7316010203-000823_pano_0000_001689", "timestamp": "2018-07-03T13:30:38.617270Z", "filename": "pano_0000_001689.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 12.43587694, "relative_pitch": 74.30843713838699, "relative_heading": 312.379705671399, "relative_elevation": 44.2670630933717 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003322/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003322/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003322/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003322/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003322/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003322/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003322/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003322/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003322/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82425281336494, 52.355325102422, 44.3773745782673 ] }, "distance": 12.56, "direction": 311.39, "angle": 74.2, "elevation": 44.38, "pano_id": "TMX7316010203-000535_pano_0000_003322", "timestamp": "2018-01-08T10:42:53.116020Z", "filename": "pano_0000_003322.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 12.55999131, "relative_pitch": 74.19705931044993, "relative_heading": 311.39350102955126, "relative_elevation": 44.3773745782673 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001824/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001824/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001824/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001824/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002503_pano_0000_001824/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001824/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001824/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001824/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001824/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82425602782103, 52.3553275987913, 44.2436306206509 ] }, "distance": 12.58, "direction": 313.0, "angle": 74.12, "elevation": 44.24, "pano_id": "TMX7316010203-002503_pano_0000_001824", "timestamp": "2022-04-11T09:00:22.479010Z", "filename": "pano_0000_001824.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 12.58432619, "relative_pitch": 74.12252559698645, "relative_heading": 313.00182762884697, "relative_elevation": 44.2436306206509 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003623/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003623/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003623/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003623/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001308_pano_0000_003623/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003623/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003623/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003623/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003623/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82447379721765, 52.3553555376486, 44.2492432184517 ] }, "distance": 12.98, "direction": 25.73, "angle": 73.65, "elevation": 44.25, "pano_id": "TMX7316010203-001308_pano_0000_003623", "timestamp": "2019-07-12T07:27:10.348490Z", "filename": "pano_0000_003623.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 12.97828852, "relative_pitch": 73.65360432172268, "relative_heading": 25.728372730639474, "relative_elevation": 44.2492432184517 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00483/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00483/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00483/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00483/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_08_02_29_00483/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00483/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00483/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00483/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00483/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824462169030232, 52.35514030002092, 0.0 ] }, "distance": 13.18, "direction": 158.45, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_08_02_29_00483", "timestamp": "2025-09-23T08:19:55Z", "filename": "2025_09_23_08_02_29_00483.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 13.18022786, "relative_pitch": 0.0, "relative_heading": 158.44796579193653, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00513/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00513/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00513/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00513/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_08_02_29_00513/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00513/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00513/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00513/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00513/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824257446408185, 52.35533922385489, 0.0 ] }, "distance": 13.43, "direction": 317.32, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_08_02_29_00513", "timestamp": "2025-09-23T08:21:01Z", "filename": "2025_09_23_08_02_29_00513.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 13.4340488, "relative_pitch": 0.0, "relative_heading": 317.3218470021433, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001935/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001935/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001935/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001935/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002503_pano_0000_001935/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001935/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001935/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001935/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001935/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82445978754537, 52.3551353149759, 44.1662542941049 ] }, "distance": 13.64, "direction": 159.94, "angle": 72.84, "elevation": 44.17, "pano_id": "TMX7316010203-002503_pano_0000_001935", "timestamp": "2022-04-11T09:01:59.203280Z", "filename": "pano_0000_001935.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 13.64115879, "relative_pitch": 72.83620967893341, "relative_heading": 159.93787628827494, "relative_elevation": 44.1662542941049 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000109/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000109/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000109/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000109/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0001_000109/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0001_000109/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0001_000109/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000109/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000109/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8242401311366, 52.3553330401649, 44.1783066932112 ] }, "distance": 13.79, "direction": 311.77, "angle": 72.66, "elevation": 44.18, "pano_id": "TMX7316010203-000024_pano_0001_000109", "timestamp": "2016-07-26T10:18:21.390970Z", "filename": "pano_0001_000109.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 13.79255042, "relative_pitch": 72.66153802058838, "relative_heading": 311.7726271495044, "relative_elevation": 44.1783066932112 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000752/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000752/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000752/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000752/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0001_000752/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000752/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000752/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000752/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000752/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82424489227924, 52.355338095308, 44.0608747703955 ] }, "distance": 13.94, "direction": 314.39, "angle": 72.44, "elevation": 44.06, "pano_id": "TMX7316010203-000288_pano_0001_000752", "timestamp": "2017-05-08T08:21:11.150310Z", "filename": "pano_0001_000752.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 13.93984758, "relative_pitch": 72.44382631877276, "relative_heading": 314.38605079520624, "relative_elevation": 44.0608747703955 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001497/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001497/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001497/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001497/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001695_pano_0000_001497/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001497/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001497/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001497/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001497/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82448081011255, 52.3553646614116, 44.3197944294661 ] }, "distance": 14.1, "direction": 25.69, "angle": 72.35, "elevation": 44.32, "pano_id": "TMX7316010203-001695_pano_0000_001497", "timestamp": "2020-05-07T10:14:40.732710Z", "filename": "pano_0000_001497.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 14.10030144, "relative_pitch": 72.3515795628733, "relative_heading": 25.68659282921405, "relative_elevation": 44.3197944294661 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003652/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003652/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003652/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003652/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001308_pano_0000_003652/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003652/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003652/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003652/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003652/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82423087177575, 52.3553307985356, 44.3082363950089 ] }, "distance": 14.11, "direction": 309.31, "angle": 72.34, "elevation": 44.31, "pano_id": "TMX7316010203-001308_pano_0000_003652", "timestamp": "2019-07-12T07:27:33.278400Z", "filename": "pano_0000_003652.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 14.10991325, "relative_pitch": 72.33597617856013, "relative_heading": 309.30989932470396, "relative_elevation": 44.3082363950089 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003426/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003426/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003426/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003426/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002086_pano_0000_003426/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003426/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003426/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003426/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003426/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82446751338078, 52.3551300163034, 44.1229021176696 ] }, "distance": 14.38, "direction": 158.77, "angle": 71.95, "elevation": 44.12, "pano_id": "TMX7316010203-002086_pano_0000_003426", "timestamp": "2021-04-12T11:33:34.911430Z", "filename": "pano_0000_003426.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 14.37852695, "relative_pitch": 71.95053366179062, "relative_heading": 158.77347690494628, "relative_elevation": 44.1229021176696 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003328/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003328/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003328/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003328/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003328/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003328/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003328/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003328/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003328/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82446973943533, 52.3551301078573, 44.3339614737779 ] }, "distance": 14.42, "direction": 158.2, "angle": 71.98, "elevation": 44.33, "pano_id": "TMX7316010203-000535_pano_0000_003328", "timestamp": "2018-01-08T10:43:18.190780Z", "filename": "pano_0000_003328.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 14.42467229, "relative_pitch": 71.97698039320552, "relative_heading": 158.19725090700524, "relative_elevation": 44.3339614737779 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003432/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003432/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003432/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003432/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002086_pano_0000_003432/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003432/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003432/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003432/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003432/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82422971434828, 52.3553392499477, 44.1890685800463 ] }, "distance": 14.78, "direction": 311.94, "angle": 71.5, "elevation": 44.19, "pano_id": "TMX7316010203-002086_pano_0000_003432", "timestamp": "2021-04-12T11:33:42.831390Z", "filename": "pano_0000_003432.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 14.78224103, "relative_pitch": 71.50374837077167, "relative_heading": 311.9374899939357, "relative_elevation": 44.1890685800463 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00006/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00006/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00006/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00006/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241104_1213_Track23_Sphere_00006/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00006/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00006/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00006/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00006/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824460053159147, 52.35512310531883, 0.0 ] }, "distance": 14.93, "direction": 161.66, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241104_1213_Track23_Sphere_00006", "timestamp": "2024-11-04T12:25:22Z", "filename": "Job_20241104_1213_Track23_Sphere_00006.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 14.93030112, "relative_pitch": 0.0, "relative_heading": 161.66142128809022, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001493/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001493/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001493/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001493/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001695_pano_0000_001493/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001493/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001493/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001493/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001493/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82420342016795, 52.3553227734281, 44.370757563971 ] }, "distance": 15.11, "direction": 302.18, "angle": 71.2, "elevation": 44.37, "pano_id": "TMX7316010203-001695_pano_0000_001493", "timestamp": "2020-05-07T10:14:37.707660Z", "filename": "pano_0000_001493.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 15.10825455, "relative_pitch": 71.196277913453, "relative_heading": 302.17769773849557, "relative_elevation": 44.370757563971 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001941/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001941/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001941/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001941/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002503_pano_0000_001941/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001941/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001941/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001941/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001941/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82449100126476, 52.3553723313532, 44.1194343687966 ] }, "distance": 15.17, "direction": 26.65, "angle": 71.02, "elevation": 44.12, "pano_id": "TMX7316010203-002503_pano_0000_001941", "timestamp": "2022-04-11T09:02:04.138270Z", "filename": "pano_0000_001941.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 15.17254908, "relative_pitch": 71.02205087080041, "relative_heading": 26.652613749538567, "relative_elevation": 44.1194343687966 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003658/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003658/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003658/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003658/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001308_pano_0000_003658/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003658/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003658/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003658/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003658/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82446839852105, 52.3551177959888, 44.2847033170983 ] }, "distance": 15.67, "direction": 160.37, "angle": 70.51, "elevation": 44.28, "pano_id": "TMX7316010203-001308_pano_0000_003658", "timestamp": "2019-07-12T07:27:37.678360Z", "filename": "pano_0000_003658.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 15.67398058, "relative_pitch": 70.50926127798986, "relative_heading": 160.36786326559036, "relative_elevation": 44.2847033170983 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000113/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000113/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000113/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000113/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0001_000113/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0001_000113/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0001_000113/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000113/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000113/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82452182854304, 52.3553736899502, 44.1620224164799 ] }, "distance": 16.35, "direction": 33.01, "angle": 69.68, "elevation": 44.16, "pano_id": "TMX7316010203-000024_pano_0001_000113", "timestamp": "2016-07-26T10:18:24.855940Z", "filename": "pano_0001_000113.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 16.35026231, "relative_pitch": 69.68375711033669, "relative_heading": 33.0061051062669, "relative_elevation": 44.1620224164799 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00073/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00073/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00073/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00073/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241104_1213_Track21_Sphere_00073/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track21_Sphere_00073/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track21_Sphere_00073/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00073/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00073/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824179332444109, 52.355320202675564, 0.0 ] }, "distance": 16.38, "direction": 298.27, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241104_1213_Track21_Sphere_00073", "timestamp": "2024-11-04T12:23:55Z", "filename": "Job_20241104_1213_Track21_Sphere_00073.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 16.38306567, "relative_pitch": 0.0, "relative_heading": 298.27133228398424, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00489/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00489/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00489/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00489/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_08_02_29_00489/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00489/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00489/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00489/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00489/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8245262325164, 52.35537255230551, 0.0 ] }, "distance": 16.41, "direction": 34.13, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_08_02_29_00489", "timestamp": "2025-09-23T08:20:02Z", "filename": "2025_09_23_08_02_29_00489.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 16.41068294, "relative_pitch": 0.0, "relative_heading": 34.12546578308417, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003280/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003280/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003280/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003280/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003280/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003280/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003280/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003280/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003280/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82452127363739, 52.3553752216084, 44.2990451483056 ] }, "distance": 16.47, "direction": 32.57, "angle": 69.6, "elevation": 44.3, "pano_id": "TMX7316010203-000535_pano_0000_003280", "timestamp": "2018-01-08T10:41:50.566630Z", "filename": "pano_0000_003280.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 16.47306619, "relative_pitch": 69.60181916271821, "relative_heading": 32.57291116363327, "relative_elevation": 44.2990451483056 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001688/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001688/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001688/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001688/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000823_pano_0000_001688/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001688/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001688/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001688/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001688/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82418153456707, 52.3553262653192, 44.2555413851514 ] }, "distance": 16.58, "direction": 300.57, "angle": 69.46, "elevation": 44.26, "pano_id": "TMX7316010203-000823_pano_0000_001688", "timestamp": "2018-07-03T13:30:37.242320Z", "filename": "pano_0000_001688.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 16.58380054, "relative_pitch": 69.45760769927168, "relative_heading": 300.57019453433384, "relative_elevation": 44.2555413851514 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003321/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003321/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003321/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003321/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003321/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003321/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003321/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003321/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003321/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82418207399015, 52.3553275816718, 44.3517092745751 ] }, "distance": 16.63, "direction": 301.07, "angle": 69.45, "elevation": 44.35, "pano_id": "TMX7316010203-000535_pano_0000_003321", "timestamp": "2018-01-08T10:42:51.401020Z", "filename": "pano_0000_003321.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 16.62728331, "relative_pitch": 69.44917351719738, "relative_heading": 301.06919653063335, "relative_elevation": 44.3517092745751 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003273/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003273/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003273/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003273/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003273/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003273/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003273/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003273/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003273/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82447708584307, 52.3551105418664, 44.226203228347 ] }, "distance": 16.64, "direction": 159.38, "angle": 69.39, "elevation": 44.23, "pano_id": "TMX7316010203-000535_pano_0000_003273", "timestamp": "2018-01-08T10:41:42.456690Z", "filename": "pano_0000_003273.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 16.63558175, "relative_pitch": 69.38632863650808, "relative_heading": 159.38179119791846, "relative_elevation": 44.226203228347 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00078/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00078/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00078/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00078/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241104_1213_Track21_Sphere_00078/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track21_Sphere_00078/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track21_Sphere_00078/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00078/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track21_Sphere_00078/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824530936715099, 52.355373158873356, 0.0 ] }, "distance": 16.65, "direction": 34.91, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241104_1213_Track21_Sphere_00078", "timestamp": "2024-11-04T12:24:00Z", "filename": "Job_20241104_1213_Track21_Sphere_00078.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 16.64791926, "relative_pitch": 0.0, "relative_heading": 34.908308067579846, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000754/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000754/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000754/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000754/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0001_000754/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000754/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000754/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000754/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000754/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82452137718037, 52.3553780615532, 44.042929510586 ] }, "distance": 16.74, "direction": 32.01, "angle": 69.18, "elevation": 44.04, "pano_id": "TMX7316010203-000288_pano_0001_000754", "timestamp": "2017-05-08T08:21:15.060260Z", "filename": "pano_0001_000754.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 16.74397473, "relative_pitch": 69.18450018947183, "relative_heading": 32.01107225470854, "relative_elevation": 44.042929510586 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001823/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001823/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001823/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001823/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002503_pano_0000_001823/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001823/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001823/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001823/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001823/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82418388773676, 52.355332901558, 44.2243819367141 ] }, "distance": 16.84, "direction": 303.01, "angle": 69.16, "elevation": 44.22, "pano_id": "TMX7316010203-002503_pano_0000_001823", "timestamp": "2022-04-11T09:00:21.609020Z", "filename": "pano_0000_001823.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 16.83660996, "relative_pitch": 69.15773201131589, "relative_heading": 303.0120950481873, "relative_elevation": 44.2243819367141 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000740/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000740/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000740/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000740/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0001_000740/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000740/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000740/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000740/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000740/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82448551794833, 52.3551046676094, 44.0055723395199 ] }, "distance": 17.45, "direction": 158.37, "angle": 68.37, "elevation": 44.01, "pano_id": "TMX7316010203-000288_pano_0001_000740", "timestamp": "2017-05-08T08:20:30.380680Z", "filename": "pano_0001_000740.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 17.4523821, "relative_pitch": 68.36697944613475, "relative_heading": 158.37211587845917, "relative_elevation": 44.0055723395199 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001695/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001695/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001695/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001695/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000823_pano_0000_001695/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001695/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000823_pano_0000_001695/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001695/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/03/TMX7316010203-000823/pano_0000_001695/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82447505356232, 52.355101539101, 44.2735080886632 ] }, "distance": 17.53, "direction": 160.96, "angle": 68.4, "elevation": 44.27, "pano_id": "TMX7316010203-000823_pano_0000_001695", "timestamp": "2018-07-03T13:30:45.357220Z", "filename": "pano_0000_001695.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 17.5310688, "relative_pitch": 68.39782192457513, "relative_heading": 160.95845889620196, "relative_elevation": 44.2735080886632 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000775/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000775/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000775/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000775/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0001_000775/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000775/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000775/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000775/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000775/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82416171879037, 52.3553228151647, 44.1205256367102 ] }, "distance": 17.58, "direction": 297.25, "angle": 68.27, "elevation": 44.12, "pano_id": "TMX7316010203-000288_pano_0001_000775", "timestamp": "2017-05-08T08:22:00.164810Z", "filename": "pano_0001_000775.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 17.58045156, "relative_pitch": 68.27448649733734, "relative_heading": 297.2532101991541, "relative_elevation": 44.1205256367102 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003624/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003624/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003624/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003624/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001308_pano_0000_003624/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003624/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003624/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003624/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003624/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82452766062667, 52.3553857286282, 44.2737741125748 ] }, "distance": 17.69, "direction": 31.72, "angle": 68.22, "elevation": 44.27, "pano_id": "TMX7316010203-001308_pano_0000_003624", "timestamp": "2019-07-12T07:27:11.133580Z", "filename": "pano_0000_003624.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 17.6945551, "relative_pitch": 68.21527611555207, "relative_heading": 31.722149033704678, "relative_elevation": 44.2737741125748 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000108/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000108/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000108/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000108/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0001_000108/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0001_000108/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0001_000108/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000108/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0001_000108/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82416853469443, 52.3553344113244, 44.1634167963639 ] }, "distance": 17.81, "direction": 301.63, "angle": 68.04, "elevation": 44.16, "pano_id": "TMX7316010203-000024_pano_0001_000108", "timestamp": "2016-07-26T10:18:20.530980Z", "filename": "pano_0001_000108.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 17.81047621, "relative_pitch": 68.03648236153543, "relative_heading": 301.6318004507359, "relative_elevation": 44.1634167963639 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00482/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00482/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00482/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00482/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_08_02_29_00482/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00482/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00482/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00482/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00482/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824485555211402, 52.35509607446286, 0.0 ] }, "distance": 18.35, "direction": 159.47, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_08_02_29_00482", "timestamp": "2025-09-23T08:19:54Z", "filename": "2025_09_23_08_02_29_00482.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 18.34553445, "relative_pitch": 0.0, "relative_heading": 159.46550206572667, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001934/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001934/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001934/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001934/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002503_pano_0000_001934/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001934/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001934/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001934/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001934/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82448417338594, 52.3550933244958, 44.1720657898113 ] }, "distance": 18.6, "direction": 160.07, "angle": 67.16, "elevation": 44.17, "pano_id": "TMX7316010203-002503_pano_0000_001934", "timestamp": "2022-04-11T09:01:58.528280Z", "filename": "pano_0000_001934.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 18.60009484, "relative_pitch": 67.1648801490331, "relative_heading": 160.06773785656304, "relative_elevation": 44.1720657898113 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003651/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003651/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003651/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003651/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001308_pano_0000_003651/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003651/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003651/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003651/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003651/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82415682250873, 52.3553372866774, 44.2763690110296 ] }, "distance": 18.66, "direction": 301.18, "angle": 67.15, "elevation": 44.28, "pano_id": "TMX7316010203-001308_pano_0000_003651", "timestamp": "2019-07-12T07:27:32.393470Z", "filename": "pano_0000_003651.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 18.65828375, "relative_pitch": 67.14919850656707, "relative_heading": 301.18318741133317, "relative_elevation": 44.2763690110296 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001498/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001498/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001498/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001498/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001695_pano_0000_001498/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001498/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001498/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001498/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001498/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82453475452103, 52.3553953234488, 44.3370302161202 ] }, "distance": 18.86, "direction": 31.27, "angle": 66.96, "elevation": 44.34, "pano_id": "TMX7316010203-001695_pano_0000_001498", "timestamp": "2020-05-07T10:14:41.497660Z", "filename": "pano_0000_001498.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 18.85744283, "relative_pitch": 66.95896141250793, "relative_heading": 31.265618029456405, "relative_elevation": 44.3370302161202 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003433/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003433/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003433/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003433/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002086_pano_0000_003433/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003433/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003433/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003433/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003433/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82415646048974, 52.3553447329916, 44.1419328507036 ] }, "distance": 19.12, "direction": 303.27, "angle": 66.58, "elevation": 44.14, "pano_id": "TMX7316010203-002086_pano_0000_003433", "timestamp": "2021-04-12T11:33:44.166390Z", "filename": "pano_0000_003433.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 19.1210777, "relative_pitch": 66.57905901474604, "relative_heading": 303.26947941410344, "relative_elevation": 44.1419328507036 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003329/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003329/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003329/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003329/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_003329/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003329/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_003329/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003329/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_003329/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82448897847121, 52.3550870758851, 44.335467685014 ] }, "distance": 19.37, "direction": 159.86, "angle": 66.4, "elevation": 44.34, "pano_id": "TMX7316010203-000535_pano_0000_003329", "timestamp": "2018-01-08T10:43:19.100730Z", "filename": "pano_0000_003329.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 19.36548979, "relative_pitch": 66.40455771049358, "relative_heading": 159.85844588912124, "relative_elevation": 44.335467685014 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00514/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00514/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00514/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00514/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_08_02_29_00514/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00514/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00514/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00514/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00514/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824143765095212, 52.35533645417285, 0.0 ] }, "distance": 19.38, "direction": 299.59, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_08_02_29_00514", "timestamp": "2025-09-23T08:21:07Z", "filename": "2025_09_23_08_02_29_00514.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 19.37894372, "relative_pitch": 0.0, "relative_heading": 299.58676166844936, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003425/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003425/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003425/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003425/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002086_pano_0000_003425/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003425/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002086_pano_0000_003425/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003425/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/12/TMX7316010203-002086/pano_0000_003425/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82449094597113, 52.3550869880467, 44.1201257351786 ] }, "distance": 19.42, "direction": 159.5, "angle": 66.24, "elevation": 44.12, "pano_id": "TMX7316010203-002086_pano_0000_003425", "timestamp": "2021-04-12T11:33:34.061450Z", "filename": "pano_0000_003425.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 19.42121194, "relative_pitch": 66.24141418118903, "relative_heading": 159.49708161529693, "relative_elevation": 44.1201257351786 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001942/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001942/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001942/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001942/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002503_pano_0000_001942/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001942/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002503_pano_0000_001942/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001942/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002503/pano_0000_001942/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82454533526156, 52.3554021207973, 44.1691883215681 ] }, "distance": 19.88, "direction": 31.91, "angle": 65.77, "elevation": 44.17, "pano_id": "TMX7316010203-002503_pano_0000_001942", "timestamp": "2022-04-11T09:02:04.928260Z", "filename": "pano_0000_001942.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 19.87937234, "relative_pitch": 65.76876224347602, "relative_heading": 31.91019501891315, "relative_elevation": 44.1691883215681 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001492/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001492/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001492/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001492/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001695_pano_0000_001492/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001492/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001695_pano_0000_001492/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001492/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/07/TMX7316010203-001695/pano_0000_001492/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82413295909325, 52.3553341593965, 44.3036287464201 ] }, "distance": 19.9, "direction": 297.9, "angle": 65.81, "elevation": 44.3, "pano_id": "TMX7316010203-001695_pano_0000_001492", "timestamp": "2020-05-07T10:14:36.927900Z", "filename": "pano_0000_001492.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 19.90173061, "relative_pitch": 65.8098021459672, "relative_heading": 297.9007117013146, "relative_elevation": 44.3036287464201 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000750/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000750/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000750/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000750/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0001_000750/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000750/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000750/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000750/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000750/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82409862008591, 52.3552368380423, 44.1792555563152 ] }, "distance": 19.99, "direction": 265.65, "angle": 65.66, "elevation": 44.18, "pano_id": "TMX7316010203-000288_pano_0001_000750", "timestamp": "2017-05-08T08:21:04.925310Z", "filename": "pano_0001_000750.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 19.98562941, "relative_pitch": 65.65915153290659, "relative_heading": 265.64822646925796, "relative_elevation": 44.1792555563152 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00007/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00007/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00007/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00007/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241104_1213_Track23_Sphere_00007/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00007/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00007/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00007/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241104_1213_Track23_Sphere_00007/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824483441361441, 52.3550798774147, 0.0 ] }, "distance": 20.0, "direction": 161.66, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241104_1213_Track23_Sphere_00007", "timestamp": "2024-11-04T12:25:23Z", "filename": "Job_20241104_1213_Track23_Sphere_00007.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 19.99752823, "relative_pitch": 0.0, "relative_heading": 161.66380550404193, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000749/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000749/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000749/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000749/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000288_pano_0001_000749/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000749/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000288_pano_0001_000749/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000749/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/08/TMX7316010203-000288/pano_0001_000749/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82414083419693, 52.3551542199609, 44.1662877788767 ] }, "distance": 20.14, "direction": 237.87, "angle": 65.49, "elevation": 44.17, "pano_id": "TMX7316010203-000288_pano_0001_000749", "timestamp": "2017-05-08T08:21:02.780360Z", "filename": "pano_0001_000749.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 20.13616733, "relative_pitch": 65.49094489676568, "relative_heading": 237.86829624183227, "relative_elevation": 44.1662877788767 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003659/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003659/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003659/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003659/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001308_pano_0000_003659/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003659/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001308_pano_0000_003659/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003659/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/12/TMX7316010203-001308/pano_0000_003659/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.82449232066077, 52.3550750593403, 44.2805813262239 ] }, "distance": 20.7, "direction": 160.54, "angle": 64.94, "elevation": 44.28, "pano_id": "TMX7316010203-001308_pano_0000_003659", "timestamp": "2019-07-12T07:27:38.273500Z", "filename": "pano_0000_003659.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 20.70072838, "relative_pitch": 64.94438198256836, "relative_heading": 160.5411102103057, "relative_elevation": 44.2805813262239 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241104_1213_Track23_Sphere_00003/adjacencies/b_20241104_1213_Track23_Sphere_00003/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00490/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00490/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00490/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00490/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_08_02_29_00490/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00490/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_08_02_29_00490/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00490/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_08_02_29_00490/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.824577736653291, 52.355400632290824, 0.0 ] }, "distance": 21.0, "direction": 37.27, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_08_02_29_00490", "timestamp": "2025-09-23T08:20:03Z", "filename": "2025_09_23_08_02_29_00490.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_20241104_1213_Track23_Sphere_00003", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 116657.40908266528, 485409.99745909596 ] }, "relative_distance": 20.99750946, "relative_pitch": 0.0, "relative_heading": 37.27042480369556, "relative_elevation": 0.0 } ] } }