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_20250129_0912_Track06_Sphere_00018/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250129_0912_Track06_Sphere_00018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864818236230276, 52.35495309517215, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250129_0912_Track06_Sphere_00018", "timestamp": "2025-01-29T10:29:36Z", "filename": "Job_20250129_0912_Track06_Sphere_00018.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "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_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000793/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000793/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000793/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000793/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_000793/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000793/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000793/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000793/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000793/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8648213897211, 52.3549481026982, 43.9684211798012 ] }, "distance": 0.6, "direction": 158.86, "angle": 89.22, "elevation": 43.97, "pano_id": "TMX7316060226-000013_pano_0000_000793", "timestamp": "2016-08-04T07:13:36.555200Z", "filename": "pano_0000_000793.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 0.59563497, "relative_pitch": 89.22386836817176, "relative_heading": 158.8554814287465, "relative_elevation": 43.9684211798012 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001761/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001761/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001761/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001761/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002463_pano_0003_001761/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001761/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001761/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001761/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001761/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86480666620994, 52.3549508825565, 44.8318221615627 ] }, "distance": 0.83, "direction": 252.66, "angle": 88.94, "elevation": 44.83, "pano_id": "TMX7316010203-002463_pano_0003_001761", "timestamp": "2022-03-22T08:53:02.056730Z", "filename": "pano_0003_001761.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 0.82585966, "relative_pitch": 88.94465762462222, "relative_heading": 252.6551743744023, "relative_elevation": 44.8318221615627 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002523/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002523/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002523/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002523/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001707_pano_0000_002523/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002523/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002523/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002523/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002523/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86481503779337, 52.3549446872326, 44.1264043226838 ] }, "distance": 0.96, "direction": 193.11, "angle": 88.75, "elevation": 44.13, "pano_id": "TMX7316010203-001707_pano_0000_002523", "timestamp": "2020-05-13T10:56:46.336080Z", "filename": "pano_0000_002523.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 0.96063012, "relative_pitch": 88.7528700831337, "relative_heading": 193.11179944730503, "relative_elevation": 44.1264043226838 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000053/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000053/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000053/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000053/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001653_pano_0000_000053/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000053/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000053/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000053/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000053/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864831080901, 52.3549415353917, 44.3898490006104 ] }, "distance": 1.56, "direction": 145.77, "angle": 87.99, "elevation": 44.39, "pano_id": "TMX7316010203-001653_pano_0000_000053", "timestamp": "2020-02-18T09:27:38.024010Z", "filename": "pano_0000_000053.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 1.55578596, "relative_pitch": 87.99270556226462, "relative_heading": 145.7701076806956, "relative_elevation": 44.3898490006104 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001215/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001215/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001215/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001215/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0002_001215/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001215/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001215/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001215/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001215/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8648006867492, 52.3549440027519, 44.4100724672899 ] }, "distance": 1.57, "direction": 229.76, "angle": 87.98, "elevation": 44.41, "pano_id": "TMX7316010203-002228_pano_0002_001215", "timestamp": "2021-07-12T07:52:16.142170Z", "filename": "pano_0002_001215.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 1.56631945, "relative_pitch": 87.9800458561421, "relative_heading": 229.76370284039936, "relative_elevation": 44.4100724672899 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003746/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003746/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003746/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003746/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000781_pano_0000_003746/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003746/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003746/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003746/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003746/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86481736499589, 52.3549386740185, 44.6124012321234 ] }, "distance": 1.61, "direction": 182.12, "angle": 87.94, "elevation": 44.61, "pano_id": "TMX7316010203-000781_pano_0000_003746", "timestamp": "2018-06-07T11:23:37.983490Z", "filename": "pano_0000_003746.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 1.60579825, "relative_pitch": 87.93856065314745, "relative_heading": 182.1184903008314, "relative_elevation": 44.6124012321234 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000359/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000359/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000359/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000359/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002942_pano_0007_000359/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000359/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000359/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000359/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000359/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86483193522507, 52.3549391337282, 43.9112287480384 ] }, "distance": 1.81, "direction": 149.0, "angle": 87.64, "elevation": 43.91, "pano_id": "TMX7316010203-002942_pano_0007_000359", "timestamp": "2023-01-20T10:15:16.733310Z", "filename": "pano_0007_000359.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 1.8123659, "relative_pitch": 87.63654955616119, "relative_heading": 149.00282692705116, "relative_elevation": 43.9112287480384 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001864/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001864/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001864/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001864/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0000_001864/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001864/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001864/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001864/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001864/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86478862945184, 52.3549518963936, 44.2648041862994 ] }, "distance": 2.02, "direction": 266.22, "angle": 87.39, "elevation": 44.26, "pano_id": "TMX7316010203-001159_pano_0000_001864", "timestamp": "2019-05-03T08:10:24.065390Z", "filename": "pano_0000_001864.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 2.0216192, "relative_pitch": 87.38505984291471, "relative_heading": 266.21670176763666, "relative_elevation": 44.2648041862994 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000703/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000703/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000703/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000703/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002108_pano_0000_000703/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000703/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000703/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000703/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000703/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86482978154957, 52.3549340802385, 44.0908478200436 ] }, "distance": 2.26, "direction": 159.61, "angle": 87.07, "elevation": 44.09, "pano_id": "TMX7316010203-002108_pano_0000_000703", "timestamp": "2021-04-20T12:41:44.464400Z", "filename": "pano_0000_000703.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 2.25736114, "relative_pitch": 87.06913243092887, "relative_heading": 159.60621779817268, "relative_elevation": 44.0908478200436 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000045/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000045/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000045/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000045/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001489_pano_0001_000045/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000045/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000045/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000045/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000045/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86484304948873, 52.3549391878163, 44.5050961654633 ] }, "distance": 2.29, "direction": 132.47, "angle": 87.05, "elevation": 44.51, "pano_id": "TMX7316010203-001489_pano_0001_000045", "timestamp": "2019-12-04T10:49:50.679000Z", "filename": "pano_0001_000045.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 2.29194704, "relative_pitch": 87.05195589433916, "relative_heading": 132.4698660529988, "relative_elevation": 44.5050961654633 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002127/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002127/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002127/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002127/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_002127/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002127/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002127/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002127/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002127/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86478666758587, 52.3549459322881, 44.7406101096421 ] }, "distance": 2.29, "direction": 249.67, "angle": 87.07, "elevation": 44.74, "pano_id": "TMX7316010203-001061_pano_0001_002127", "timestamp": "2019-01-17T12:18:12.515850Z", "filename": "pano_0001_002127.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 2.29381204, "relative_pitch": 87.06506509528268, "relative_heading": 249.66703225980496, "relative_elevation": 44.7406101096421 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_06-41-16_00017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864841137307817, 52.354935427438186, 0.0 ] }, "distance": 2.51, "direction": 141.56, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_06-41-16_00017", "timestamp": "2025-07-31T06:41:49Z", "filename": "recording_2025-07-31_06-41-16_00017.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 2.50990741, "relative_pitch": 0.0, "relative_heading": 141.56189442558718, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000046/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000046/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000046/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000046/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001489_pano_0001_000046/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000046/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000046/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000046/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000046/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86478334590321, 52.3549613056952, 44.5078991539776 ] }, "distance": 2.55, "direction": 291.02, "angle": 86.73, "elevation": 44.51, "pano_id": "TMX7316010203-001489_pano_0001_000046", "timestamp": "2019-12-04T10:49:51.383950Z", "filename": "pano_0001_000046.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 2.54671915, "relative_pitch": 86.72513582744334, "relative_heading": 291.0230522361906, "relative_elevation": 44.5078991539776 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_06-41-16_00018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8647783898814, 52.35495881528694, 0.0 ] }, "distance": 2.79, "direction": 283.19, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_06-41-16_00018", "timestamp": "2025-07-31T06:41:50Z", "filename": "recording_2025-07-31_06-41-16_00018.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 2.78848675, "relative_pitch": 0.0, "relative_heading": 283.1946800711588, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001863/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001863/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001863/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001863/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0000_001863/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001863/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001863/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001863/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001863/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86485190559641, 52.3549288161364, 44.2554668448865 ] }, "distance": 3.54, "direction": 139.66, "angle": 85.42, "elevation": 44.26, "pano_id": "TMX7316010203-001159_pano_0000_001863", "timestamp": "2019-05-03T08:10:23.320340Z", "filename": "pano_0000_001863.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 3.54419026, "relative_pitch": 85.42125092556714, "relative_heading": 139.66465415668108, "relative_elevation": 44.2554668448865 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000704/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000704/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000704/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000704/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002108_pano_0000_000704/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000704/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000704/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000704/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000704/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86476587213344, 52.3549581484981, 44.1134204464033 ] }, "distance": 3.61, "direction": 278.96, "angle": 85.32, "elevation": 44.11, "pano_id": "TMX7316010203-002108_pano_0000_000704", "timestamp": "2021-04-20T12:41:45.684390Z", "filename": "pano_0000_000704.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 3.61178903, "relative_pitch": 85.31934483833287, "relative_heading": 278.9565927801515, "relative_elevation": 44.1134204464033 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000360/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000360/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000360/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000360/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002942_pano_0007_000360/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000360/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000360/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000360/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000360/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86476775503387, 52.3549631499837, 43.9087735628709 ] }, "distance": 3.62, "direction": 288.02, "angle": 85.29, "elevation": 43.91, "pano_id": "TMX7316010203-002942_pano_0007_000360", "timestamp": "2023-01-20T10:15:17.393280Z", "filename": "pano_0007_000360.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 3.61686196, "relative_pitch": 85.29105215297223, "relative_heading": 288.0194786685703, "relative_elevation": 43.9087735628709 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000054/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000054/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000054/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000054/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001653_pano_0000_000054/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000054/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000054/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000054/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000054/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86476732777962, 52.3549655960486, 44.3693996137008 ] }, "distance": 3.74, "direction": 291.85, "angle": 85.19, "elevation": 44.37, "pano_id": "TMX7316010203-001653_pano_0000_000054", "timestamp": "2020-02-18T09:27:38.673860Z", "filename": "pano_0000_000054.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 3.73710163, "relative_pitch": 85.18551161361444, "relative_heading": 291.8526100971977, "relative_elevation": 44.3693996137008 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002126/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002126/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002126/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002126/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_002126/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002126/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002126/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002126/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002126/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86484868747434, 52.3549215806717, 44.7287780633196 ] }, "distance": 4.07, "direction": 149.39, "angle": 84.8, "elevation": 44.73, "pano_id": "TMX7316010203-001061_pano_0001_002126", "timestamp": "2019-01-17T12:18:11.935840Z", "filename": "pano_0001_002126.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 4.07453883, "relative_pitch": 84.79504387902833, "relative_heading": 149.38950478849034, "relative_elevation": 44.7287780633196 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003747/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003747/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003747/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003747/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000781_pano_0000_003747/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003747/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003747/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003747/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003747/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86475305142448, 52.3549600536169, 44.6109682098031 ] }, "distance": 4.51, "direction": 279.89, "angle": 84.23, "elevation": 44.61, "pano_id": "TMX7316010203-000781_pano_0000_003747", "timestamp": "2018-06-07T11:23:38.893480Z", "filename": "pano_0000_003747.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 4.50825917, "relative_pitch": 84.22944026293531, "relative_heading": 279.88962306048273, "relative_elevation": 44.6109682098031 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001762/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001762/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001762/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001762/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002463_pano_0003_001762/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001762/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001762/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001762/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001762/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86487015405061, 52.3549270068051, 44.8306372808293 ] }, "distance": 4.58, "direction": 129.37, "angle": 84.17, "elevation": 44.83, "pano_id": "TMX7316010203-002463_pano_0003_001762", "timestamp": "2022-03-22T08:53:02.681730Z", "filename": "pano_0003_001762.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 4.57602173, "relative_pitch": 84.1718025182765, "relative_heading": 129.37436024363163, "relative_elevation": 44.8306372808293 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000794/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000794/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000794/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000794/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_000794/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000794/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000794/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000794/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000794/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86475849591442, 52.3549720937396, 43.9466667855158 ] }, "distance": 4.59, "direction": 297.45, "angle": 84.04, "elevation": 43.95, "pano_id": "TMX7316060226-000013_pano_0000_000794", "timestamp": "2016-08-04T07:13:37.480160Z", "filename": "pano_0000_000794.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 4.58657533, "relative_pitch": 84.04179044503206, "relative_heading": 297.44656865452043, "relative_elevation": 43.9466667855158 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002524/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002524/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002524/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002524/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001707_pano_0000_002524/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002524/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002524/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002524/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002524/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86475214991944, 52.3549683295047, 44.1300509581342 ] }, "distance": 4.81, "direction": 290.63, "angle": 83.78, "elevation": 44.13, "pano_id": "TMX7316010203-001707_pano_0000_002524", "timestamp": "2020-05-13T10:56:46.976050Z", "filename": "pano_0000_002524.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 4.8112248, "relative_pitch": 83.77797215621716, "relative_heading": 290.6305267996578, "relative_elevation": 44.1300509581342 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001214/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001214/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001214/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001214/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0002_001214/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001214/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001214/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001214/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001214/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86486637283441, 52.3549212083516, 44.4016150766984 ] }, "distance": 4.83, "direction": 137.25, "angle": 83.79, "elevation": 44.4, "pano_id": "TMX7316010203-002228_pano_0002_001214", "timestamp": "2021-07-12T07:52:15.197160Z", "filename": "pano_0002_001214.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 4.83178023, "relative_pitch": 83.78951527169544, "relative_heading": 137.25158574457504, "relative_elevation": 44.4016150766984 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250129_0912_Track06_Sphere_00017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864879876151493, 52.35492901934571, 0.0 ] }, "distance": 4.98, "direction": 122.53, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250129_0912_Track06_Sphere_00017", "timestamp": "2025-01-29T10:29:36Z", "filename": "Job_20250129_0912_Track06_Sphere_00017.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 4.98146382, "relative_pitch": 0.0, "relative_heading": 122.53376280333697, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00019/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00019/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00019/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00019/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250129_0912_Track06_Sphere_00019/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00019/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00019/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00019/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00019/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864755386445088, 52.354976446606, 0.0 ] }, "distance": 5.01, "direction": 301.25, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250129_0912_Track06_Sphere_00019", "timestamp": "2025-01-29T10:29:37Z", "filename": "Job_20250129_0912_Track06_Sphere_00019.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 5.00886751, "relative_pitch": 0.0, "relative_heading": 301.24926189687653, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002522/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002522/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002522/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002522/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001707_pano_0000_002522/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002522/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002522/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002522/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002522/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86487715301415, 52.3549203765274, 44.1147116273642 ] }, "distance": 5.42, "direction": 132.21, "angle": 83.0, "elevation": 44.11, "pano_id": "TMX7316010203-001707_pano_0000_002522", "timestamp": "2020-05-13T10:56:45.701190Z", "filename": "pano_0000_002522.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 5.41930225, "relative_pitch": 82.9965495269258, "relative_heading": 132.2068334368833, "relative_elevation": 44.1147116273642 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000792/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000792/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000792/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000792/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_000792/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000792/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000792/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000792/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000792/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86488310331943, 52.3549230536882, 43.9740534182638 ] }, "distance": 5.54, "direction": 127.1, "angle": 82.82, "elevation": 43.97, "pano_id": "TMX7316060226-000013_pano_0000_000792", "timestamp": "2016-08-04T07:13:35.620140Z", "filename": "pano_0000_000792.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 5.54144769, "relative_pitch": 82.81765674793508, "relative_heading": 127.10247874204217, "relative_elevation": 43.9740534182638 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001760/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001760/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001760/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001760/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002463_pano_0003_001760/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001760/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001760/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001760/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001760/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86474280260278, 52.3549741383757, 44.8115253364667 ] }, "distance": 5.65, "direction": 294.49, "angle": 82.82, "elevation": 44.81, "pano_id": "TMX7316010203-002463_pano_0003_001760", "timestamp": "2022-03-22T08:53:01.411780Z", "filename": "pano_0003_001760.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 5.64782746, "relative_pitch": 82.81659366218074, "relative_heading": 294.4938691865867, "relative_elevation": 44.8115253364667 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001216/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001216/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001216/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001216/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0002_001216/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001216/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001216/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001216/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001216/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86473478954838, 52.3549665651186, 44.4111731322482 ] }, "distance": 5.88, "direction": 284.77, "angle": 82.46, "elevation": 44.41, "pano_id": "TMX7316010203-002228_pano_0002_001216", "timestamp": "2021-07-12T07:52:17.097160Z", "filename": "pano_0002_001216.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 5.87976508, "relative_pitch": 82.45825273424242, "relative_heading": 284.7687396421618, "relative_elevation": 44.4111731322482 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003745/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003745/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003745/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003745/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000781_pano_0000_003745/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003745/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003745/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003745/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003745/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86488113320518, 52.3549167599943, 44.608737424016 ] }, "distance": 5.89, "direction": 133.33, "angle": 82.48, "elevation": 44.61, "pano_id": "TMX7316010203-000781_pano_0000_003745", "timestamp": "2018-06-07T11:23:37.083520Z", "filename": "pano_0000_003745.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 5.8916692, "relative_pitch": 82.47624373746417, "relative_heading": 133.33404396178113, "relative_elevation": 44.608737424016 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000052/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000052/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000052/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000052/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001653_pano_0000_000052/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000052/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000052/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000052/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000052/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86489421183624, 52.3549165436744, 44.3923171702772 ] }, "distance": 6.58, "direction": 128.16, "angle": 81.56, "elevation": 44.39, "pano_id": "TMX7316010203-001653_pano_0000_000052", "timestamp": "2020-02-18T09:27:37.398940Z", "filename": "pano_0000_000052.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 6.58319127, "relative_pitch": 81.56475670130739, "relative_heading": 128.15716432002682, "relative_elevation": 44.3923171702772 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002128/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002128/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002128/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002128/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_002128/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002128/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002128/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002128/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002128/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86472538090125, 52.3549703517378, 44.7529803225771 ] }, "distance": 6.61, "direction": 286.88, "angle": 81.6, "elevation": 44.75, "pano_id": "TMX7316010203-001061_pano_0001_002128", "timestamp": "2019-01-17T12:18:13.115830Z", "filename": "pano_0001_002128.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 6.61154536, "relative_pitch": 81.59624096619967, "relative_heading": 286.88389626231174, "relative_elevation": 44.7529803225771 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000358/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000358/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000358/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000358/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002942_pano_0007_000358/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000358/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000358/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000358/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000358/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86489530727721, 52.3549148013372, 43.9014664804563 ] }, "distance": 6.76, "direction": 129.06, "angle": 81.24, "elevation": 43.9, "pano_id": "TMX7316010203-002942_pano_0007_000358", "timestamp": "2023-01-20T10:15:16.093330Z", "filename": "pano_0007_000358.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 6.76249663, "relative_pitch": 81.24309698855531, "relative_heading": 129.05815099082744, "relative_elevation": 43.9014664804563 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001865/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001865/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001865/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001865/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0000_001865/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001865/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001865/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001865/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001865/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86472523593822, 52.3549749726557, 44.2611860549077 ] }, "distance": 6.79, "direction": 291.02, "angle": 81.28, "elevation": 44.26, "pano_id": "TMX7316010203-001159_pano_0000_001865", "timestamp": "2019-05-03T08:10:24.855360Z", "filename": "pano_0000_001865.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 6.787981, "relative_pitch": 81.28094210688622, "relative_heading": 291.01633178356275, "relative_elevation": 44.2611860549077 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000702/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000702/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000702/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000702/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002108_pano_0000_000702/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000702/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000702/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000702/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000702/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86489275225814, 52.35491010892, 44.0633326116949 ] }, "distance": 6.98, "direction": 133.29, "angle": 81.0, "elevation": 44.06, "pano_id": "TMX7316010203-002108_pano_0000_000702", "timestamp": "2021-04-20T12:41:43.404420Z", "filename": "pano_0000_000702.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 6.97537651, "relative_pitch": 81.00452824745821, "relative_heading": 133.2933651829949, "relative_elevation": 44.0633326116949 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000044/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000044/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000044/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000044/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001489_pano_0001_000044/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000044/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000044/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000044/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000044/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86490261562473, 52.354916672598, 44.4953216454014 ] }, "distance": 7.03, "direction": 125.18, "angle": 81.02, "elevation": 44.5, "pano_id": "TMX7316010203-001489_pano_0001_000044", "timestamp": "2019-12-04T10:49:49.993960Z", "filename": "pano_0001_000044.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 7.03403636, "relative_pitch": 81.0167458313351, "relative_heading": 125.18245239432594, "relative_elevation": 44.4953216454014 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000047/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000047/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000047/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000047/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001489_pano_0001_000047/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000047/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000047/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000047/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000047/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8647233938464, 52.3549830903654, 44.4961810931563 ] }, "distance": 7.27, "direction": 297.32, "angle": 80.72, "elevation": 44.5, "pano_id": "TMX7316010203-001489_pano_0001_000047", "timestamp": "2019-12-04T10:49:52.123970Z", "filename": "pano_0001_000047.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 7.27302203, "relative_pitch": 80.71693905527499, "relative_heading": 297.3170552802967, "relative_elevation": 44.4961810931563 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_06-41-16_00016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864903174551094, 52.35491126347541, 0.0 ] }, "distance": 7.43, "direction": 128.81, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_06-41-16_00016", "timestamp": "2025-07-31T06:41:48Z", "filename": "recording_2025-07-31_06-41-16_00016.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 7.42684963, "relative_pitch": 0.0, "relative_heading": 128.8107726824856, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00019/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00019/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00019/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00019/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_06-41-16_00019/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00019/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00019/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00019/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00019/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864714523727905, 52.35498121849879, 0.0 ] }, "distance": 7.73, "direction": 293.89, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_06-41-16_00019", "timestamp": "2025-07-31T06:41:51Z", "filename": "recording_2025-07-31_06-41-16_00019.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 7.72823637, "relative_pitch": 0.0, "relative_heading": 293.88680405366495, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001862/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001862/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001862/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001862/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0000_001862/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001862/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001862/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001862/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001862/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86491499091824, 52.3549050973406, 44.2450896445662 ] }, "distance": 8.48, "direction": 129.01, "angle": 79.14, "elevation": 44.25, "pano_id": "TMX7316010203-001159_pano_0000_001862", "timestamp": "2019-05-03T08:10:22.590350Z", "filename": "pano_0000_001862.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 8.4842791, "relative_pitch": 79.1449363013825, "relative_heading": 129.01373652247062, "relative_elevation": 44.2450896445662 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000705/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000705/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000705/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000705/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002108_pano_0000_000705/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000705/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000705/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000705/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000705/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86470183337147, 52.3549827034178, 44.1246704133227 ] }, "distance": 8.59, "direction": 292.56, "angle": 78.99, "elevation": 44.12, "pano_id": "TMX7316010203-002108_pano_0000_000705", "timestamp": "2021-04-20T12:41:47.049530Z", "filename": "pano_0000_000705.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 8.58803066, "relative_pitch": 78.98615765202538, "relative_heading": 292.55879255166184, "relative_elevation": 44.1246704133227 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000361/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000361/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000361/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000361/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002942_pano_0007_000361/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000361/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000361/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000361/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000361/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86470357351583, 52.3549868558408, 43.8946168255061 ] }, "distance": 8.67, "direction": 295.68, "angle": 78.83, "elevation": 43.89, "pano_id": "TMX7316010203-002942_pano_0007_000361", "timestamp": "2023-01-20T10:15:18.073310Z", "filename": "pano_0007_000361.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 8.66866873, "relative_pitch": 78.82851462935189, "relative_heading": 295.6812737052635, "relative_elevation": 43.8946168255061 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000055/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000055/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000055/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000055/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001653_pano_0000_000055/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000055/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000055/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000055/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000055/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86470301070429, 52.3549888617199, 44.3407716890797 ] }, "distance": 8.8, "direction": 296.88, "angle": 78.77, "elevation": 44.34, "pano_id": "TMX7316010203-001653_pano_0000_000055", "timestamp": "2020-02-18T09:27:39.373850Z", "filename": "pano_0000_000055.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 8.8018895, "relative_pitch": 78.77242323632724, "relative_heading": 296.88259912876856, "relative_elevation": 44.3407716890797 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002125/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002125/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002125/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002125/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_002125/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002125/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002125/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002125/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002125/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86491086472168, 52.3548976481136, 44.7038164967671 ] }, "distance": 8.83, "direction": 134.35, "angle": 78.83, "elevation": 44.7, "pano_id": "TMX7316010203-001061_pano_0001_002125", "timestamp": "2019-01-17T12:18:11.375840Z", "filename": "pano_0001_002125.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 8.82591452, "relative_pitch": 78.83167455487337, "relative_heading": 134.351390745198, "relative_elevation": 44.7038164967671 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003748/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003748/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003748/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003748/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000781_pano_0000_003748/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003748/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003748/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003748/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003748/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86468806839942, 52.3549806389406, 44.5847802888602 ] }, "distance": 9.38, "direction": 289.06, "angle": 78.11, "elevation": 44.58, "pano_id": "TMX7316010203-000781_pano_0000_003748", "timestamp": "2018-06-07T11:23:39.818540Z", "filename": "pano_0000_003748.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 9.38344561, "relative_pitch": 78.11481700574059, "relative_heading": 289.06436275179544, "relative_elevation": 44.5847802888602 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000795/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000795/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000795/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000795/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_000795/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000795/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000795/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000795/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000795/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86469516745054, 52.3549956318854, 43.9313785582781 ] }, "distance": 9.63, "direction": 299.44, "angle": 77.64, "elevation": 43.93, "pano_id": "TMX7316060226-000013_pano_0000_000795", "timestamp": "2016-08-04T07:13:38.405150Z", "filename": "pano_0000_000795.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 9.62878272, "relative_pitch": 77.63752323976456, "relative_heading": 299.4439646233048, "relative_elevation": 43.9313785582781 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001763/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001763/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001763/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001763/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002463_pano_0003_001763/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001763/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001763/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001763/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001763/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86493329483493, 52.3549027871125, 44.834491093643 ] }, "distance": 9.63, "direction": 125.53, "angle": 77.87, "elevation": 44.83, "pano_id": "TMX7316010203-002463_pano_0003_001763", "timestamp": "2022-03-22T08:53:03.301750Z", "filename": "pano_0003_001763.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 9.63290351, "relative_pitch": 77.874074416756, "relative_heading": 125.53011819166404, "relative_elevation": 44.834491093643 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002525/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002525/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002525/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002525/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001707_pano_0000_002525/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002525/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002525/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002525/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002525/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86468837573114, 52.3549913645775, 44.130751314573 ] }, "distance": 9.82, "direction": 295.7, "angle": 77.46, "elevation": 44.13, "pano_id": "TMX7316010203-001707_pano_0000_002525", "timestamp": "2020-05-13T10:56:47.631190Z", "filename": "pano_0000_002525.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 9.81928239, "relative_pitch": 77.45579133399815, "relative_heading": 295.7011662018848, "relative_elevation": 44.130751314573 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001213/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001213/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001213/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001213/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0002_001213/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001213/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001213/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001213/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001213/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86493087990158, 52.3548973084859, 44.3830475462601 ] }, "distance": 9.87, "direction": 128.97, "angle": 77.46, "elevation": 44.38, "pano_id": "TMX7316010203-002228_pano_0002_001213", "timestamp": "2021-07-12T07:52:14.212150Z", "filename": "pano_0002_001213.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 9.87102853, "relative_pitch": 77.46119238519876, "relative_heading": 128.96689842013518, "relative_elevation": 44.3830475462601 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250129_0912_Track06_Sphere_00016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864940014343441, 52.354904074036675, 0.0 ] }, "distance": 9.93, "direction": 123.32, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250129_0912_Track06_Sphere_00016", "timestamp": "2025-01-29T10:29:35Z", "filename": "Job_20250129_0912_Track06_Sphere_00016.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 9.92963969, "relative_pitch": 0.0, "relative_heading": 123.32193131252892, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00020/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00020/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00020/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00020/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250129_0912_Track06_Sphere_00020/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00020/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00020/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00020/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00020/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864689629320377, 52.354999875050474, 0.0 ] }, "distance": 10.19, "direction": 300.71, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250129_0912_Track06_Sphere_00020", "timestamp": "2025-01-29T10:29:38Z", "filename": "Job_20250129_0912_Track06_Sphere_00020.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 10.19197371, "relative_pitch": 0.0, "relative_heading": 300.71278951499863, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002521/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002521/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002521/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002521/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001707_pano_0000_002521/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002521/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002521/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002521/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002521/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86493818540518, 52.3548948304946, 44.1048769494519 ] }, "distance": 10.43, "direction": 128.43, "angle": 76.69, "elevation": 44.1, "pano_id": "TMX7316010203-001707_pano_0000_002521", "timestamp": "2020-05-13T10:56:45.061200Z", "filename": "pano_0000_002521.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 10.43190273, "relative_pitch": 76.6926777714913, "relative_heading": 128.42515563359325, "relative_elevation": 44.1048769494519 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000791/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000791/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000791/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000791/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_000791/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000791/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000791/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000791/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000791/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86494392119728, 52.3548973565648, 43.9520572712645 ] }, "distance": 10.57, "direction": 125.91, "angle": 76.47, "elevation": 43.95, "pano_id": "TMX7316060226-000013_pano_0000_000791", "timestamp": "2016-08-04T07:13:34.680190Z", "filename": "pano_0000_000791.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 10.57351589, "relative_pitch": 76.47342842330123, "relative_heading": 125.91497099761875, "relative_elevation": 43.9520572712645 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001759/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001759/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001759/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001759/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002463_pano_0003_001759/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001759/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001759/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001759/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001759/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86467777651412, 52.3549964779524, 44.7855864968151 ] }, "distance": 10.72, "direction": 296.77, "angle": 76.54, "elevation": 44.79, "pano_id": "TMX7316010203-002463_pano_0003_001759", "timestamp": "2022-03-22T08:53:00.711790Z", "filename": "pano_0003_001759.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 10.71861185, "relative_pitch": 76.54047597687787, "relative_heading": 296.76770878315676, "relative_elevation": 44.7855864968151 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003744/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003744/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003744/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003744/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000781_pano_0000_003744/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003744/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003744/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003744/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003744/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86494359495801, 52.3548941872854, 44.6020902795717 ] }, "distance": 10.77, "direction": 127.5, "angle": 76.43, "elevation": 44.6, "pano_id": "TMX7316010203-000781_pano_0000_003744", "timestamp": "2018-06-07T11:23:36.193510Z", "filename": "pano_0000_003744.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 10.76652121, "relative_pitch": 76.42895938568063, "relative_heading": 127.50450149143457, "relative_elevation": 44.6020902795717 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001217/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001217/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001217/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001217/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0002_001217/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001217/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001217/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001217/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001217/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86467040129568, 52.3549913538616, 44.4159544575959 ] }, "distance": 10.94, "direction": 292.91, "angle": 76.17, "elevation": 44.42, "pano_id": "TMX7316010203-002228_pano_0002_001217", "timestamp": "2021-07-12T07:52:18.117170Z", "filename": "pano_0002_001217.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 10.935226, "relative_pitch": 76.16883380194926, "relative_heading": 292.91167601892346, "relative_elevation": 44.4159544575959 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002129/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002129/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002129/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002129/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_002129/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002129/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002129/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002129/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002129/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86466418597297, 52.3549948173825, 44.7672805385664 ] }, "distance": 11.48, "direction": 293.86, "angle": 75.62, "elevation": 44.77, "pano_id": "TMX7316010203-001061_pano_0001_002129", "timestamp": "2019-01-17T12:18:13.766040Z", "filename": "pano_0001_002129.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 11.47690342, "relative_pitch": 75.62087089035575, "relative_heading": 293.8609153900133, "relative_elevation": 44.7672805385664 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000051/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000051/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000051/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000051/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001653_pano_0000_000051/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000051/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000051/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000051/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000051/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86495683776482, 52.3548911528517, 44.389721237123 ] }, "distance": 11.69, "direction": 126.12, "angle": 75.24, "elevation": 44.39, "pano_id": "TMX7316010203-001653_pano_0000_000051", "timestamp": "2020-02-18T09:27:36.798950Z", "filename": "pano_0000_000051.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 11.69126479, "relative_pitch": 75.24465701184172, "relative_heading": 126.12496565014027, "relative_elevation": 44.389721237123 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001866/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001866/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001866/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001866/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0000_001866/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001866/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001866/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001866/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001866/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8646618958677, 52.354997691802, 44.2628434952348 ] }, "distance": 11.75, "direction": 294.98, "angle": 75.13, "elevation": 44.26, "pano_id": "TMX7316010203-001159_pano_0000_001866", "timestamp": "2019-05-03T08:10:25.700350Z", "filename": "pano_0000_001866.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 11.75122315, "relative_pitch": 75.13168748985336, "relative_heading": 294.97944726178343, "relative_elevation": 44.2628434952348 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000043/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000043/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000043/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000043/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001489_pano_0001_000043/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000043/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000043/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000043/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000043/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8649615206385, 52.3548936228483, 44.4848363241181 ] }, "distance": 11.79, "direction": 124.13, "angle": 75.15, "elevation": 44.48, "pano_id": "TMX7316010203-001489_pano_0001_000043", "timestamp": "2019-12-04T10:49:49.323960Z", "filename": "pano_0001_000043.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 11.79407702, "relative_pitch": 75.15103925862829, "relative_heading": 124.13226952717707, "relative_elevation": 44.4848363241181 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000357/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000357/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000357/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000357/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002942_pano_0007_000357/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000357/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000357/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000357/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000357/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86495824318917, 52.3548899998974, 43.8913664435968 ] }, "distance": 11.84, "direction": 126.35, "angle": 74.9, "elevation": 43.89, "pano_id": "TMX7316010203-002942_pano_0007_000357", "timestamp": "2023-01-20T10:15:15.463340Z", "filename": "pano_0007_000357.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 11.84434009, "relative_pitch": 74.89812548234445, "relative_heading": 126.35316467522135, "relative_elevation": 43.8913664435968 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000701/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000701/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000701/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000701/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002108_pano_0000_000701/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000701/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000701/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000701/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000701/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86495494963458, 52.3548853162187, 44.0517340591177 ] }, "distance": 11.99, "direction": 129.0, "angle": 74.78, "elevation": 44.05, "pano_id": "TMX7316010203-002108_pano_0000_000701", "timestamp": "2021-04-20T12:41:42.359380Z", "filename": "pano_0000_000701.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 11.98529639, "relative_pitch": 74.77976805841239, "relative_heading": 128.99656103987357, "relative_elevation": 44.0517340591177 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000048/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000048/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000048/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000048/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001489_pano_0001_000048/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000048/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000048/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000048/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000048/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86466253272423, 52.3550048200881, 44.4926705649123 ] }, "distance": 12.07, "direction": 298.48, "angle": 74.82, "elevation": 44.49, "pano_id": "TMX7316010203-001489_pano_0001_000048", "timestamp": "2019-12-04T10:49:52.918990Z", "filename": "pano_0001_000048.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 12.06939201, "relative_pitch": 74.82278673476539, "relative_heading": 298.4818413504288, "relative_elevation": 44.4926705649123 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00015/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00015/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00015/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00015/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_06-41-16_00015/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00015/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00015/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00015/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00015/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864964031072878, 52.35488639322585, 0.0 ] }, "distance": 12.4, "direction": 126.77, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_06-41-16_00015", "timestamp": "2025-07-31T06:41:46Z", "filename": "recording_2025-07-31_06-41-16_00015.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 12.40015569, "relative_pitch": 0.0, "relative_heading": 126.76655181660273, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00020/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00020/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00020/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00020/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_06-41-16_00020/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00020/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00020/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00020/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00020/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864650681923647, 52.355002794910064, 0.0 ] }, "distance": 12.69, "direction": 295.85, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_06-41-16_00020", "timestamp": "2025-07-31T06:41:53Z", "filename": "recording_2025-07-31_06-41-16_00020.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 12.68504877, "relative_pitch": 0.0, "relative_heading": 295.84706015780307, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001861/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001861/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001861/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001861/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0000_001861/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001861/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001861/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001861/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001861/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86497687655735, 52.3548796066606, 44.2293874584138 ] }, "distance": 13.55, "direction": 127.11, "angle": 72.96, "elevation": 44.23, "pano_id": "TMX7316010203-001159_pano_0000_001861", "timestamp": "2019-05-03T08:10:21.845380Z", "filename": "pano_0000_001861.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 13.55352273, "relative_pitch": 72.96299530636193, "relative_heading": 127.10933941754412, "relative_elevation": 44.2293874584138 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000706/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000706/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000706/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000706/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002108_pano_0000_000706/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000706/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000706/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000706/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000706/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86463843745529, 52.3550078945846, 44.1796350283548 ] }, "distance": 13.68, "direction": 296.46, "angle": 72.79, "elevation": 44.18, "pano_id": "TMX7316010203-002108_pano_0000_000706", "timestamp": "2021-04-20T12:41:48.339380Z", "filename": "pano_0000_000706.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 13.68403358, "relative_pitch": 72.7903527481263, "relative_heading": 296.4625023076144, "relative_elevation": 44.1796350283548 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002124/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002124/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002124/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002124/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_002124/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002124/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002124/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002124/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002124/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86497266661098, 52.3548736658408, 44.6891687270254 ] }, "distance": 13.74, "direction": 130.03, "angle": 72.91, "elevation": 44.69, "pano_id": "TMX7316010203-001061_pano_0001_002124", "timestamp": "2019-01-17T12:18:10.820860Z", "filename": "pano_0001_002124.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 13.74146991, "relative_pitch": 72.90786353672765, "relative_heading": 130.03031568089915, "relative_elevation": 44.6891687270254 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000362/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000362/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000362/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000362/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002942_pano_0007_000362/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000362/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000362/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000362/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000362/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86463901754343, 52.355010314332, 43.9212820520625 ] }, "distance": 13.77, "direction": 297.54, "angle": 72.59, "elevation": 43.92, "pano_id": "TMX7316010203-002942_pano_0007_000362", "timestamp": "2023-01-20T10:15:18.798340Z", "filename": "pano_0007_000362.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 13.77106325, "relative_pitch": 72.59172366602203, "relative_heading": 297.53873024572493, "relative_elevation": 43.9212820520625 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000056/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000056/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000056/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000056/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001653_pano_0000_000056/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000056/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000056/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000056/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000056/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86463805314907, 52.3550115008971, 44.357771800831 ] }, "distance": 13.89, "direction": 297.9, "angle": 72.61, "elevation": 44.36, "pano_id": "TMX7316010203-001653_pano_0000_000056", "timestamp": "2020-02-18T09:27:40.188910Z", "filename": "pano_0000_000056.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 13.89064195, "relative_pitch": 72.61204603908479, "relative_heading": 297.89632945628233, "relative_elevation": 44.357771800831 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003749/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003749/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003749/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003749/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000781_pano_0000_003749/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003749/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003749/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003749/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003749/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86462313474049, 52.35500090369, 44.6111781764776 ] }, "distance": 14.32, "direction": 291.81, "angle": 72.21, "elevation": 44.61, "pano_id": "TMX7316010203-000781_pano_0000_003749", "timestamp": "2018-06-07T11:23:40.763470Z", "filename": "pano_0000_003749.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 14.31792825, "relative_pitch": 72.20600122431388, "relative_heading": 291.81141782335453, "relative_elevation": 44.6111781764776 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000796/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000796/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000796/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000796/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_000796/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000796/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000796/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000796/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000796/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86463123112067, 52.3550188036997, 43.9088899353519 ] }, "distance": 14.69, "direction": 299.85, "angle": 71.5, "elevation": 43.91, "pano_id": "TMX7316060226-000013_pano_0000_000796", "timestamp": "2016-08-04T07:13:39.335160Z", "filename": "pano_0000_000796.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 14.69017158, "relative_pitch": 71.50180424918393, "relative_heading": 299.8496337460713, "relative_elevation": 43.9088899353519 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001764/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001764/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001764/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001764/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002463_pano_0003_001764/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001764/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001764/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001764/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001764/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86499613510945, 52.3548782816476, 44.8417876409367 ] }, "distance": 14.7, "direction": 124.48, "angle": 71.84, "elevation": 44.84, "pano_id": "TMX7316010203-002463_pano_0003_001764", "timestamp": "2022-03-22T08:53:03.921730Z", "filename": "pano_0003_001764.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 14.70436108, "relative_pitch": 71.84483025673309, "relative_heading": 124.48179838987005, "relative_elevation": 44.8417876409367 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002526/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002526/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002526/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002526/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001707_pano_0000_002526/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002526/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002526/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002526/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002526/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86462418638374, 52.3550136445324, 44.2198119163513 ] }, "distance": 14.84, "direction": 297.0, "angle": 71.45, "elevation": 44.22, "pano_id": "TMX7316010203-001707_pano_0000_002526", "timestamp": "2020-05-13T10:56:48.291180Z", "filename": "pano_0000_002526.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 14.83904774, "relative_pitch": 71.44955300151763, "relative_heading": 297.003492206745, "relative_elevation": 44.2198119163513 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00015/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00015/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00015/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00015/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250129_0912_Track06_Sphere_00015/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00015/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00015/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00015/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00015/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.865000704535969, 52.35487836717297, 0.0 ] }, "distance": 14.96, "direction": 123.78, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250129_0912_Track06_Sphere_00015", "timestamp": "2025-01-29T10:29:34Z", "filename": "Job_20250129_0912_Track06_Sphere_00015.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 14.95673839, "relative_pitch": 0.0, "relative_heading": 123.77652118249526, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001212/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001212/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001212/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001212/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0002_001212/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001212/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001212/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001212/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001212/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86499354791545, 52.3548716298154, 44.3758696774021 ] }, "distance": 14.99, "direction": 127.2, "angle": 71.33, "elevation": 44.38, "pano_id": "TMX7316010203-002228_pano_0002_001212", "timestamp": "2021-07-12T07:52:13.137190Z", "filename": "pano_0002_001212.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 14.99492022, "relative_pitch": 71.32952531104216, "relative_heading": 127.19545823473211, "relative_elevation": 44.3758696774021 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00021/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00021/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00021/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00021/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250129_0912_Track06_Sphere_00021/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00021/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00021/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00021/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00021/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864623304875306, 52.35502286055381, 0.0 ] }, "distance": 15.38, "direction": 300.31, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250129_0912_Track06_Sphere_00021", "timestamp": "2025-01-29T10:29:39Z", "filename": "Job_20250129_0912_Track06_Sphere_00021.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 15.3837427, "relative_pitch": 0.0, "relative_heading": 300.30678980216, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002520/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002520/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002520/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002520/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001707_pano_0000_002520/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002520/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002520/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002520/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002520/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86499737362409, 52.3548676998859, 44.1103386990726 ] }, "distance": 15.47, "direction": 127.9, "angle": 70.68, "elevation": 44.11, "pano_id": "TMX7316010203-001707_pano_0000_002520", "timestamp": "2020-05-13T10:56:44.416090Z", "filename": "pano_0000_002520.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 15.46809573, "relative_pitch": 70.67585087638307, "relative_heading": 127.90208930659567, "relative_elevation": 44.1103386990726 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000790/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000790/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000790/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000790/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_000790/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000790/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000790/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000790/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000790/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86500422599607, 52.3548713931626, 43.9900207379833 ] }, "distance": 15.6, "direction": 125.66, "angle": 70.48, "elevation": 43.99, "pano_id": "TMX7316060226-000013_pano_0000_000790", "timestamp": "2016-08-04T07:13:33.720170Z", "filename": "pano_0000_000790.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 15.59600327, "relative_pitch": 70.47880037246422, "relative_heading": 125.65653557891096, "relative_elevation": 43.9900207379833 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003743/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003743/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003743/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003743/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000781_pano_0000_003743/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003743/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003743/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003743/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003743/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86500531595795, 52.3548709472715, 44.6225124215707 ] }, "distance": 15.69, "direction": 125.65, "angle": 70.63, "elevation": 44.62, "pano_id": "TMX7316010203-000781_pano_0000_003743", "timestamp": "2018-06-07T11:23:35.303490Z", "filename": "pano_0000_003743.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 15.68526668, "relative_pitch": 70.63290676603306, "relative_heading": 125.64566606273186, "relative_elevation": 44.6225124215707 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001758/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001758/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001758/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001758/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002463_pano_0003_001758/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001758/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001758/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001758/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001758/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86461241418999, 52.3550177129197, 44.8268805863336 ] }, "distance": 15.76, "direction": 297.15, "angle": 70.63, "elevation": 44.83, "pano_id": "TMX7316010203-002463_pano_0003_001758", "timestamp": "2022-03-22T08:52:59.966730Z", "filename": "pano_0003_001758.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 15.75928119, "relative_pitch": 70.63043023111538, "relative_heading": 297.1459166227514, "relative_elevation": 44.8268805863336 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001218/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001218/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001218/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001218/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0002_001218/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001218/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001218/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001218/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001218/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86460599947545, 52.3550164435027, 44.4828131124377 ] }, "distance": 16.09, "direction": 295.99, "angle": 70.12, "elevation": 44.48, "pano_id": "TMX7316010203-002228_pano_0002_001218", "timestamp": "2021-07-12T07:52:19.182140Z", "filename": "pano_0002_001218.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 16.08703301, "relative_pitch": 70.11767696331955, "relative_heading": 295.9879454000714, "relative_elevation": 44.4828131124377 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002130/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002130/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002130/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002130/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_002130/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002130/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002130/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002130/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002130/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8646013450929, 52.3550180555663, 44.8254624269903 ] }, "distance": 16.45, "direction": 296.07, "angle": 69.85, "elevation": 44.83, "pano_id": "TMX7316010203-001061_pano_0001_002130", "timestamp": "2019-01-17T12:18:14.505800Z", "filename": "pano_0001_002130.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 16.45070338, "relative_pitch": 69.8471350441953, "relative_heading": 296.0655728133501, "relative_elevation": 44.8254624269903 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000042/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000042/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000042/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000042/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001489_pano_0001_000042/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000042/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000042/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000042/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000042/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86502071547171, 52.3548702697038, 44.4958157744259 ] }, "distance": 16.59, "direction": 123.75, "angle": 69.55, "elevation": 44.5, "pano_id": "TMX7316010203-001489_pano_0001_000042", "timestamp": "2019-12-04T10:49:48.659020Z", "filename": "pano_0001_000042.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 16.59096726, "relative_pitch": 69.55123565929406, "relative_heading": 123.7452713963058, "relative_elevation": 44.4958157744259 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001867/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001867/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001867/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001867/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0000_001867/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001867/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001867/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001867/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001867/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86459804012811, 52.355020277994, 44.2716543711722 ] }, "distance": 16.76, "direction": 296.49, "angle": 69.26, "elevation": 44.27, "pano_id": "TMX7316010203-001159_pano_0000_001867", "timestamp": "2019-05-03T08:10:26.585340Z", "filename": "pano_0000_001867.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 16.76209467, "relative_pitch": 69.26237627573929, "relative_heading": 296.4867092541212, "relative_elevation": 44.2716543711722 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000050/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000050/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000050/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000050/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001653_pano_0000_000050/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000050/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000050/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000050/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000050/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86501964184286, 52.3548659176844, 44.415505617857 ] }, "distance": 16.81, "direction": 125.26, "angle": 69.28, "elevation": 44.42, "pano_id": "TMX7316010203-001653_pano_0000_000050", "timestamp": "2020-02-18T09:27:36.213880Z", "filename": "pano_0000_000050.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 16.80500223, "relative_pitch": 69.27541696809237, "relative_heading": 125.2568890054466, "relative_elevation": 44.415505617857 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000049/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000049/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000049/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000049/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001489_pano_0001_000049/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000049/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001489_pano_0001_000049/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000049/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/04/TMX7316010203-001489/pano_0001_000049/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86460164606081, 52.355026344669, 44.51256021671 ] }, "distance": 16.86, "direction": 298.91, "angle": 69.26, "elevation": 44.51, "pano_id": "TMX7316010203-001489_pano_0001_000049", "timestamp": "2019-12-04T10:49:53.763950Z", "filename": "pano_0001_000049.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 16.85838491, "relative_pitch": 69.25665892927331, "relative_heading": 298.9133266097781, "relative_elevation": 44.51256021671 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000356/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000356/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000356/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000356/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002942_pano_0007_000356/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000356/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000356/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000356/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000356/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86502083633453, 52.3548653753776, 43.8997424719855 ] }, "distance": 16.91, "direction": 125.26, "angle": 68.94, "elevation": 43.9, "pano_id": "TMX7316010203-002942_pano_0007_000356", "timestamp": "2023-01-20T10:15:14.833430Z", "filename": "pano_0007_000356.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 16.90629274, "relative_pitch": 68.93773416383445, "relative_heading": 125.26467197785641, "relative_elevation": 43.8997424719855 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000700/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000700/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000700/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000700/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002108_pano_0000_000700/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000700/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000700/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000700/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000700/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86501625438466, 52.3548601302105, 44.0486801182851 ] }, "distance": 17.0, "direction": 127.48, "angle": 68.9, "elevation": 44.05, "pano_id": "TMX7316010203-002108_pano_0000_000700", "timestamp": "2021-04-20T12:41:41.294510Z", "filename": "pano_0000_000700.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 17.00106236, "relative_pitch": 68.89536813289197, "relative_heading": 127.4786855117801, "relative_elevation": 44.0486801182851 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00014/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00014/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00014/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00014/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_06-41-16_00014/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00014/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00014/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00014/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00014/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.865024818050107, 52.354861190091235, 0.0 ] }, "distance": 17.4, "direction": 126.0, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_06-41-16_00014", "timestamp": "2025-07-31T06:41:45Z", "filename": "recording_2025-07-31_06-41-16_00014.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 17.39811807, "relative_pitch": 0.0, "relative_heading": 126.0011259531976, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00021/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00021/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00021/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00021/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_06-41-16_00021/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00021/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_06-41-16_00021/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00021/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_06-41-16_00021/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864588133547507, 52.35502671381465, 0.0 ] }, "distance": 17.69, "direction": 297.59, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_06-41-16_00021", "timestamp": "2025-07-31T06:41:54Z", "filename": "recording_2025-07-31_06-41-16_00021.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 17.68887469, "relative_pitch": 0.0, "relative_heading": 297.5878905793144, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001860/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001860/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001860/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001860/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0000_001860/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001860/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0000_001860/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001860/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0000_001860/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86503805694322, 52.3548544237599, 44.2326118918136 ] }, "distance": 18.57, "direction": 126.24, "angle": 67.23, "elevation": 44.23, "pano_id": "TMX7316010203-001159_pano_0000_001860", "timestamp": "2019-05-03T08:10:21.085400Z", "filename": "pano_0000_001860.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 18.57058593, "relative_pitch": 67.2254246808918, "relative_heading": 126.24457466071205, "relative_elevation": 44.2326118918136 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002123/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002123/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002123/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002123/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_002123/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002123/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_002123/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002123/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_002123/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86503438796541, 52.3548488724387, 44.6833595698699 ] }, "distance": 18.75, "direction": 128.22, "angle": 67.24, "elevation": 44.68, "pano_id": "TMX7316010203-001061_pano_0001_002123", "timestamp": "2019-01-17T12:18:10.260860Z", "filename": "pano_0001_002123.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 18.74532775, "relative_pitch": 67.24123287137546, "relative_heading": 128.21944736634794, "relative_elevation": 44.6833595698699 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000363/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000363/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000363/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000363/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002942_pano_0007_000363/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000363/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002942_pano_0007_000363/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000363/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002942/pano_0007_000363/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86457406229039, 52.3550336762452, 43.8776786644012 ] }, "distance": 18.9, "direction": 298.32, "angle": 66.7, "elevation": 43.88, "pano_id": "TMX7316010203-002942_pano_0007_000363", "timestamp": "2023-01-20T10:15:19.603240Z", "filename": "pano_0007_000363.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 18.89893689, "relative_pitch": 66.6975513592122, "relative_heading": 298.3235899636154, "relative_elevation": 43.8776786644012 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000707/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000707/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000707/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000707/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002108_pano_0000_000707/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000707/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002108_pano_0000_000707/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000707/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/20/TMX7316010203-002108/pano_0000_000707/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86457197700175, 52.355031999571, 44.1851845104247 ] }, "distance": 18.94, "direction": 297.62, "angle": 66.8, "elevation": 44.19, "pano_id": "TMX7316010203-002108_pano_0000_000707", "timestamp": "2021-04-20T12:41:49.704350Z", "filename": "pano_0000_000707.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 18.93690456, "relative_pitch": 66.80097466826433, "relative_heading": 297.62270894580894, "relative_elevation": 44.1851845104247 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000057/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000057/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000057/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000057/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001653_pano_0000_000057/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000057/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001653_pano_0000_000057/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000057/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/02/18/TMX7316010203-001653/pano_0000_000057/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86457283101262, 52.3550334975511, 44.2926958845928 ] }, "distance": 18.96, "direction": 298.15, "angle": 66.82, "elevation": 44.29, "pano_id": "TMX7316010203-001653_pano_0000_000057", "timestamp": "2020-02-18T09:27:41.013860Z", "filename": "pano_0000_000057.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 18.96343753, "relative_pitch": 66.82233683242411, "relative_heading": 298.15044784166054, "relative_elevation": 44.2926958845928 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003750/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003750/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003750/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003750/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000781_pano_0000_003750/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003750/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003750/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003750/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003750/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86455787850417, 52.355020781241, 44.5560831045732 ] }, "distance": 19.27, "direction": 293.01, "angle": 66.61, "elevation": 44.56, "pano_id": "TMX7316010203-000781_pano_0000_003750", "timestamp": "2018-06-07T11:23:41.713480Z", "filename": "pano_0000_003750.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 19.27177225, "relative_pitch": 66.6101458084875, "relative_heading": 293.0053491966497, "relative_elevation": 44.5560831045732 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000797/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000797/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000797/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000797/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_000797/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000797/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000797/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000797/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000797/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86456665887915, 52.3550416220609, 43.9364253887907 ] }, "distance": 19.77, "direction": 299.89, "angle": 65.77, "elevation": 43.94, "pano_id": "TMX7316060226-000013_pano_0000_000797", "timestamp": "2016-08-04T07:13:40.315160Z", "filename": "pano_0000_000797.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 19.76980711, "relative_pitch": 65.77397282861502, "relative_heading": 299.8858667661263, "relative_elevation": 43.9364253887907 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001765/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001765/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001765/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001765/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002463_pano_0003_001765/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001765/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001765/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001765/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001765/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8650574341756, 52.3548520718317, 44.8535322034732 ] }, "distance": 19.8, "direction": 124.6, "angle": 66.18, "elevation": 44.85, "pano_id": "TMX7316010203-002463_pano_0003_001765", "timestamp": "2022-03-22T08:53:04.541730Z", "filename": "pano_0003_001765.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 19.79828345, "relative_pitch": 66.18340691013665, "relative_heading": 124.59620846436172, "relative_elevation": 44.8535322034732 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002527/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002527/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002527/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002527/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001707_pano_0000_002527/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002527/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002527/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002527/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002527/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86455922400205, 52.3550351754835, 44.1427179481834 ] }, "distance": 19.87, "direction": 297.36, "angle": 65.77, "elevation": 44.14, "pano_id": "TMX7316010203-001707_pano_0000_002527", "timestamp": "2020-05-13T10:56:48.971160Z", "filename": "pano_0000_002527.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 19.87082606, "relative_pitch": 65.76512788542463, "relative_heading": 297.36393462124, "relative_elevation": 44.1427179481834 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00014/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00014/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00014/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00014/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250129_0912_Track06_Sphere_00014/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00014/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00014/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00014/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00014/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86506028599791, 52.354853320481595, 0.0 ] }, "distance": 19.88, "direction": 123.95, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250129_0912_Track06_Sphere_00014", "timestamp": "2025-01-29T10:29:33Z", "filename": "Job_20250129_0912_Track06_Sphere_00014.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 19.88060945, "relative_pitch": 0.0, "relative_heading": 123.94861556584337, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001211/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001211/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001211/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001211/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0002_001211/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001211/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0002_001211/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001211/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0002_001211/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86505451309301, 52.3548442951356, 44.366163123399 ] }, "distance": 20.14, "direction": 126.94, "angle": 65.58, "elevation": 44.37, "pano_id": "TMX7316010203-002228_pano_0002_001211", "timestamp": "2021-07-12T07:52:11.997180Z", "filename": "pano_0002_001211.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 20.14270398, "relative_pitch": 65.58145249620367, "relative_heading": 126.94451663406797, "relative_elevation": 44.366163123399 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00022/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00022/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00022/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00022/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250129_0912_Track06_Sphere_00022/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00022/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00022/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00022/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250129_0912_Track06_Sphere_00022/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864557861703138, 52.35504454668629, 0.0 ] }, "distance": 20.45, "direction": 299.84, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250129_0912_Track06_Sphere_00022", "timestamp": "2025-01-29T10:29:40Z", "filename": "Job_20250129_0912_Track06_Sphere_00022.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 20.4516449, "relative_pitch": 0.0, "relative_heading": 299.83965557713293, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002519/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002519/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002519/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002519/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001707_pano_0000_002519/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002519/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001707_pano_0000_002519/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002519/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001707/pano_0000_002519/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86505580116155, 52.3548403376328, 44.1019203756005 ] }, "distance": 20.48, "direction": 127.78, "angle": 65.09, "elevation": 44.1, "pano_id": "TMX7316010203-001707_pano_0000_002519", "timestamp": "2020-05-13T10:56:43.766120Z", "filename": "pano_0000_002519.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 20.4797098, "relative_pitch": 65.09115051444836, "relative_heading": 127.78161549426476, "relative_elevation": 44.1019203756005 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000789/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000789/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000789/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000789/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_000789/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000789/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_000789/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000789/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_000789/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86506477707552, 52.354845931182, 44.00246726349 ] }, "distance": 20.6, "direction": 125.37, "angle": 64.91, "elevation": 44.0, "pano_id": "TMX7316060226-000013_pano_0000_000789", "timestamp": "2016-08-04T07:13:32.780150Z", "filename": "pano_0000_000789.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 20.59996626, "relative_pitch": 64.9131306024334, "relative_heading": 125.37057154006712, "relative_elevation": 44.00246726349 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003742/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003742/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003742/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003742/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000781_pano_0000_003742/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003742/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000781_pano_0000_003742/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003742/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000781/pano_0000_003742/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86506631509716, 52.3548465729294, 44.612633401528 ] }, "distance": 20.64, "direction": 125.04, "angle": 65.17, "elevation": 44.61, "pano_id": "TMX7316010203-000781_pano_0000_003742", "timestamp": "2018-06-07T11:23:34.418550Z", "filename": "pano_0000_003742.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 20.64442097, "relative_pitch": 65.16773938942939, "relative_heading": 125.04060906339754, "relative_elevation": 44.612633401528 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250129_0912_Track06_Sphere_00018/adjacencies/b_20250129_0912_Track06_Sphere_00018/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001757/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001757/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001757/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001757/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002463_pano_0003_001757/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001757/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002463_pano_0003_001757/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001757/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/22/TMX7316010203-002463/pano_0003_001757/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86454764106746, 52.3550389223638, 44.785526400432 ] }, "distance": 20.76, "direction": 297.38, "angle": 65.13, "elevation": 44.79, "pano_id": "TMX7316010203-002463_pano_0003_001757", "timestamp": "2022-03-22T08:52:59.231750Z", "filename": "pano_0003_001757.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_20250129_0912_Track06_Sphere_00018", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119411.30208515967, 485356.292459095 ] }, "relative_distance": 20.76334431, "relative_pitch": 65.12674565362038, "relative_heading": 297.3847411691707, "relative_elevation": 44.785526400432 } ] } }