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_20241017_0902_Track09_Sphere_00096/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00096/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00096/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00096/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00096/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track09_Sphere_00096/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00096/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00096/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795866155737195, 52.3451386387264, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track09_Sphere_00096", "timestamp": "2024-10-17T07:41:54Z", "filename": "Job_20241017_0902_Track09_Sphere_00096.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "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_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000019/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000019/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000019/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000019/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000813_pano_0000_000019/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000019/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000019/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000019/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000019/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79586912967303, 52.345156125438, 44.4350317502394 ] }, "distance": 1.96, "direction": 5.95, "angle": 87.48, "elevation": 44.44, "pano_id": "TMX7316010203-000813_pano_0000_000019", "timestamp": "2018-06-28T08:29:48.415590Z", "filename": "pano_0000_000019.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 1.95634084, "relative_pitch": 87.47906710352663, "relative_heading": 5.946293358182964, "relative_elevation": 44.4350317502394 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00385/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00385/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00385/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00385/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_11-08-20_00385/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00385/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00385/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00385/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00385/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795847627402057, 52.34512050758745, 0.0 ] }, "distance": 2.38, "direction": 212.04, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_11-08-20_00385", "timestamp": "2025-07-16T11:17:27Z", "filename": "recording_2025-07-16_11-08-20_00385.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 2.38007536, "relative_pitch": 0.0, "relative_heading": 212.04067912982796, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000944/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000944/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000944/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000944/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_000944/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000944/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000944/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000944/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000944/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79584115784612, 52.345122836672, 44.5035266783088 ] }, "distance": 2.45, "direction": 224.09, "angle": 86.85, "elevation": 44.5, "pano_id": "TMX7316010203-002103_pano_0000_000944", "timestamp": "2021-04-19T07:49:38.531520Z", "filename": "pano_0000_000944.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 2.44825904, "relative_pitch": 86.85117859578202, "relative_heading": 224.09338329525525, "relative_elevation": 44.5035266783088 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000943/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000943/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000943/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000943/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_000943/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000943/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000943/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000943/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000943/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79586558748684, 52.345163027675, 44.5790706770495 ] }, "distance": 2.71, "direction": 359.18, "angle": 86.52, "elevation": 44.58, "pano_id": "TMX7316010203-002103_pano_0000_000943", "timestamp": "2021-04-19T07:49:33.561610Z", "filename": "pano_0000_000943.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 2.71412975, "relative_pitch": 86.51593320218947, "relative_heading": 359.1824710465908, "relative_elevation": 44.5790706770495 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00386/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00386/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00386/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00386/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_11-08-20_00386/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00386/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00386/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00386/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00386/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795874213757762, 52.345162784326504, 0.0 ] }, "distance": 2.74, "direction": 11.55, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_11-08-20_00386", "timestamp": "2025-07-16T11:17:28Z", "filename": "recording_2025-07-16_11-08-20_00386.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 2.74231986, "relative_pitch": 0.0, "relative_heading": 11.551427814652083, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000813_pano_0000_000018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79584421914016, 52.3451166987779, 44.4207711778581 ] }, "distance": 2.86, "direction": 211.48, "angle": 86.31, "elevation": 44.42, "pano_id": "TMX7316010203-000813_pano_0000_000018", "timestamp": "2018-06-28T08:29:47.820530Z", "filename": "pano_0000_000018.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 2.86269632, "relative_pitch": 86.3126728904248, "relative_heading": 211.4810884748182, "relative_elevation": 44.4207711778581 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00095/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00095/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00095/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00095/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track09_Sphere_00095/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00095/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00095/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00095/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00095/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795839358693343, 52.345096756396636, 0.0 ] }, "distance": 5.01, "direction": 201.4, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track09_Sphere_00095", "timestamp": "2024-10-17T07:41:54Z", "filename": "Job_20241017_0902_Track09_Sphere_00095.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 5.00543336, "relative_pitch": 0.0, "relative_heading": 201.39773993746056, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00097/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00097/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00097/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00097/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track09_Sphere_00097/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00097/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00097/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00097/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00097/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795893463444933, 52.34518074829663, 0.0 ] }, "distance": 5.04, "direction": 21.66, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track09_Sphere_00097", "timestamp": "2024-10-17T07:41:55Z", "filename": "Job_20241017_0902_Track09_Sphere_00097.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 5.0417258, "relative_pitch": 0.0, "relative_heading": 21.661090321006196, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00147/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00147/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00147/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00147/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00147/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00147/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00147/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00147/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00147/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795784609789061, 52.34516797194304, 0.0 ] }, "distance": 6.44, "direction": 300.43, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00147", "timestamp": "2024-10-17T07:28:18Z", "filename": "Job_20241017_0902_Track04_Sphere_00147.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 6.44490119, "relative_pitch": 0.0, "relative_heading": 300.42769918662054, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000020/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000020/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000020/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000020/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000813_pano_0000_000020/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000020/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000020/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000020/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000020/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79589378951998, 52.34519561254, 44.4379757316783 ] }, "distance": 6.61, "direction": 16.54, "angle": 81.54, "elevation": 44.44, "pano_id": "TMX7316010203-000813_pano_0000_000020", "timestamp": "2018-06-28T08:29:49.015550Z", "filename": "pano_0000_000020.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 6.61348836, "relative_pitch": 81.53507847529424, "relative_heading": 16.5439978362713, "relative_elevation": 44.4379757316783 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002220/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002220/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002220/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002220/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_002220/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002220/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002220/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002220/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002220/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79577430872884, 52.3451580581568, 44.6191530702636 ] }, "distance": 6.62, "direction": 289.05, "angle": 81.56, "elevation": 44.62, "pano_id": "TMX7316010203-000803_pano_0000_002220", "timestamp": "2018-06-22T08:50:33.755110Z", "filename": "pano_0000_002220.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 6.62174515, "relative_pitch": 81.55858111858252, "relative_heading": 289.0462239526337, "relative_elevation": 44.6191530702636 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00899/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00899/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00899/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00899/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00899/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00899/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00899/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00899/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00899/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795777877150133, 52.345168819104025, 0.0 ] }, "distance": 6.89, "direction": 299.17, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00899", "timestamp": "2025-07-16T10:54:29Z", "filename": "recording_2025-07-16_10-37-33_00899.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 6.88992551, "relative_pitch": 0.0, "relative_heading": 299.17118957813966, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001178/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001178/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001178/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001178/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_001178/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001178/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001178/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001178/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001178/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79577362161487, 52.3451643107512, 44.6315090069547 ] }, "distance": 6.92, "direction": 294.37, "angle": 81.18, "elevation": 44.63, "pano_id": "TMX7316010203-002502_pano_0002_001178", "timestamp": "2022-04-11T07:37:36.610630Z", "filename": "pano_0002_001178.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 6.92291951, "relative_pitch": 81.18295430880237, "relative_heading": 294.37039198783015, "relative_elevation": 44.6315090069547 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000422/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000422/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000422/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000422/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000285_pano_0000_000422/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000285_pano_0000_000422/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000285_pano_0000_000422/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000422/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000422/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79577919035911, 52.3451718369825, 44.5214062426239 ] }, "distance": 6.98, "direction": 301.94, "angle": 81.09, "elevation": 44.52, "pano_id": "TMX7316010203-000285_pano_0000_000422", "timestamp": "2017-05-04T08:27:57.325850Z", "filename": "pano_0000_000422.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 6.98359193, "relative_pitch": 81.08527158074499, "relative_heading": 301.9358150389649, "relative_elevation": 44.5214062426239 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002658/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002658/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002658/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002658/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002658/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002658/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002658/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002658/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002658/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79577961497816, 52.3451734639465, 44.657357907854 ] }, "distance": 7.06, "direction": 303.31, "angle": 81.02, "elevation": 44.66, "pano_id": "TMX7316010203-001874_pano_0000_002658", "timestamp": "2020-08-13T09:43:25.101540Z", "filename": "pano_0000_002658.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 7.05682085, "relative_pitch": 81.02028949100146, "relative_heading": 303.30763548481383, "relative_elevation": 44.657357907854 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008050/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008050/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008050/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008050/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001305_pano_0000_008050/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008050/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008050/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008050/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008050/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79576916539145, 52.3451648167937, 44.6688031191006 ] }, "distance": 7.22, "direction": 293.78, "angle": 80.81, "elevation": 44.67, "pano_id": "TMX7316010203-001305_pano_0000_008050", "timestamp": "2019-07-11T08:13:12.899960Z", "filename": "pano_0000_008050.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 7.22315992, "relative_pitch": 80.81450872487757, "relative_heading": 293.7832507955029, "relative_elevation": 44.6688031191006 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000945/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000945/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000945/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000945/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_000945/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000945/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000945/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000945/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000945/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79581820869848, 52.3450806030816, 44.4932862184942 ] }, "distance": 7.24, "direction": 206.84, "angle": 80.76, "elevation": 44.49, "pano_id": "TMX7316010203-002103_pano_0000_000945", "timestamp": "2021-04-19T07:49:39.616550Z", "filename": "pano_0000_000945.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 7.23744308, "relative_pitch": 80.76097532432946, "relative_heading": 206.83838406702355, "relative_elevation": 44.4932862184942 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00384/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00384/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00384/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00384/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_11-08-20_00384/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00384/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00384/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00384/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00384/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795820977729588, 52.34507858105054, 0.0 ] }, "distance": 7.36, "direction": 204.74, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_11-08-20_00384", "timestamp": "2025-07-16T11:17:27Z", "filename": "recording_2025-07-16_11-08-20_00384.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 7.35796442, "relative_pitch": 0.0, "relative_heading": 204.7357536444267, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004465/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004465/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004465/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004465/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001691_pano_0001_004465/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004465/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004465/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004465/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004465/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79575792361581, 52.3451455969503, 44.6830136878416 ] }, "distance": 7.42, "direction": 275.99, "angle": 80.58, "elevation": 44.68, "pano_id": "TMX7316010203-001691_pano_0001_004465", "timestamp": "2020-05-06T11:36:10.667000Z", "filename": "pano_0001_004465.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 7.41639377, "relative_pitch": 80.57607768095087, "relative_heading": 275.9926202960282, "relative_elevation": 44.6830136878416 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00146/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00146/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00146/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00146/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00146/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00146/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00146/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00146/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00146/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795759342300257, 52.34512584557982, 0.0 ] }, "distance": 7.42, "direction": 258.93, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00146", "timestamp": "2024-10-17T07:28:17Z", "filename": "Job_20241017_0902_Track04_Sphere_00146.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 7.41707716, "relative_pitch": 0.0, "relative_heading": 258.9347322602207, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000942/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000942/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000942/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000942/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_000942/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000942/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000942/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000942/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000942/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79589126045558, 52.3452044996155, 44.5995857222006 ] }, "distance": 7.53, "direction": 13.14, "angle": 80.42, "elevation": 44.6, "pano_id": "TMX7316010203-002103_pano_0000_000942", "timestamp": "2021-04-19T07:49:31.776610Z", "filename": "pano_0000_000942.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 7.52564669, "relative_pitch": 80.42224335286996, "relative_heading": 13.140268286789462, "relative_elevation": 44.5995857222006 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000813_pano_0000_000017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79581916707531, 52.3450771084033, 44.4102126024663 ] }, "distance": 7.56, "direction": 205.07, "angle": 80.34, "elevation": 44.41, "pano_id": "TMX7316010203-000813_pano_0000_000017", "timestamp": "2018-06-28T08:29:47.230520Z", "filename": "pano_0000_000017.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 7.55855364, "relative_pitch": 80.34089869204928, "relative_heading": 205.06553100183385, "relative_elevation": 44.4102126024663 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002657/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002657/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002657/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002657/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002657/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002657/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002657/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002657/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002657/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79575533229767, 52.3451322762755, 44.6407436020672 ] }, "distance": 7.59, "direction": 264.64, "angle": 80.36, "elevation": 44.64, "pano_id": "TMX7316010203-001874_pano_0000_002657", "timestamp": "2020-08-13T09:43:24.601560Z", "filename": "pano_0000_002657.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 7.58557268, "relative_pitch": 80.3561383000951, "relative_heading": 264.6447346838556, "relative_elevation": 44.6407436020672 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00387/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00387/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00387/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00387/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_11-08-20_00387/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00387/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00387/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00387/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00387/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795900201024507, 52.34520486932155, 0.0 ] }, "distance": 7.73, "direction": 17.48, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_11-08-20_00387", "timestamp": "2025-07-16T11:17:29Z", "filename": "recording_2025-07-16_11-08-20_00387.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 7.72632217, "relative_pitch": 0.0, "relative_heading": 17.475004308574007, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004466/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004466/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004466/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004466/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001691_pano_0001_004466/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004466/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004466/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004466/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004466/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79578278991006, 52.3451860169621, 44.6984669463709 ] }, "distance": 7.75, "direction": 312.86, "angle": 80.16, "elevation": 44.7, "pano_id": "TMX7316010203-001691_pano_0001_004466", "timestamp": "2020-05-06T11:36:11.017060Z", "filename": "pano_0001_004466.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 7.75050319, "relative_pitch": 80.16299031716835, "relative_heading": 312.8600013426494, "relative_elevation": 44.6984669463709 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00898/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00898/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00898/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00898/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00898/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00898/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00898/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00898/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00898/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795752463880714, 52.345126620108324, 0.0 ] }, "distance": 7.86, "direction": 260.21, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00898", "timestamp": "2025-07-16T10:54:29Z", "filename": "recording_2025-07-16_10-37-33_00898.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 7.86251369, "relative_pitch": 0.0, "relative_heading": 260.20681885190186, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002221/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002221/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002221/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002221/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_002221/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002221/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002221/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002221/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002221/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579970786768, 52.3451995620661, 44.6295663909987 ] }, "distance": 8.15, "direction": 326.26, "angle": 79.65, "elevation": 44.63, "pano_id": "TMX7316010203-000803_pano_0000_002221", "timestamp": "2018-06-22T08:50:34.145120Z", "filename": "pano_0000_002221.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 8.15248337, "relative_pitch": 79.64791622266613, "relative_heading": 326.25806677561974, "relative_elevation": 44.6295663909987 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001177/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001177/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001177/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001177/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_001177/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001177/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001177/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001177/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001177/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79574798088229, 52.3451227264652, 44.6210421808064 ] }, "distance": 8.25, "direction": 257.6, "angle": 79.53, "elevation": 44.62, "pano_id": "TMX7316010203-002502_pano_0002_001177", "timestamp": "2022-04-11T07:37:36.250650Z", "filename": "pano_0002_001177.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 8.24579754, "relative_pitch": 79.53007458741224, "relative_heading": 257.6003644671634, "relative_elevation": 44.6210421808064 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002219/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002219/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002219/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002219/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_002219/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002219/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002219/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002219/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002219/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79574931513046, 52.3451168255223, 44.6069904798642 ] }, "distance": 8.32, "direction": 253.05, "angle": 79.43, "elevation": 44.61, "pano_id": "TMX7316010203-000803_pano_0000_002219", "timestamp": "2018-06-22T08:50:33.365100Z", "filename": "pano_0000_002219.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 8.32425979, "relative_pitch": 79.4294287402609, "relative_heading": 253.0470953957523, "relative_elevation": 44.6069904798642 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008049/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008049/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008049/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008049/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001305_pano_0000_008049/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008049/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008049/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008049/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008049/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79574526358423, 52.3451235444948, 44.6555763008073 ] }, "distance": 8.41, "direction": 258.48, "angle": 79.34, "elevation": 44.66, "pano_id": "TMX7316010203-001305_pano_0000_008049", "timestamp": "2019-07-11T08:13:12.515070Z", "filename": "pano_0000_008049.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 8.40809659, "relative_pitch": 79.33675081139174, "relative_heading": 258.4771740566152, "relative_elevation": 44.6555763008073 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001179/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001179/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001179/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001179/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_001179/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001179/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001179/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001179/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001179/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579957468075, 52.345206057235, 44.6365189943463 ] }, "distance": 8.77, "direction": 328.83, "angle": 78.89, "elevation": 44.64, "pano_id": "TMX7316010203-002502_pano_0002_001179", "timestamp": "2022-04-11T07:37:36.970630Z", "filename": "pano_0002_001179.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 8.76737292, "relative_pitch": 78.88759564277522, "relative_heading": 328.8331331480523, "relative_elevation": 44.6365189943463 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00148/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00148/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00148/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00148/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00148/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00148/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00148/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00148/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00148/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79580985276613, 52.34520973866491, 0.0 ] }, "distance": 8.79, "direction": 334.13, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00148", "timestamp": "2024-10-17T07:28:19Z", "filename": "Job_20241017_0902_Track04_Sphere_00148.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 8.79290647, "relative_pitch": 0.0, "relative_heading": 334.1274873402979, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008051/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008051/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008051/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008051/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001305_pano_0000_008051/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008051/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008051/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008051/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008051/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579296146753, 52.3452057226341, 44.6770586166531 ] }, "distance": 8.98, "direction": 326.25, "angle": 78.64, "elevation": 44.68, "pano_id": "TMX7316010203-001305_pano_0000_008051", "timestamp": "2019-07-11T08:13:13.279980Z", "filename": "pano_0000_008051.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 8.97789172, "relative_pitch": 78.63769425852232, "relative_heading": 326.24823733715664, "relative_elevation": 44.6770586166531 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00900/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00900/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00900/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00900/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00900/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00900/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00900/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00900/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00900/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795803862772381, 52.34521102095398, 0.0 ] }, "distance": 9.1, "direction": 332.21, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00900", "timestamp": "2025-07-16T10:54:30Z", "filename": "recording_2025-07-16_10-37-33_00900.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 9.10453165, "relative_pitch": 0.0, "relative_heading": 332.2075470116259, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002659/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002659/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002659/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002659/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002659/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002659/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002659/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002659/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002659/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79580378782767, 52.3452143042114, 44.6572070671245 ] }, "distance": 9.43, "direction": 333.21, "angle": 78.07, "elevation": 44.66, "pano_id": "TMX7316010203-001874_pano_0000_002659", "timestamp": "2020-08-13T09:43:25.591550Z", "filename": "pano_0000_002659.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 9.43156689, "relative_pitch": 78.07442917334912, "relative_heading": 333.21499644068626, "relative_elevation": 44.6572070671245 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004464/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004464/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004464/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004464/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001691_pano_0001_004464/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004464/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004464/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004464/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004464/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79573312555921, 52.345104803789, 44.6699037598446 ] }, "distance": 9.82, "direction": 247.45, "angle": 77.61, "elevation": 44.67, "pano_id": "TMX7316010203-001691_pano_0001_004464", "timestamp": "2020-05-06T11:36:10.311960Z", "filename": "pano_0001_004464.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 9.8165148, "relative_pitch": 77.60587357270562, "relative_heading": 247.44743057624524, "relative_elevation": 44.6699037598446 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00094/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00094/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00094/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00094/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track09_Sphere_00094/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00094/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00094/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00094/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00094/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795812997622318, 52.345055199800434, 0.0 ] }, "distance": 9.97, "direction": 201.31, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track09_Sphere_00094", "timestamp": "2024-10-17T07:41:53Z", "filename": "Job_20241017_0902_Track09_Sphere_00094.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 9.96629077, "relative_pitch": 0.0, "relative_heading": 201.31474959200568, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00098/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00098/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00098/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00098/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track09_Sphere_00098/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00098/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00098/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00098/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00098/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795919880729738, 52.34522250288625, 0.0 ] }, "distance": 10.02, "direction": 21.42, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track09_Sphere_00098", "timestamp": "2024-10-17T07:41:56Z", "filename": "Job_20241017_0902_Track09_Sphere_00098.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 10.02442916, "relative_pitch": 0.0, "relative_heading": 21.422066649053747, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004467/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004467/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004467/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004467/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001691_pano_0001_004467/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004467/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004467/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004467/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004467/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79580787634893, 52.3452265625682, 44.6953338366002 ] }, "distance": 10.56, "direction": 337.91, "angle": 76.71, "elevation": 44.7, "pano_id": "TMX7316010203-001691_pano_0001_004467", "timestamp": "2020-05-06T11:36:11.366970Z", "filename": "pano_0001_004467.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 10.55904517, "relative_pitch": 76.7078723661921, "relative_heading": 337.9053789849553, "relative_elevation": 44.6953338366002 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002656/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002656/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002656/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002656/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002656/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002656/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002656/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002656/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002656/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79573067753535, 52.3450911503537, 44.6303531490266 ] }, "distance": 10.64, "direction": 240.22, "angle": 76.59, "elevation": 44.63, "pano_id": "TMX7316010203-001874_pano_0000_002656", "timestamp": "2020-08-13T09:43:24.096620Z", "filename": "pano_0000_002656.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 10.63789655, "relative_pitch": 76.59338337377886, "relative_heading": 240.21582442217567, "relative_elevation": 44.6303531490266 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002615/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002615/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002615/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002615/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002615/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002615/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002615/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002615/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002615/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7957181597788, 52.345169351469, 44.6817988874391 ] }, "distance": 10.65, "direction": 288.72, "angle": 76.59, "elevation": 44.68, "pano_id": "TMX7316010203-001874_pano_0000_002615", "timestamp": "2020-08-13T09:42:47.511680Z", "filename": "pano_0000_002615.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 10.64899508, "relative_pitch": 76.59479556663057, "relative_heading": 288.7189211494517, "relative_elevation": 44.6817988874391 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000955/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000955/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000955/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000955/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000041_pano_0000_000955/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000955/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000955/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000955/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000955/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79571665735336, 52.3451681771188, 44.5643065497279 ] }, "distance": 10.71, "direction": 287.88, "angle": 76.49, "elevation": 44.56, "pano_id": "TMX7316010203-000041_pano_0000_000955", "timestamp": "2016-08-02T11:09:16.869900Z", "filename": "pano_0000_000955.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 10.70517658, "relative_pitch": 76.49242306968833, "relative_heading": 287.88062962093653, "relative_elevation": 44.5643065497279 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001032_pano_0002_000018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79571882283008, 52.345172774217, 44.746503604576 ] }, "distance": 10.73, "direction": 290.72, "angle": 76.51, "elevation": 44.75, "pano_id": "TMX7316010203-001032_pano_0002_000018", "timestamp": "2019-01-02T11:02:04.625850Z", "filename": "pano_0002_000018.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 10.73498654, "relative_pitch": 76.50932074606926, "relative_heading": 290.7219782580106, "relative_elevation": 44.746503604576 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00145/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00145/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00145/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00145/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00145/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00145/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00145/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00145/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00145/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795734066357065, 52.345084357303854, 0.0 ] }, "distance": 10.84, "direction": 236.14, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00145", "timestamp": "2024-10-17T07:28:17Z", "filename": "Job_20241017_0902_Track04_Sphere_00145.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 10.84037262, "relative_pitch": 0.0, "relative_heading": 236.13862762030155, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00289/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00289/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00289/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00289/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00289/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00289/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00289/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00289/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00289/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795715863833755, 52.34517063929636, 0.0 ] }, "distance": 10.84, "direction": 289.17, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00289", "timestamp": "2024-10-17T07:29:56Z", "filename": "Job_20241017_0902_Track04_Sphere_00289.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 10.8435102, "relative_pitch": 0.0, "relative_heading": 289.1707406420613, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00638/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00638/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00638/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00638/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00638/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00638/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00638/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00638/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00638/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79571181575453, 52.345164956736745, 0.0 ] }, "distance": 10.92, "direction": 285.56, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00638", "timestamp": "2025-07-16T10:47:58Z", "filename": "recording_2025-07-16_10-37-33_00638.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 10.9181284, "relative_pitch": 0.0, "relative_heading": 285.5586926277128, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001281/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001281/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001281/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001281/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_001281/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001281/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001281/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001281/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001281/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79573223240624, 52.3451929297191, 44.6640323810279 ] }, "distance": 10.94, "direction": 303.5, "angle": 76.23, "elevation": 44.66, "pano_id": "TMX7316010203-002103_pano_0000_001281", "timestamp": "2021-04-19T07:53:52.104510Z", "filename": "pano_0000_001281.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 10.94495551, "relative_pitch": 76.23095517952592, "relative_heading": 303.50159008932167, "relative_elevation": 44.6640323810279 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000421/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000421/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000421/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000421/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000285_pano_0000_000421/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000285_pano_0000_000421/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000285_pano_0000_000421/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000421/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000421/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79572831463057, 52.3450873632215, 44.4988082004711 ] }, "distance": 10.99, "direction": 238.73, "angle": 76.13, "elevation": 44.5, "pano_id": "TMX7316010203-000285_pano_0000_000421", "timestamp": "2017-05-04T08:27:56.580930Z", "filename": "pano_0000_000421.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 10.99069806, "relative_pitch": 76.126262649829, "relative_heading": 238.72599425624588, "relative_elevation": 44.4988082004711 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001282/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001282/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001282/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001282/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_001282/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001282/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001282/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001282/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001282/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79570553603738, 52.3451503464761, 44.6580430204049 ] }, "distance": 11.02, "direction": 276.79, "angle": 76.13, "elevation": 44.66, "pano_id": "TMX7316010203-002103_pano_0000_001282", "timestamp": "2021-04-19T07:53:52.534500Z", "filename": "pano_0000_001282.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.02325878, "relative_pitch": 76.13444751712527, "relative_heading": 276.7873406967219, "relative_elevation": 44.6580430204049 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000984/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000984/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000984/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000984/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_000984/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000984/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000984/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000984/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000984/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79570709033268, 52.3451613485821, 44.6167330788448 ] }, "distance": 11.13, "direction": 283.12, "angle": 75.99, "elevation": 44.62, "pano_id": "TMX7316010203-002502_pano_0002_000984", "timestamp": "2022-04-11T07:34:24.362320Z", "filename": "pano_0002_000984.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.13073025, "relative_pitch": 75.99210622623, "relative_heading": 283.1223653049348, "relative_elevation": 44.6167330788448 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003469/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003469/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003469/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003469/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000809_pano_0000_003469/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003469/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003469/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003469/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003469/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79570451685357, 52.3451552644116, 44.5860361717641 ] }, "distance": 11.17, "direction": 279.53, "angle": 75.94, "elevation": 44.59, "pano_id": "TMX7316010203-000809_pano_0000_003469", "timestamp": "2018-06-26T11:29:40.243890Z", "filename": "pano_0000_003469.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.16973102, "relative_pitch": 75.935673708778, "relative_heading": 279.533702333431, "relative_elevation": 44.5860361717641 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00897/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00897/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00897/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00897/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00897/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00897/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00897/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00897/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00897/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795727418238887, 52.34508436901696, 0.0 ] }, "distance": 11.22, "direction": 237.43, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00897", "timestamp": "2025-07-16T10:54:28Z", "filename": "recording_2025-07-16_10-37-33_00897.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.21872688, "relative_pitch": 0.0, "relative_heading": 237.4335124051222, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000021/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000021/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000021/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000021/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000813_pano_0000_000021/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000021/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000021/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000021/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000021/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7959181824692, 52.3452349051124, 44.4376734541729 ] }, "distance": 11.28, "direction": 18.31, "angle": 75.75, "elevation": 44.44, "pano_id": "TMX7316010203-000813_pano_0000_000021", "timestamp": "2018-06-28T08:29:49.620540Z", "filename": "pano_0000_000021.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.28346002, "relative_pitch": 75.75275112187225, "relative_heading": 18.314011253941622, "relative_elevation": 44.4376734541729 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003468/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003468/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003468/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003468/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000809_pano_0000_003468/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003468/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003468/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003468/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003468/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79573046992414, 52.345196969148, 44.5959310028702 ] }, "distance": 11.3, "direction": 305.07, "angle": 75.78, "elevation": 44.6, "pano_id": "TMX7316010203-000809_pano_0000_003468", "timestamp": "2018-06-26T11:29:39.798910Z", "filename": "pano_0000_003468.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.29742159, "relative_pitch": 75.7844052064379, "relative_heading": 305.0664434851488, "relative_elevation": 44.5959310028702 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001902/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001902/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001902/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001902/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_001902/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001902/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001902/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001902/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001902/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79570306888302, 52.3451649430284, 44.6772064222023 ] }, "distance": 11.49, "direction": 284.75, "angle": 75.57, "elevation": 44.68, "pano_id": "TMX7316010203-000803_pano_0000_001902", "timestamp": "2018-06-22T08:42:28.483620Z", "filename": "pano_0000_001902.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.49309606, "relative_pitch": 75.57360760488066, "relative_heading": 284.7542797606147, "relative_elevation": 44.6772064222023 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002614/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002614/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002614/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002614/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002614/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002614/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002614/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002614/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002614/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79574467760964, 52.3452106796976, 44.6865255562589 ] }, "distance": 11.52, "direction": 314.08, "angle": 75.54, "elevation": 44.69, "pano_id": "TMX7316010203-001874_pano_0000_002614", "timestamp": "2020-08-13T09:42:47.151690Z", "filename": "pano_0000_002614.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.5236821, "relative_pitch": 75.53971334101188, "relative_heading": 314.07791158753497, "relative_elevation": 44.6865255562589 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00637/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00637/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00637/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00637/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00637/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00637/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00637/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00637/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00637/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795738318630547, 52.34520688256406, 0.0 ] }, "distance": 11.56, "direction": 311.08, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00637", "timestamp": "2025-07-16T10:47:57Z", "filename": "recording_2025-07-16_10-37-33_00637.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.55692779, "relative_pitch": 0.0, "relative_heading": 311.0771586855938, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000983/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000983/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000983/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000983/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_000983/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000983/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000983/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000983/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000983/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79573385709692, 52.3452038355977, 44.6243311911821 ] }, "distance": 11.57, "direction": 308.82, "angle": 75.46, "elevation": 44.62, "pano_id": "TMX7316010203-002502_pano_0002_000983", "timestamp": "2022-04-11T07:34:23.917350Z", "filename": "pano_0002_000983.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.57230966, "relative_pitch": 75.46188925199301, "relative_heading": 308.8220174889302, "relative_elevation": 44.6243311911821 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000954/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000954/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000954/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000954/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000041_pano_0000_000954/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000954/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000954/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000954/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000954/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79574290404752, 52.3452104771219, 44.5700788395479 ] }, "distance": 11.6, "direction": 313.58, "angle": 75.42, "elevation": 44.57, "pano_id": "TMX7316010203-000041_pano_0000_000954", "timestamp": "2016-08-02T11:09:16.489920Z", "filename": "pano_0000_000954.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.5952644, "relative_pitch": 75.4173024080456, "relative_heading": 313.5824309168159, "relative_elevation": 44.5700788395479 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008048/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008048/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008048/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008048/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001305_pano_0000_008048/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008048/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008048/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008048/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008048/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79572142358763, 52.3450823801794, 44.648482857272 ] }, "distance": 11.68, "direction": 237.6, "angle": 75.34, "elevation": 44.65, "pano_id": "TMX7316010203-001305_pano_0000_008048", "timestamp": "2019-07-11T08:13:12.129970Z", "filename": "pano_0000_008048.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.68219223, "relative_pitch": 75.33736757362207, "relative_heading": 237.59729017692504, "relative_elevation": 44.648482857272 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002222/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002222/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002222/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002222/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_002222/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002222/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002222/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002222/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002222/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79582505767866, 52.3452406371836, 44.6253048954532 ] }, "distance": 11.69, "direction": 346.14, "angle": 75.32, "elevation": 44.63, "pano_id": "TMX7316010203-000803_pano_0000_002222", "timestamp": "2018-06-22T08:50:34.530020Z", "filename": "pano_0000_002222.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.69023176, "relative_pitch": 75.32042060753098, "relative_heading": 346.138132205229, "relative_elevation": 44.6253048954532 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001176/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001176/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001176/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001176/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_001176/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001176/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001176/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001176/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001176/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79572215465508, 52.3450806937776, 44.6185880107805 ] }, "distance": 11.74, "direction": 236.69, "angle": 75.26, "elevation": 44.62, "pano_id": "TMX7316010203-002502_pano_0002_001176", "timestamp": "2022-04-11T07:37:35.885680Z", "filename": "pano_0002_001176.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.74214464, "relative_pitch": 75.25594362867626, "relative_heading": 236.69389677382796, "relative_elevation": 44.6185880107805 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00288/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00288/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00288/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00288/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00288/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00288/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00288/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00288/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00288/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795742850256267, 52.34521262146625, 0.0 ] }, "distance": 11.76, "direction": 314.41, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00288", "timestamp": "2024-10-17T07:29:55Z", "filename": "Job_20241017_0902_Track04_Sphere_00288.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.76364939, "relative_pitch": 0.0, "relative_heading": 314.41200652641055, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004324/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004324/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004324/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004324/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001691_pano_0001_004324/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004324/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004324/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004324/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004324/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79573783641125, 52.3452095202218, 44.674678328447 ] }, "distance": 11.78, "direction": 312.05, "angle": 75.23, "elevation": 44.67, "pano_id": "TMX7316010203-001691_pano_0001_004324", "timestamp": "2020-05-06T11:34:45.462610Z", "filename": "pano_0001_004324.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.77624574, "relative_pitch": 75.23274893152609, "relative_heading": 312.0486095597204, "relative_elevation": 44.674678328447 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001032_pano_0002_000017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79574511721297, 52.3452144885769, 44.7491881484166 ] }, "distance": 11.8, "direction": 315.66, "angle": 75.23, "elevation": 44.75, "pano_id": "TMX7316010203-001032_pano_0002_000017", "timestamp": "2019-01-02T11:02:04.280880Z", "filename": "pano_0002_000017.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.8014749, "relative_pitch": 75.22605880063172, "relative_heading": 315.6575145505057, "relative_elevation": 44.7491881484166 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000019/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000019/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000019/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000019/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001032_pano_0002_000019/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000019/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000019/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000019/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000019/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79569262448571, 52.3451313970209, 44.7351722344756 ] }, "distance": 11.85, "direction": 266.1, "angle": 75.16, "elevation": 44.74, "pano_id": "TMX7316010203-001032_pano_0002_000019", "timestamp": "2019-01-02T11:02:04.970870Z", "filename": "pano_0002_000019.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.85333391, "relative_pitch": 75.15955218289187, "relative_heading": 266.1019830701191, "relative_elevation": 44.7351722344756 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002218/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002218/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002218/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002218/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_002218/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002218/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002218/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002218/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002218/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79572411600367, 52.3450753732519, 44.6025162357837 ] }, "distance": 11.97, "direction": 233.97, "angle": 74.98, "elevation": 44.6, "pano_id": "TMX7316010203-000803_pano_0000_002218", "timestamp": "2018-06-22T08:50:32.970080Z", "filename": "pano_0000_002218.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.96902459, "relative_pitch": 74.97864856782277, "relative_heading": 233.97295147515413, "relative_elevation": 44.6025162357837 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002616/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002616/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002616/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002616/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002616/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002616/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002616/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002616/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002616/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79569134581593, 52.3451277627615, 44.6666405014694 ] }, "distance": 11.97, "direction": 264.2, "angle": 74.99, "elevation": 44.67, "pano_id": "TMX7316010203-001874_pano_0000_002616", "timestamp": "2020-08-13T09:42:47.876730Z", "filename": "pano_0000_002616.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.97436494, "relative_pitch": 74.99284964375546, "relative_heading": 264.1994629134239, "relative_elevation": 44.6666405014694 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001901/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001901/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001901/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001901/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_001901/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001901/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001901/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001901/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001901/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79572865597094, 52.3452057310005, 44.6821687147021 ] }, "distance": 11.98, "direction": 308.55, "angle": 74.99, "elevation": 44.68, "pano_id": "TMX7316010203-000803_pano_0000_001901", "timestamp": "2018-06-22T08:42:28.083410Z", "filename": "pano_0000_001901.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 11.98081918, "relative_pitch": 74.99010844533963, "relative_heading": 308.54518905915535, "relative_elevation": 44.6821687147021 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000956/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000956/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000956/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000956/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000041_pano_0000_000956/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000956/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000956/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000956/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000956/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79569035759822, 52.3451262119023, 44.553189384751 ] }, "distance": 12.06, "direction": 263.42, "angle": 74.85, "elevation": 44.55, "pano_id": "TMX7316010203-000041_pano_0000_000956", "timestamp": "2016-08-02T11:09:17.249920Z", "filename": "pano_0000_000956.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.05993423, "relative_pitch": 74.85378542652725, "relative_heading": 263.4161067741629, "relative_elevation": 44.553189384751 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00290/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00290/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00290/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00290/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00290/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00290/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00290/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00290/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00290/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795688588763519, 52.34512829616423, 0.0 ] }, "distance": 12.16, "direction": 264.57, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00290", "timestamp": "2024-10-17T07:29:56Z", "filename": "Job_20241017_0902_Track04_Sphere_00290.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.15554388, "relative_pitch": 0.0, "relative_heading": 264.56730855265755, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000946/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000946/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000946/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000946/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_000946/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000946/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000946/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000946/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000946/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579266996649, 52.3450388251463, 44.4490264812484 ] }, "distance": 12.18, "direction": 204.27, "angle": 74.67, "elevation": 44.45, "pano_id": "TMX7316010203-002103_pano_0000_000946", "timestamp": "2021-04-19T07:49:40.641540Z", "filename": "pano_0000_000946.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.18348198, "relative_pitch": 74.67169587895653, "relative_heading": 204.27051713331107, "relative_elevation": 44.4490264812484 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000813_pano_0000_000016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579386554977, 52.3450377121634, 44.3865061430261 ] }, "distance": 12.26, "direction": 203.69, "angle": 74.56, "elevation": 44.39, "pano_id": "TMX7316010203-000813_pano_0000_000016", "timestamp": "2018-06-28T08:29:46.650490Z", "filename": "pano_0000_000016.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.26352989, "relative_pitch": 74.55507791252337, "relative_heading": 203.68564935969215, "relative_elevation": 44.3865061430261 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00383/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00383/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00383/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00383/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_11-08-20_00383/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00383/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00383/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00383/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00383/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579431295397, 52.345036690382905, 0.0 ] }, "distance": 12.36, "direction": 203.34, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_11-08-20_00383", "timestamp": "2025-07-16T11:17:26Z", "filename": "recording_2025-07-16_11-08-20_00383.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.35562074, "relative_pitch": 0.0, "relative_heading": 203.34436647144966, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00639/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00639/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00639/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00639/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00639/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00639/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00639/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00639/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00639/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795685385462378, 52.3451230941805, 0.0 ] }, "distance": 12.44, "direction": 262.01, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00639", "timestamp": "2025-07-16T10:47:58Z", "filename": "recording_2025-07-16_10-37-33_00639.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.4400804, "relative_pitch": 0.0, "relative_heading": 262.00761681832756, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001180/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001180/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001180/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001180/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_001180/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001180/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001180/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001180/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001180/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79582565054828, 52.3452478496314, 44.6331395953894 ] }, "distance": 12.46, "direction": 347.2, "angle": 74.4, "elevation": 44.63, "pano_id": "TMX7316010203-002502_pano_0002_001180", "timestamp": "2022-04-11T07:37:37.330620Z", "filename": "pano_0002_001180.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.46188595, "relative_pitch": 74.39989346391457, "relative_heading": 347.20258006822775, "relative_elevation": 44.6331395953894 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008052/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008052/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008052/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008052/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001305_pano_0000_008052/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008052/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008052/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008052/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008052/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79581681193877, 52.3452466811006, 44.6771259661764 ] }, "distance": 12.48, "direction": 344.37, "angle": 74.39, "elevation": 44.68, "pano_id": "TMX7316010203-001305_pano_0000_008052", "timestamp": "2019-07-11T08:13:13.660000Z", "filename": "pano_0000_008052.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.4837258, "relative_pitch": 74.38852232598067, "relative_heading": 344.37340382950543, "relative_elevation": 44.6771259661764 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000941/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000941/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000941/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000941/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_000941/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000941/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000941/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000941/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000941/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79591749753937, 52.3452464503519, 44.6220983639359 ] }, "distance": 12.5, "direction": 16.26, "angle": 74.36, "elevation": 44.62, "pano_id": "TMX7316010203-002103_pano_0000_000941", "timestamp": "2021-04-19T07:49:30.416610Z", "filename": "pano_0000_000941.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.49643835, "relative_pitch": 74.35507359986687, "relative_heading": 16.25953797529465, "relative_elevation": 44.6220983639359 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007857/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007857/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007857/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007857/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001305_pano_0000_007857/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_007857/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_007857/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007857/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007857/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795684053661, 52.3451203445164, 44.6389225758612 ] }, "distance": 12.58, "direction": 260.68, "angle": 74.27, "elevation": 44.64, "pano_id": "TMX7316010203-001305_pano_0000_007857", "timestamp": "2019-07-11T08:11:43.745520Z", "filename": "pano_0000_007857.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.57585468, "relative_pitch": 74.26619922407521, "relative_heading": 260.6845506618252, "relative_elevation": 44.6389225758612 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00149/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00149/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00149/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00149/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00149/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00149/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00149/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00149/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00149/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795835157362053, 52.34525128998111, 0.0 ] }, "distance": 12.71, "direction": 350.43, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00149", "timestamp": "2024-10-17T07:28:19Z", "filename": "Job_20241017_0902_Track04_Sphere_00149.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.71190308, "relative_pitch": 0.0, "relative_heading": 350.4340900067835, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00388/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00388/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00388/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00388/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_11-08-20_00388/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00388/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00388/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00388/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00388/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795926380066466, 52.34524688336593, 0.0 ] }, "distance": 12.72, "direction": 18.82, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_11-08-20_00388", "timestamp": "2025-07-16T11:17:30Z", "filename": "recording_2025-07-16_11-08-20_00388.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.72484713, "relative_pitch": 0.0, "relative_heading": 18.816228069480285, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000985/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000985/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000985/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000985/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_000985/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000985/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000985/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000985/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000985/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79568067698776, 52.3451191386278, 44.607322611846 ] }, "distance": 12.83, "direction": 260.26, "angle": 73.96, "elevation": 44.61, "pano_id": "TMX7316010203-002502_pano_0002_000985", "timestamp": "2022-04-11T07:34:24.797330Z", "filename": "pano_0002_000985.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.82500924, "relative_pitch": 73.95957740823559, "relative_heading": 260.25939721200615, "relative_elevation": 44.607322611846 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001903/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001903/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001903/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001903/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_001903/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001903/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001903/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001903/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001903/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7956774147064, 52.3451240726507, 44.6672131344676 ] }, "distance": 12.96, "direction": 262.82, "angle": 73.82, "elevation": 44.67, "pano_id": "TMX7316010203-000803_pano_0000_001903", "timestamp": "2018-06-22T08:42:28.888430Z", "filename": "pano_0000_001903.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.96415764, "relative_pitch": 73.81522179703602, "relative_heading": 262.81796314899435, "relative_elevation": 44.6672131344676 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00901/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00901/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00901/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00901/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00901/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00901/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00901/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00901/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00901/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795829996984789, 52.34525308872283, 0.0 ] }, "distance": 12.97, "direction": 349.05, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00901", "timestamp": "2025-07-16T10:54:30Z", "filename": "recording_2025-07-16_10-37-33_00901.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 12.97150405, "relative_pitch": 0.0, "relative_heading": 349.0491233016755, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001280/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001280/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001280/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001280/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_001280/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001280/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001280/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001280/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001280/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79575893742162, 52.3452357354865, 44.662350628525 ] }, "distance": 13.04, "direction": 325.93, "angle": 73.72, "elevation": 44.66, "pano_id": "TMX7316010203-002103_pano_0000_001280", "timestamp": "2021-04-19T07:53:51.674490Z", "filename": "pano_0000_001280.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 13.0431033, "relative_pitch": 73.72018974078362, "relative_heading": 325.9302901623051, "relative_elevation": 44.662350628525 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003470/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003470/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003470/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003470/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000809_pano_0000_003470/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003470/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003470/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003470/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003470/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79567865153417, 52.3451136336519, 44.5763201462105 ] }, "distance": 13.08, "direction": 257.72, "angle": 73.65, "elevation": 44.58, "pano_id": "TMX7316010203-000809_pano_0000_003470", "timestamp": "2018-06-26T11:29:40.688910Z", "filename": "pano_0000_003470.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 13.07757518, "relative_pitch": 73.64963354081517, "relative_heading": 257.71580733184754, "relative_elevation": 44.5763201462105 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001283/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001283/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001283/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001283/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_001283/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001283/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001283/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001283/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001283/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79567878260259, 52.3451080126953, 44.6531701898202 ] }, "distance": 13.22, "direction": 255.06, "angle": 73.51, "elevation": 44.65, "pano_id": "TMX7316010203-002103_pano_0000_001283", "timestamp": "2021-04-19T07:53:52.964490Z", "filename": "pano_0000_001283.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 13.21614979, "relative_pitch": 73.51264855419312, "relative_heading": 255.05712669929696, "relative_elevation": 44.6531701898202 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002660/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002660/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002660/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002660/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002660/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002660/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002660/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002660/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002660/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79582828792845, 52.3452552258488, 44.659242012538 ] }, "distance": 13.23, "direction": 348.75, "angle": 73.5, "elevation": 44.66, "pano_id": "TMX7316010203-001874_pano_0000_002660", "timestamp": "2020-08-13T09:43:26.071570Z", "filename": "pano_0000_002660.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 13.22728635, "relative_pitch": 73.5016321685099, "relative_heading": 348.74948947980494, "relative_elevation": 44.659242012538 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000423/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000423/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000423/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000423/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000285_pano_0000_000423/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000285_pano_0000_000423/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000285_pano_0000_000423/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000423/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000423/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79583105533153, 52.3452563257662, 44.5252592023462 ] }, "distance": 13.31, "direction": 349.65, "angle": 73.35, "elevation": 44.53, "pano_id": "TMX7316010203-000285_pano_0000_000423", "timestamp": "2017-05-04T08:27:58.075850Z", "filename": "pano_0000_000423.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 13.31217023, "relative_pitch": 73.354377314663, "relative_heading": 349.6484140501615, "relative_elevation": 44.5252592023462 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003467/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003467/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003467/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003467/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000809_pano_0000_003467/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003467/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003467/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003467/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003467/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79575644705615, 52.3452386370316, 44.5994925592095 ] }, "distance": 13.41, "direction": 326.1, "angle": 73.27, "elevation": 44.6, "pano_id": "TMX7316010203-000809_pano_0000_003467", "timestamp": "2018-06-26T11:29:39.353890Z", "filename": "pano_0000_003467.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 13.40568644, "relative_pitch": 73.27030718032803, "relative_heading": 326.10247427697254, "relative_elevation": 44.5994925592095 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004463/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004463/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004463/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004463/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001691_pano_0001_004463/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004463/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004463/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004463/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004463/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79570831021252, 52.3450637850836, 44.671055865474 ] }, "distance": 13.6, "direction": 232.25, "angle": 73.06, "elevation": 44.67, "pano_id": "TMX7316010203-001691_pano_0001_004463", "timestamp": "2020-05-06T11:36:09.951950Z", "filename": "pano_0001_004463.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 13.60473084, "relative_pitch": 73.06169712049473, "relative_heading": 232.24896792206474, "relative_elevation": 44.671055865474 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000982/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000982/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000982/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000982/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_000982/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000982/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000982/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000982/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000982/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79576071482615, 52.3452461985333, 44.6281798435375 ] }, "distance": 13.96, "direction": 329.02, "angle": 72.63, "elevation": 44.63, "pano_id": "TMX7316010203-002502_pano_0002_000982", "timestamp": "2022-04-11T07:34:23.462350Z", "filename": "pano_0002_000982.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 13.95997176, "relative_pitch": 72.6299931611528, "relative_heading": 329.0205130807112, "relative_elevation": 44.6281798435375 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00636/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00636/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00636/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00636/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00636/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00636/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00636/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00636/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00636/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795764748543288, 52.34524878105678, 0.0 ] }, "distance": 14.07, "direction": 330.58, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00636", "timestamp": "2025-07-16T10:47:57Z", "filename": "recording_2025-07-16_10-37-33_00636.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 14.07008098, "relative_pitch": 0.0, "relative_heading": 330.5827744451607, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001900/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001900/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001900/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001900/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_001900/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001900/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001900/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001900/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001900/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79575407693393, 52.3452462869283, 44.6842766376212 ] }, "distance": 14.21, "direction": 327.48, "angle": 72.36, "elevation": 44.68, "pano_id": "TMX7316010203-000803_pano_0000_001900", "timestamp": "2018-06-22T08:42:27.688440Z", "filename": "pano_0000_001900.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 14.20640759, "relative_pitch": 72.36305353004809, "relative_heading": 327.4765789802776, "relative_elevation": 44.6842766376212 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000953/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000953/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000953/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000953/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000041_pano_0000_000953/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000953/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000953/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000953/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000953/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7957689812311, 52.3452530418969, 44.5727641275153 ] }, "distance": 14.35, "direction": 332.52, "angle": 72.15, "elevation": 44.57, "pano_id": "TMX7316010203-000041_pano_0000_000953", "timestamp": "2016-08-02T11:09:16.109930Z", "filename": "pano_0000_000953.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 14.34956252, "relative_pitch": 72.15478127972429, "relative_heading": 332.51621173864135, "relative_elevation": 44.5727641275153 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004323/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004323/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004323/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004323/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001691_pano_0001_004323/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004323/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004323/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004323/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004323/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79576446167034, 52.3452524684428, 44.6759052723646 ] }, "distance": 14.44, "direction": 331.31, "angle": 72.09, "elevation": 44.68, "pano_id": "TMX7316010203-001691_pano_0001_004323", "timestamp": "2020-05-06T11:34:45.122510Z", "filename": "pano_0001_004323.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 14.43826889, "relative_pitch": 72.09030967893541, "relative_heading": 331.31495605120375, "relative_elevation": 44.6759052723646 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00287/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00287/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00287/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00287/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00287/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00287/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00287/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00287/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00287/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795769353549145, 52.345254520324666, 0.0 ] }, "distance": 14.48, "direction": 332.91, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00287", "timestamp": "2024-10-17T07:29:54Z", "filename": "Job_20241017_0902_Track04_Sphere_00287.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 14.48413134, "relative_pitch": 0.0, "relative_heading": 332.90558313480915, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004468/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004468/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004468/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004468/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001691_pano_0001_004468/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004468/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004468/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004468/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004468/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79583312130865, 52.3452673226104, 44.6967551633716 ] }, "distance": 14.5, "direction": 351.07, "angle": 72.03, "elevation": 44.7, "pano_id": "TMX7316010203-001691_pano_0001_004468", "timestamp": "2020-05-06T11:36:11.717030Z", "filename": "pano_0001_004468.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 14.4950473, "relative_pitch": 72.03224935766958, "relative_heading": 351.06515415397064, "relative_elevation": 44.6967551633716 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001032_pano_0002_000016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79577110455549, 52.3452559136008, 44.7517712889239 ] }, "distance": 14.57, "direction": 333.6, "angle": 71.97, "elevation": 44.75, "pano_id": "TMX7316010203-001032_pano_0002_000016", "timestamp": "2019-01-02T11:02:03.940870Z", "filename": "pano_0002_000016.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 14.56887668, "relative_pitch": 71.96741317179196, "relative_heading": 333.6010880476223, "relative_elevation": 44.7517712889239 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000020/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000020/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000020/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000020/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001032_pano_0002_000020/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000020/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000020/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000020/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000020/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79566664024122, 52.3450902521807, 44.7365131843835 ] }, "distance": 14.62, "direction": 248.4, "angle": 71.9, "elevation": 44.74, "pano_id": "TMX7316010203-001032_pano_0002_000020", "timestamp": "2019-01-02T11:02:05.315900Z", "filename": "pano_0002_000020.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 14.6239408, "relative_pitch": 71.8979236934144, "relative_heading": 248.39701115642058, "relative_elevation": 44.7365131843835 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002655/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002655/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002655/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002655/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002655/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002655/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002655/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002655/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002655/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79570576264497, 52.3450501053747, 44.6347894361243 ] }, "distance": 14.71, "direction": 227.97, "angle": 71.75, "elevation": 44.63, "pano_id": "TMX7316010203-001874_pano_0000_002655", "timestamp": "2020-08-13T09:43:23.586590Z", "filename": "pano_0000_002655.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 14.71490935, "relative_pitch": 71.75397920717178, "relative_heading": 227.97252305073854, "relative_elevation": 44.6347894361243 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002617/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002617/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002617/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002617/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002617/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002617/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002617/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002617/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002617/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7956645134271, 52.3450864307517, 44.6681359419599 ] }, "distance": 14.92, "direction": 247.08, "angle": 71.53, "elevation": 44.67, "pano_id": "TMX7316010203-001874_pano_0000_002617", "timestamp": "2020-08-13T09:42:48.241670Z", "filename": "pano_0000_002617.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 14.91917713, "relative_pitch": 71.53065782516741, "relative_heading": 247.08350347675076, "relative_elevation": 44.6681359419599 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00093/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00093/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00093/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00093/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track09_Sphere_00093/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00093/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00093/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00093/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00093/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79578654915275, 52.345013597821996, 0.0 ] }, "distance": 14.93, "direction": 201.3, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track09_Sphere_00093", "timestamp": "2024-10-17T07:41:52Z", "filename": "Job_20241017_0902_Track09_Sphere_00093.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 14.93402387, "relative_pitch": 0.0, "relative_heading": 201.30119248644723, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00099/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00099/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00099/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00099/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track09_Sphere_00099/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00099/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00099/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00099/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00099/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795945623037317, 52.34526425409731, 0.0 ] }, "distance": 14.99, "direction": 21.18, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track09_Sphere_00099", "timestamp": "2024-10-17T07:41:57Z", "filename": "Job_20241017_0902_Track09_Sphere_00099.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 14.99016089, "relative_pitch": 0.0, "relative_heading": 21.178515008050418, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000957/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000957/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000957/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000957/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000041_pano_0000_000957/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000957/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000957/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000957/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000957/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79566373863155, 52.3450841967423, 44.5571082700044 ] }, "distance": 15.07, "direction": 246.29, "angle": 71.32, "elevation": 44.56, "pano_id": "TMX7316010203-000041_pano_0000_000957", "timestamp": "2016-08-02T11:09:17.634930Z", "filename": "pano_0000_000957.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 15.06605012, "relative_pitch": 71.31811405820704, "relative_heading": 246.2909152894578, "relative_elevation": 44.5571082700044 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00144/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00144/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00144/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00144/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00144/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00144/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00144/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00144/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00144/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795708888751038, 52.345043202062826, 0.0 ] }, "distance": 15.09, "direction": 225.26, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00144", "timestamp": "2024-10-17T07:28:16Z", "filename": "Job_20241017_0902_Track04_Sphere_00144.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 15.08779908, "relative_pitch": 0.0, "relative_heading": 225.26301657191237, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00291/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00291/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00291/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00291/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00291/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00291/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00291/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00291/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00291/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795660791693241, 52.34508548304938, 0.0 ] }, "distance": 15.19, "direction": 247.09, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00291", "timestamp": "2024-10-17T07:29:57Z", "filename": "Job_20241017_0902_Track04_Sphere_00291.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 15.19385302, "relative_pitch": 0.0, "relative_heading": 247.08965270131682, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00896/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00896/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00896/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00896/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00896/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00896/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00896/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00896/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00896/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795702549216697, 52.34504208285131, 0.0 ] }, "distance": 15.48, "direction": 226.06, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00896", "timestamp": "2025-07-16T10:54:27Z", "filename": "recording_2025-07-16_10-37-33_00896.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 15.48384862, "relative_pitch": 0.0, "relative_heading": 226.06092030246674, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00640/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00640/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00640/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00640/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00640/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00640/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00640/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00640/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00640/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79565886741288, 52.34508121320353, 0.0 ] }, "distance": 15.5, "direction": 245.66, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00640", "timestamp": "2025-07-16T10:47:59Z", "filename": "recording_2025-07-16_10-37-33_00640.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 15.50442752, "relative_pitch": 0.0, "relative_heading": 245.6608778613584, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008047/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008047/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008047/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008047/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001305_pano_0000_008047/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008047/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008047/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008047/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008047/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7956978533954, 52.3450413332586, 44.6542379772291 ] }, "distance": 15.77, "direction": 226.65, "angle": 70.55, "elevation": 44.65, "pano_id": "TMX7316010203-001305_pano_0000_008047", "timestamp": "2019-07-11T08:13:11.745020Z", "filename": "pano_0000_008047.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 15.77299311, "relative_pitch": 70.54550600035788, "relative_heading": 226.64938002839838, "relative_elevation": 44.6542379772291 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007858/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007858/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007858/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007858/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001305_pano_0000_007858/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_007858/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_007858/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007858/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007858/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79565646229223, 52.3450773774289, 44.6442613406107 ] }, "distance": 15.83, "direction": 244.5, "angle": 70.47, "elevation": 44.64, "pano_id": "TMX7316010203-001305_pano_0000_007858", "timestamp": "2019-07-11T08:11:44.095530Z", "filename": "pano_0000_007858.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 15.83293657, "relative_pitch": 70.47312058029411, "relative_heading": 244.49796344773733, "relative_elevation": 44.6442613406107 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001904/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001904/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001904/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001904/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_001904/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001904/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001904/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001904/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001904/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79565187194095, 52.3450834773914, 44.6737421778962 ] }, "distance": 15.84, "direction": 247.2, "angle": 70.48, "elevation": 44.67, "pano_id": "TMX7316010203-000803_pano_0000_001904", "timestamp": "2018-06-22T08:42:29.293470Z", "filename": "pano_0000_001904.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 15.84068181, "relative_pitch": 70.47620805141331, "relative_heading": 247.20202378170393, "relative_elevation": 44.6737421778962 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000022/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000022/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000022/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000022/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000813_pano_0000_000022/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000022/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000022/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000022/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000022/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79594233931435, 52.3452742733255, 44.4489488843828 ] }, "distance": 15.96, "direction": 18.98, "angle": 70.25, "elevation": 44.45, "pano_id": "TMX7316010203-000813_pano_0000_000022", "timestamp": "2018-06-28T08:29:50.235530Z", "filename": "pano_0000_000022.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 15.96060937, "relative_pitch": 70.24793782856901, "relative_heading": 18.9829981153033, "relative_elevation": 44.4489488843828 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002223/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002223/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002223/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002223/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_002223/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002223/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002223/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002223/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002223/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7958505622892, 52.345281874765, 44.6318184398115 ] }, "distance": 15.97, "direction": 356.19, "angle": 70.31, "elevation": 44.63, "pano_id": "TMX7316010203-000803_pano_0000_002223", "timestamp": "2018-06-22T08:50:34.915080Z", "filename": "pano_0000_002223.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 15.97381966, "relative_pitch": 70.30760693302803, "relative_heading": 356.1855460942743, "relative_elevation": 44.6318184398115 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000986/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000986/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000986/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000986/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_000986/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000986/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000986/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000986/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000986/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79565435053807, 52.3450769758706, 44.6136968545616 ] }, "distance": 15.98, "direction": 244.58, "angle": 70.29, "elevation": 44.61, "pano_id": "TMX7316010203-002502_pano_0002_000986", "timestamp": "2022-04-11T07:34:25.227330Z", "filename": "pano_0002_000986.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 15.98208089, "relative_pitch": 70.29082017653299, "relative_heading": 244.57551356841947, "relative_elevation": 44.6136968545616 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001175/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001175/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001175/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001175/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_001175/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001175/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001175/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001175/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001175/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79569657774324, 52.3450387476466, 44.6267860317603 ] }, "distance": 16.03, "direction": 226.12, "angle": 70.24, "elevation": 44.63, "pano_id": "TMX7316010203-002502_pano_0002_001175", "timestamp": "2022-04-11T07:37:35.520660Z", "filename": "pano_0002_001175.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 16.03440882, "relative_pitch": 70.23663186338501, "relative_heading": 226.11503349462274, "relative_elevation": 44.6267860317603 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002217/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002217/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002217/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002217/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_002217/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002217/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002217/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002217/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002217/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79569885199282, 52.3450337409336, 44.6036254940555 ] }, "distance": 16.32, "direction": 224.33, "angle": 69.91, "elevation": 44.6, "pano_id": "TMX7316010203-000803_pano_0000_002217", "timestamp": "2018-06-22T08:50:32.570060Z", "filename": "pano_0000_002217.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 16.31684588, "relative_pitch": 69.90652902755878, "relative_heading": 224.32751845950494, "relative_elevation": 44.6036254940555 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003471/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003471/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003471/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003471/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000809_pano_0000_003471/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003471/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003471/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003471/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003471/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79565278322629, 52.3450720381104, 44.5828185640275 ] }, "distance": 16.32, "direction": 242.99, "angle": 69.89, "elevation": 44.58, "pano_id": "TMX7316010203-000809_pano_0000_003471", "timestamp": "2018-06-26T11:29:41.133850Z", "filename": "pano_0000_003471.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 16.32065126, "relative_pitch": 69.89358934044785, "relative_heading": 242.99421474801102, "relative_elevation": 44.5828185640275 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001279/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001279/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001279/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001279/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_001279/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001279/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001279/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001279/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001279/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79578555604634, 52.3452781930733, 44.6658428153023 ] }, "distance": 16.47, "direction": 340.52, "angle": 69.76, "elevation": 44.67, "pano_id": "TMX7316010203-002103_pano_0000_001279", "timestamp": "2021-04-19T07:53:51.249480Z", "filename": "pano_0000_001279.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 16.47156816, "relative_pitch": 69.75737470423663, "relative_heading": 340.5206046957804, "relative_elevation": 44.6658428153023 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008053/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008053/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008053/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008053/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001305_pano_0000_008053/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008053/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008053/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008053/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008053/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79584112375867, 52.3452876859273, 44.6837420044467 ] }, "distance": 16.67, "direction": 354.13, "angle": 69.54, "elevation": 44.68, "pano_id": "TMX7316010203-001305_pano_0000_008053", "timestamp": "2019-07-11T08:13:14.040160Z", "filename": "pano_0000_008053.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 16.67256442, "relative_pitch": 69.53826158200816, "relative_heading": 354.12738500876196, "relative_elevation": 44.6837420044467 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001284/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001284/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001284/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001284/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_001284/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001284/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001284/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001284/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001284/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7956515439474, 52.345065674037, 44.6629395401105 ] }, "distance": 16.73, "direction": 240.96, "angle": 69.47, "elevation": 44.66, "pano_id": "TMX7316010203-002103_pano_0000_001284", "timestamp": "2021-04-19T07:53:53.394500Z", "filename": "pano_0000_001284.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 16.72795829, "relative_pitch": 69.46717642965604, "relative_heading": 240.96408725758621, "relative_elevation": 44.6629395401105 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003466/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003466/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003466/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003466/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000809_pano_0000_003466/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003466/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003466/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003466/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003466/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7957824796459, 52.3452802269908, 44.609442553483 ] }, "distance": 16.76, "direction": 340.1, "angle": 69.41, "elevation": 44.61, "pano_id": "TMX7316010203-000809_pano_0000_003466", "timestamp": "2018-06-26T11:29:38.908930Z", "filename": "pano_0000_003466.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 16.75529348, "relative_pitch": 69.4138363712817, "relative_heading": 340.10279834078, "relative_elevation": 44.609442553483 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001181/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001181/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001181/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001181/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_001181/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001181/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001181/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001181/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001181/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79585179204667, 52.3452897694243, 44.6404721727595 ] }, "distance": 16.85, "direction": 356.67, "angle": 69.33, "elevation": 44.64, "pano_id": "TMX7316010203-002502_pano_0002_001181", "timestamp": "2022-04-11T07:37:37.690620Z", "filename": "pano_0002_001181.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 16.84536692, "relative_pitch": 69.32568116039276, "relative_heading": 356.66874154161064, "relative_elevation": 44.6404721727595 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000015/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000015/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000015/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000015/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000813_pano_0000_000015/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000015/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000015/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000015/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000015/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79576830871687, 52.3449980024811, 44.3876390308142 ] }, "distance": 17.01, "direction": 203.08, "angle": 69.03, "elevation": 44.39, "pano_id": "TMX7316010203-000813_pano_0000_000015", "timestamp": "2018-06-28T08:29:46.065540Z", "filename": "pano_0000_000015.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 17.0105815, "relative_pitch": 69.03177391784399, "relative_heading": 203.07903960896715, "relative_elevation": 44.3876390308142 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000947/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000947/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000947/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000947/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_000947/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000947/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000947/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000947/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000947/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79576691491903, 52.3449969098749, 44.4425243530422 ] }, "distance": 17.16, "direction": 203.21, "angle": 68.89, "elevation": 44.44, "pano_id": "TMX7316010203-002103_pano_0000_000947", "timestamp": "2021-04-19T07:49:41.531510Z", "filename": "pano_0000_000947.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 17.15970987, "relative_pitch": 68.88791903956201, "relative_heading": 203.21167977615514, "relative_elevation": 44.4425243530422 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00150/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00150/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00150/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00150/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00150/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00150/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00150/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00150/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00150/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795860638458466, 52.345292815209866, 0.0 ] }, "distance": 17.16, "direction": 358.74, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00150", "timestamp": "2024-10-17T07:28:20Z", "filename": "Job_20241017_0902_Track04_Sphere_00150.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 17.15993876, "relative_pitch": 0.0, "relative_heading": 358.7444848093202, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00382/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00382/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00382/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00382/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_11-08-20_00382/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00382/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00382/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00382/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00382/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795767810604967, 52.34499472861788, 0.0 ] }, "distance": 17.36, "direction": 202.71, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_11-08-20_00382", "timestamp": "2025-07-16T11:17:25Z", "filename": "recording_2025-07-16_11-08-20_00382.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 17.35938608, "relative_pitch": 0.0, "relative_heading": 202.71077753122228, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00902/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00902/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00902/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00902/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00902/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00902/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00902/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00902/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00902/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795856308777387, 52.34529504951886, 0.0 ] }, "distance": 17.42, "direction": 357.79, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00902", "timestamp": "2025-07-16T10:54:31Z", "filename": "recording_2025-07-16_10-37-33_00902.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 17.41737131, "relative_pitch": 0.0, "relative_heading": 357.79196954306417, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000981/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000981/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000981/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000981/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_000981/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000981/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000981/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000981/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000981/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79578795917841, 52.3452882950338, 44.6380567867309 ] }, "distance": 17.48, "direction": 342.26, "angle": 68.61, "elevation": 44.64, "pano_id": "TMX7316010203-002502_pano_0002_000981", "timestamp": "2022-04-11T07:34:22.997420Z", "filename": "pano_0002_000981.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 17.48471097, "relative_pitch": 68.60973900750392, "relative_heading": 342.25514922817695, "relative_elevation": 44.6380567867309 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000940/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000940/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000940/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000940/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_000940/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000940/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_000940/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000940/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_000940/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79594409722109, 52.3452884771209, 44.6459661116824 ] }, "distance": 17.5, "direction": 17.67, "angle": 68.6, "elevation": 44.65, "pano_id": "TMX7316010203-002103_pano_0000_000940", "timestamp": "2021-04-19T07:49:29.126640Z", "filename": "pano_0000_000940.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 17.49872533, "relative_pitch": 68.59759426540592, "relative_heading": 17.670422322776847, "relative_elevation": 44.6459661116824 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001899/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001899/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001899/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001899/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_001899/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001899/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001899/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001899/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001899/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79577972978435, 52.3452871915827, 44.6913578687236 ] }, "distance": 17.55, "direction": 340.39, "angle": 68.56, "elevation": 44.69, "pano_id": "TMX7316010203-000803_pano_0000_001899", "timestamp": "2018-06-22T08:42:27.293410Z", "filename": "pano_0000_001899.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 17.54800464, "relative_pitch": 68.56260932745568, "relative_heading": 340.3886253175958, "relative_elevation": 44.6913578687236 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002661/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002661/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002661/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002661/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002661/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002661/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002661/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002661/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002661/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79585286402888, 52.3452962100142, 44.6732118390501 ] }, "distance": 17.56, "direction": 357.04, "angle": 68.54, "elevation": 44.67, "pano_id": "TMX7316010203-001874_pano_0000_002661", "timestamp": "2020-08-13T09:43:26.541570Z", "filename": "pano_0000_002661.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 17.55695429, "relative_pitch": 68.54474884015403, "relative_heading": 357.0426517466386, "relative_elevation": 44.6732118390501 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00635/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00635/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00635/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00635/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00635/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00635/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00635/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00635/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00635/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795791266073869, 52.34529071593229, 0.0 ] }, "distance": 17.68, "direction": 343.22, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00635", "timestamp": "2025-07-16T10:47:56Z", "filename": "recording_2025-07-16_10-37-33_00635.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 17.67508343, "relative_pitch": 0.0, "relative_heading": 343.2171105633275, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00389/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00389/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00389/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00389/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_11-08-20_00389/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00389/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00389/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00389/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00389/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795952660083792, 52.345289032725766, 0.0 ] }, "distance": 17.74, "direction": 19.41, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_11-08-20_00389", "timestamp": "2025-07-16T11:17:31Z", "filename": "recording_2025-07-16_11-08-20_00389.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 17.74289891, "relative_pitch": 0.0, "relative_heading": 19.40557453414874, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004462/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004462/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004462/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004462/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001691_pano_0001_004462/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004462/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004462/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004462/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004462/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7956838983123, 52.3450229906821, 44.6622795965523 ] }, "distance": 17.88, "direction": 223.99, "angle": 68.18, "elevation": 44.66, "pano_id": "TMX7316010203-001691_pano_0001_004462", "timestamp": "2020-05-06T11:36:09.591970Z", "filename": "pano_0001_004462.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 17.88497939, "relative_pitch": 68.1764008440389, "relative_heading": 223.98516764818618, "relative_elevation": 44.6622795965523 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000952/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000952/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000952/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000952/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000041_pano_0000_000952/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000952/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000952/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000952/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000952/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579468024469, 52.3452953569594, 44.5778870740905 ] }, "distance": 18.11, "direction": 344.39, "angle": 67.89, "elevation": 44.58, "pano_id": "TMX7316010203-000041_pano_0000_000952", "timestamp": "2016-08-02T11:09:15.734910Z", "filename": "pano_0000_000952.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 18.1061483, "relative_pitch": 67.89454358142059, "relative_heading": 344.39397119124243, "relative_elevation": 44.5778870740905 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004322/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004322/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004322/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004322/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001691_pano_0001_004322/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004322/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004322/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004322/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004322/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579147465964, 52.3452955874611, 44.6804395131767 ] }, "distance": 18.19, "direction": 343.75, "angle": 67.85, "elevation": 44.68, "pano_id": "TMX7316010203-001691_pano_0001_004322", "timestamp": "2020-05-06T11:34:44.782510Z", "filename": "pano_0001_004322.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 18.19075921, "relative_pitch": 67.84727411788884, "relative_heading": 343.7529847655652, "relative_elevation": 44.6804395131767 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00286/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00286/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00286/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00286/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00286/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00286/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00286/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00286/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00286/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795795505541956, 52.345296354506274, 0.0 ] }, "distance": 18.2, "direction": 344.66, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00286", "timestamp": "2024-10-17T07:29:54Z", "filename": "Job_20241017_0902_Track04_Sphere_00286.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 18.19812057, "relative_pitch": 0.0, "relative_heading": 344.65853883155694, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000015/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000015/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000015/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000015/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001032_pano_0002_000015/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000015/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000015/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000015/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000015/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79579715235832, 52.3452976414575, 44.7565554827452 ] }, "distance": 18.31, "direction": 345.12, "angle": 67.75, "elevation": 44.76, "pano_id": "TMX7316010203-001032_pano_0002_000015", "timestamp": "2019-01-02T11:02:03.600860Z", "filename": "pano_0002_000015.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 18.30711251, "relative_pitch": 67.75359456891415, "relative_heading": 345.11584446635123, "relative_elevation": 44.7565554827452 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000021/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000021/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000021/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000021/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001032_pano_0002_000021/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000021/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001032_pano_0002_000021/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000021/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/02/TMX7316010203-001032/pano_0002_000021/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79564020063806, 52.3450487970428, 44.7463490376249 ] }, "distance": 18.36, "direction": 237.01, "angle": 67.69, "elevation": 44.75, "pano_id": "TMX7316010203-001032_pano_0002_000021", "timestamp": "2019-01-02T11:02:05.665800Z", "filename": "pano_0002_000021.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 18.35907602, "relative_pitch": 67.6920419392485, "relative_heading": 237.0076612991188, "relative_elevation": 44.7463490376249 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001137/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001137/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001137/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001137/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_001137/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001137/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001137/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001137/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001137/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79568116888559, 52.3450142823457, 44.6456532869488 ] }, "distance": 18.72, "direction": 222.33, "angle": 67.25, "elevation": 44.65, "pano_id": "TMX7316010203-002103_pano_0000_001137", "timestamp": "2021-04-19T07:52:46.475070Z", "filename": "pano_0000_001137.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 18.71914445, "relative_pitch": 67.25254494952189, "relative_heading": 222.33481608167898, "relative_elevation": 44.6456532869488 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002618/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002618/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002618/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002618/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002618/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002618/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002618/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002618/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002618/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79563718518398, 52.3450447682639, 44.6764454776421 ] }, "distance": 18.78, "direction": 236.2, "angle": 67.2, "elevation": 44.68, "pano_id": "TMX7316010203-001874_pano_0000_002618", "timestamp": "2020-08-13T09:42:48.611680Z", "filename": "pano_0000_002618.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 18.77740581, "relative_pitch": 67.20309813071727, "relative_heading": 236.2017650979928, "relative_elevation": 44.6764454776421 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004469/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004469/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004469/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004469/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001691_pano_0001_004469/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004469/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001691_pano_0001_004469/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004469/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/06/TMX7316010203-001691/pano_0001_004469/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79585804700092, 52.3453076959155, 44.7084995489568 ] }, "distance": 18.82, "direction": 358.32, "angle": 67.17, "elevation": 44.71, "pano_id": "TMX7316010203-001691_pano_0001_004469", "timestamp": "2020-05-06T11:36:12.061960Z", "filename": "pano_0001_004469.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 18.81976787, "relative_pitch": 67.17164024128554, "relative_heading": 358.31740646224637, "relative_elevation": 44.7084995489568 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000958/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000958/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000958/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000958/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000041_pano_0000_000958/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000958/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000041_pano_0000_000958/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000958/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/02/TMX7316010203-000041/pano_0000_000958/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79563662687264, 52.3450422112446, 44.5622056005523 ] }, "distance": 18.97, "direction": 235.55, "angle": 66.94, "elevation": 44.56, "pano_id": "TMX7316010203-000041_pano_0000_000958", "timestamp": "2016-08-02T11:09:18.025090Z", "filename": "pano_0000_000958.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 18.96852151, "relative_pitch": 66.9422973810627, "relative_heading": 235.55148609659753, "relative_elevation": 44.5622056005523 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002654/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002654/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002654/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002654/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001874_pano_0000_002654/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002654/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001874_pano_0000_002654/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002654/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001874/pano_0000_002654/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79568050615252, 52.3450090514681, 44.6199857313186 ] }, "distance": 19.18, "direction": 221.26, "angle": 66.74, "elevation": 44.62, "pano_id": "TMX7316010203-001874_pano_0000_002654", "timestamp": "2020-08-13T09:43:23.071590Z", "filename": "pano_0000_002654.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 19.18318574, "relative_pitch": 66.73598869748885, "relative_heading": 221.2636751145822, "relative_elevation": 44.6199857313186 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00292/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00292/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00292/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00292/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00292/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00292/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00292/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00292/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00292/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795632260294032, 52.345041614681634, 0.0 ] }, "distance": 19.25, "direction": 235.89, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00292", "timestamp": "2024-10-17T07:29:57Z", "filename": "Job_20241017_0902_Track04_Sphere_00292.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 19.25179842, "relative_pitch": 0.0, "relative_heading": 235.88954332571484, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00641/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00641/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00641/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00641/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00641/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00641/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00641/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00641/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00641/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795632246572584, 52.34503934069412, 0.0 ] }, "distance": 19.4, "direction": 235.27, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00641", "timestamp": "2025-07-16T10:47:59Z", "filename": "recording_2025-07-16_10-37-33_00641.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 19.39559895, "relative_pitch": 0.0, "relative_heading": 235.27219801827314, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001905/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001905/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001905/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001905/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_001905/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001905/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_001905/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001905/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_001905/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79562623224522, 52.345042801866, 44.6783238556236 ] }, "distance": 19.52, "direction": 236.89, "angle": 66.4, "elevation": 44.68, "pano_id": "TMX7316010203-000803_pano_0000_001905", "timestamp": "2018-06-22T08:42:29.703390Z", "filename": "pano_0000_001905.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 19.52080071, "relative_pitch": 66.39857750853038, "relative_heading": 236.8868019415272, "relative_elevation": 44.6783238556236 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00143/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00143/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00143/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00143/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track04_Sphere_00143/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00143/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track04_Sphere_00143/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00143/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track04_Sphere_00143/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79568372239296, 52.34500230751902, 0.0 ] }, "distance": 19.61, "direction": 219.34, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track04_Sphere_00143", "timestamp": "2024-10-17T07:28:16Z", "filename": "Job_20241017_0902_Track04_Sphere_00143.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 19.61380918, "relative_pitch": 0.0, "relative_heading": 219.33625870240638, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000420/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000420/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000420/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000420/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000285_pano_0000_000420/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000285_pano_0000_000420/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000285_pano_0000_000420/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000420/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000285/pano_0000_000420/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79567716983185, 52.34500324251, 44.4834738057107 ] }, "distance": 19.82, "direction": 220.53, "angle": 65.98, "elevation": 44.48, "pano_id": "TMX7316010203-000285_pano_0000_000420", "timestamp": "2017-05-04T08:27:55.840950Z", "filename": "pano_0000_000420.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 19.82066226, "relative_pitch": 65.98350855626646, "relative_heading": 220.52537136034022, "relative_elevation": 44.4834738057107 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007859/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007859/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007859/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007859/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001305_pano_0000_007859/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_007859/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_007859/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007859/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_007859/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79562879075322, 52.3450344179992, 44.6509672431275 ] }, "distance": 19.9, "direction": 234.36, "angle": 65.97, "elevation": 44.65, "pano_id": "TMX7316010203-001305_pano_0000_007859", "timestamp": "2019-07-11T08:11:44.445550Z", "filename": "pano_0000_007859.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 19.90371819, "relative_pitch": 65.97448881098903, "relative_heading": 234.36243273161915, "relative_elevation": 44.6509672431275 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000987/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000987/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000987/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000987/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_000987/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000987/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_000987/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000987/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_000987/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79562758642756, 52.345034465741, 44.6213650982827 ] }, "distance": 19.97, "direction": 234.51, "angle": 65.89, "elevation": 44.62, "pano_id": "TMX7316010203-002502_pano_0002_000987", "timestamp": "2022-04-11T07:34:25.657350Z", "filename": "pano_0002_000987.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 19.96739329, "relative_pitch": 65.89219829865465, "relative_heading": 234.51204176977853, "relative_elevation": 44.6213650982827 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00100/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00100/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00100/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00100/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track09_Sphere_00100/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00100/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00100/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00100/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00100/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795971067474016, 52.34530633636352, 0.0 ] }, "distance": 19.98, "direction": 20.96, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track09_Sphere_00100", "timestamp": "2024-10-17T07:41:57Z", "filename": "Job_20241017_0902_Track09_Sphere_00100.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 19.98313882, "relative_pitch": 0.0, "relative_heading": 20.96389896824431, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00092/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00092/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00092/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00092/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track09_Sphere_00092/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00092/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00092/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00092/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00092/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795759979200512, 52.344971204301665, 0.0 ] }, "distance": 19.99, "direction": 201.22, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track09_Sphere_00092", "timestamp": "2024-10-17T07:41:52Z", "filename": "Job_20241017_0902_Track09_Sphere_00092.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 19.98684389, "relative_pitch": 0.0, "relative_heading": 201.22483150400566, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00895/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00895/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00895/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00895/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_10-37-33_00895/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00895/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_10-37-33_00895/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00895/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_10-37-33_00895/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79567748959422, 52.34499978673939, 0.0 ] }, "distance": 20.1, "direction": 219.77, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_10-37-33_00895", "timestamp": "2025-07-16T10:54:27Z", "filename": "recording_2025-07-16_10-37-33_00895.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.10056271, "relative_pitch": 0.0, "relative_heading": 219.76590302441414, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008046/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008046/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008046/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008046/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001305_pano_0000_008046/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008046/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001305_pano_0000_008046/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008046/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001305/pano_0000_008046/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79567408447593, 52.345000340343, 44.6320471800864 ] }, "distance": 20.2, "direction": 220.38, "angle": 65.65, "elevation": 44.63, "pano_id": "TMX7316010203-001305_pano_0000_008046", "timestamp": "2019-07-11T08:13:11.359990Z", "filename": "pano_0000_008046.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.20281932, "relative_pitch": 65.64598362623275, "relative_heading": 220.38353430627853, "relative_elevation": 44.6320471800864 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003472/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003472/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003472/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003472/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000809_pano_0000_003472/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003472/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003472/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003472/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003472/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795627004099, 52.3450305014204, 44.5870057884604 ] }, "distance": 20.26, "direction": 233.56, "angle": 65.56, "elevation": 44.59, "pano_id": "TMX7316010203-000809_pano_0000_003472", "timestamp": "2018-06-26T11:29:41.578900Z", "filename": "pano_0000_003472.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.25858365, "relative_pitch": 65.56481835266958, "relative_heading": 233.5613151394605, "relative_elevation": 44.5870057884604 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00173/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00173/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00173/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00173/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_11-08-20_00173/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00173/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00173/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00173/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00173/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7955985328879, 52.34522024981113, 0.0 ] }, "distance": 20.37, "direction": 296.47, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_11-08-20_00173", "timestamp": "2025-07-16T11:12:02Z", "filename": "recording_2025-07-16_11-08-20_00173.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.37391334, "relative_pitch": 0.0, "relative_heading": 296.4699063368175, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002224/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002224/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002224/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002224/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_002224/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002224/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002224/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002224/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002224/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79587607897027, 52.3453227242549, 44.6440788703039 ] }, "distance": 20.5, "direction": 1.89, "angle": 65.34, "elevation": 44.64, "pano_id": "TMX7316010203-000803_pano_0000_002224", "timestamp": "2018-06-22T08:50:35.295110Z", "filename": "pano_0000_002224.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.49507508, "relative_pitch": 65.34122753557581, "relative_heading": 1.8908637903349867, "relative_elevation": 44.6440788703039 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00174/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00174/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00174/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00174/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-16_11-08-20_00174/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00174/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-16_11-08-20_00174/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00174/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-16_11-08-20_00174/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795572368487346, 52.34517826272948, 0.0 ] }, "distance": 20.5, "direction": 282.42, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-16_11-08-20_00174", "timestamp": "2025-07-16T11:12:03Z", "filename": "recording_2025-07-16_11-08-20_00174.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.50092513, "relative_pitch": 0.0, "relative_heading": 282.41970303695996, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001278/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001278/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001278/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001278/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_001278/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001278/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001278/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001278/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001278/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79581253009166, 52.3453207347048, 44.6692546717823 ] }, "distance": 20.59, "direction": 349.78, "angle": 65.25, "elevation": 44.67, "pano_id": "TMX7316010203-002103_pano_0000_001278", "timestamp": "2021-04-19T07:53:50.824510Z", "filename": "pano_0000_001278.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.5894521, "relative_pitch": 65.25355061915256, "relative_heading": 349.7761931158237, "relative_elevation": 44.6692546717823 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000023/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000023/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000023/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000023/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000813_pano_0000_000023/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000023/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000813_pano_0000_000023/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000023/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000813/pano_0000_000023/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79596648932179, 52.3453134941997, 44.4469960359856 ] }, "distance": 20.62, "direction": 19.36, "angle": 65.11, "elevation": 44.45, "pano_id": "TMX7316010203-000813_pano_0000_000023", "timestamp": "2018-06-28T08:29:50.860470Z", "filename": "pano_0000_000023.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.62332515, "relative_pitch": 65.1087858043448, "relative_heading": 19.36259358177753, "relative_elevation": 44.4469960359856 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001174/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001174/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001174/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001174/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002502_pano_0002_001174/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001174/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002502_pano_0002_001174/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001174/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/11/TMX7316010203-002502/pano_0002_001174/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79567110214791, 52.344996862698, 44.6065256120637 ] }, "distance": 20.63, "direction": 220.12, "angle": 65.18, "elevation": 44.61, "pano_id": "TMX7316010203-002502_pano_0002_001174", "timestamp": "2022-04-11T07:37:35.155690Z", "filename": "pano_0002_001174.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.62948866, "relative_pitch": 65.18054795090838, "relative_heading": 220.1171740111874, "relative_elevation": 44.6065256120637 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003465/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003465/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003465/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003465/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000809_pano_0000_003465/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003465/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000809_pano_0000_003465/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003465/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000809/pano_0000_003465/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79580855795833, 52.3453218330835, 44.6191394282505 ] }, "distance": 20.76, "direction": 349.1, "angle": 65.05, "elevation": 44.62, "pano_id": "TMX7316010203-000809_pano_0000_003465", "timestamp": "2018-06-26T11:29:38.463850Z", "filename": "pano_0000_003465.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.75922134, "relative_pitch": 65.04962009707529, "relative_heading": 349.10079462645876, "relative_elevation": 44.6191394282505 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001285/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001285/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001285/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001285/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002103_pano_0000_001285/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001285/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002103_pano_0000_001285/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001285/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/19/TMX7316010203-002103/pano_0000_001285/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.79562403015232, 52.3450231575219, 44.6716980012134 ] }, "distance": 20.91, "direction": 232.09, "angle": 64.91, "elevation": 44.67, "pano_id": "TMX7316010203-002103_pano_0000_001285", "timestamp": "2021-04-19T07:53:53.824480Z", "filename": "pano_0000_001285.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.91390551, "relative_pitch": 64.91246186726772, "relative_heading": 232.0898829727731, "relative_elevation": 44.6716980012134 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00248/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00248/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00248/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00248/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track09_Sphere_00248/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00248/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00248/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00248/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track09_Sphere_00248/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.795582463541171, 52.34521031882838, 0.0 ] }, "distance": 20.91, "direction": 292.42, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track09_Sphere_00248", "timestamp": "2024-10-17T07:44:07Z", "filename": "Job_20241017_0902_Track09_Sphere_00248.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.91390745, "relative_pitch": 0.0, "relative_heading": 292.41923820501324, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track09_Sphere_00096/adjacencies/b_20241017_0902_Track09_Sphere_00096/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002216/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002216/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002216/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002216/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000803_pano_0000_002216/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002216/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000803_pano_0000_002216/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002216/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000803/pano_0000_002216/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7956734066244, 52.3449920849062, 44.5796353602782 ] }, "distance": 20.94, "direction": 218.85, "angle": 64.84, "elevation": 44.58, "pano_id": "TMX7316010203-000803_pano_0000_002216", "timestamp": "2018-06-22T08:50:32.165120Z", "filename": "pano_0000_002216.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_20241017_0902_Track09_Sphere_00096", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 114704.94908088289, 484300.41045841697 ] }, "relative_distance": 20.93997068, "relative_pitch": 64.83959140136616, "relative_heading": 218.85113411673515, "relative_elevation": 44.5796353602782 } ] } }