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_20241129_0829_Track32_Sphere_00006/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00006/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00006/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00006/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00006/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241129_0829_Track32_Sphere_00006/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00006/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00006/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874134628261276, 52.36977529400746, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241129_0829_Track32_Sphere_00006", "timestamp": "2024-11-29T09:54:42Z", "filename": "Job_20241129_0829_Track32_Sphere_00006.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "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_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003052/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003052/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003052/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003052/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000280_pano_0000_003052/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_003052/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_003052/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003052/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003052/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8741355051904, 52.369772370343, 46.1370000699535 ] }, "distance": 0.33, "direction": 169.6, "angle": 89.59, "elevation": 46.14, "pano_id": "TMX7316010203-000280_pano_0000_003052", "timestamp": "2017-04-26T08:58:34.901730Z", "filename": "pano_0000_003052.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 0.33076634, "relative_pitch": 89.58924094371113, "relative_heading": 169.59672234094288, "relative_elevation": 46.1370000699535 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005385/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005385/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005385/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005385/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005385/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005385/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005385/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005385/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005385/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87413956518287, 52.369773563921, 45.6912899846211 ] }, "distance": 0.39, "direction": 119.79, "angle": 89.51, "elevation": 45.69, "pano_id": "TMX7316010203-001041_pano_0002_005385", "timestamp": "2019-01-09T10:52:58.446040Z", "filename": "pano_0002_005385.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 0.38746699, "relative_pitch": 89.51413735303963, "relative_heading": 119.79203536483368, "relative_elevation": 45.6912899846211 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001335/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001335/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001335/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001335/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001335/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001335/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001335/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001335/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001335/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87413021226583, 52.3697708737667, 46.3141004368663 ] }, "distance": 0.58, "direction": 211.45, "angle": 89.29, "elevation": 46.31, "pano_id": "TMX7316010203-002553_pano_0000_001335", "timestamp": "2022-05-02T07:01:21.574910Z", "filename": "pano_0000_001335.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 0.57653475, "relative_pitch": 89.28679815692311, "relative_heading": 211.44616973364356, "relative_elevation": 46.3141004368663 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001416/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001416/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001416/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001416/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001416/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001416/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001416/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001416/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001416/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87415102024599, 52.3697752225731, 45.5293172020465 ] }, "distance": 1.12, "direction": 90.41, "angle": 88.6, "elevation": 45.53, "pano_id": "TMX7316010203-000790_pano_0000_001416", "timestamp": "2018-06-13T11:53:40.599260Z", "filename": "pano_0000_001416.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 1.11649797, "relative_pitch": 88.59523913437566, "relative_heading": 90.40790942688137, "relative_elevation": 45.5293172020465 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000092/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000092/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000092/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000092/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000092/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000092/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000092/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000092/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000092/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87411810137106, 52.3697690850554, 45.9750271793455 ] }, "distance": 1.32, "direction": 238.46, "angle": 88.35, "elevation": 45.98, "pano_id": "TMX7316010203-002369_pano_0005_000092", "timestamp": "2021-12-30T12:40:57.757810Z", "filename": "pano_0005_000092.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 1.32077458, "relative_pitch": 88.35445445383723, "relative_heading": 238.45958079716465, "relative_elevation": 45.9750271793455 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002538/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002538/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002538/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002538/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002538/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002538/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002538/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002538/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002538/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87415339627109, 52.3697800450465, 45.7525292737409 ] }, "distance": 1.38, "direction": 67.53, "angle": 88.27, "elevation": 45.75, "pano_id": "TMX7316010203-000044_pano_0000_002538", "timestamp": "2016-08-03T13:00:19.576470Z", "filename": "pano_0000_002538.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 1.38331041, "relative_pitch": 88.26821135303524, "relative_heading": 67.53142105979455, "relative_elevation": 45.7525292737409 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00664/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00664/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00664/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00664/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00664/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00664/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00664/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00664/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00664/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874112411683818, 52.3697702544833, 0.0 ] }, "distance": 1.61, "direction": 249.67, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00664", "timestamp": "2025-07-03T11:24:09Z", "filename": "recording_2025-07-03_10-58-37_00664.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 1.61375259, "relative_pitch": 0.0, "relative_heading": 249.6658756222033, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000012/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000012/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000012/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000012/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002928_pano_0012_000012/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000012/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000012/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000012/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000012/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87416603329469, 52.3697719536951, 46.323297589086 ] }, "distance": 2.17, "direction": 99.86, "angle": 87.32, "elevation": 46.32, "pano_id": "TMX7316010203-002928_pano_0012_000012", "timestamp": "2023-01-12T09:05:13.831760Z", "filename": "pano_0012_000012.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 2.1710728, "relative_pitch": 87.31663430204215, "relative_heading": 99.8576777530807, "relative_elevation": 46.323297589086 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002101/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002101/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002101/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002101/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_002101/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002101/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002101/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002101/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002101/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87410481832882, 52.3697682170305, 45.8738361243159 ] }, "distance": 2.18, "direction": 248.8, "angle": 87.28, "elevation": 45.87, "pano_id": "TMX7316010203-002059_pano_0000_002101", "timestamp": "2021-03-24T13:09:58.616300Z", "filename": "pano_0000_002101.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 2.17774197, "relative_pitch": 87.28207125775414, "relative_heading": 248.80110860925905, "relative_elevation": 45.8738361243159 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001395/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001395/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001395/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001395/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_001395/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001395/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001395/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001395/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001395/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87416466715315, 52.3697845397123, 45.1510173100978 ] }, "distance": 2.29, "direction": 63.3, "angle": 87.1, "elevation": 45.15, "pano_id": "TMX7316010203-001148_pano_0000_001395", "timestamp": "2019-04-30T07:32:13.768110Z", "filename": "pano_0000_001395.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 2.2900749, "relative_pitch": 87.09642680442307, "relative_heading": 63.30458635234599, "relative_elevation": 45.1510173100978 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005434/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005434/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005434/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005434/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005434/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005434/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005434/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005434/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005434/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87416882463669, 52.3697809366856, 46.4408475840464 ] }, "distance": 2.41, "direction": 74.91, "angle": 87.03, "elevation": 46.44, "pano_id": "TMX7316010203-001702_pano_0000_005434", "timestamp": "2020-05-11T09:53:48.304630Z", "filename": "pano_0000_005434.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 2.41228718, "relative_pitch": 87.02654500185965, "relative_heading": 74.91293215395352, "relative_elevation": 46.4408475840464 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001396/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001396/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001396/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001396/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_001396/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001396/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001396/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001396/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001396/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8740977840282, 52.3697681849405, 45.2288459111005 ] }, "distance": 2.63, "direction": 252.5, "angle": 86.67, "elevation": 45.23, "pano_id": "TMX7316010203-001148_pano_0000_001396", "timestamp": "2019-04-30T07:32:14.323110Z", "filename": "pano_0000_001396.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 2.63121569, "relative_pitch": 86.6705357870814, "relative_heading": 252.50377919387992, "relative_elevation": 45.2288459111005 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005435/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005435/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005435/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005435/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005435/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005435/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005435/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005435/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005435/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87409976790952, 52.3697643280947, 46.4925873223692 ] }, "distance": 2.67, "direction": 242.8, "angle": 86.71, "elevation": 46.49, "pano_id": "TMX7316010203-001702_pano_0000_005435", "timestamp": "2020-05-11T09:53:49.119690Z", "filename": "pano_0000_005435.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 2.66956011, "relative_pitch": 86.71373925030663, "relative_heading": 242.80062626999305, "relative_elevation": 46.4925873223692 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002100/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002100/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002100/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002100/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_002100/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002100/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002100/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002100/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002100/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87417239369524, 52.3697849649566, 45.8072822587565 ] }, "distance": 2.79, "direction": 67.3, "angle": 86.52, "elevation": 45.81, "pano_id": "TMX7316010203-002059_pano_0000_002100", "timestamp": "2021-03-24T13:09:58.026460Z", "filename": "pano_0000_002100.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 2.78826487, "relative_pitch": 86.51673411998657, "relative_heading": 67.29730112224743, "relative_elevation": 45.8072822587565 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00663/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00663/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00663/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00663/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00663/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00663/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00663/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00663/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00663/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874180404166111, 52.369787347173144, 0.0 ] }, "distance": 3.39, "direction": 66.72, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00663", "timestamp": "2025-07-03T11:24:08Z", "filename": "recording_2025-07-03_10-58-37_00663.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 3.39406786, "relative_pitch": 0.0, "relative_heading": 66.72387169827695, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000013/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000013/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000013/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000013/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002928_pano_0012_000013/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000013/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000013/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000013/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000013/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874098862007, 52.36975332871, 46.3705693632364 ] }, "distance": 3.45, "direction": 224.9, "angle": 85.74, "elevation": 46.37, "pano_id": "TMX7316010203-002928_pano_0012_000013", "timestamp": "2023-01-12T09:05:14.656720Z", "filename": "pano_0012_000013.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 3.45085561, "relative_pitch": 85.74394557597462, "relative_heading": 224.90481046125774, "relative_elevation": 46.3705693632364 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002539/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002539/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002539/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002539/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002539/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002539/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002539/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002539/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002539/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87408595290546, 52.3697626496476, 45.8217693930492 ] }, "distance": 3.6, "direction": 247.0, "angle": 85.51, "elevation": 45.82, "pano_id": "TMX7316010203-000044_pano_0000_002539", "timestamp": "2016-08-03T13:00:20.461540Z", "filename": "pano_0000_002539.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 3.6015181, "relative_pitch": 85.5058822327303, "relative_heading": 247.00403019431755, "relative_elevation": 45.8217693930492 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001417/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001417/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001417/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001417/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001417/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001417/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001417/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001417/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001417/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87408354291661, 52.369758502334, 45.5809377944097 ] }, "distance": 3.95, "direction": 241.76, "angle": 85.05, "elevation": 45.58, "pano_id": "TMX7316010203-000790_pano_0000_001417", "timestamp": "2018-06-13T11:53:41.384330Z", "filename": "pano_0000_001417.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 3.94941356, "relative_pitch": 85.04790829744832, "relative_heading": 241.76405521592423, "relative_elevation": 45.5809377944097 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000091/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000091/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000091/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000091/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000091/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000091/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000091/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000091/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000091/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8741902892267, 52.3697877727451, 45.9201289527118 ] }, "distance": 4.04, "direction": 69.88, "angle": 84.98, "elevation": 45.92, "pano_id": "TMX7316010203-002369_pano_0005_000091", "timestamp": "2021-12-30T12:40:57.032980Z", "filename": "pano_0005_000091.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 4.0374005, "relative_pitch": 84.97534765327113, "relative_heading": 69.88378010349551, "relative_elevation": 45.9201289527118 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001334/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001334/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001334/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001334/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001334/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001334/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001334/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001334/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001334/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87419666415027, 52.3697876992584, 46.2538414923474 ] }, "distance": 4.45, "direction": 71.91, "angle": 84.51, "elevation": 46.25, "pano_id": "TMX7316010203-002553_pano_0000_001334", "timestamp": "2022-05-02T07:01:20.789890Z", "filename": "pano_0000_001334.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 4.44507502, "relative_pitch": 84.51063311559678, "relative_heading": 71.90802459072162, "relative_elevation": 46.2538414923474 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005386/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005386/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005386/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005386/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005386/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005386/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005386/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005386/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005386/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87407166146261, 52.3697570718504, 45.7424180004746 ] }, "distance": 4.74, "direction": 244.7, "angle": 84.08, "elevation": 45.74, "pano_id": "TMX7316010203-001041_pano_0002_005386", "timestamp": "2019-01-09T10:52:59.195980Z", "filename": "pano_0002_005386.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 4.7438876, "relative_pitch": 84.07909495701875, "relative_heading": 244.69573203649935, "relative_elevation": 45.7424180004746 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00007/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00007/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00007/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00007/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241129_0829_Track32_Sphere_00007/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00007/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00007/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00007/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00007/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874065862227535, 52.36975906974797, 0.0 ] }, "distance": 5.02, "direction": 248.92, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241129_0829_Track32_Sphere_00007", "timestamp": "2024-11-29T09:54:43Z", "filename": "Job_20241129_0829_Track32_Sphere_00007.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 5.01959675, "relative_pitch": 0.0, "relative_heading": 248.920758588357, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00005/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00005/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00005/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00005/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241129_0829_Track32_Sphere_00005/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00005/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00005/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00005/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00005/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874204413720609, 52.369792250649475, 0.0 ] }, "distance": 5.11, "direction": 68.35, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241129_0829_Track32_Sphere_00005", "timestamp": "2024-11-29T09:54:41Z", "filename": "Job_20241129_0829_Track32_Sphere_00005.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 5.11394823, "relative_pitch": 0.0, "relative_heading": 68.34851297442953, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005384/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005384/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005384/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005384/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005384/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005384/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005384/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005384/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005384/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87420731004248, 52.3697900803186, 45.6435452364385 ] }, "distance": 5.22, "direction": 71.62, "angle": 83.48, "elevation": 45.64, "pano_id": "TMX7316010203-001041_pano_0002_005384", "timestamp": "2019-01-09T10:52:57.730970Z", "filename": "pano_0002_005384.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 5.21667153, "relative_pitch": 83.47986820081218, "relative_heading": 71.6150170268647, "relative_elevation": 45.6435452364385 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001336/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001336/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001336/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001336/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001336/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001336/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001336/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001336/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001336/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8740637570227, 52.3697543146117, 46.3804943282157 ] }, "distance": 5.36, "direction": 244.19, "angle": 83.41, "elevation": 46.38, "pano_id": "TMX7316010203-002553_pano_0000_001336", "timestamp": "2022-05-02T07:01:22.359880Z", "filename": "pano_0000_001336.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 5.36195452, "relative_pitch": 83.40542686635528, "relative_heading": 244.19077441277074, "relative_elevation": 46.3804943282157 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001415/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001415/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001415/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001415/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001415/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001415/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001415/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001415/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001415/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87421844158035, 52.3697917730271, 45.4861277928576 ] }, "distance": 6.0, "direction": 72.19, "angle": 82.49, "elevation": 45.49, "pano_id": "TMX7316010203-000790_pano_0000_001415", "timestamp": "2018-06-13T11:53:39.829270Z", "filename": "pano_0000_001415.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 5.99586128, "relative_pitch": 82.49071521151392, "relative_heading": 72.19207953152545, "relative_elevation": 45.4861277928576 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002537/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002537/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002537/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002537/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002537/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002537/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002537/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002537/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002537/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87422072976196, 52.3697970280737, 45.6919721337035 ] }, "distance": 6.34, "direction": 67.59, "angle": 82.1, "elevation": 45.69, "pano_id": "TMX7316010203-000044_pano_0000_002537", "timestamp": "2016-08-03T13:00:18.726450Z", "filename": "pano_0000_002537.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 6.34353564, "relative_pitch": 82.09600097154207, "relative_heading": 67.58911205692401, "relative_elevation": 45.6919721337035 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00665/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00665/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00665/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00665/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00665/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00665/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00665/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00665/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00665/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874044732374345, 52.36975274967614, 0.0 ] }, "distance": 6.62, "direction": 247.72, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00665", "timestamp": "2025-07-03T11:24:11Z", "filename": "recording_2025-07-03_10-58-37_00665.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 6.61684905, "relative_pitch": 0.0, "relative_heading": 247.7206044407409, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000093/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000093/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000093/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000093/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000093/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000093/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000093/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000093/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000093/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87404577776092, 52.3697504035282, 46.0235984884202 ] }, "distance": 6.66, "direction": 245.41, "angle": 81.77, "elevation": 46.02, "pano_id": "TMX7316010203-002369_pano_0005_000093", "timestamp": "2021-12-30T12:40:58.477860Z", "filename": "pano_0005_000093.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 6.65536029, "relative_pitch": 81.77163612522969, "relative_heading": 245.40785873913677, "relative_elevation": 46.0235984884202 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000011/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000011/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000011/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000011/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002928_pano_0012_000011/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000011/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000011/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000011/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000011/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87423336113498, 52.3697902486144, 46.2787219807506 ] }, "distance": 6.93, "direction": 76.1, "angle": 81.49, "elevation": 46.28, "pano_id": "TMX7316010203-002928_pano_0012_000011", "timestamp": "2023-01-12T09:05:13.031960Z", "filename": "pano_0012_000011.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 6.92759491, "relative_pitch": 81.4864449538579, "relative_heading": 76.10113775515507, "relative_elevation": 46.2787219807506 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002102/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002102/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002102/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002102/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_002102/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002102/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002102/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002102/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002102/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87403724823468, 52.3697518446122, 45.9283325253054 ] }, "distance": 7.13, "direction": 248.53, "angle": 81.18, "elevation": 45.93, "pano_id": "TMX7316010203-002059_pano_0000_002102", "timestamp": "2021-03-24T13:09:59.241330Z", "filename": "pano_0000_002102.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 7.12742856, "relative_pitch": 81.17886720418652, "relative_heading": 248.525046322983, "relative_elevation": 45.9283325253054 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001394/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001394/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001394/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001394/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_001394/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001394/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001394/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001394/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001394/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87423153137688, 52.3698008825366, 45.0938883256167 ] }, "distance": 7.19, "direction": 66.66, "angle": 80.94, "elevation": 45.09, "pano_id": "TMX7316010203-001148_pano_0000_001394", "timestamp": "2019-04-30T07:32:13.203130Z", "filename": "pano_0000_001394.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 7.18812959, "relative_pitch": 80.94304263097797, "relative_heading": 66.66424338216451, "relative_elevation": 45.0938883256167 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005433/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005433/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005433/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005433/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005433/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005433/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005433/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005433/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005433/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87423785825623, 52.3697974661214, 46.3982780901715 ] }, "distance": 7.45, "direction": 70.66, "angle": 80.88, "elevation": 46.4, "pano_id": "TMX7316010203-001702_pano_0000_005433", "timestamp": "2020-05-11T09:53:47.504640Z", "filename": "pano_0000_005433.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 7.45136959, "relative_pitch": 80.87644023460248, "relative_heading": 70.66408262655068, "relative_elevation": 46.3982780901715 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001397/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001397/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001397/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001397/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_001397/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001397/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001397/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001397/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001397/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87403068406445, 52.3697519176694, 45.3070072662085 ] }, "distance": 7.54, "direction": 249.83, "angle": 80.55, "elevation": 45.31, "pano_id": "TMX7316010203-001148_pano_0000_001397", "timestamp": "2019-04-30T07:32:14.883120Z", "filename": "pano_0000_001397.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 7.54244884, "relative_pitch": 80.54840631992188, "relative_heading": 249.82599550190616, "relative_elevation": 45.3070072662085 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005436/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005436/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005436/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005436/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005436/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005436/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005436/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005436/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005436/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87403041647065, 52.3697479281516, 46.548063329421 ] }, "distance": 7.72, "direction": 246.78, "angle": 80.58, "elevation": 46.55, "pano_id": "TMX7316010203-001702_pano_0000_005436", "timestamp": "2020-05-11T09:53:49.949690Z", "filename": "pano_0000_005436.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 7.72356858, "relative_pitch": 80.57893139418113, "relative_heading": 246.78001610511959, "relative_elevation": 46.548063329421 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002099/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002099/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002099/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002099/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_002099/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002099/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002099/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002099/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002099/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87424031215696, 52.3698015890566, 45.7573361499235 ] }, "distance": 7.77, "direction": 67.88, "angle": 80.36, "elevation": 45.76, "pano_id": "TMX7316010203-002059_pano_0000_002099", "timestamp": "2021-03-24T13:09:57.446330Z", "filename": "pano_0000_002099.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 7.77016049, "relative_pitch": 80.36240492310364, "relative_heading": 67.87892950295966, "relative_elevation": 45.7573361499235 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000014/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000014/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000014/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000014/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002928_pano_0012_000014/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000014/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000014/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000014/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000014/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87403208284064, 52.3697347275214, 46.4209772776812 ] }, "distance": 8.32, "direction": 237.13, "angle": 79.84, "elevation": 46.42, "pano_id": "TMX7316010203-002928_pano_0012_000014", "timestamp": "2023-01-12T09:05:15.526720Z", "filename": "pano_0012_000014.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 8.31617399, "relative_pitch": 79.84337858083228, "relative_heading": 237.12566457459835, "relative_elevation": 46.4209772776812 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00662/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00662/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00662/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00662/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00662/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00662/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00662/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00662/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00662/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874248325677336, 52.36980423279856, 0.0 ] }, "distance": 8.39, "direction": 67.42, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00662", "timestamp": "2025-07-03T11:24:06Z", "filename": "recording_2025-07-03_10-58-37_00662.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 8.38683566, "relative_pitch": 0.0, "relative_heading": 67.42123547782266, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005429/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005429/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005429/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005429/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005429/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005429/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005429/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005429/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005429/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87417315306925, 52.3697035169734, 45.890372781083 ] }, "distance": 8.41, "direction": 161.81, "angle": 79.62, "elevation": 45.89, "pano_id": "TMX7316010203-001041_pano_0002_005429", "timestamp": "2019-01-09T10:53:33.745590Z", "filename": "pano_0002_005429.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 8.40692632, "relative_pitch": 79.61876286308039, "relative_heading": 161.8130599502072, "relative_elevation": 45.890372781083 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001505/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001505/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001505/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001505/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_001505/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001505/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001505/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001505/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001505/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87415083572998, 52.3697003485757, 46.4224665388465 ] }, "distance": 8.41, "direction": 172.46, "angle": 79.73, "elevation": 46.42, "pano_id": "TMX7316010203-002059_pano_0000_001505", "timestamp": "2021-03-24T12:54:03.863170Z", "filename": "pano_0000_001505.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 8.41225023, "relative_pitch": 79.7288464032864, "relative_heading": 172.45956930065933, "relative_elevation": 46.4224665388465 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002540/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002540/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002540/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002540/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002540/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002540/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002540/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002540/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002540/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87401895542711, 52.3697451550997, 45.8997619077563 ] }, "distance": 8.56, "direction": 246.94, "angle": 79.43, "elevation": 45.9, "pano_id": "TMX7316010203-000044_pano_0000_002540", "timestamp": "2016-08-03T13:00:21.386550Z", "filename": "pano_0000_002540.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 8.56264853, "relative_pitch": 79.43287831224168, "relative_heading": 246.94191884234397, "relative_elevation": 45.8997619077563 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002738/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002738/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002738/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002738/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002738/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002738/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002738/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002738/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002738/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87420554599472, 52.3697103107079, 46.1346385860816 ] }, "distance": 8.7, "direction": 146.26, "angle": 79.33, "elevation": 46.13, "pano_id": "TMX7316010203-000044_pano_0000_002738", "timestamp": "2016-08-03T13:04:58.299970Z", "filename": "pano_0000_002738.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 8.69588548, "relative_pitch": 79.3255972128833, "relative_heading": 146.25721905924405, "relative_elevation": 46.1346385860816 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001506/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001506/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001506/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001506/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_001506/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001506/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001506/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001506/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001506/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87421992104907, 52.3697169910167, 46.3858479140326 ] }, "distance": 8.71, "direction": 138.16, "angle": 79.37, "elevation": 46.39, "pano_id": "TMX7316010203-002059_pano_0000_001506", "timestamp": "2021-03-24T12:54:04.513170Z", "filename": "pano_0000_001506.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 8.70849809, "relative_pitch": 79.367038656217, "relative_heading": 138.15706636570016, "relative_elevation": 46.3858479140326 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00842/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00842/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00842/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00842/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00842/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00842/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00842/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00842/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00842/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874165426164637, 52.369698546458594, 0.0 ] }, "distance": 8.79, "direction": 166.2, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00842", "timestamp": "2025-07-03T11:29:13Z", "filename": "recording_2025-07-03_10-58-37_00842.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 8.79388487, "relative_pitch": 0.0, "relative_heading": 166.19976614211507, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001069/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001069/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001069/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001069/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001069/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001069/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001069/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001069/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001069/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87418136688994, 52.3697010819933, 46.2617002995685 ] }, "distance": 8.85, "direction": 158.92, "angle": 79.17, "elevation": 46.26, "pano_id": "TMX7316010203-000790_pano_0000_001069", "timestamp": "2018-06-13T11:47:43.261380Z", "filename": "pano_0000_001069.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 8.8502479, "relative_pitch": 79.16970121924315, "relative_heading": 158.91841953070644, "relative_elevation": 46.2617002995685 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001476/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001476/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001476/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001476/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001476/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001476/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001476/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001476/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001476/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8741835480238, 52.3697013564242, 46.2784747807309 ] }, "distance": 8.88, "direction": 157.95, "angle": 79.14, "elevation": 46.28, "pano_id": "TMX7316010203-002553_pano_0000_001476", "timestamp": "2022-05-02T07:04:19.813530Z", "filename": "pano_0000_001476.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 8.87645142, "relative_pitch": 79.1422402722155, "relative_heading": 157.95273609419596, "relative_elevation": 46.2784747807309 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001418/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001418/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001418/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001418/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001418/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001418/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001418/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001418/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001418/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87401610265913, 52.3697417785296, 45.6385651184246 ] }, "distance": 8.89, "direction": 245.2, "angle": 78.97, "elevation": 45.64, "pano_id": "TMX7316010203-000790_pano_0000_001418", "timestamp": "2018-06-13T11:53:42.184320Z", "filename": "pano_0000_001418.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 8.89267597, "relative_pitch": 78.9740688847122, "relative_heading": 245.204574037755, "relative_elevation": 45.6385651184246 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002737/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002737/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002737/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002737/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002737/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002737/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002737/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002737/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002737/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87413724204293, 52.369693682529, 46.1941272774711 ] }, "distance": 9.08, "direction": 178.88, "angle": 78.88, "elevation": 46.19, "pano_id": "TMX7316010203-000044_pano_0000_002737", "timestamp": "2016-08-03T13:04:57.080000Z", "filename": "pano_0000_002737.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 9.08301045, "relative_pitch": 78.87601577074867, "relative_heading": 178.87693181131922, "relative_elevation": 46.1941272774711 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00023/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00023/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00023/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00023/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track64_Sphere_00023/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00023/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00023/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00023/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00023/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874188086957091, 52.36969945354393, 0.0 ] }, "distance": 9.19, "direction": 156.66, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track64_Sphere_00023", "timestamp": "2024-12-11T12:16:21Z", "filename": "Job_20241211_0838_Track64_Sphere_00023.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 9.19108828, "relative_pitch": 0.0, "relative_heading": 156.66183456786013, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001333/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001333/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001333/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001333/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001333/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001333/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001333/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001333/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001333/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87426311523388, 52.3698043865144, 46.2115687020123 ] }, "distance": 9.33, "direction": 69.7, "angle": 78.58, "elevation": 46.21, "pano_id": "TMX7316010203-002553_pano_0000_001333", "timestamp": "2022-05-02T07:01:19.999890Z", "filename": "pano_0000_001333.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 9.3308985, "relative_pitch": 78.58449837436285, "relative_heading": 69.69975937040975, "relative_elevation": 46.2115687020123 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000090/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000090/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000090/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000090/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000090/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000090/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000090/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000090/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000090/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87426305659589, 52.369805849871, 45.8932237848639 ] }, "distance": 9.38, "direction": 68.76, "angle": 78.44, "elevation": 45.89, "pano_id": "TMX7316010203-002369_pano_0005_000090", "timestamp": "2021-12-30T12:40:56.297830Z", "filename": "pano_0005_000090.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 9.38491135, "relative_pitch": 78.44267207251892, "relative_heading": 68.75888664002937, "relative_elevation": 45.8932237848639 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005430/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005430/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005430/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005430/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005430/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005430/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005430/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005430/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005430/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87424144468435, 52.3697206512748, 45.8435063688084 ] }, "distance": 9.48, "direction": 129.89, "angle": 78.31, "elevation": 45.84, "pano_id": "TMX7316010203-001041_pano_0002_005430", "timestamp": "2019-01-09T10:53:34.420610Z", "filename": "pano_0002_005430.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 9.48162162, "relative_pitch": 78.31451616474575, "relative_heading": 129.886984367916, "relative_elevation": 45.8435063688084 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00843/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00843/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00843/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00843/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00843/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00843/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00843/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00843/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00843/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874234063114364, 52.36971450046958, 0.0 ] }, "distance": 9.57, "direction": 134.97, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00843", "timestamp": "2025-07-03T11:29:15Z", "filename": "recording_2025-07-03_10-58-37_00843.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 9.57235026, "relative_pitch": 0.0, "relative_heading": 134.9668615237687, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000074/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000074/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000074/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000074/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000074/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000074/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000074/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000074/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000074/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87420080141289, 52.3696992238277, 45.8094345144928 ] }, "distance": 9.59, "direction": 151.97, "angle": 78.18, "elevation": 45.81, "pano_id": "TMX7316010203-002369_pano_0005_000074", "timestamp": "2021-12-30T12:40:38.562960Z", "filename": "pano_0005_000074.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 9.58981098, "relative_pitch": 78.17636704595324, "relative_heading": 151.96640234731154, "relative_elevation": 45.8094345144928 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003051/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003051/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003051/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003051/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000280_pano_0000_003051/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_003051/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_003051/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003051/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003051/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87426816954213, 52.3698050515052, 46.0500014200807 ] }, "distance": 9.68, "direction": 70.0, "angle": 78.13, "elevation": 46.05, "pano_id": "TMX7316010203-000280_pano_0000_003051", "timestamp": "2017-04-26T08:58:33.376730Z", "filename": "pano_0000_003051.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 9.6795701, "relative_pitch": 78.12941322397823, "relative_heading": 69.99592310729935, "relative_elevation": 46.0500014200807 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005387/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005387/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005387/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005387/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005387/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005387/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005387/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005387/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005387/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8740038841572, 52.3697405233782, 45.7923136567697 ] }, "distance": 9.71, "direction": 246.52, "angle": 78.03, "elevation": 45.79, "pano_id": "TMX7316010203-001041_pano_0002_005387", "timestamp": "2019-01-09T10:52:59.990940Z", "filename": "pano_0002_005387.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 9.70928284, "relative_pitch": 78.0289422424974, "relative_heading": 246.5160588110909, "relative_elevation": 45.7923136567697 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003053/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003053/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003053/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003053/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000280_pano_0000_003053/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_003053/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_003053/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003053/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003053/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87400253367643, 52.3697393843955, 46.2423186665401 ] }, "distance": 9.84, "direction": 246.05, "angle": 77.98, "elevation": 46.24, "pano_id": "TMX7316010203-000280_pano_0000_003053", "timestamp": "2017-04-26T08:58:36.501730Z", "filename": "pano_0000_003053.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 9.84447296, "relative_pitch": 77.98178678727724, "relative_heading": 246.052846741174, "relative_elevation": 46.2423186665401 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00008/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00008/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00008/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00008/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241129_0829_Track32_Sphere_00008/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00008/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00008/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00008/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00008/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873997782070578, 52.36974321691806, 0.0 ] }, "distance": 9.98, "direction": 249.05, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241129_0829_Track32_Sphere_00008", "timestamp": "2024-11-29T09:54:44Z", "filename": "Job_20241129_0829_Track32_Sphere_00008.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 9.98076432, "relative_pitch": 0.0, "relative_heading": 249.04572351068654, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005415/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005415/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005415/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005415/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005415/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005415/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005415/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005415/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005415/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87415990117603, 52.3696864438732, 46.2558117927983 ] }, "distance": 10.04, "direction": 170.12, "angle": 77.76, "elevation": 46.26, "pano_id": "TMX7316010203-001702_pano_0000_005415", "timestamp": "2020-05-11T09:53:26.119860Z", "filename": "pano_0000_005415.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.03547454, "relative_pitch": 77.75904563666663, "relative_heading": 170.12335873657105, "relative_elevation": 46.2558117927983 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00004/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00004/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00004/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00004/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241129_0829_Track32_Sphere_00004/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00004/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00004/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00004/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00004/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874271144488927, 52.36980925693063, 0.0 ] }, "distance": 10.04, "direction": 67.88, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241129_0829_Track32_Sphere_00004", "timestamp": "2024-11-29T09:54:40Z", "filename": "Job_20241129_0829_Track32_Sphere_00004.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.03688917, "relative_pitch": 0.0, "relative_heading": 67.88095839253134, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001070/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001070/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001070/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001070/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001070/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001070/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001070/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001070/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001070/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8742508890162, 52.3697188545757, 46.2007658872753 ] }, "distance": 10.11, "direction": 128.42, "angle": 77.66, "elevation": 46.2, "pano_id": "TMX7316010203-000790_pano_0000_001070", "timestamp": "2018-06-13T11:47:44.091420Z", "filename": "pano_0000_001070.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.10673208, "relative_pitch": 77.66054045690409, "relative_heading": 128.41795291307466, "relative_elevation": 46.2007658872753 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005428/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005428/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005428/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005428/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005428/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005428/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005428/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005428/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005428/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874104458138, 52.3696862768753, 45.9134952789173 ] }, "distance": 10.12, "direction": 191.72, "angle": 77.57, "elevation": 45.91, "pano_id": "TMX7316010203-001041_pano_0002_005428", "timestamp": "2019-01-09T10:53:33.065580Z", "filename": "pano_0002_005428.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.11623059, "relative_pitch": 77.57441687256298, "relative_heading": 191.72006821276463, "relative_elevation": 45.9134952789173 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001475/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001475/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001475/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001475/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001475/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001475/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001475/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001475/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001475/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87411507203877, 52.369685032847, 46.2897710055113 ] }, "distance": 10.13, "direction": 187.55, "angle": 77.65, "elevation": 46.29, "pano_id": "TMX7316010203-002553_pano_0000_001475", "timestamp": "2022-05-02T07:04:19.058500Z", "filename": "pano_0000_001475.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.13169189, "relative_pitch": 77.65405641912331, "relative_heading": 187.5544169375896, "relative_elevation": 46.2897710055113 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005383/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005383/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005383/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005383/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005383/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005383/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005383/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005383/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005383/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87427529627645, 52.3698066858246, 45.6026461636648 ] }, "distance": 10.2, "direction": 69.97, "angle": 77.39, "elevation": 45.6, "pano_id": "TMX7316010203-001041_pano_0002_005383", "timestamp": "2019-01-09T10:52:57.026170Z", "filename": "pano_0002_005383.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.19790361, "relative_pitch": 77.39460991249483, "relative_heading": 69.96875393339691, "relative_elevation": 45.6026461636648 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001477/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001477/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001477/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001477/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001477/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001477/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001477/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001477/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001477/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87425218938185, 52.3697179989755, 46.2441572155803 ] }, "distance": 10.24, "direction": 128.53, "angle": 77.52, "elevation": 46.24, "pano_id": "TMX7316010203-002553_pano_0000_001477", "timestamp": "2022-05-02T07:04:20.563510Z", "filename": "pano_0000_001477.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.23530506, "relative_pitch": 77.51981510535964, "relative_heading": 128.52743432670766, "relative_elevation": 46.2441572155803 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001337/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001337/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001337/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001337/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001337/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001337/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001337/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001337/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001337/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87399701049065, 52.3697382253126, 46.4389134338126 ] }, "distance": 10.24, "direction": 246.25, "angle": 77.56, "elevation": 46.44, "pano_id": "TMX7316010203-002553_pano_0000_001337", "timestamp": "2022-05-02T07:01:23.139890Z", "filename": "pano_0000_001337.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.24068893, "relative_pitch": 77.5641900565495, "relative_heading": 246.24765828459303, "relative_elevation": 46.4389134338126 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005416/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005416/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005416/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005416/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005416/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005416/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005416/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005416/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005416/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8742284656415, 52.369702884373, 46.2311962861568 ] }, "distance": 10.28, "direction": 141.58, "angle": 77.46, "elevation": 46.23, "pano_id": "TMX7316010203-001702_pano_0000_005416", "timestamp": "2020-05-11T09:53:26.929840Z", "filename": "pano_0000_005416.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.28444642, "relative_pitch": 77.45838222181328, "relative_heading": 141.57739236970488, "relative_elevation": 46.2311962861568 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001068/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001068/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001068/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001068/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001068/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001068/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001068/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001068/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001068/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87411158026931, 52.3696834302446, 46.2981194015592 ] }, "distance": 10.34, "direction": 188.73, "angle": 77.41, "elevation": 46.3, "pano_id": "TMX7316010203-000790_pano_0000_001068", "timestamp": "2018-06-13T11:47:42.461450Z", "filename": "pano_0000_001068.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.34191889, "relative_pitch": 77.40817644288552, "relative_heading": 188.73077723014174, "relative_elevation": 46.2981194015592 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00022/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00022/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00022/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00022/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track64_Sphere_00022/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00022/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00022/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00022/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00022/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874119326946375, 52.36968271704077, 0.0 ] }, "distance": 10.35, "direction": 185.78, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track64_Sphere_00022", "timestamp": "2024-12-11T12:16:21Z", "filename": "Job_20241211_0838_Track64_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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.35402744, "relative_pitch": 0.0, "relative_heading": 185.77689469899258, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000073/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000073/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000073/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000073/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000073/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000073/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000073/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000073/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000073/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87412925247265, 52.3696819269604, 45.833889589645 ] }, "distance": 10.4, "direction": 182.02, "angle": 77.22, "elevation": 45.83, "pano_id": "TMX7316010203-002369_pano_0005_000073", "timestamp": "2021-12-30T12:40:37.872990Z", "filename": "pano_0005_000073.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.39580911, "relative_pitch": 77.22067955316489, "relative_heading": 182.0184251967388, "relative_elevation": 45.833889589645 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00024/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00024/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00024/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00024/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track64_Sphere_00024/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00024/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00024/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00024/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00024/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874256244299883, 52.36971625031009, 0.0 ] }, "distance": 10.57, "direction": 128.42, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track64_Sphere_00024", "timestamp": "2024-12-11T12:16:22Z", "filename": "Job_20241211_0838_Track64_Sphere_00024.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.57258767, "relative_pitch": 0.0, "relative_heading": 128.42008236381469, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00841/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00841/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00841/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00841/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00841/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00841/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00841/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00841/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00841/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874096938170839, 52.36968241329865, 0.0 ] }, "distance": 10.65, "direction": 193.95, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00841", "timestamp": "2025-07-03T11:29:12Z", "filename": "recording_2025-07-03_10-58-37_00841.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.64928348, "relative_pitch": 0.0, "relative_heading": 193.9490433940814, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002739/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002739/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002739/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002739/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002739/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002739/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002739/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002739/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002739/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87427069112457, 52.3697274055422, 46.0544088287279 ] }, "distance": 10.69, "direction": 119.9, "angle": 76.93, "elevation": 46.05, "pano_id": "TMX7316010203-000044_pano_0000_002739", "timestamp": "2016-08-03T13:04:59.809990Z", "filename": "pano_0000_002739.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.69015029, "relative_pitch": 76.93192368355038, "relative_heading": 119.89901766211742, "relative_elevation": 46.0544088287279 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001504/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001504/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001504/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001504/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_001504/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001504/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001504/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001504/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001504/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87408159607146, 52.3696838544371, 46.4713510870934 ] }, "distance": 10.8, "direction": 199.54, "angle": 76.92, "elevation": 46.47, "pano_id": "TMX7316010203-002059_pano_0000_001504", "timestamp": "2021-03-24T12:54:03.168270Z", "filename": "pano_0000_001504.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.79699929, "relative_pitch": 76.92014534398167, "relative_heading": 199.54478921250836, "relative_elevation": 46.4713510870934 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001414/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001414/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001414/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001414/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001414/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001414/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001414/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001414/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001414/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87428581612413, 52.3698081557424, 45.4381261495873 ] }, "distance": 10.93, "direction": 70.45, "angle": 76.48, "elevation": 45.44, "pano_id": "TMX7316010203-000790_pano_0000_001414", "timestamp": "2018-06-13T11:53:39.074330Z", "filename": "pano_0000_001414.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 10.92748404, "relative_pitch": 76.47764143623594, "relative_heading": 70.4498733454072, "relative_elevation": 45.4381261495873 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002536/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002536/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002536/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002536/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002536/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002536/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002536/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002536/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002536/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87428846659341, 52.369814123331, 45.6410489464179 ] }, "distance": 11.33, "direction": 67.59, "angle": 76.05, "elevation": 45.64, "pano_id": "TMX7316010203-000044_pano_0000_002536", "timestamp": "2016-08-03T13:00:17.901600Z", "filename": "pano_0000_002536.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 11.33391803, "relative_pitch": 76.05399355658132, "relative_heading": 67.59070887239758, "relative_elevation": 45.6410489464179 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000075/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000075/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000075/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000075/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000075/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000075/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000075/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000075/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000075/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87427202372143, 52.3697168633455, 45.7649441985413 ] }, "distance": 11.4, "direction": 124.79, "angle": 76.02, "elevation": 45.76, "pano_id": "TMX7316010203-002369_pano_0005_000075", "timestamp": "2021-12-30T12:40:39.262930Z", "filename": "pano_0005_000075.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 11.39508868, "relative_pitch": 76.01814547657429, "relative_heading": 124.79078099316958, "relative_elevation": 45.7649441985413 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001507/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001507/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001507/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001507/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_001507/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001507/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001507/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001507/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001507/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8742879816725, 52.3697341717761, 46.3622972909361 ] }, "distance": 11.4, "direction": 113.66, "angle": 76.18, "elevation": 46.36, "pano_id": "TMX7316010203-002059_pano_0000_001507", "timestamp": "2021-03-24T12:54:05.163180Z", "filename": "pano_0000_001507.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 11.40336472, "relative_pitch": 76.18171191380759, "relative_heading": 113.65765699511807, "relative_elevation": 46.3622972909361 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00666/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00666/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00666/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00666/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00666/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00666/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00666/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00666/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00666/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87397666242468, 52.369736016081134, 0.0 ] }, "distance": 11.61, "direction": 247.89, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00666", "timestamp": "2025-07-03T11:24:13Z", "filename": "recording_2025-07-03_10-58-37_00666.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 11.61301455, "relative_pitch": 0.0, "relative_heading": 247.89192268369968, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002736/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002736/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002736/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002736/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002736/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002736/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002736/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002736/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002736/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87406863847385, 52.3696768107894, 46.2641608919948 ] }, "distance": 11.84, "direction": 202.3, "angle": 75.64, "elevation": 46.26, "pano_id": "TMX7316010203-000044_pano_0000_002736", "timestamp": "2016-08-03T13:04:56.050160Z", "filename": "pano_0000_002736.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 11.84456642, "relative_pitch": 75.63956948877242, "relative_heading": 202.30066617498161, "relative_elevation": 46.2641608919948 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000010/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000010/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000010/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000010/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002928_pano_0012_000010/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000010/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000010/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000010/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000010/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87430090416838, 52.3698079701605, 46.2465315917507 ] }, "distance": 11.89, "direction": 72.2, "angle": 75.58, "elevation": 46.25, "pano_id": "TMX7316010203-002928_pano_0012_000010", "timestamp": "2023-01-12T09:05:12.221760Z", "filename": "pano_0012_000010.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 11.89453666, "relative_pitch": 75.57623874513794, "relative_heading": 72.20036783837153, "relative_elevation": 46.2465315917507 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000094/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000094/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000094/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000094/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000094/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000094/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000094/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000094/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000094/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87397337111908, 52.3697323819591, 46.0680113304406 ] }, "distance": 11.98, "direction": 246.5, "angle": 75.43, "elevation": 46.07, "pano_id": "TMX7316010203-002369_pano_0005_000094", "timestamp": "2021-12-30T12:40:59.197810Z", "filename": "pano_0005_000094.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 11.9764169, "relative_pitch": 75.42725871686822, "relative_heading": 246.50305846265545, "relative_elevation": 46.0680113304406 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002103/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002103/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002103/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002103/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_002103/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002103/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002103/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002103/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002103/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87397003144363, 52.3697355914997, 45.9758652504534 ] }, "distance": 12.05, "direction": 248.49, "angle": 75.31, "elevation": 45.98, "pano_id": "TMX7316010203-002059_pano_0000_002103", "timestamp": "2021-03-24T13:09:59.926290Z", "filename": "pano_0000_002103.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 12.04989067, "relative_pitch": 75.31358643918156, "relative_heading": 248.49203265086572, "relative_elevation": 45.9758652504534 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005414/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005414/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005414/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005414/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005414/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005414/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005414/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005414/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005414/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8740909219822, 52.3696701813488, 46.2831729175523 ] }, "distance": 12.07, "direction": 194.28, "angle": 75.38, "elevation": 46.28, "pano_id": "TMX7316010203-001702_pano_0000_005414", "timestamp": "2020-05-11T09:53:25.314790Z", "filename": "pano_0000_005414.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 12.06922639, "relative_pitch": 75.3845097621183, "relative_heading": 194.27935461450474, "relative_elevation": 46.2831729175523 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001393/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001393/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001393/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001393/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_001393/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001393/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001393/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001393/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001393/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87429947473649, 52.3698174261784, 45.0350474324077 ] }, "distance": 12.17, "direction": 67.34, "angle": 74.88, "elevation": 45.04, "pano_id": "TMX7316010203-001148_pano_0000_001393", "timestamp": "2019-04-30T07:32:12.628120Z", "filename": "pano_0000_001393.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 12.16729657, "relative_pitch": 74.88113597973737, "relative_heading": 67.33669446388818, "relative_elevation": 45.0350474324077 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001398/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001398/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001398/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001398/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_001398/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001398/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001398/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001398/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001398/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87396387957881, 52.3697357420487, 45.3671128433198 ] }, "distance": 12.43, "direction": 249.27, "angle": 74.67, "elevation": 45.37, "pano_id": "TMX7316010203-001148_pano_0000_001398", "timestamp": "2019-04-30T07:32:15.463110Z", "filename": "pano_0000_001398.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 12.43473097, "relative_pitch": 74.67216406201291, "relative_heading": 249.27171945048593, "relative_elevation": 45.3671128433198 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00844/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00844/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00844/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00844/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00844/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00844/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00844/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00844/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00844/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874302807049372, 52.36973009539495, 0.0 ] }, "distance": 12.51, "direction": 113.7, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00844", "timestamp": "2025-07-03T11:29:16Z", "filename": "recording_2025-07-03_10-58-37_00844.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 12.51029056, "relative_pitch": 0.0, "relative_heading": 113.70475288600585, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005432/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005432/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005432/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005432/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005432/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005432/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005432/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005432/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005432/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87430731689067, 52.3698140888226, 46.3680801950395 ] }, "distance": 12.53, "direction": 69.85, "angle": 74.88, "elevation": 46.37, "pano_id": "TMX7316010203-001702_pano_0000_005432", "timestamp": "2020-05-11T09:53:46.689720Z", "filename": "pano_0000_005432.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 12.52910916, "relative_pitch": 74.87922217249776, "relative_heading": 69.8457785164417, "relative_elevation": 46.3680801950395 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005431/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005431/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005431/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005431/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005431/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005431/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005431/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005431/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005431/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87430994128401, 52.3697375033078, 45.823244641535 ] }, "distance": 12.66, "direction": 109.4, "angle": 74.56, "elevation": 45.82, "pano_id": "TMX7316010203-001041_pano_0002_005431", "timestamp": "2019-01-09T10:53:35.095580Z", "filename": "pano_0002_005431.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 12.65952074, "relative_pitch": 74.55619900486577, "relative_heading": 109.40058059985132, "relative_elevation": 45.823244641535 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005417/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005417/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005417/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005417/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005417/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005417/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005417/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005417/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005417/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87429714497441, 52.3697193642594, 46.231494333595 ] }, "distance": 12.7, "direction": 119.35, "angle": 74.64, "elevation": 46.23, "pano_id": "TMX7316010203-001702_pano_0000_005417", "timestamp": "2020-05-11T09:53:27.759840Z", "filename": "pano_0000_005417.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 12.69875181, "relative_pitch": 74.64092830819851, "relative_heading": 119.34651596612309, "relative_elevation": 46.231494333595 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002098/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002098/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002098/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002098/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_002098/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002098/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002098/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002098/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002098/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87430823501121, 52.3698182972661, 45.7212290773168 ] }, "distance": 12.76, "direction": 67.97, "angle": 74.41, "elevation": 45.72, "pano_id": "TMX7316010203-002059_pano_0000_002098", "timestamp": "2021-03-24T13:09:56.846330Z", "filename": "pano_0000_002098.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 12.75601497, "relative_pitch": 74.41113945074314, "relative_heading": 67.96760011004179, "relative_elevation": 45.7212290773168 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005437/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005437/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005437/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005437/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005437/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005437/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005437/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005437/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005437/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87396036637515, 52.3697314872644, 46.5852164234966 ] }, "distance": 12.83, "direction": 247.67, "angle": 74.6, "elevation": 46.59, "pano_id": "TMX7316010203-001702_pano_0000_005437", "timestamp": "2020-05-11T09:53:50.794620Z", "filename": "pano_0000_005437.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 12.83109863, "relative_pitch": 74.60069483656054, "relative_heading": 247.67241987741772, "relative_elevation": 46.5852164234966 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000015/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000015/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000015/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000015/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002928_pano_0012_000015/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000015/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000015/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000015/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000015/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8739651011243, 52.3697165180167, 46.4453208819032 ] }, "distance": 13.27, "direction": 240.47, "angle": 74.05, "elevation": 46.45, "pano_id": "TMX7316010203-002928_pano_0012_000015", "timestamp": "2023-01-12T09:05:16.441740Z", "filename": "pano_0012_000015.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 13.27024757, "relative_pitch": 74.05442630502331, "relative_heading": 240.4718929251425, "relative_elevation": 46.4453208819032 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001474/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001474/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001474/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001474/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001474/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001474/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001474/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001474/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001474/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87404661105435, 52.3696684887631, 46.3243842367083 ] }, "distance": 13.31, "direction": 206.77, "angle": 73.97, "elevation": 46.32, "pano_id": "TMX7316010203-002553_pano_0000_001474", "timestamp": "2022-05-02T07:04:18.263570Z", "filename": "pano_0000_001474.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 13.31107973, "relative_pitch": 73.96826038598172, "relative_heading": 206.7675106306232, "relative_elevation": 46.3243842367083 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00021/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00021/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00021/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00021/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track64_Sphere_00021/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00021/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00021/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00021/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00021/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874051839914424, 52.36966637248679, 0.0 ] }, "distance": 13.37, "direction": 204.95, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track64_Sphere_00021", "timestamp": "2024-12-11T12:16:20Z", "filename": "Job_20241211_0838_Track64_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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 13.36766388, "relative_pitch": 0.0, "relative_heading": 204.94972837641416, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000072/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000072/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000072/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000072/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000072/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000072/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000072/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000072/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000072/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87405794900279, 52.3696646339709, 45.8822329435498 ] }, "distance": 13.38, "direction": 202.98, "angle": 73.75, "elevation": 45.88, "pano_id": "TMX7316010203-002369_pano_0005_000072", "timestamp": "2021-12-30T12:40:37.187950Z", "filename": "pano_0005_000072.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 13.37541822, "relative_pitch": 73.74773619101249, "relative_heading": 202.98371029422233, "relative_elevation": 45.8822329435498 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00661/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00661/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00661/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00661/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00661/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00661/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00661/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00661/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00661/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874316439883008, 52.3698209664282, 0.0 ] }, "distance": 13.39, "direction": 67.69, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00661", "timestamp": "2025-07-03T11:24:05Z", "filename": "recording_2025-07-03_10-58-37_00661.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 13.38562141, "relative_pitch": 0.0, "relative_heading": 67.68644933298323, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001071/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001071/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001071/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001071/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001071/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001071/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001071/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001071/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001071/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87432091221199, 52.3697366445788, 46.1681373324245 ] }, "distance": 13.4, "direction": 108.72, "angle": 73.82, "elevation": 46.17, "pano_id": "TMX7316010203-000790_pano_0000_001071", "timestamp": "2018-06-13T11:47:44.951420Z", "filename": "pano_0000_001071.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 13.39700307, "relative_pitch": 73.81840497573887, "relative_heading": 108.72447899733963, "relative_elevation": 46.1681373324245 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001478/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001478/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001478/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001478/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001478/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001478/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001478/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001478/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001478/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8743204976165, 52.3697351393875, 46.2451309859753 ] }, "distance": 13.43, "direction": 109.44, "angle": 73.81, "elevation": 46.25, "pano_id": "TMX7316010203-002553_pano_0000_001478", "timestamp": "2022-05-02T07:04:21.318490Z", "filename": "pano_0000_001478.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 13.42507397, "relative_pitch": 73.81185846782986, "relative_heading": 109.44016598699375, "relative_elevation": 46.2451309859753 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002541/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002541/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002541/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002541/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002541/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002541/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002541/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002541/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002541/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87395217330542, 52.3697277377431, 45.9644971564412 ] }, "distance": 13.51, "direction": 246.93, "angle": 73.62, "elevation": 45.96, "pano_id": "TMX7316010203-000044_pano_0000_002541", "timestamp": "2016-08-03T13:00:22.371530Z", "filename": "pano_0000_002541.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 13.50692244, "relative_pitch": 73.62428225111309, "relative_heading": 246.93453471368431, "relative_elevation": 45.9644971564412 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005427/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005427/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005427/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005427/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005427/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005427/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005427/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005427/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005427/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87403576892935, 52.3696688670618, 45.9535403940827 ] }, "distance": 13.62, "direction": 209.62, "angle": 73.49, "elevation": 45.95, "pano_id": "TMX7316010203-001041_pano_0002_005427", "timestamp": "2019-01-09T10:53:32.380670Z", "filename": "pano_0002_005427.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 13.62297559, "relative_pitch": 73.48748749684496, "relative_heading": 209.6214655170107, "relative_elevation": 45.9535403940827 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00025/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00025/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00025/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00025/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track64_Sphere_00025/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00025/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00025/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00025/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00025/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874323830833654, 52.36973289177285, 0.0 ] }, "distance": 13.72, "direction": 110.11, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track64_Sphere_00025", "timestamp": "2024-12-11T12:16:23Z", "filename": "Job_20241211_0838_Track64_Sphere_00025.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 13.72333495, "relative_pitch": 0.0, "relative_heading": 110.10937163207913, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001067/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001067/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001067/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001067/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001067/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001067/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001067/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001067/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001067/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87404202085586, 52.3696655251451, 46.3442739909515 ] }, "distance": 13.75, "direction": 207.31, "angle": 73.48, "elevation": 46.34, "pano_id": "TMX7316010203-000790_pano_0000_001067", "timestamp": "2018-06-13T11:47:41.686470Z", "filename": "pano_0000_001067.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 13.74694182, "relative_pitch": 73.47824549912504, "relative_heading": 207.31192712370222, "relative_elevation": 46.3442739909515 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001419/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001419/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001419/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001419/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001419/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001419/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001419/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001419/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001419/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87394894494957, 52.3697248709563, 45.6717642946169 ] }, "distance": 13.84, "direction": 246.08, "angle": 73.15, "elevation": 45.67, "pano_id": "TMX7316010203-000790_pano_0000_001419", "timestamp": "2018-06-13T11:53:43.009390Z", "filename": "pano_0000_001419.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 13.83576308, "relative_pitch": 73.14638751541823, "relative_heading": 246.07583776464094, "relative_elevation": 45.6717642946169 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002740/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002740/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002740/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002740/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002740/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002740/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002740/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002740/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002740/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87433557234033, 52.3697446089405, 45.9862695354968 ] }, "distance": 14.11, "direction": 104.01, "angle": 72.95, "elevation": 45.99, "pano_id": "TMX7316010203-000044_pano_0000_002740", "timestamp": "2016-08-03T13:05:01.995000Z", "filename": "pano_0000_002740.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 14.10593524, "relative_pitch": 72.94700683329457, "relative_heading": 104.00798660741687, "relative_elevation": 45.9862695354968 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00840/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00840/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00840/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00840/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00840/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00840/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00840/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00840/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00840/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874028541858289, 52.36966597491355, 0.0 ] }, "distance": 14.15, "direction": 210.71, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00840", "timestamp": "2025-07-03T11:29:11Z", "filename": "recording_2025-07-03_10-58-37_00840.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 14.148592, "relative_pitch": 0.0, "relative_heading": 210.710240903784, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001332/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001332/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001332/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001332/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001332/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001332/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001332/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001332/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001332/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87432962067847, 52.3698209510696, 46.1592018026859 ] }, "distance": 14.22, "direction": 69.07, "angle": 72.88, "elevation": 46.16, "pano_id": "TMX7316010203-002553_pano_0000_001332", "timestamp": "2022-05-02T07:01:19.184960Z", "filename": "pano_0000_001332.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 14.21962585, "relative_pitch": 72.87822946577093, "relative_heading": 69.06636341104819, "relative_elevation": 46.1592018026859 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005388/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005388/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005388/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005388/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005388/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005388/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005388/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005388/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005388/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87393669539432, 52.3697244113057, 45.8199543049559 ] }, "distance": 14.62, "direction": 247.22, "angle": 72.3, "elevation": 45.82, "pano_id": "TMX7316010203-001041_pano_0002_005388", "timestamp": "2019-01-09T10:53:00.835950Z", "filename": "pano_0002_005388.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 14.62205565, "relative_pitch": 72.30108615497953, "relative_heading": 247.21849919627968, "relative_elevation": 45.8199543049559 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001503/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001503/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001503/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001503/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_001503/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001503/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001503/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001503/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001503/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87401273885107, 52.3696662032621, 46.5183561565354 ] }, "distance": 14.71, "direction": 214.37, "angle": 72.46, "elevation": 46.52, "pano_id": "TMX7316010203-002059_pano_0000_001503", "timestamp": "2021-03-24T12:54:02.428210Z", "filename": "pano_0000_001503.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 14.70640509, "relative_pitch": 72.4560679863006, "relative_heading": 214.368657262044, "relative_elevation": 46.5183561565354 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000089/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000089/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000089/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000089/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000089/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000089/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000089/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000089/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000089/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87433626424958, 52.3698238079514, 45.8610038021579 ] }, "distance": 14.76, "direction": 68.54, "angle": 72.16, "elevation": 45.86, "pano_id": "TMX7316010203-002369_pano_0005_000089", "timestamp": "2021-12-30T12:40:55.547810Z", "filename": "pano_0005_000089.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 14.75645646, "relative_pitch": 72.1636525650301, "relative_heading": 68.54123220082747, "relative_elevation": 45.8610038021579 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000076/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000076/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000076/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000076/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000076/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000076/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000076/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000076/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000076/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87434339321698, 52.3697342013334, 45.7571935430169 ] }, "distance": 14.94, "direction": 107.83, "angle": 71.92, "elevation": 45.76, "pano_id": "TMX7316010203-002369_pano_0005_000076", "timestamp": "2021-12-30T12:40:39.972990Z", "filename": "pano_0005_000076.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 14.93626892, "relative_pitch": 71.92204890736787, "relative_heading": 107.8265665026176, "relative_elevation": 45.7571935430169 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00009/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00009/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00009/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00009/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241129_0829_Track32_Sphere_00009/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00009/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00009/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00009/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00009/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873928047491574, 52.36972695242899, 0.0 ] }, "distance": 15.06, "direction": 249.08, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241129_0829_Track32_Sphere_00009", "timestamp": "2024-11-29T09:54:46Z", "filename": "Job_20241129_0829_Track32_Sphere_00009.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 15.06356118, "relative_pitch": 0.0, "relative_heading": 249.07795615217324, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001338/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001338/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001338/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001338/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001338/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001338/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001338/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001338/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001338/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87393028053404, 52.3697224789856, 46.4848572975025 ] }, "distance": 15.11, "direction": 247.11, "angle": 72.0, "elevation": 46.48, "pano_id": "TMX7316010203-002553_pano_0000_001338", "timestamp": "2022-05-02T07:01:23.904920Z", "filename": "pano_0000_001338.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 15.10817857, "relative_pitch": 71.99516956451313, "relative_heading": 247.10829776312193, "relative_elevation": 46.4848572975025 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00003/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00003/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00003/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00003/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241129_0829_Track32_Sphere_00003/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00003/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00003/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00003/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00003/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87433965091785, 52.369827628012025, 0.0 ] }, "distance": 15.13, "direction": 67.36, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241129_0829_Track32_Sphere_00003", "timestamp": "2024-11-29T09:54:38Z", "filename": "Job_20241129_0829_Track32_Sphere_00003.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 15.12984114, "relative_pitch": 0.0, "relative_heading": 67.36256110572586, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005382/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005382/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005382/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005382/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005382/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005382/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005382/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005382/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005382/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8743431634074, 52.3698235396737, 45.5784681970254 ] }, "distance": 15.18, "direction": 69.29, "angle": 71.57, "elevation": 45.58, "pano_id": "TMX7316010203-001041_pano_0002_005382", "timestamp": "2019-01-09T10:52:56.320970Z", "filename": "pano_0002_005382.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 15.18418181, "relative_pitch": 71.57482783040246, "relative_heading": 69.29475509448682, "relative_elevation": 45.5784681970254 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001508/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001508/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001508/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001508/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_001508/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001508/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001508/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001508/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001508/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87435639084986, 52.3697508927794, 46.3326581427827 ] }, "distance": 15.35, "direction": 100.19, "angle": 71.67, "elevation": 46.33, "pano_id": "TMX7316010203-002059_pano_0000_001508", "timestamp": "2021-03-24T12:54:05.838210Z", "filename": "pano_0000_001508.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 15.34652113, "relative_pitch": 71.67385371056324, "relative_heading": 100.19079487822458, "relative_elevation": 46.3326581427827 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005413/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005413/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005413/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005413/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005413/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005413/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005413/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005413/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005413/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87402186716453, 52.3696538810785, 46.3035567440093 ] }, "distance": 15.54, "direction": 209.62, "angle": 71.45, "elevation": 46.3, "pano_id": "TMX7316010203-001702_pano_0000_005413", "timestamp": "2020-05-11T09:53:24.514790Z", "filename": "pano_0000_005413.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 15.54060118, "relative_pitch": 71.44699340855465, "relative_heading": 209.6174100171289, "relative_elevation": 46.3035567440093 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002735/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002735/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002735/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002735/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002735/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002735/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002735/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002735/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002735/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87399998376929, 52.3696597394474, 46.3157001165673 ] }, "distance": 15.79, "direction": 215.5, "angle": 71.17, "elevation": 46.32, "pano_id": "TMX7316010203-000044_pano_0000_002735", "timestamp": "2016-08-03T13:04:55.100020Z", "filename": "pano_0000_002735.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 15.79358734, "relative_pitch": 71.17069731138987, "relative_heading": 215.49720466488134, "relative_elevation": 46.3157001165673 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001413/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001413/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001413/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001413/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001413/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001413/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001413/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001413/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001413/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87435334080668, 52.3698248502278, 45.4144586883485 ] }, "distance": 15.88, "direction": 69.69, "angle": 70.72, "elevation": 45.41, "pano_id": "TMX7316010203-000790_pano_0000_001413", "timestamp": "2018-06-13T11:53:38.309260Z", "filename": "pano_0000_001413.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 15.88453113, "relative_pitch": 70.72178903545769, "relative_heading": 69.68673310538898, "relative_elevation": 45.4144586883485 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002535/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002535/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002535/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002535/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002535/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002535/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002535/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002535/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002535/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87435628691141, 52.3698310721676, 45.5880951937288 ] }, "distance": 16.32, "direction": 67.65, "angle": 70.3, "elevation": 45.59, "pano_id": "TMX7316010203-000044_pano_0000_002535", "timestamp": "2016-08-03T13:00:17.061770Z", "filename": "pano_0000_002535.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 16.32335384, "relative_pitch": 70.29949581409959, "relative_heading": 67.65178964532836, "relative_elevation": 45.5880951937288 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005418/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005418/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005418/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005418/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005418/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005418/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005418/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005418/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005418/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87436604245496, 52.3697353137586, 46.2062127888203 ] }, "distance": 16.38, "direction": 105.76, "angle": 70.48, "elevation": 46.21, "pano_id": "TMX7316010203-001702_pano_0000_005418", "timestamp": "2020-05-11T09:53:28.614740Z", "filename": "pano_0000_005418.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 16.37759717, "relative_pitch": 70.48334305739972, "relative_heading": 105.76166600316373, "relative_elevation": 46.2062127888203 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00845/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00845/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00845/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00845/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00845/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00845/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00845/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00845/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00845/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874371232512858, 52.369746569697895, 0.0 ] }, "distance": 16.43, "direction": 101.22, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00845", "timestamp": "2025-07-03T11:29:17Z", "filename": "recording_2025-07-03_10-58-37_00845.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 16.42920312, "relative_pitch": 0.0, "relative_heading": 101.2182648461793, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00667/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00667/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00667/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00667/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00667/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00667/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00667/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00667/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00667/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873907858304973, 52.369720555521, 0.0 ] }, "distance": 16.6, "direction": 248.48, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00667", "timestamp": "2025-07-03T11:24:14Z", "filename": "recording_2025-07-03_10-58-37_00667.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 16.60309491, "relative_pitch": 0.0, "relative_heading": 248.4780722909823, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005432/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005432/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005432/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005432/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005432/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005432/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005432/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005432/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005432/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87437864953128, 52.3697541038979, 45.8006884781644 ] }, "distance": 16.79, "direction": 98.07, "angle": 69.87, "elevation": 45.8, "pano_id": "TMX7316010203-001041_pano_0002_005432", "timestamp": "2019-01-09T10:53:35.760600Z", "filename": "pano_0002_005432.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 16.78688879, "relative_pitch": 69.87108185682317, "relative_heading": 98.07447089981984, "relative_elevation": 45.8006884781644 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000009/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000009/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000009/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000009/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002928_pano_0012_000009/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000009/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000009/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000009/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000009/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87436939442742, 52.3698251677966, 46.2274557109922 ] }, "distance": 16.93, "direction": 70.86, "angle": 69.89, "elevation": 46.23, "pano_id": "TMX7316010203-002928_pano_0012_000009", "timestamp": "2023-01-12T09:05:11.316760Z", "filename": "pano_0012_000009.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 16.92576631, "relative_pitch": 69.89025078622672, "relative_heading": 70.8595625390736, "relative_elevation": 46.2274557109922 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002104/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002104/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002104/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002104/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_002104/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002104/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002104/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002104/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002104/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87390388094666, 52.3697182201301, 46.0166545268148 ] }, "distance": 16.95, "direction": 248.0, "angle": 69.78, "elevation": 46.02, "pano_id": "TMX7316010203-002059_pano_0000_002104", "timestamp": "2021-03-24T13:10:00.656290Z", "filename": "pano_0000_002104.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 16.95104118, "relative_pitch": 69.77784094292662, "relative_heading": 247.99685479246327, "relative_elevation": 46.0166545268148 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001392/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001392/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001392/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001392/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_001392/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001392/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001392/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001392/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001392/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8743679287075, 52.3698340303171, 45.0032151183113 ] }, "distance": 17.18, "direction": 67.64, "angle": 69.1, "elevation": 45.0, "pano_id": "TMX7316010203-001148_pano_0000_001392", "timestamp": "2019-04-30T07:32:12.038550Z", "filename": "pano_0000_001392.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.18188751, "relative_pitch": 69.1035215250606, "relative_heading": 67.64196593309707, "relative_elevation": 45.0032151183113 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00020/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00020/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00020/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00020/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track64_Sphere_00020/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00020/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00020/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00020/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00020/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873984940137197, 52.369650039427434, 0.0 ] }, "distance": 17.27, "direction": 216.19, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track64_Sphere_00020", "timestamp": "2024-12-11T12:16:19Z", "filename": "Job_20241211_0838_Track64_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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.26855833, "relative_pitch": 0.0, "relative_heading": 216.18554666447952, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000095/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000095/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000095/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000095/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000095/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000095/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000095/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000095/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000095/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87390085043647, 52.3697147370828, 46.1079735150561 ] }, "distance": 17.29, "direction": 247.06, "angle": 69.44, "elevation": 46.11, "pano_id": "TMX7316010203-002369_pano_0005_000095", "timestamp": "2021-12-30T12:40:59.942810Z", "filename": "pano_0005_000095.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.28992578, "relative_pitch": 69.44456954152618, "relative_heading": 247.06228181243625, "relative_elevation": 46.1079735150561 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001399/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001399/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001399/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001399/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_001399/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001399/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_001399/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001399/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_001399/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87389687810461, 52.3697197017905, 45.4263251479715 ] }, "distance": 17.33, "direction": 249.09, "angle": 69.11, "elevation": 45.43, "pano_id": "TMX7316010203-001148_pano_0000_001399", "timestamp": "2019-04-30T07:32:16.088060Z", "filename": "pano_0000_001399.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.33466951, "relative_pitch": 69.11316342619915, "relative_heading": 249.0928287154648, "relative_elevation": 45.4263251479715 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001473/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001473/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001473/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001473/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001473/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001473/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001473/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001473/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001473/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87397841843948, 52.3696514137872, 46.3478693431243 ] }, "distance": 17.41, "direction": 217.66, "angle": 69.41, "elevation": 46.35, "pano_id": "TMX7316010203-002553_pano_0000_001473", "timestamp": "2022-05-02T07:04:17.458510Z", "filename": "pano_0000_001473.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.41316594, "relative_pitch": 69.4085064957569, "relative_heading": 217.66245501392063, "relative_elevation": 46.3478693431243 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000071/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000071/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000071/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000071/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000071/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000071/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000071/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000071/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000071/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87398684892207, 52.3696472800673, 45.9185340311378 ] }, "distance": 17.44, "direction": 215.25, "angle": 69.2, "elevation": 45.92, "pano_id": "TMX7316010203-002369_pano_0005_000071", "timestamp": "2021-12-30T12:40:36.502960Z", "filename": "pano_0005_000071.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.44196944, "relative_pitch": 69.20092180092186, "relative_heading": 215.2453166094388, "relative_elevation": 45.9185340311378 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001479/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001479/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001479/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001479/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001479/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001479/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001479/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001479/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001479/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87438918043314, 52.3697517741605, 46.2255734531209 ] }, "distance": 17.53, "direction": 98.58, "angle": 69.23, "elevation": 46.23, "pano_id": "TMX7316010203-002553_pano_0000_001479", "timestamp": "2022-05-02T07:04:22.108490Z", "filename": "pano_0000_001479.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.53415226, "relative_pitch": 69.22740501626339, "relative_heading": 98.58397232859383, "relative_elevation": 46.2255734531209 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005431/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005431/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005431/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005431/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005431/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005431/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005431/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005431/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005431/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87437703729571, 52.3698299036331, 46.3438111161813 ] }, "distance": 17.59, "direction": 69.79, "angle": 69.21, "elevation": 46.34, "pano_id": "TMX7316010203-001702_pano_0000_005431", "timestamp": "2020-05-11T09:53:45.849700Z", "filename": "pano_0000_005431.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.593378, "relative_pitch": 69.21186869084588, "relative_heading": 69.79403987303726, "relative_elevation": 46.3438111161813 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001072/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001072/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001072/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001072/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001072/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001072/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001072/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001072/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001072/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87439123561563, 52.369753864832, 46.1310236155987 ] }, "distance": 17.64, "direction": 97.77, "angle": 69.07, "elevation": 46.13, "pano_id": "TMX7316010203-000790_pano_0000_001072", "timestamp": "2018-06-13T11:47:45.841400Z", "filename": "pano_0000_001072.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.63962488, "relative_pitch": 69.07409790096484, "relative_heading": 97.76890548845952, "relative_elevation": 46.1310236155987 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002097/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002097/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002097/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002097/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_002097/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002097/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_002097/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002097/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_002097/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87437645300061, 52.3698345130109, 45.6953770676628 ] }, "distance": 17.74, "direction": 68.19, "angle": 68.78, "elevation": 45.7, "pano_id": "TMX7316010203-002059_pano_0000_002097", "timestamp": "2021-03-24T13:09:56.211320Z", "filename": "pano_0000_002097.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.74009401, "relative_pitch": 68.78253617101875, "relative_heading": 68.19483633141314, "relative_elevation": 45.6953770676628 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00026/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00026/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00026/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00026/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track64_Sphere_00026/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00026/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track64_Sphere_00026/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00026/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track64_Sphere_00026/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874392210598711, 52.36974950966926, 0.0 ] }, "distance": 17.78, "direction": 99.29, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track64_Sphere_00026", "timestamp": "2024-12-11T12:16:23Z", "filename": "Job_20241211_0838_Track64_Sphere_00026.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.77717917, "relative_pitch": 0.0, "relative_heading": 99.28773540965588, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005426/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005426/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005426/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005426/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005426/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005426/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005426/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005426/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005426/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87396687758748, 52.3696515886742, 46.0000742711127 ] }, "distance": 17.89, "direction": 219.69, "angle": 68.75, "elevation": 46.0, "pano_id": "TMX7316010203-001041_pano_0002_005426", "timestamp": "2019-01-09T10:53:31.695590Z", "filename": "pano_0002_005426.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.88929063, "relative_pitch": 68.74909108678746, "relative_heading": 219.6939470368171, "relative_elevation": 46.0000742711127 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005438/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005438/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005438/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005438/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005438/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005438/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005438/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005438/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005438/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87389045341857, 52.3697151629382, 46.6233790004626 ] }, "distance": 17.93, "direction": 248.08, "angle": 68.97, "elevation": 46.62, "pano_id": "TMX7316010203-001702_pano_0000_005438", "timestamp": "2020-05-11T09:53:51.644630Z", "filename": "pano_0000_005438.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.92646156, "relative_pitch": 68.96849205406878, "relative_heading": 248.08392081936188, "relative_elevation": 46.6233790004626 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001066/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001066/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001066/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001066/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001066/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001066/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001066/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001066/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001066/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87397231042094, 52.3696477010648, 46.4040757156909 ] }, "distance": 17.99, "direction": 217.91, "angle": 68.8, "elevation": 46.4, "pano_id": "TMX7316010203-000790_pano_0000_001066", "timestamp": "2018-06-13T11:47:40.906460Z", "filename": "pano_0000_001066.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 17.99456778, "relative_pitch": 68.80470847980804, "relative_heading": 217.90733671914717, "relative_elevation": 46.4040757156909 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002928_pano_0012_000016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002928_pano_0012_000016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/12/TMX7316010203-002928/pano_0012_000016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87389805561285, 52.3696990995542, 46.4921089671552 ] }, "distance": 18.21, "direction": 242.25, "angle": 68.61, "elevation": 46.49, "pano_id": "TMX7316010203-002928_pano_0012_000016", "timestamp": "2023-01-12T09:05:17.361720Z", "filename": "pano_0012_000016.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 18.20764139, "relative_pitch": 68.61326620421305, "relative_heading": 242.24743620547326, "relative_elevation": 46.4921089671552 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00839/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00839/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00839/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00839/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00839/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00839/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00839/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00839/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00839/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.873960517655755, 52.369649106690986, 0.0 ] }, "distance": 18.38, "direction": 220.18, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00839", "timestamp": "2025-07-03T11:29:10Z", "filename": "recording_2025-07-03_10-58-37_00839.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 18.37913913, "relative_pitch": 0.0, "relative_heading": 220.18316042543896, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00660/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00660/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00660/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00660/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00660/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00660/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00660/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00660/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00660/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874385029703628, 52.36983720775352, 0.0 ] }, "distance": 18.39, "direction": 68.0, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00660", "timestamp": "2025-07-03T11:24:04Z", "filename": "recording_2025-07-03_10-58-37_00660.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 18.39394713, "relative_pitch": 0.0, "relative_heading": 68.00353205444117, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002542/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002542/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002542/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002542/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002542/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002542/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002542/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002542/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002542/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87388543346343, 52.369711291962, 46.0372150093317 ] }, "distance": 18.41, "direction": 247.24, "angle": 68.21, "elevation": 46.04, "pano_id": "TMX7316010203-000044_pano_0000_002542", "timestamp": "2016-08-03T13:00:23.446420Z", "filename": "pano_0000_002542.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 18.4064489, "relative_pitch": 68.20764317827121, "relative_heading": 247.23723246428656, "relative_elevation": 46.0372150093317 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001420/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001420/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001420/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001420/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001420/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001420/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001420/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001420/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001420/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8738816544921, 52.369707985285, 45.7202137997374 ] }, "distance": 18.79, "direction": 246.51, "angle": 67.66, "elevation": 45.72, "pano_id": "TMX7316010203-000790_pano_0000_001420", "timestamp": "2018-06-13T11:53:43.864330Z", "filename": "pano_0000_001420.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 18.7876862, "relative_pitch": 67.66089886192721, "relative_heading": 246.50620846331867, "relative_elevation": 45.7202137997374 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001331/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001331/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001331/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001331/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001331/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001331/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001331/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001331/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001331/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87439592498526, 52.3698383710888, 46.1128155980259 ] }, "distance": 19.13, "direction": 68.48, "angle": 67.47, "elevation": 46.11, "pano_id": "TMX7316010203-002553_pano_0000_001331", "timestamp": "2022-05-02T07:01:18.304930Z", "filename": "pano_0000_001331.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 19.13115038, "relative_pitch": 67.46755818006885, "relative_heading": 68.47648599332899, "relative_elevation": 46.1128155980259 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001502/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001502/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001502/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001502/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_001502/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001502/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001502/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001502/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001502/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87394428156231, 52.369647909849, 46.5665523177013 ] }, "distance": 19.21, "direction": 222.45, "angle": 67.58, "elevation": 46.57, "pano_id": "TMX7316010203-002059_pano_0000_001502", "timestamp": "2021-03-24T12:54:01.703180Z", "filename": "pano_0000_001502.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 19.20941529, "relative_pitch": 67.5831033820238, "relative_heading": 222.44740064899878, "relative_elevation": 46.5665523177013 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000077/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000077/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000077/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000077/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000077/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000077/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000077/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000077/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000077/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87441483457073, 52.3697517720856, 45.7013516575098 ] }, "distance": 19.26, "direction": 97.81, "angle": 67.14, "elevation": 45.7, "pano_id": "TMX7316010203-002369_pano_0005_000077", "timestamp": "2021-12-30T12:40:40.707910Z", "filename": "pano_0005_000077.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 19.26369747, "relative_pitch": 67.14396186325024, "relative_heading": 97.80890509677522, "relative_elevation": 45.7013516575098 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003050/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003050/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003050/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003050/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000280_pano_0000_003050/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_003050/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_003050/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003050/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003050/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8744004511896, 52.3698389424269, 45.9768022065982 ] }, "distance": 19.44, "direction": 68.64, "angle": 67.08, "elevation": 45.98, "pano_id": "TMX7316010203-000280_pano_0000_003050", "timestamp": "2017-04-26T08:58:31.926750Z", "filename": "pano_0000_003050.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 19.44133525, "relative_pitch": 67.07888130321199, "relative_heading": 68.63551381903955, "relative_elevation": 45.9768022065982 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005389/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005389/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005389/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005389/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005389/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005389/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005389/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005389/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005389/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8738695001798, 52.3697083830306, 45.8762846896425 ] }, "distance": 19.53, "direction": 247.59, "angle": 66.94, "elevation": 45.88, "pano_id": "TMX7316010203-001041_pano_0002_005389", "timestamp": "2019-01-09T10:53:01.685960Z", "filename": "pano_0002_005389.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 19.53277218, "relative_pitch": 66.93712225819439, "relative_heading": 247.59339208328274, "relative_elevation": 45.8762846896425 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003054/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003054/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003054/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003054/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000280_pano_0000_003054/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_003054/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_003054/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003054/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_003054/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87386925052073, 52.369706865542, 46.3284082375467 ] }, "distance": 19.61, "direction": 247.16, "angle": 67.05, "elevation": 46.33, "pano_id": "TMX7316010203-000280_pano_0000_003054", "timestamp": "2017-04-26T08:58:38.166660Z", "filename": "pano_0000_003054.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 19.61342878, "relative_pitch": 67.05431845367174, "relative_heading": 247.1562890754773, "relative_elevation": 46.3284082375467 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005412/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005412/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005412/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005412/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005412/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005412/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005412/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005412/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005412/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87395311248176, 52.3696373916124, 46.339501215145 ] }, "distance": 19.71, "direction": 218.86, "angle": 66.96, "elevation": 46.34, "pano_id": "TMX7316010203-001702_pano_0000_005412", "timestamp": "2020-05-11T09:53:23.709880Z", "filename": "pano_0000_005412.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 19.70577274, "relative_pitch": 66.96248144046555, "relative_heading": 218.85782998535004, "relative_elevation": 46.339501215145 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001509/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001509/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001509/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001509/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002059_pano_0000_001509/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001509/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002059_pano_0000_001509/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001509/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/24/TMX7316010203-002059/pano_0000_001509/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87442426908684, 52.3697679609876, 46.2637324240059 ] }, "distance": 19.74, "direction": 92.37, "angle": 66.89, "elevation": 46.26, "pano_id": "TMX7316010203-002059_pano_0000_001509", "timestamp": "2021-03-24T12:54:06.538180Z", "filename": "pano_0000_001509.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 19.74451123, "relative_pitch": 66.8881007966163, "relative_heading": 92.36841013614081, "relative_elevation": 46.2637324240059 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001339/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001339/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001339/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001339/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_001339/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001339/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_001339/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001339/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_001339/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87386326080615, 52.3697067775197, 46.5545627409592 ] }, "distance": 19.99, "direction": 247.58, "angle": 66.76, "elevation": 46.55, "pano_id": "TMX7316010203-002553_pano_0000_001339", "timestamp": "2022-05-02T07:01:24.669910Z", "filename": "pano_0000_001339.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 19.99375509, "relative_pitch": 66.75796250017201, "relative_heading": 247.5842955652961, "relative_elevation": 46.5545627409592 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00002/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00002/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00002/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00002/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241129_0829_Track32_Sphere_00002/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00002/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00002/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00002/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00002/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874406363438557, 52.36984368143857, 0.0 ] }, "distance": 20.01, "direction": 67.65, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241129_0829_Track32_Sphere_00002", "timestamp": "2024-11-29T09:54:37Z", "filename": "Job_20241129_0829_Track32_Sphere_00002.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 20.01141898, "relative_pitch": 0.0, "relative_heading": 67.64940406017625, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005381/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005381/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005381/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005381/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_005381/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005381/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_005381/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005381/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_005381/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87441077553934, 52.3698404252431, 45.5483366539702 ] }, "distance": 20.16, "direction": 68.93, "angle": 66.13, "elevation": 45.55, "pano_id": "TMX7316010203-001041_pano_0002_005381", "timestamp": "2019-01-09T10:52:55.615980Z", "filename": "pano_0002_005381.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 20.1565808, "relative_pitch": 66.12909323959391, "relative_heading": 68.92690619219954, "relative_elevation": 45.5483366539702 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000088/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000088/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000088/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000088/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002369_pano_0005_000088/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000088/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002369_pano_0005_000088/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000088/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/30/TMX7316010203-002369/pano_0005_000088/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87441015719832, 52.3698414698551, 45.8286346271634 ] }, "distance": 20.16, "direction": 68.58, "angle": 66.26, "elevation": 45.83, "pano_id": "TMX7316010203-002369_pano_0005_000088", "timestamp": "2021-12-30T12:40:54.772870Z", "filename": "pano_0005_000088.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 20.15945486, "relative_pitch": 66.25589412731522, "relative_heading": 68.57559454680015, "relative_elevation": 45.8286346271634 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00010/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00010/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00010/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00010/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241129_0829_Track32_Sphere_00010/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00010/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00010/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00010/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241129_0829_Track32_Sphere_00010/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87385744709814, 52.36971064819384, 0.0 ] }, "distance": 20.2, "direction": 249.14, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241129_0829_Track32_Sphere_00010", "timestamp": "2024-11-29T09:54:47Z", "filename": "Job_20241129_0829_Track32_Sphere_00010.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 20.20303627, "relative_pitch": 0.0, "relative_heading": 249.14190216403225, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002734/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002734/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002734/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002734/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002734/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002734/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002734/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002734/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002734/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87393108559147, 52.3696425470203, 46.3963488107547 ] }, "distance": 20.26, "direction": 223.18, "angle": 66.41, "elevation": 46.4, "pano_id": "TMX7316010203-000044_pano_0000_002734", "timestamp": "2016-08-03T13:04:54.170010Z", "filename": "pano_0000_002734.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 20.25803069, "relative_pitch": 66.41248205654882, "relative_heading": 223.1840966179586, "relative_elevation": 46.3963488107547 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005419/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005419/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005419/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005419/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_005419/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005419/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_005419/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005419/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_005419/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87443450388474, 52.3697522010091, 46.1666399044916 ] }, "distance": 20.59, "direction": 97.17, "angle": 65.97, "elevation": 46.17, "pano_id": "TMX7316010203-001702_pano_0000_005419", "timestamp": "2020-05-11T09:53:29.494750Z", "filename": "pano_0000_005419.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 20.58575729, "relative_pitch": 65.96785329893113, "relative_heading": 97.1706479275219, "relative_elevation": 46.1666399044916 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002741/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002741/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002741/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002741/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000044_pano_0000_002741/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002741/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000044_pano_0000_002741/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002741/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/03/TMX7316010203-000044/pano_0000_002741/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8744367093436, 52.3697690016033, 45.897835124284 ] }, "distance": 20.59, "direction": 91.95, "angle": 65.84, "elevation": 45.9, "pano_id": "TMX7316010203-000044_pano_0000_002741", "timestamp": "2016-08-03T13:06:15.959650Z", "filename": "pano_0000_002741.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 20.58686815, "relative_pitch": 65.84201019348433, "relative_heading": 91.94895227537351, "relative_elevation": 45.897835124284 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00846/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00846/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00846/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00846/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-03_10-58-37_00846/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00846/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-03_10-58-37_00846/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00846/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-03_10-58-37_00846/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.874439238703046, 52.369763752175594, 0.0 ] }, "distance": 20.79, "direction": 93.54, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-03_10-58-37_00846", "timestamp": "2025-07-03T11:29:19Z", "filename": "recording_2025-07-03_10-58-37_00846.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 20.78694851, "relative_pitch": 0.0, "relative_heading": 93.54212331505906, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241129_0829_Track32_Sphere_00006/adjacencies/b_20241129_0829_Track32_Sphere_00006/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001412/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001412/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001412/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001412/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_001412/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001412/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_001412/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001412/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_001412/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.87442069051698, 52.3698414862744, 45.3800644986331 ] }, "distance": 20.83, "direction": 69.29, "angle": 65.34, "elevation": 45.38, "pano_id": "TMX7316010203-000790_pano_0000_001412", "timestamp": "2018-06-13T11:53:37.524330Z", "filename": "pano_0000_001412.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_20241129_0829_Track32_Sphere_00006", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 120057.6690857631, 487000.91646007606 ] }, "relative_distance": 20.8296069, "relative_pitch": 65.344713037591, "relative_heading": 69.29176871866872, "relative_elevation": 45.3800644986331 } ] } }