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_20241211_1256_Track10_Sphere_00075/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00075/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00075/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00075/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00075/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track10_Sphere_00075/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00075/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00075/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89309249671368, 52.38562504396918, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track10_Sphere_00075", "timestamp": "2024-12-11T12:44:58Z", "filename": "Job_20241211_1256_Track10_Sphere_00075.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "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_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002996/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002996/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002996/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002996/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002996/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002996/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002996/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002996/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002996/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89308773696406, 52.385624772232, 47.7730244072154 ] }, "distance": 0.33, "direction": 264.67, "angle": 89.61, "elevation": 47.77, "pano_id": "TMX7316010203-001182_pano_0000_002996", "timestamp": "2019-05-14T09:43:11.091530Z", "filename": "pano_0000_002996.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 0.32548145, "relative_pitch": 89.60964529483921, "relative_heading": 264.6694955745741, "relative_elevation": 47.7730244072154 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15885/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15885/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15885/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15885/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-12-23_09-14-39_15885/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15885/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15885/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15885/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15885/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893098442733098, 52.38562509520132, 0.0 ] }, "distance": 0.4, "direction": 89.19, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-12-23_09-14-39_15885", "timestamp": "2024-12-23T12:11:27Z", "filename": "recording_2024-12-23_09-14-39_15885.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 0.40488276, "relative_pitch": 0.0, "relative_heading": 89.19323372815735, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002995/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002995/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002995/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002995/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002995/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002995/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002995/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002995/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002995/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89308658541263, 52.3856275137945, 47.7897898452356 ] }, "distance": 0.49, "direction": 304.33, "angle": 89.42, "elevation": 47.79, "pano_id": "TMX7316010203-001182_pano_0000_002995", "timestamp": "2019-05-14T09:43:03.506640Z", "filename": "pano_0000_002995.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 0.48736037, "relative_pitch": 89.4157177832448, "relative_heading": 304.32686517581095, "relative_elevation": 47.7897898452356 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000094/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000094/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000094/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000094/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000074_pano_0002_000094/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000094/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000094/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000094/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000094/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89308615477156, 52.385629182243, 48.309691414237 ] }, "distance": 0.63, "direction": 316.84, "angle": 89.25, "elevation": 48.31, "pano_id": "TMX7315120208-000074_pano_0002_000094", "timestamp": "2016-06-09T13:09:24.825360Z", "filename": "pano_0002_000094.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 0.63126643, "relative_pitch": 89.25135427811063, "relative_heading": 316.8413361471963, "relative_elevation": 48.309691414237 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002859/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002859/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002859/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002859/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002859/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002859/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002859/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002859/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002859/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89308875498817, 52.3856352577387, 47.7601834069937 ] }, "distance": 1.16, "direction": 347.37, "angle": 88.6, "elevation": 47.76, "pano_id": "TMX7316010203-002037_pano_0000_002859", "timestamp": "2021-03-11T09:23:27.523710Z", "filename": "pano_0000_002859.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 1.16473685, "relative_pitch": 88.60299362521981, "relative_heading": 347.36568057732705, "relative_elevation": 47.7601834069937 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002812/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002812/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002812/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002812/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_002812/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002812/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002812/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002812/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002812/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89309070685067, 52.385639230941, 50.1128561841324 ] }, "distance": 1.58, "direction": 355.59, "angle": 88.19, "elevation": 50.11, "pano_id": "TMX7316010203-002050_pano_0001_002812", "timestamp": "2021-03-19T11:37:56.292470Z", "filename": "pano_0001_002812.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 1.58334734, "relative_pitch": 88.19030569705652, "relative_heading": 355.5857623249169, "relative_elevation": 50.1128561841324 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001305/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001305/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001305/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001305/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001305/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001305/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001305/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001305/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001305/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89307971732123, 52.3856382952133, 48.6154766269028 ] }, "distance": 1.71, "direction": 329.46, "angle": 87.98, "elevation": 48.62, "pano_id": "TMX7316010203-000703_pano_0000_001305", "timestamp": "2018-05-02T11:04:37.775250Z", "filename": "pano_0000_001305.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 1.71210668, "relative_pitch": 87.98302991630914, "relative_heading": 329.4556429451775, "relative_elevation": 48.6154766269028 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001295/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001295/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001295/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001295/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000292_pano_0000_001295/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001295/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001295/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001295/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001295/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89310077707157, 52.3856036860561, 49.1722420239821 ] }, "distance": 2.44, "direction": 166.65, "angle": 87.16, "elevation": 49.17, "pano_id": "TMX7315080123-000292_pano_0000_001295", "timestamp": "2016-06-15T10:23:58.852210Z", "filename": "pano_0000_001295.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 2.44254977, "relative_pitch": 87.15626432506379, "relative_heading": 166.65488566185437, "relative_elevation": 49.1722420239821 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001857/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001857/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001857/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001857/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001710_pano_0000_001857/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001857/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001857/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001857/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001857/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89308931870218, 52.3856477113311, 47.9115631841123 ] }, "distance": 2.53, "direction": 355.1, "angle": 86.98, "elevation": 47.91, "pano_id": "TMX7316010203-001710_pano_0000_001857", "timestamp": "2020-05-14T06:51:18.203440Z", "filename": "pano_0000_001857.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 2.53156735, "relative_pitch": 86.97539895142313, "relative_heading": 355.09681244453583, "relative_elevation": 47.9115631841123 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002997/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002997/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002997/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002997/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002997/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002997/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002997/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002997/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002997/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89309746510495, 52.3856023056461, 47.7948567355052 ] }, "distance": 2.55, "direction": 172.38, "angle": 86.94, "elevation": 47.79, "pano_id": "TMX7316010203-001182_pano_0000_002997", "timestamp": "2019-05-14T09:43:17.136530Z", "filename": "pano_0000_002997.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 2.55271264, "relative_pitch": 86.94275002653357, "relative_heading": 172.3848933779348, "relative_elevation": 47.7948567355052 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001858/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001858/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001858/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001858/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001710_pano_0000_001858/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001858/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001858/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001858/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001858/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89310478799531, 52.3856029794109, 47.8803971456364 ] }, "distance": 2.59, "direction": 161.18, "angle": 86.9, "elevation": 47.88, "pano_id": "TMX7316010203-001710_pano_0000_001858", "timestamp": "2020-05-14T06:51:18.868390Z", "filename": "pano_0000_001858.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 2.59393242, "relative_pitch": 86.89901827845414, "relative_heading": 161.17822409848037, "relative_elevation": 47.8803971456364 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000351/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000351/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000351/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000351/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001074_pano_0000_000351/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000351/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000351/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000351/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000351/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89313349557489, 52.3856287506636, 51.5991333201528 ] }, "distance": 2.82, "direction": 81.59, "angle": 86.87, "elevation": 51.6, "pano_id": "TMX7316010203-001074_pano_0000_000351", "timestamp": "2019-01-24T14:02:18.744820Z", "filename": "pano_0000_000351.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 2.82176946, "relative_pitch": 86.86981950786887, "relative_heading": 81.59488192965736, "relative_elevation": 51.5991333201528 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02244/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02244/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02244/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02244/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02244/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02244/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02244/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02244/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02244/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893127649518961, 52.385644577063516, 0.0 ] }, "distance": 3.23, "direction": 47.76, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02244", "timestamp": "2025-06-17T09:56:34Z", "filename": "recording_2025-06-17_09-10-34_02244.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 3.23307169, "relative_pitch": 0.0, "relative_heading": 47.75648569918848, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001306/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001306/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001306/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001306/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001306/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001306/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001306/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001306/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001306/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89309827725516, 52.3855919875195, 48.5913095222786 ] }, "distance": 3.7, "direction": 173.89, "angle": 85.65, "elevation": 48.59, "pano_id": "TMX7316010203-000703_pano_0000_001306", "timestamp": "2018-05-02T11:04:39.670160Z", "filename": "pano_0000_001306.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 3.69934148, "relative_pitch": 85.64637029209936, "relative_heading": 173.89269400772307, "relative_elevation": 48.5913095222786 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002994/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002994/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002994/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002994/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002994/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002994/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002994/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002994/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002994/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89307464543789, 52.3856572465589, 47.8379427455366 ] }, "distance": 3.78, "direction": 341.26, "angle": 85.48, "elevation": 47.84, "pano_id": "TMX7316010203-001182_pano_0000_002994", "timestamp": "2019-05-14T09:43:01.391650Z", "filename": "pano_0000_002994.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 3.78385193, "relative_pitch": 85.47747461845344, "relative_heading": 341.26363052717267, "relative_elevation": 47.8379427455366 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002860/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002860/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002860/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002860/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002860/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002860/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002860/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002860/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002860/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89310572322658, 52.3855909048561, 47.7434707516804 ] }, "distance": 3.9, "direction": 166.66, "angle": 85.33, "elevation": 47.74, "pano_id": "TMX7316010203-002037_pano_0000_002860", "timestamp": "2021-03-11T09:23:27.983750Z", "filename": "pano_0000_002860.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 3.9041008, "relative_pitch": 85.3251846987694, "relative_heading": 166.66368388987323, "relative_elevation": 47.7434707516804 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002444/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002444/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002444/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002444/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_002444/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002444/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002444/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002444/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002444/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89310858171286, 52.3855901535232, 47.9318360220641 ] }, "distance": 4.03, "direction": 164.25, "angle": 85.19, "elevation": 47.93, "pano_id": "TMX7316010203-000224_pano_0000_002444", "timestamp": "2017-03-27T09:57:03.222700Z", "filename": "pano_0000_002444.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 4.0339313, "relative_pitch": 85.18933794510853, "relative_heading": 164.24708913360507, "relative_elevation": 47.9318360220641 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000095/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000095/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000095/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000095/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000074_pano_0002_000095/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000095/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000095/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000095/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000095/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89310141675065, 52.3855862658826, 48.2870320780203 ] }, "distance": 4.36, "direction": 171.99, "angle": 84.84, "elevation": 48.29, "pano_id": "TMX7315120208-000074_pano_0002_000095", "timestamp": "2016-06-09T13:09:25.340420Z", "filename": "pano_0002_000095.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 4.35754972, "relative_pitch": 84.84344464632161, "relative_heading": 171.98832362170765, "relative_elevation": 48.2870320780203 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02245/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02245/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02245/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02245/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02245/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02245/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02245/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02245/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02245/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893143735823418, 52.38560088313364, 0.0 ] }, "distance": 4.4, "direction": 127.62, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02245", "timestamp": "2025-06-17T09:57:04Z", "filename": "recording_2025-06-17_09-10-34_02245.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 4.40441675, "relative_pitch": 0.0, "relative_heading": 127.61895236616174, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000000/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000000/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000000/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000000/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002620_pano_0008_000000/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0008_000000/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0008_000000/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000000/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000000/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893147545559, 52.3855987335341, 48.1182536231354 ] }, "distance": 4.76, "direction": 127.99, "angle": 84.36, "elevation": 48.12, "pano_id": "TMX7316010203-002620_pano_0008_000000", "timestamp": "2022-06-22T10:23:20.556670Z", "filename": "pano_0008_000000.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 4.75598607, "relative_pitch": 84.35524552779553, "relative_heading": 127.99397825941324, "relative_elevation": 48.1182536231354 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15884/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15884/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15884/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15884/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-12-23_09-14-39_15884/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15884/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15884/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15884/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15884/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893077864322948, 52.385668170136874, 0.0 ] }, "distance": 4.9, "direction": 348.27, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-12-23_09-14-39_15884", "timestamp": "2024-12-23T12:11:26Z", "filename": "recording_2024-12-23_09-14-39_15884.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 4.90117393, "relative_pitch": 0.0, "relative_heading": 348.2717173313647, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00076/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00076/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00076/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00076/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track10_Sphere_00076/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00076/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00076/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00076/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00076/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893107945651558, 52.385581868670464, 0.0 ] }, "distance": 4.92, "direction": 167.65, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track10_Sphere_00076", "timestamp": "2024-12-11T12:44:59Z", "filename": "Job_20241211_1256_Track10_Sphere_00076.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 4.91811708, "relative_pitch": 0.0, "relative_heading": 167.6504636179436, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00074/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00074/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00074/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00074/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track10_Sphere_00074/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00074/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00074/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00074/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00074/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893075114895919, 52.38566899312965, 0.0 ] }, "distance": 5.03, "direction": 346.4, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track10_Sphere_00074", "timestamp": "2024-12-11T12:44:57Z", "filename": "Job_20241211_1256_Track10_Sphere_00074.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 5.03158768, "relative_pitch": 0.0, "relative_heading": 346.39619486260597, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15886/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15886/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15886/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15886/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-12-23_09-14-39_15886/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15886/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15886/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15886/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15886/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893117118306129, 52.385581522865564, 0.0 ] }, "distance": 5.12, "direction": 160.91, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-12-23_09-14-39_15886", "timestamp": "2024-12-23T12:11:28Z", "filename": "recording_2024-12-23_09-14-39_15886.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 5.12474149, "relative_pitch": 0.0, "relative_heading": 160.9060542187483, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000350/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000350/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000350/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000350/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001074_pano_0000_000350/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000350/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000350/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000350/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000350/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89311419633411, 52.385671308983, 51.6581273889169 ] }, "distance": 5.36, "direction": 16.01, "angle": 84.08, "elevation": 51.66, "pano_id": "TMX7316010203-001074_pano_0000_000350", "timestamp": "2019-01-24T14:02:18.039940Z", "filename": "pano_0000_000350.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 5.35593411, "relative_pitch": 84.08070160420118, "relative_heading": 16.012802704258892, "relative_elevation": 51.6581273889169 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000093/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000093/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000093/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000093/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000074_pano_0002_000093/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000093/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000093/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000093/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000093/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8930694801469, 52.3856717720567, 48.3342426391318 ] }, "distance": 5.43, "direction": 343.23, "angle": 83.59, "elevation": 48.33, "pano_id": "TMX7315120208-000074_pano_0002_000093", "timestamp": "2016-06-09T13:09:24.315400Z", "filename": "pano_0002_000093.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 5.4306747, "relative_pitch": 83.58932279049839, "relative_heading": 343.22783466150037, "relative_elevation": 48.3342426391318 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001294/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001294/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001294/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001294/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000292_pano_0000_001294/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001294/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001294/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001294/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001294/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89307153226207, 52.3856723026419, 48.6928422553465 ] }, "distance": 5.45, "direction": 344.81, "angle": 83.61, "elevation": 48.69, "pano_id": "TMX7315080123-000292_pano_0000_001294", "timestamp": "2016-06-15T10:23:43.076490Z", "filename": "pano_0000_001294.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 5.44897245, "relative_pitch": 83.61488048124816, "relative_heading": 344.8138446015267, "relative_elevation": 48.6928422553465 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002813/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002813/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002813/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002813/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_002813/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002813/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002813/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002813/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002813/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89311361629434, 52.3855747094155, 50.3668532837182 ] }, "distance": 5.78, "direction": 165.6, "angle": 83.45, "elevation": 50.37, "pano_id": "TMX7316010203-002050_pano_0001_002813", "timestamp": "2021-03-19T11:38:12.827340Z", "filename": "pano_0001_002813.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 5.78260124, "relative_pitch": 83.45056723365221, "relative_heading": 165.6012086201595, "relative_elevation": 50.3668532837182 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000352/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000352/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000352/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000352/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001074_pano_0000_000352/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000352/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000352/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000352/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000352/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8931501266128, 52.3855868398002, 51.4551192102954 ] }, "distance": 5.79, "direction": 137.29, "angle": 83.59, "elevation": 51.46, "pano_id": "TMX7316010203-001074_pano_0000_000352", "timestamp": "2019-01-24T14:02:19.519730Z", "filename": "pano_0000_000352.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 5.78520636, "relative_pitch": 83.58505588300272, "relative_heading": 137.29302055822595, "relative_elevation": 51.4551192102954 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002443/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002443/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002443/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002443/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_002443/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002443/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002443/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002443/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002443/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89307380255103, 52.3856786634271, 47.9715075530112 ] }, "distance": 6.1, "direction": 347.96, "angle": 82.75, "elevation": 47.97, "pano_id": "TMX7316010203-000224_pano_0000_002443", "timestamp": "2017-03-27T09:57:02.042860Z", "filename": "pano_0000_002443.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 6.10074035, "relative_pitch": 82.75235801801333, "relative_heading": 347.95774965810097, "relative_elevation": 47.9715075530112 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002858/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002858/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002858/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002858/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002858/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002858/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002858/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002858/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002858/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89307045214086, 52.3856793807291, 47.7746461210772 ] }, "distance": 6.23, "direction": 346.06, "angle": 82.57, "elevation": 47.77, "pano_id": "TMX7316010203-002037_pano_0000_002858", "timestamp": "2021-03-11T09:23:27.053820Z", "filename": "pano_0000_002858.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 6.2298157, "relative_pitch": 82.57054941917083, "relative_heading": 346.0587282633186, "relative_elevation": 47.7746461210772 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002811/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002811/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002811/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002811/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_002811/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002811/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002811/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002811/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002811/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89307281583333, 52.3856836001032, 50.121400215663 ] }, "distance": 6.65, "direction": 348.38, "angle": 82.44, "elevation": 50.12, "pano_id": "TMX7316010203-002050_pano_0001_002811", "timestamp": "2021-03-19T11:37:54.887570Z", "filename": "pano_0001_002811.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 6.65217499, "relative_pitch": 82.43981649521395, "relative_heading": 348.37897101849114, "relative_elevation": 50.121400215663 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001304/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001304/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001304/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001304/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001304/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001304/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001304/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001304/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001304/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89305959414212, 52.3856848471678, 48.6198868472129 ] }, "distance": 7.02, "direction": 341.39, "angle": 81.78, "elevation": 48.62, "pano_id": "TMX7316010203-000703_pano_0000_001304", "timestamp": "2018-05-02T11:04:35.395270Z", "filename": "pano_0000_001304.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 7.02153881, "relative_pitch": 81.7823303649826, "relative_heading": 341.39460133227453, "relative_elevation": 48.6198868472129 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02243/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02243/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02243/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02243/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02243/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02243/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02243/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02243/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02243/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89310956800892, 52.38568804696247, 0.0 ] }, "distance": 7.11, "direction": 9.41, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02243", "timestamp": "2025-06-17T09:56:33Z", "filename": "recording_2025-06-17_09-10-34_02243.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 7.1063369, "relative_pitch": 0.0, "relative_heading": 9.413654798854257, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002998/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002998/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002998/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002998/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002998/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002998/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002998/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002998/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002998/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89311451455342, 52.3855614618545, 47.8290430624038 ] }, "distance": 7.23, "direction": 168.04, "angle": 81.4, "elevation": 47.83, "pano_id": "TMX7316010203-001182_pano_0000_002998", "timestamp": "2019-05-14T09:43:18.361490Z", "filename": "pano_0000_002998.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 7.23215623, "relative_pitch": 81.40153004340667, "relative_heading": 168.03671875770763, "relative_elevation": 47.8290430624038 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000065/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000065/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000065/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000065/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002620_pano_0007_000065/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000065/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000065/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000065/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000065/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8932029116451, 52.3856235167453, 48.6755896043032 ] }, "distance": 7.52, "direction": 91.29, "angle": 81.22, "elevation": 48.68, "pano_id": "TMX7316010203-002620_pano_0007_000065", "timestamp": "2022-06-22T10:21:51.607110Z", "filename": "pano_0007_000065.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 7.51966776, "relative_pitch": 81.21806211458632, "relative_heading": 91.29492705152795, "relative_elevation": 48.6755896043032 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002812/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002812/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002812/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002812/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002812/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002812/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002812/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002812/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002812/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89319026834579, 52.3856575309799, 48.2990686353296 ] }, "distance": 7.58, "direction": 61.5, "angle": 81.09, "elevation": 48.3, "pano_id": "TMX7316010203-001182_pano_0000_002812", "timestamp": "2019-05-14T09:41:03.312510Z", "filename": "pano_0000_002812.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 7.57512543, "relative_pitch": 81.08646130102488, "relative_heading": 61.49614082401861, "relative_elevation": 48.2990686353296 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001856/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001856/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001856/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001856/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001710_pano_0000_001856/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001856/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001856/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001856/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001856/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89307166580797, 52.3856921684913, 47.9290067469701 ] }, "distance": 7.6, "direction": 349.25, "angle": 80.99, "elevation": 47.93, "pano_id": "TMX7316010203-001710_pano_0000_001856", "timestamp": "2020-05-14T06:51:17.518410Z", "filename": "pano_0000_001856.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 7.60272326, "relative_pitch": 80.98657274006891, "relative_heading": 349.24841158474254, "relative_elevation": 47.9290067469701 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001859/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001859/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001859/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001859/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001710_pano_0000_001859/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001859/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001859/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001859/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001859/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89311815264332, 52.3855581939704, 47.8707190547138 ] }, "distance": 7.64, "direction": 166.78, "angle": 80.93, "elevation": 47.87, "pano_id": "TMX7316010203-001710_pano_0000_001859", "timestamp": "2020-05-14T06:51:19.508390Z", "filename": "pano_0000_001859.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 7.64106046, "relative_pitch": 80.9310276377284, "relative_heading": 166.78476640720777, "relative_elevation": 47.8707190547138 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000066/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000066/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000066/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000066/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002620_pano_0007_000066/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000066/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000066/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000066/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000066/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89318302165732, 52.3856674720393, 48.6791577572003 ] }, "distance": 7.76, "direction": 52.55, "angle": 80.94, "elevation": 48.68, "pano_id": "TMX7316010203-002620_pano_0007_000066", "timestamp": "2022-06-22T10:21:51.992180Z", "filename": "pano_0007_000066.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 7.76390822, "relative_pitch": 80.93813720999185, "relative_heading": 52.54830411599484, "relative_elevation": 48.6791577572003 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001296/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001296/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001296/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001296/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000292_pano_0000_001296/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001296/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001296/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001296/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001296/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89311396228207, 52.3855551932805, 49.2211564555764 ] }, "distance": 7.91, "direction": 169.35, "angle": 80.87, "elevation": 49.22, "pano_id": "TMX7315080123-000292_pano_0000_001296", "timestamp": "2016-06-15T10:24:00.332240Z", "filename": "pano_0000_001296.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 7.90882542, "relative_pitch": 80.87177253465813, "relative_heading": 169.35080005589177, "relative_elevation": 49.2211564555764 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002683/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002683/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002683/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002683/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002683/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002683/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002683/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002683/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002683/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89320895301745, 52.3856296102424, 47.9455332644284 ] }, "distance": 7.95, "direction": 86.33, "angle": 80.59, "elevation": 47.95, "pano_id": "TMX7316010203-002037_pano_0000_002683", "timestamp": "2021-03-11T09:21:43.154550Z", "filename": "pano_0000_002683.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 7.94534518, "relative_pitch": 80.59067928606993, "relative_heading": 86.33334546151195, "relative_elevation": 47.9455332644284 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002993/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002993/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002993/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002993/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002993/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002993/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002993/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002993/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002993/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89305869807341, 52.3856948399699, 47.8494510212913 ] }, "distance": 8.1, "direction": 343.5, "angle": 80.39, "elevation": 47.85, "pano_id": "TMX7316010203-001182_pano_0000_002993", "timestamp": "2019-05-14T09:43:00.491640Z", "filename": "pano_0000_002993.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.10028203, "relative_pitch": 80.39167308323249, "relative_heading": 343.4954465198278, "relative_elevation": 47.8494510212913 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002811/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002811/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002811/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002811/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002811/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002811/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002811/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002811/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002811/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89321022277501, 52.3856126465664, 48.3017945410684 ] }, "distance": 8.13, "direction": 99.77, "angle": 80.44, "elevation": 48.3, "pano_id": "TMX7316010203-001182_pano_0000_002811", "timestamp": "2019-05-14T09:41:02.842510Z", "filename": "pano_0000_002811.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.13338104, "relative_pitch": 80.44181605417924, "relative_heading": 99.76519872841772, "relative_elevation": 48.3017945410684 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003127/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003127/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003127/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003127/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_003127/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003127/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003127/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003127/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003127/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89321142140287, 52.3856373489244, 48.0843307543546 ] }, "distance": 8.21, "direction": 80.4, "angle": 80.31, "elevation": 48.08, "pano_id": "TMX7316010203-002050_pano_0001_003127", "timestamp": "2021-03-19T11:43:46.364540Z", "filename": "pano_0001_003127.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.21209674, "relative_pitch": 80.30822993438979, "relative_heading": 80.40201395360424, "relative_elevation": 48.0843307543546 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000448/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000448/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000448/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000448/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001899_pano_0000_000448/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000448/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000448/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000448/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000448/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89321611470638, 52.3856306017484, 48.3666226146743 ] }, "distance": 8.44, "direction": 85.8, "angle": 80.1, "elevation": 48.37, "pano_id": "TMX7316010203-001899_pano_0000_000448", "timestamp": "2020-08-31T07:50:03.457260Z", "filename": "pano_0000_000448.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.43938471, "relative_pitch": 80.10223281617738, "relative_heading": 85.7975363368088, "relative_elevation": 48.3666226146743 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000130/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000130/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000130/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000130/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002531_pano_0007_000130/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000130/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000130/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000130/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000130/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89321696129161, 52.3856275764327, 48.339779516682 ] }, "distance": 8.48, "direction": 88.1, "angle": 80.05, "elevation": 48.34, "pano_id": "TMX7316010203-002531_pano_0007_000130", "timestamp": "2022-04-21T08:54:44.707460Z", "filename": "pano_0007_000130.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.47901973, "relative_pitch": 80.05126297039422, "relative_heading": 88.09538273433708, "relative_elevation": 48.339779516682 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002684/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002684/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002684/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002684/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002684/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002684/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002684/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002684/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002684/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89318913494917, 52.3856733354204, 47.9525188514963 ] }, "distance": 8.5, "direction": 50.76, "angle": 79.95, "elevation": 47.95, "pano_id": "TMX7316010203-002037_pano_0000_002684", "timestamp": "2021-03-11T09:21:43.579500Z", "filename": "pano_0000_002684.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.49521655, "relative_pitch": 79.95377718540797, "relative_heading": 50.761749294239905, "relative_elevation": 47.9525188514963 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001114/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001114/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001114/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001114/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001114/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001114/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001114/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001114/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001114/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89321783634406, 52.3856276440757, 47.93247429654 ] }, "distance": 8.54, "direction": 88.06, "angle": 79.9, "elevation": 47.93, "pano_id": "TMX7316010203-000703_pano_0000_001114", "timestamp": "2018-05-02T11:01:22.326620Z", "filename": "pano_0000_001114.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.53881787, "relative_pitch": 79.8991382698139, "relative_heading": 88.05819072712285, "relative_elevation": 47.93247429654 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01928/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01928/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01928/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01928/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_01928/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01928/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01928/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01928/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01928/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893216821749894, 52.38563826220604, 0.0 ] }, "distance": 8.59, "direction": 80.14, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_01928", "timestamp": "2025-06-17T09:51:29Z", "filename": "recording_2025-06-17_09-10-34_01928.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.59167182, "relative_pitch": 0.0, "relative_heading": 80.14261981275736, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02246/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02246/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02246/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02246/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02246/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02246/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02246/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02246/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02246/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893150506716242, 52.38555611675708, 0.0 ] }, "distance": 8.63, "direction": 152.75, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02246", "timestamp": "2025-06-17T09:57:06Z", "filename": "recording_2025-06-17_09-10-34_02246.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.62709096, "relative_pitch": 0.0, "relative_heading": 152.75318076877102, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001115/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001115/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001115/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001115/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001115/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001115/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001115/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001115/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001115/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89319690789804, 52.3856711441273, 47.9395066015422 ] }, "distance": 8.77, "direction": 54.19, "angle": 79.64, "elevation": 47.94, "pano_id": "TMX7316010203-000703_pano_0000_001115", "timestamp": "2018-05-02T11:01:23.076620Z", "filename": "pano_0000_001115.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.76653293, "relative_pitch": 79.63701848550343, "relative_heading": 54.18602396059471, "relative_elevation": 47.9395066015422 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000131/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000131/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000131/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000131/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002531_pano_0007_000131/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000131/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000131/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000131/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000131/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89319788307955, 52.3856712534272, 48.3534744726494 ] }, "distance": 8.83, "direction": 54.37, "angle": 79.65, "elevation": 48.35, "pano_id": "TMX7316010203-002531_pano_0007_000131", "timestamp": "2022-04-21T08:54:45.187490Z", "filename": "pano_0007_000131.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.8275397, "relative_pitch": 79.65386757030197, "relative_heading": 54.374182669505934, "relative_elevation": 48.3534744726494 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000449/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000449/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000449/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000449/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001899_pano_0000_000449/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000449/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000449/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000449/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000449/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89319532170608, 52.3856740088095, 48.3518939837813 ] }, "distance": 8.87, "direction": 52.11, "angle": 79.6, "elevation": 48.35, "pano_id": "TMX7316010203-001899_pano_0000_000449", "timestamp": "2020-08-31T07:50:04.167240Z", "filename": "pano_0000_000449.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.87131718, "relative_pitch": 79.60334281195942, "relative_heading": 52.10791837559711, "relative_elevation": 48.3518939837813 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001307/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001307/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001307/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001307/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001307/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001307/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001307/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001307/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001307/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89311434429775, 52.3855463954199, 48.6281999573112 ] }, "distance": 8.88, "direction": 170.35, "angle": 79.65, "elevation": 48.63, "pano_id": "TMX7316010203-000703_pano_0000_001307", "timestamp": "2018-05-02T11:04:40.805240Z", "filename": "pano_0000_001307.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.87710948, "relative_pitch": 79.65453442853978, "relative_heading": 170.35352045238508, "relative_elevation": 48.6281999573112 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002861/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002861/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002861/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002861/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002861/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002861/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002861/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002861/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002861/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89312068192016, 52.3855465046822, 47.7561442889273 ] }, "distance": 8.95, "direction": 167.62, "angle": 79.39, "elevation": 47.76, "pano_id": "TMX7316010203-002037_pano_0000_002861", "timestamp": "2021-03-11T09:23:28.433770Z", "filename": "pano_0000_002861.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 8.94764559, "relative_pitch": 79.38803085545757, "relative_heading": 167.6153744543554, "relative_elevation": 47.7561442889273 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002040/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002040/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002040/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002040/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_002040/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002040/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002040/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002040/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002040/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89322423133308, 52.3856088819174, 47.8798204129562 ] }, "distance": 9.15, "direction": 101.34, "angle": 79.18, "elevation": 47.88, "pano_id": "TMX7316010203-000224_pano_0000_002040", "timestamp": "2017-03-27T09:41:39.474440Z", "filename": "pano_0000_002040.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 9.1478513, "relative_pitch": 79.1835044568555, "relative_heading": 101.33789465813382, "relative_elevation": 47.8798204129562 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003128/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003128/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003128/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003128/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_003128/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003128/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003128/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003128/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003128/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89319220979557, 52.3856809880996, 48.1071388199925 ] }, "distance": 9.21, "direction": 47.48, "angle": 79.16, "elevation": 48.11, "pano_id": "TMX7316010203-002050_pano_0001_003128", "timestamp": "2021-03-19T11:43:46.894540Z", "filename": "pano_0001_003128.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 9.21110526, "relative_pitch": 79.16072859087129, "relative_heading": 47.481126080564806, "relative_elevation": 48.1071388199925 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000001/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000001/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000001/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000001/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002620_pano_0008_000001/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0008_000001/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0008_000001/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000001/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000001/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89316645498068, 52.385555705093, 48.1252569444478 ] }, "distance": 9.21, "direction": 146.87, "angle": 79.16, "elevation": 48.13, "pano_id": "TMX7316010203-002620_pano_0008_000001", "timestamp": "2022-06-22T10:23:21.516720Z", "filename": "pano_0008_000001.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 9.21347848, "relative_pitch": 79.16198714911532, "relative_heading": 146.86988611099645, "relative_elevation": 48.1252569444478 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000096/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000096/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000096/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000096/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000074_pano_0002_000096/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000096/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000096/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000096/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000096/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89311468227312, 52.3855431945436, 48.2980793910101 ] }, "distance": 9.23, "direction": 170.58, "angle": 79.18, "elevation": 48.3, "pano_id": "TMX7315120208-000074_pano_0002_000096", "timestamp": "2016-06-09T13:09:25.860390Z", "filename": "pano_0002_000096.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 9.2321799, "relative_pitch": 79.17844964022153, "relative_heading": 170.58313224196166, "relative_elevation": 48.2980793910101 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01929/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01929/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01929/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01929/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_01929/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01929/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01929/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01929/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01929/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893198137818739, 52.38568175656863, 0.0 ] }, "distance": 9.57, "direction": 48.74, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_01929", "timestamp": "2025-06-17T09:51:30Z", "filename": "recording_2025-06-17_09-10-34_01929.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 9.56868369, "relative_pitch": 0.0, "relative_heading": 48.737180912357516, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00077/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00077/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00077/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00077/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track10_Sphere_00077/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00077/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00077/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00077/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00077/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893122135695862, 52.38553830164702, 0.0 ] }, "distance": 9.86, "direction": 168.19, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track10_Sphere_00077", "timestamp": "2024-12-11T12:44:59Z", "filename": "Job_20241211_1256_Track10_Sphere_00077.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 9.86092185, "relative_pitch": 0.0, "relative_heading": 168.19113297663966, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15883/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15883/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15883/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15883/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-12-23_09-14-39_15883/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15883/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15883/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15883/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15883/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893057611741296, 52.3857114255573, 0.0 ] }, "distance": 9.9, "direction": 346.12, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-12-23_09-14-39_15883", "timestamp": "2024-12-23T12:11:25Z", "filename": "recording_2024-12-23_09-14-39_15883.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 9.90119423, "relative_pitch": 0.0, "relative_heading": 346.1200263223541, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000349/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000349/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000349/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000349/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001074_pano_0000_000349/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000349/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000349/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000349/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000349/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89309514877975, 52.3857142388616, 51.7032339395955 ] }, "distance": 9.93, "direction": 1.04, "angle": 79.13, "elevation": 51.7, "pano_id": "TMX7316010203-001074_pano_0000_000349", "timestamp": "2019-01-24T14:02:17.449770Z", "filename": "pano_0000_000349.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 9.92677456, "relative_pitch": 79.13173795771269, "relative_heading": 1.0422737351422129, "relative_elevation": 51.7032339395955 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000353/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000353/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000353/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000353/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001074_pano_0000_000353/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000353/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000353/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000353/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000353/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89315588229781, 52.385544432433, 51.3010437143967 ] }, "distance": 9.95, "direction": 154.31, "angle": 79.02, "elevation": 51.3, "pano_id": "TMX7316010203-001074_pano_0000_000353", "timestamp": "2019-01-24T14:02:20.514770Z", "filename": "pano_0000_000353.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 9.95422123, "relative_pitch": 79.01904067906264, "relative_heading": 154.30663691803232, "relative_elevation": 51.3010437143967 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00073/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00073/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00073/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00073/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track10_Sphere_00073/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00073/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00073/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00073/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00073/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893056422534888, 52.38571191222301, 0.0 ] }, "distance": 9.97, "direction": 345.74, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track10_Sphere_00073", "timestamp": "2024-12-11T12:44:57Z", "filename": "Job_20241211_1256_Track10_Sphere_00073.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 9.97340583, "relative_pitch": 0.0, "relative_heading": 345.7430839505194, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003126/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003126/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003126/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003126/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_003126/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003126/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003126/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003126/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003126/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89322992839912, 52.385593440901, 48.1000198544934 ] }, "distance": 10.0, "direction": 110.6, "angle": 78.26, "elevation": 48.1, "pano_id": "TMX7316010203-002050_pano_0001_003126", "timestamp": "2021-03-19T11:43:45.779510Z", "filename": "pano_0001_003126.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 9.99621055, "relative_pitch": 78.25982877147192, "relative_heading": 110.59711490386916, "relative_elevation": 48.1000198544934 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002813/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002813/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002813/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002813/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002813/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002813/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002813/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002813/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002813/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89317001515875, 52.3857023895191, 48.3074481291696 ] }, "distance": 10.1, "direction": 31.52, "angle": 78.2, "elevation": 48.31, "pano_id": "TMX7316010203-001182_pano_0000_002813", "timestamp": "2019-05-14T09:41:03.772510Z", "filename": "pano_0000_002813.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 10.09605064, "relative_pitch": 78.19534178554065, "relative_heading": 31.518405140743972, "relative_elevation": 48.3074481291696 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15887/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15887/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15887/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15887/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-12-23_09-14-39_15887/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15887/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15887/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15887/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15887/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89313284191868, 52.38553763091033, 0.0 ] }, "distance": 10.11, "direction": 164.23, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-12-23_09-14-39_15887", "timestamp": "2024-12-23T12:11:29Z", "filename": "recording_2024-12-23_09-14-39_15887.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 10.10730298, "relative_pitch": 0.0, "relative_heading": 164.22978866650197, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000064/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000064/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000064/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000064/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002620_pano_0007_000064/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000064/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000064/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000064/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000064/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89322162028101, 52.385579792629, 48.6919530145824 ] }, "distance": 10.13, "direction": 119.8, "angle": 78.25, "elevation": 48.69, "pano_id": "TMX7316010203-002620_pano_0007_000064", "timestamp": "2022-06-22T10:21:51.222110Z", "filename": "pano_0007_000064.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 10.13143356, "relative_pitch": 78.2460605585389, "relative_heading": 119.80170311252725, "relative_elevation": 48.6919530145824 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01927/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01927/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01927/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01927/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_01927/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01927/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01927/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01927/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01927/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893233422946608, 52.38559448952271, 0.0 ] }, "distance": 10.18, "direction": 109.51, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_01927", "timestamp": "2025-06-17T09:51:29Z", "filename": "recording_2025-06-17_09-10-34_01927.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 10.17971128, "relative_pitch": 0.0, "relative_heading": 109.51116052070034, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002041/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002041/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002041/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002041/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_002041/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002041/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002041/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002041/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002041/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89318886806676, 52.3856951744142, 47.8583397679031 ] }, "distance": 10.2, "direction": 40.06, "angle": 77.97, "elevation": 47.86, "pano_id": "TMX7316010203-000224_pano_0000_002041", "timestamp": "2017-03-27T09:41:40.504450Z", "filename": "pano_0000_002041.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 10.1957119, "relative_pitch": 77.97353396940133, "relative_heading": 40.05785853978625, "relative_elevation": 47.8583397679031 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002682/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002682/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002682/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002682/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002682/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002682/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002682/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002682/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002682/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89322927763152, 52.3855859025689, 47.968990907073 ] }, "distance": 10.28, "direction": 115.06, "angle": 77.9, "elevation": 47.97, "pano_id": "TMX7316010203-002037_pano_0000_002682", "timestamp": "2021-03-11T09:21:42.724550Z", "filename": "pano_0000_002682.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 10.28106446, "relative_pitch": 77.90296468501295, "relative_heading": 115.06440935268188, "relative_elevation": 47.968990907073 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000092/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000092/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000092/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000092/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000074_pano_0002_000092/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000092/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000092/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000092/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000092/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89305228474004, 52.3857141243011, 48.3306981222704 ] }, "distance": 10.28, "direction": 344.56, "angle": 77.99, "elevation": 48.33, "pano_id": "TMX7315120208-000074_pano_0002_000092", "timestamp": "2016-06-09T13:09:23.795360Z", "filename": "pano_0002_000092.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 10.2835484, "relative_pitch": 77.98804397768139, "relative_heading": 344.55942178043006, "relative_elevation": 48.3306981222704 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001293/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001293/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001293/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001293/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000292_pano_0000_001293/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001293/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001293/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001293/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001293/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89305219330959, 52.3857163611914, 48.663506760262 ] }, "distance": 10.53, "direction": 344.89, "angle": 77.8, "elevation": 48.66, "pano_id": "TMX7315080123-000292_pano_0000_001293", "timestamp": "2016-06-15T10:23:42.151400Z", "filename": "pano_0000_001293.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 10.52530367, "relative_pitch": 77.79563459541026, "relative_heading": 344.8875051105153, "relative_elevation": 48.663506760262 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000447/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000447/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000447/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000447/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001899_pano_0000_000447/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000447/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000447/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000447/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000447/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89323617898703, 52.3855873892683, 48.4116308307275 ] }, "distance": 10.64, "direction": 113.19, "angle": 77.6, "elevation": 48.41, "pano_id": "TMX7316010203-001899_pano_0000_000447", "timestamp": "2020-08-31T07:50:02.682290Z", "filename": "pano_0000_000447.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 10.64234194, "relative_pitch": 77.60185759238207, "relative_heading": 113.18559217764998, "relative_elevation": 48.4116308307275 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000067/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000067/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000067/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000067/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002620_pano_0007_000067/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000067/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000067/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000067/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000067/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89316259186546, 52.3857111173684, 48.6825472861528 ] }, "distance": 10.7, "direction": 26.49, "angle": 77.6, "elevation": 48.68, "pano_id": "TMX7316010203-002620_pano_0007_000067", "timestamp": "2022-06-22T10:21:52.372120Z", "filename": "pano_0007_000067.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 10.70097932, "relative_pitch": 77.60288849974442, "relative_heading": 26.48659048520132, "relative_elevation": 48.6825472861528 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000129/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000129/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000129/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000129/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002531_pano_0007_000129/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000129/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000129/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000129/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000129/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89323458898591, 52.3855837544252, 48.3428798355162 ] }, "distance": 10.71, "direction": 115.4, "angle": 77.51, "elevation": 48.34, "pano_id": "TMX7316010203-002531_pano_0007_000129", "timestamp": "2022-04-21T08:54:44.227450Z", "filename": "pano_0007_000129.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 10.7100923, "relative_pitch": 77.50820862607331, "relative_heading": 115.40317382089282, "relative_elevation": 48.3428798355162 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001113/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001113/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001113/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001113/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001113/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001113/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001113/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001113/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001113/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89323825976259, 52.385583955336, 47.9479892319068 ] }, "distance": 10.93, "direction": 114.74, "angle": 77.16, "elevation": 47.95, "pano_id": "TMX7316010203-000703_pano_0000_001113", "timestamp": "2018-05-02T11:01:21.461580Z", "filename": "pano_0000_001113.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 10.92700897, "relative_pitch": 77.16194742042354, "relative_heading": 114.7350771608723, "relative_elevation": 47.9479892319068 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002814/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002814/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002814/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002814/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_002814/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002814/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002814/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002814/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002814/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89311953430375, 52.3855271550445, 50.4349625194445 ] }, "distance": 11.05, "direction": 170.41, "angle": 77.65, "elevation": 50.43, "pano_id": "TMX7316010203-002050_pano_0001_002814", "timestamp": "2021-03-19T11:38:14.097520Z", "filename": "pano_0001_002814.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 11.04702193, "relative_pitch": 77.64533014413863, "relative_heading": 170.4073838888078, "relative_elevation": 50.4349625194445 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002810/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002810/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002810/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002810/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002810/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002810/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002810/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002810/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002810/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893229303283, 52.3855674762376, 48.318650148809 ] }, "distance": 11.3, "direction": 124.52, "angle": 76.83, "elevation": 48.32, "pano_id": "TMX7316010203-001182_pano_0000_002810", "timestamp": "2019-05-14T09:41:02.332520Z", "filename": "pano_0000_002810.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 11.30476023, "relative_pitch": 76.83178612586508, "relative_heading": 124.51681973161183, "relative_elevation": 48.318650148809 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002857/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002857/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002857/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002857/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002857/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002857/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002857/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002857/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002857/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89305124128578, 52.3857235495626, 47.7695394046605 ] }, "distance": 11.32, "direction": 345.63, "angle": 76.67, "elevation": 47.77, "pano_id": "TMX7316010203-002037_pano_0000_002857", "timestamp": "2021-03-11T09:23:26.568690Z", "filename": "pano_0000_002857.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 11.31536483, "relative_pitch": 76.67373502659066, "relative_heading": 345.6266209671936, "relative_elevation": 47.7695394046605 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001116/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001116/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001116/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001116/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001116/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001116/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001116/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001116/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001116/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89317568442404, 52.385714836603, 47.9427259787917 ] }, "distance": 11.49, "direction": 29.55, "angle": 76.53, "elevation": 47.94, "pano_id": "TMX7316010203-000703_pano_0000_001116", "timestamp": "2018-05-02T11:01:23.756620Z", "filename": "pano_0000_001116.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 11.48534705, "relative_pitch": 76.52789417624287, "relative_heading": 29.547461625536158, "relative_elevation": 47.9427259787917 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002685/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002685/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002685/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002685/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002685/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002685/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002685/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002685/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002685/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89316930311758, 52.3857169893756, 47.9492604155093 ] }, "distance": 11.49, "direction": 27.07, "angle": 76.52, "elevation": 47.95, "pano_id": "TMX7316010203-002037_pano_0000_002685", "timestamp": "2021-03-11T09:21:44.004690Z", "filename": "pano_0000_002685.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 11.49019587, "relative_pitch": 76.52418375813922, "relative_heading": 27.072863214591795, "relative_elevation": 47.9492604155093 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000132/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000132/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000132/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000132/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002531_pano_0007_000132/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000132/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000132/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000132/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000132/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89317783297519, 52.3857144799964, 48.356460923329 ] }, "distance": 11.52, "direction": 30.28, "angle": 76.6, "elevation": 48.36, "pano_id": "TMX7316010203-002531_pano_0007_000132", "timestamp": "2022-04-21T08:54:45.662460Z", "filename": "pano_0007_000132.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 11.52390247, "relative_pitch": 76.59577472827583, "relative_heading": 30.27750792236336, "relative_elevation": 48.356460923329 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000450/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000450/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000450/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000450/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001899_pano_0000_000450/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000450/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000450/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000450/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000450/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89317458979409, 52.3857172390931, 48.3419940546155 ] }, "distance": 11.68, "direction": 28.58, "angle": 76.41, "elevation": 48.34, "pano_id": "TMX7316010203-001899_pano_0000_000450", "timestamp": "2020-08-31T07:50:04.827250Z", "filename": "pano_0000_000450.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 11.68281725, "relative_pitch": 76.4138198938945, "relative_heading": 28.582881574019435, "relative_elevation": 48.3419940546155 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002810/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002810/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002810/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002810/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_002810/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002810/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002810/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002810/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002810/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89305393310608, 52.3857278749892, 50.1161030828953 ] }, "distance": 11.74, "direction": 347.08, "angle": 76.82, "elevation": 50.12, "pano_id": "TMX7316010203-002050_pano_0001_002810", "timestamp": "2021-03-19T11:37:54.097790Z", "filename": "pano_0001_002810.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 11.73987097, "relative_pitch": 76.81599012837538, "relative_heading": 347.0763631133697, "relative_elevation": 50.1161030828953 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02242/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02242/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02242/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02242/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02242/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02242/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02242/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02242/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02242/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893087966831872, 52.38573100785106, 0.0 ] }, "distance": 11.8, "direction": 358.5, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02242", "timestamp": "2025-06-17T09:56:32Z", "filename": "recording_2025-06-17_09-10-34_02242.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 11.79512895, "relative_pitch": 0.0, "relative_heading": 358.50164343105894, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002999/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002999/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002999/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002999/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002999/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002999/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002999/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002999/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002999/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89313182044862, 52.3855194413657, 47.8767396481708 ] }, "distance": 12.05, "direction": 167.16, "angle": 75.87, "elevation": 47.88, "pano_id": "TMX7316010203-001182_pano_0000_002999", "timestamp": "2019-05-14T09:43:19.371510Z", "filename": "pano_0000_002999.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 12.05205613, "relative_pitch": 75.87045352917949, "relative_heading": 167.16440812014636, "relative_elevation": 47.8767396481708 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001303/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001303/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001303/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001303/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001303/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001303/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001303/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001303/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001303/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89304024445258, 52.3857298011729, 48.6026482144371 ] }, "distance": 12.19, "direction": 343.03, "angle": 75.92, "elevation": 48.6, "pano_id": "TMX7316010203-000703_pano_0000_001303", "timestamp": "2018-05-02T11:04:34.205270Z", "filename": "pano_0000_001303.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 12.1876361, "relative_pitch": 75.92274056676692, "relative_heading": 343.02784109429126, "relative_elevation": 48.6026482144371 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003129/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003129/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003129/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003129/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_003129/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003129/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003129/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003129/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003129/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89317219435985, 52.3857248190996, 48.123833344318 ] }, "distance": 12.36, "direction": 26.05, "angle": 75.6, "elevation": 48.12, "pano_id": "TMX7316010203-002050_pano_0001_003129", "timestamp": "2021-03-19T11:43:47.419490Z", "filename": "pano_0001_003129.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 12.35755472, "relative_pitch": 75.59837548401318, "relative_heading": 26.047015905799046, "relative_elevation": 48.123833344318 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01930/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01930/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01930/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01930/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_01930/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01930/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01930/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01930/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01930/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893178119138001, 52.385725074594134, 0.0 ] }, "distance": 12.57, "direction": 27.64, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_01930", "timestamp": "2025-06-17T09:51:31Z", "filename": "recording_2025-06-17_09-10-34_01930.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 12.56510594, "relative_pitch": 0.0, "relative_heading": 27.642918365123872, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002992/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002992/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002992/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002992/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002992/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002992/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002992/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002992/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002992/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89304202814503, 52.3857338946637, 47.8517655367032 ] }, "distance": 12.59, "direction": 344.16, "angle": 75.26, "elevation": 47.85, "pano_id": "TMX7316010203-001182_pano_0000_002992", "timestamp": "2019-05-14T09:42:59.821660Z", "filename": "pano_0000_002992.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 12.59031344, "relative_pitch": 75.2589639760705, "relative_heading": 344.16160562063743, "relative_elevation": 47.8517655367032 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001855/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001855/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001855/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001855/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001710_pano_0000_001855/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001855/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001855/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001855/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001855/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89305211957408, 52.3857363587259, 47.9249513950199 ] }, "distance": 12.69, "direction": 347.49, "angle": 75.17, "elevation": 47.92, "pano_id": "TMX7316010203-001710_pano_0000_001855", "timestamp": "2020-05-14T06:51:16.808420Z", "filename": "pano_0000_001855.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 12.68792341, "relative_pitch": 75.17138961278741, "relative_heading": 347.486331758298, "relative_elevation": 47.9249513950199 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001860/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001860/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001860/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001860/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001710_pano_0000_001860/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001860/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001860/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001860/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001860/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89313023596811, 52.3855129727403, 47.9263094775379 ] }, "distance": 12.73, "direction": 168.36, "angle": 75.12, "elevation": 47.93, "pano_id": "TMX7316010203-001710_pano_0000_001860", "timestamp": "2020-05-14T06:51:20.133430Z", "filename": "pano_0000_001860.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 12.73265734, "relative_pitch": 75.12182622526424, "relative_heading": 168.35737866082846, "relative_elevation": 47.9263094775379 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001297/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001297/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001297/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001297/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000292_pano_0000_001297/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001297/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001297/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001297/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001297/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89310412964371, 52.3855081137875, 49.3258603150025 ] }, "distance": 13.04, "direction": 176.52, "angle": 75.2, "elevation": 49.33, "pano_id": "TMX7315080123-000292_pano_0000_001297", "timestamp": "2016-06-15T10:24:01.722340Z", "filename": "pano_0000_001297.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 13.03545191, "relative_pitch": 75.19674546448647, "relative_heading": 176.51651217178244, "relative_elevation": 49.3258603150025 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02247/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02247/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02247/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02247/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02247/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02247/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02247/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02247/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02247/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893156849940589, 52.3855115013863, 0.0 ] }, "distance": 13.37, "direction": 160.87, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02247", "timestamp": "2025-06-17T09:57:07Z", "filename": "recording_2025-06-17_09-10-34_02247.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 13.37260789, "relative_pitch": 0.0, "relative_heading": 160.8735663454053, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003125/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003125/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003125/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003125/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_003125/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003125/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003125/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003125/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003125/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89324771888056, 52.3855495394946, 48.0935416324064 ] }, "distance": 13.5, "direction": 128.48, "angle": 74.32, "elevation": 48.09, "pano_id": "TMX7316010203-002050_pano_0001_003125", "timestamp": "2021-03-19T11:43:45.124540Z", "filename": "pano_0001_003125.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 13.50121068, "relative_pitch": 74.31907430986223, "relative_heading": 128.4838571627119, "relative_elevation": 48.0935416324064 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01926/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01926/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01926/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01926/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_01926/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01926/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01926/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01926/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01926/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89324914362997, 52.38555064126279, 0.0 ] }, "distance": 13.5, "direction": 127.82, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_01926", "timestamp": "2025-06-17T09:51:28Z", "filename": "recording_2025-06-17_09-10-34_01926.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 13.50175769, "relative_pitch": 0.0, "relative_heading": 127.8204235373411, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000354/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000354/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000354/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000354/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001074_pano_0000_000354/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000354/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000354/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000354/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000354/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89313658932485, 52.3855032161336, 51.2718374729156 ] }, "distance": 13.88, "direction": 167.51, "angle": 74.85, "elevation": 51.27, "pano_id": "TMX7316010203-001074_pano_0000_000354", "timestamp": "2019-01-24T14:02:21.804760Z", "filename": "pano_0000_000354.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 13.88478764, "relative_pitch": 74.84732186752302, "relative_heading": 167.51312734337478, "relative_elevation": 51.2718374729156 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002862/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002862/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002862/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002862/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002862/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002862/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002862/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002862/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002862/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89313444656724, 52.385501631283, 47.8302494753152 ] }, "distance": 14.03, "direction": 168.25, "angle": 73.66, "elevation": 47.83, "pano_id": "TMX7316010203-002037_pano_0000_002862", "timestamp": "2021-03-11T09:23:28.883720Z", "filename": "pano_0000_002862.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.02658791, "relative_pitch": 73.65581982433018, "relative_heading": 168.25074904224493, "relative_elevation": 47.8302494753152 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000063/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000063/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000063/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000063/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002620_pano_0007_000063/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000063/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000063/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000063/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000063/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89323835804914, 52.3855357265845, 48.693808590062 ] }, "distance": 14.05, "direction": 135.02, "angle": 73.9, "elevation": 48.69, "pano_id": "TMX7316010203-002620_pano_0007_000063", "timestamp": "2022-06-22T10:21:50.832120Z", "filename": "pano_0007_000063.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.05016667, "relative_pitch": 73.90497366589072, "relative_heading": 135.02182751008027, "relative_elevation": 48.693808590062 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001308/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001308/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001308/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001308/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001308/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001308/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001308/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001308/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001308/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89312771166612, 52.3855004446402, 48.6803507460281 ] }, "distance": 14.07, "direction": 170.19, "angle": 73.88, "elevation": 48.68, "pano_id": "TMX7316010203-000703_pano_0000_001308", "timestamp": "2018-05-02T11:04:41.850130Z", "filename": "pano_0000_001308.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.07053782, "relative_pitch": 73.87862438499513, "relative_heading": 170.18874204747084, "relative_elevation": 48.6803507460281 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002681/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002681/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002681/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002681/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002681/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002681/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002681/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002681/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002681/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89324804492367, 52.3855417378619, 47.9695359328762 ] }, "distance": 14.07, "direction": 131.2, "angle": 73.65, "elevation": 47.97, "pano_id": "TMX7316010203-002037_pano_0000_002681", "timestamp": "2021-03-11T09:21:42.284560Z", "filename": "pano_0000_002681.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.07457148, "relative_pitch": 73.64797090066098, "relative_heading": 131.19500151835695, "relative_elevation": 47.9695359328762 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000002/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000002/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000002/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000002/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002620_pano_0008_000002/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0008_000002/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0008_000002/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000002/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000002/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89318975458681, 52.3855133907378, 48.1449059573933 ] }, "distance": 14.08, "direction": 151.94, "angle": 73.7, "elevation": 48.14, "pano_id": "TMX7316010203-002620_pano_0008_000002", "timestamp": "2022-06-22T10:23:22.326660Z", "filename": "pano_0008_000002.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.07871578, "relative_pitch": 73.6998245488813, "relative_heading": 151.9428708970152, "relative_elevation": 48.1449059573933 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002814/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002814/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002814/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002814/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002814/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002814/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002814/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002814/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002814/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89314991337625, 52.3857468817833, 48.3008560473099 ] }, "distance": 14.11, "direction": 16.08, "angle": 73.72, "elevation": 48.3, "pano_id": "TMX7316010203-001182_pano_0000_002814", "timestamp": "2019-05-14T09:41:04.232590Z", "filename": "pano_0000_002814.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.10982963, "relative_pitch": 73.71565986619547, "relative_heading": 16.084854466282355, "relative_elevation": 48.3008560473099 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000097/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000097/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000097/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000097/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000074_pano_0002_000097/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000097/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000097/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000097/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000097/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89312720493051, 52.3854998962145, 48.3653812650591 ] }, "distance": 14.12, "direction": 170.37, "angle": 73.72, "elevation": 48.37, "pano_id": "TMX7315120208-000074_pano_0002_000097", "timestamp": "2016-06-09T13:09:26.380380Z", "filename": "pano_0002_000097.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.12486173, "relative_pitch": 73.71982648451697, "relative_heading": 170.36883023668125, "relative_elevation": 48.3653812650591 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002445/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002445/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002445/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002445/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_002445/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002445/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002445/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002445/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002445/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89313743201628, 52.3855008867409, 48.0083491494879 ] }, "distance": 14.15, "direction": 167.51, "angle": 73.58, "elevation": 48.01, "pano_id": "TMX7316010203-000224_pano_0000_002445", "timestamp": "2017-03-27T09:57:04.327700Z", "filename": "pano_0000_002445.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.15026434, "relative_pitch": 73.57733471580204, "relative_heading": 167.51322773325853, "relative_elevation": 48.0083491494879 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000446/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000446/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000446/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000446/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001899_pano_0000_000446/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000446/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000446/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000446/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000446/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89325375858556, 52.385543624195, 48.4326447574422 ] }, "distance": 14.24, "direction": 129.53, "angle": 73.62, "elevation": 48.43, "pano_id": "TMX7316010203-001899_pano_0000_000446", "timestamp": "2020-08-31T07:50:01.812310Z", "filename": "pano_0000_000446.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.23508002, "relative_pitch": 73.62114747667168, "relative_heading": 129.52776465881377, "relative_elevation": 48.4326447574422 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000128/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000128/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000128/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000128/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002531_pano_0007_000128/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000128/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000128/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000128/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000128/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8932502068196, 52.3855398411103, 48.3405518149957 ] }, "distance": 14.32, "direction": 131.44, "angle": 73.49, "elevation": 48.34, "pano_id": "TMX7316010203-002531_pano_0007_000128", "timestamp": "2022-04-21T08:54:43.752480Z", "filename": "pano_0007_000128.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.32447543, "relative_pitch": 73.49416880157695, "relative_heading": 131.4424727193389, "relative_elevation": 48.3405518149957 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001112/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001112/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001112/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001112/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001112/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001112/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001112/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001112/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001112/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89325301858492, 52.3855394722921, 47.9596559815109 ] }, "distance": 14.5, "direction": 131.06, "angle": 73.18, "elevation": 47.96, "pano_id": "TMX7316010203-000703_pano_0000_001112", "timestamp": "2018-05-02T11:01:20.381590Z", "filename": "pano_0000_001112.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.49546562, "relative_pitch": 73.18293064965752, "relative_heading": 131.0632275882429, "relative_elevation": 47.9596559815109 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000348/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000348/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000348/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000348/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001074_pano_0000_000348/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000348/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000348/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000348/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000348/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89307617162047, 52.3857576982887, 51.7382177878171 ] }, "distance": 14.8, "direction": 355.69, "angle": 74.03, "elevation": 51.74, "pano_id": "TMX7316010203-001074_pano_0000_000348", "timestamp": "2019-01-24T14:02:16.894840Z", "filename": "pano_0000_000348.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.80285511, "relative_pitch": 74.03361027104566, "relative_heading": 355.69373883180094, "relative_elevation": 51.7382177878171 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000068/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000068/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000068/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000068/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002620_pano_0007_000068/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000068/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000068/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000068/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000068/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89314237555666, 52.3857547007123, 48.6887986017391 ] }, "distance": 14.82, "direction": 13.25, "angle": 73.07, "elevation": 48.69, "pano_id": "TMX7316010203-002620_pano_0007_000068", "timestamp": "2022-06-22T10:21:52.747050Z", "filename": "pano_0007_000068.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.82181901, "relative_pitch": 73.06872930767192, "relative_heading": 13.245593945622769, "relative_elevation": 48.6887986017391 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00078/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00078/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00078/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00078/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track10_Sphere_00078/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00078/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00078/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00078/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00078/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893134657488524, 52.3854941704254, 0.0 ] }, "distance": 14.84, "direction": 168.85, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track10_Sphere_00078", "timestamp": "2024-12-11T12:45:00Z", "filename": "Job_20241211_1256_Track10_Sphere_00078.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.84313165, "relative_pitch": 0.0, "relative_heading": 168.84904705676226, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15882/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15882/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15882/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15882/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-12-23_09-14-39_15882/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15882/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15882/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15882/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15882/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89303966920676, 52.38575490283437, 0.0 ] }, "distance": 14.89, "direction": 346.02, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-12-23_09-14-39_15882", "timestamp": "2024-12-23T12:11:23Z", "filename": "recording_2024-12-23_09-14-39_15882.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.89092746, "relative_pitch": 0.0, "relative_heading": 346.0222891905386, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00072/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00072/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00072/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00072/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track10_Sphere_00072/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00072/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00072/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00072/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00072/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893037730838679, 52.38575476840213, 0.0 ] }, "distance": 14.91, "direction": 345.52, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track10_Sphere_00072", "timestamp": "2024-12-11T12:44:56Z", "filename": "Job_20241211_1256_Track10_Sphere_00072.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 14.9088712, "relative_pitch": 0.0, "relative_heading": 345.51622241395586, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15888/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15888/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15888/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15888/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-12-23_09-14-39_15888/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15888/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15888/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15888/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15888/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893145777106239, 52.38549337677972, 0.0 ] }, "distance": 15.09, "direction": 166.09, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-12-23_09-14-39_15888", "timestamp": "2024-12-23T12:11:30Z", "filename": "recording_2024-12-23_09-14-39_15888.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 15.09365186, "relative_pitch": 0.0, "relative_heading": 166.09312299108896, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000091/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000091/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000091/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000091/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000074_pano_0002_000091/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000091/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000091/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000091/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000091/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89303530300033, 52.3857564330219, 48.3409094680101 ] }, "distance": 15.13, "direction": 345.09, "angle": 72.62, "elevation": 48.34, "pano_id": "TMX7315120208-000074_pano_0002_000091", "timestamp": "2016-06-09T13:09:23.255390Z", "filename": "pano_0002_000091.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 15.12998483, "relative_pitch": 72.62065698984243, "relative_heading": 345.08556697968976, "relative_elevation": 48.3409094680101 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002815/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002815/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002815/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002815/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_002815/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002815/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002815/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002815/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002815/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89308501467776, 52.3854866130535, 50.4965475862846 ] }, "distance": 15.41, "direction": 181.89, "angle": 73.03, "elevation": 50.5, "pano_id": "TMX7316010203-002050_pano_0001_002815", "timestamp": "2021-03-19T11:38:15.497300Z", "filename": "pano_0001_002815.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 15.41227539, "relative_pitch": 73.02705406475172, "relative_heading": 181.89415726270983, "relative_elevation": 50.4965475862846 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000133/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000133/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000133/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000133/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002531_pano_0007_000133/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000133/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000133/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000133/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000133/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89315768196549, 52.3857578946028, 48.3611641610041 ] }, "distance": 15.43, "direction": 16.71, "angle": 72.3, "elevation": 48.36, "pano_id": "TMX7316010203-002531_pano_0007_000133", "timestamp": "2022-04-21T08:54:46.137420Z", "filename": "pano_0007_000133.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 15.43477289, "relative_pitch": 72.29918642417843, "relative_heading": 16.711110301251235, "relative_elevation": 48.3611641610041 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001117/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001117/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001117/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001117/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001117/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001117/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001117/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001117/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001117/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89315511585182, 52.385758473265, 47.9462807187811 ] }, "distance": 15.45, "direction": 16.02, "angle": 72.14, "elevation": 47.95, "pano_id": "TMX7316010203-000703_pano_0000_001117", "timestamp": "2018-05-02T11:01:24.386610Z", "filename": "pano_0000_001117.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 15.4473227, "relative_pitch": 72.14210841317963, "relative_heading": 16.02174449976733, "relative_elevation": 47.9462807187811 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002809/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002809/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002809/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002809/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002809/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002809/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002809/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002809/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002809/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89324674092512, 52.3855220398657, 48.3366655576974 ] }, "distance": 15.55, "direction": 137.5, "angle": 72.17, "elevation": 48.34, "pano_id": "TMX7316010203-001182_pano_0000_002809", "timestamp": "2019-05-14T09:41:01.767550Z", "filename": "pano_0000_002809.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 15.54549031, "relative_pitch": 72.17175940843539, "relative_heading": 137.50217372184693, "relative_elevation": 48.3366655576974 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002686/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002686/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002686/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002686/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002686/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002686/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002686/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002686/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002686/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89314962308315, 52.3857605200608, 47.9428909523413 ] }, "distance": 15.57, "direction": 14.47, "angle": 72.01, "elevation": 47.94, "pano_id": "TMX7316010203-002037_pano_0000_002686", "timestamp": "2021-03-11T09:21:44.429620Z", "filename": "pano_0000_002686.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 15.5687414, "relative_pitch": 72.00956506264612, "relative_heading": 14.46735417301814, "relative_elevation": 47.9428909523413 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001292/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001292/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001292/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001292/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000292_pano_0000_001292/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001292/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001292/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001292/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001292/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89303315020204, 52.3857602767034, 48.656658789143 ] }, "distance": 15.58, "direction": 344.97, "angle": 72.24, "elevation": 48.66, "pano_id": "TMX7315080123-000292_pano_0000_001292", "timestamp": "2016-06-15T10:23:41.456410Z", "filename": "pano_0000_001292.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 15.58103748, "relative_pitch": 72.24367893748867, "relative_heading": 344.9695251692495, "relative_elevation": 48.656658789143 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000451/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000451/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000451/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000451/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001899_pano_0000_000451/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000451/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000451/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000451/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000451/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89315411912274, 52.3857606456304, 48.336248437874 ] }, "distance": 15.66, "direction": 15.54, "angle": 72.05, "elevation": 48.34, "pano_id": "TMX7316010203-001899_pano_0000_000451", "timestamp": "2020-08-31T07:50:05.472280Z", "filename": "pano_0000_000451.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 15.66148771, "relative_pitch": 72.0470929597069, "relative_heading": 15.539031586572278, "relative_elevation": 48.336248437874 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002039/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002039/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002039/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002039/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_002039/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002039/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002039/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002039/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002039/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89325456403573, 52.3855223768842, 47.9252404673025 ] }, "distance": 15.88, "direction": 135.99, "angle": 71.66, "elevation": 47.93, "pano_id": "TMX7316010203-000224_pano_0000_002039", "timestamp": "2017-03-27T09:41:38.439480Z", "filename": "pano_0000_002039.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 15.88317906, "relative_pitch": 71.663990973188, "relative_heading": 135.99392715633684, "relative_elevation": 47.9252404673025 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002442/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002442/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002442/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002442/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_002442/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002442/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002442/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002442/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002442/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89303568390445, 52.3857667501685, 47.9711118964478 ] }, "distance": 16.24, "direction": 346.22, "angle": 71.3, "elevation": 47.97, "pano_id": "TMX7316010203-000224_pano_0000_002442", "timestamp": "2017-03-27T09:57:00.717720Z", "filename": "pano_0000_002442.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 16.23583535, "relative_pitch": 71.30159692735378, "relative_heading": 346.2168127232839, "relative_elevation": 47.9711118964478 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002856/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002856/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002856/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002856/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002856/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002856/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002856/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002856/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002856/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8930324451498, 52.3857677046907, 47.7799843046814 ] }, "distance": 16.39, "direction": 345.56, "angle": 71.06, "elevation": 47.78, "pano_id": "TMX7316010203-002037_pano_0000_002856", "timestamp": "2021-03-11T09:23:26.078690Z", "filename": "pano_0000_002856.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 16.39261626, "relative_pitch": 71.06365255393483, "relative_heading": 345.5566951675412, "relative_elevation": 47.7799843046814 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003130/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003130/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003130/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003130/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_003130/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003130/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003130/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003130/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003130/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89315216653115, 52.3857685952317, 48.1195277571678 ] }, "distance": 16.48, "direction": 14.27, "angle": 71.09, "elevation": 48.12, "pano_id": "TMX7316010203-002050_pano_0001_003130", "timestamp": "2021-03-19T11:43:47.949510Z", "filename": "pano_0001_003130.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 16.48217159, "relative_pitch": 71.09235362999128, "relative_heading": 14.269887360371131, "relative_elevation": 48.1195277571678 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01931/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01931/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01931/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01931/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_01931/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01931/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01931/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01931/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01931/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893157881798948, 52.38576823891321, 0.0 ] }, "distance": 16.54, "direction": 15.61, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_01931", "timestamp": "2025-06-17T09:51:31Z", "filename": "recording_2025-06-17_09-10-34_01931.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 16.54418722, "relative_pitch": 0.0, "relative_heading": 15.609909869938559, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02241/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02241/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02241/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02241/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02241/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02241/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02241/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02241/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02241/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893063478868548, 52.38577334552811, 0.0 ] }, "distance": 16.62, "direction": 353.17, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02241", "timestamp": "2025-06-17T09:56:31Z", "filename": "recording_2025-06-17_09-10-34_02241.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 16.62005671, "relative_pitch": 0.0, "relative_heading": 353.1728108207795, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000355/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000355/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000355/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000355/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001074_pano_0000_000355/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000355/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000355/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000355/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000355/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89308072471256, 52.3854746892237, 51.2203700356185 ] }, "distance": 16.75, "direction": 182.74, "angle": 71.89, "elevation": 51.22, "pano_id": "TMX7316010203-001074_pano_0000_000355", "timestamp": "2019-01-24T14:02:23.154770Z", "filename": "pano_0000_000355.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 16.74986219, "relative_pitch": 71.8914456161933, "relative_heading": 182.74276721687886, "relative_elevation": 51.2203700356185 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002809/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002809/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002809/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002809/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_002809/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002809/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002809/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002809/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002809/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89303567624144, 52.3857722765663, 50.1255677063018 ] }, "distance": 16.83, "direction": 346.71, "angle": 71.44, "elevation": 50.13, "pano_id": "TMX7316010203-002050_pano_0001_002809", "timestamp": "2021-03-19T11:37:53.342470Z", "filename": "pano_0001_002809.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 16.83383291, "relative_pitch": 71.43623617973026, "relative_heading": 346.7137601080038, "relative_elevation": 50.1255677063018 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_003000/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_003000/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_003000/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_003000/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_003000/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_003000/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_003000/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_003000/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_003000/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89314503996843, 52.3854763862332, 47.9643390616402 ] }, "distance": 16.92, "direction": 167.8, "angle": 70.56, "elevation": 47.96, "pano_id": "TMX7316010203-001182_pano_0000_003000", "timestamp": "2019-05-14T09:43:20.201490Z", "filename": "pano_0000_003000.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 16.92426831, "relative_pitch": 70.56455620438216, "relative_heading": 167.79663448134525, "relative_elevation": 47.9643390616402 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001298/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001298/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001298/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001298/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000292_pano_0000_001298/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001298/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001298/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001298/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001298/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89305734576521, 52.3854722141551, 49.4195820456371 ] }, "distance": 17.17, "direction": 188.01, "angle": 70.84, "elevation": 49.42, "pano_id": "TMX7315080123-000292_pano_0000_001298", "timestamp": "2016-06-15T10:24:03.112400Z", "filename": "pano_0000_001298.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.17366827, "relative_pitch": 70.8372846113516, "relative_heading": 188.01076273413864, "relative_elevation": 49.4195820456371 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02849/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02849/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02849/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02849/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02849/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02849/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02849/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02849/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02849/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893342984230229, 52.38564345298401, 0.0 ] }, "distance": 17.18, "direction": 83.15, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02849", "timestamp": "2025-06-17T10:10:16Z", "filename": "recording_2025-06-17_09-10-34_02849.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.17735138, "relative_pitch": 0.0, "relative_heading": 83.15088645013451, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002991/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002991/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002991/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002991/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002991/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002991/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002991/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002991/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002991/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89302527395259, 52.3857739240623, 47.866073901765 ] }, "distance": 17.19, "direction": 344.56, "angle": 70.25, "elevation": 47.87, "pano_id": "TMX7316010203-001182_pano_0000_002991", "timestamp": "2019-05-14T09:42:59.266660Z", "filename": "pano_0000_002991.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.18720706, "relative_pitch": 70.24837721226126, "relative_heading": 344.5558481418398, "relative_elevation": 47.866073901765 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02850/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02850/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02850/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02850/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02850/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02850/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02850/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02850/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02850/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893324828690537, 52.38568699450805, 0.0 ] }, "distance": 17.26, "direction": 66.45, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02850", "timestamp": "2025-06-17T10:10:17Z", "filename": "recording_2025-06-17_09-10-34_02850.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.25541736, "relative_pitch": 0.0, "relative_heading": 66.45303224897143, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001302/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001302/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001302/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001302/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001302/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001302/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001302/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001302/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001302/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89302113264159, 52.385774581838, 48.6027689920738 ] }, "distance": 17.33, "direction": 343.72, "angle": 70.37, "elevation": 48.6, "pano_id": "TMX7316010203-000703_pano_0000_001302", "timestamp": "2018-05-02T11:04:33.330200Z", "filename": "pano_0000_001302.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.33468132, "relative_pitch": 70.37069722480214, "relative_heading": 343.7219242278854, "relative_elevation": 48.6027689920738 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00050/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00050/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00050/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00050/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241121_0951_Track05_Sphere_00050/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track05_Sphere_00050/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track05_Sphere_00050/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00050/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00050/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893100428044125, 52.38546692076283, 0.0 ] }, "distance": 17.6, "direction": 178.24, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241121_0951_Track05_Sphere_00050", "timestamp": "2024-11-21T09:18:56Z", "filename": "Job_20241121_0951_Track05_Sphere_00050.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.60339202, "relative_pitch": 0.0, "relative_heading": 178.2420686470854, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00051/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00051/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00051/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00051/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241121_0951_Track05_Sphere_00051/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track05_Sphere_00051/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track05_Sphere_00051/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00051/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00051/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893027213953616, 52.38547138774478, 0.0 ] }, "distance": 17.67, "direction": 194.57, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241121_0951_Track05_Sphere_00051", "timestamp": "2024-11-21T09:18:57Z", "filename": "Job_20241121_0951_Track05_Sphere_00051.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.66635296, "relative_pitch": 0.0, "relative_heading": 194.57229375412382, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01925/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01925/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01925/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01925/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_01925/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01925/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01925/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01925/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01925/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893267385613746, 52.38550725290032, 0.0 ] }, "distance": 17.71, "direction": 137.75, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_01925", "timestamp": "2025-06-17T09:51:27Z", "filename": "recording_2025-06-17_09-10-34_01925.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.70840611, "relative_pitch": 0.0, "relative_heading": 137.7454977890165, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001854/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001854/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001854/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001854/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001710_pano_0000_001854/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001854/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001854/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001854/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001854/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89303242886687, 52.3857802649309, 47.9351739045233 ] }, "distance": 17.75, "direction": 346.68, "angle": 69.68, "elevation": 47.94, "pano_id": "TMX7316010203-001710_pano_0000_001854", "timestamp": "2020-05-14T06:51:16.073470Z", "filename": "pano_0000_001854.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.74975919, "relative_pitch": 69.68107703752455, "relative_heading": 346.67858073400146, "relative_elevation": 47.9351739045233 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000445/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000445/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000445/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000445/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001899_pano_0000_000445/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000445/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000445/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000445/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000445/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89325265300895, 52.385498936767, 48.5084826415405 ] }, "distance": 17.77, "direction": 142.15, "angle": 69.88, "elevation": 48.51, "pano_id": "TMX7316010203-001899_pano_0000_000445", "timestamp": "2020-08-31T07:50:00.802300Z", "filename": "pano_0000_000445.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.7713124, "relative_pitch": 69.8794523503462, "relative_heading": 142.14970487081197, "relative_elevation": 48.5084826415405 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003124/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003124/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003124/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003124/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_003124/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003124/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_003124/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003124/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_003124/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89326609403282, 52.3855056494964, 48.1201332118362 ] }, "distance": 17.78, "direction": 138.34, "angle": 69.72, "elevation": 48.12, "pano_id": "TMX7316010203-002050_pano_0001_003124", "timestamp": "2021-03-19T11:43:44.359520Z", "filename": "pano_0001_003124.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.78229601, "relative_pitch": 69.71873102434725, "relative_heading": 138.34179190546197, "relative_elevation": 48.1201332118362 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001861/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001861/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001861/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001861/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001710_pano_0000_001861/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001861/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001710_pano_0000_001861/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001861/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001710/pano_0000_001861/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89314077591378, 52.3854677131583, 47.9787186337635 ] }, "distance": 17.81, "direction": 169.37, "angle": 69.63, "elevation": 47.98, "pano_id": "TMX7316010203-001710_pano_0000_001861", "timestamp": "2020-05-14T06:51:20.738350Z", "filename": "pano_0000_001861.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.81286439, "relative_pitch": 69.63175331460042, "relative_heading": 169.36575389434668, "relative_elevation": 47.9787186337635 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00238/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00238/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00238/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00238/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_10-16-05_00238/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_10-16-05_00238/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_10-16-05_00238/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00238/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00238/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893214027334412, 52.385483006265055, 0.0 ] }, "distance": 17.84, "direction": 152.37, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_10-16-05_00238", "timestamp": "2025-06-17T10:22:07Z", "filename": "recording_2025-06-17_10-16-05_00238.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.84020956, "relative_pitch": 0.0, "relative_heading": 152.36628525113844, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001111/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001111/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001111/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001111/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001111/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001111/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001111/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001111/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001111/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89324671249966, 52.3854949117619, 48.0442128675058 ] }, "distance": 17.89, "direction": 144.05, "angle": 69.58, "elevation": 48.04, "pano_id": "TMX7316010203-000703_pano_0000_001111", "timestamp": "2018-05-02T11:01:18.816640Z", "filename": "pano_0000_001111.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.88665827, "relative_pitch": 69.57991296060632, "relative_heading": 144.05342154154096, "relative_elevation": 48.0442128675058 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00013/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00013/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00013/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00013/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track09_Sphere_00013/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track09_Sphere_00013/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track09_Sphere_00013/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00013/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00013/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893350419522431, 52.38565639030476, 0.0 ] }, "distance": 17.9, "direction": 78.77, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track09_Sphere_00013", "timestamp": "2024-12-11T12:42:01Z", "filename": "Job_20241211_1256_Track09_Sphere_00013.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.90406656, "relative_pitch": 0.0, "relative_heading": 78.76574510710572, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002042/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002042/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002042/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002042/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_002042/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002042/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_002042/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002042/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_002042/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89315350877177, 52.3857816132081, 47.8437496731058 ] }, "distance": 17.91, "direction": 13.41, "angle": 69.48, "elevation": 47.84, "pano_id": "TMX7316010203-000224_pano_0000_002042", "timestamp": "2017-03-27T09:41:41.524430Z", "filename": "pano_0000_002042.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 17.91058606, "relative_pitch": 69.47632011210489, "relative_heading": 13.410955763845218, "relative_elevation": 47.8437496731058 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002816/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002816/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002816/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002816/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_002816/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002816/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002816/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002816/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002816/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89301754626679, 52.3854683834678, 50.50887810532 ] }, "distance": 18.16, "direction": 196.32, "angle": 70.22, "elevation": 50.51, "pano_id": "TMX7316010203-002050_pano_0001_002816", "timestamp": "2021-03-19T11:38:16.637280Z", "filename": "pano_0001_002816.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 18.16393082, "relative_pitch": 70.22047265483747, "relative_heading": 196.31678795565816, "relative_elevation": 50.50887810532 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02248/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02248/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02248/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02248/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02248/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02248/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02248/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02248/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02248/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893162402403584, 52.38546666701165, 0.0 ] }, "distance": 18.25, "direction": 164.89, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02248", "timestamp": "2025-06-17T09:57:08Z", "filename": "recording_2025-06-17_09-10-34_02248.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 18.25476111, "relative_pitch": 0.0, "relative_heading": 164.88637465220302, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00014/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00014/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00014/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00014/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track09_Sphere_00014/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track09_Sphere_00014/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track09_Sphere_00014/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00014/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00014/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893331848341298, 52.38569900436495, 0.0 ] }, "distance": 18.26, "direction": 63.21, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track09_Sphere_00014", "timestamp": "2024-12-11T12:42:02Z", "filename": "Job_20241211_1256_Track09_Sphere_00014.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 18.2567634, "relative_pitch": 0.0, "relative_heading": 63.20569250615061, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002680/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002680/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002680/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002680/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002680/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002680/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002680/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002680/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002680/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89326435812514, 52.3854972354623, 48.0207331990823 ] }, "distance": 18.42, "direction": 140.55, "angle": 69.02, "elevation": 48.02, "pano_id": "TMX7316010203-002037_pano_0000_002680", "timestamp": "2021-03-11T09:21:41.834590Z", "filename": "pano_0000_002680.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 18.41696046, "relative_pitch": 69.01713137403299, "relative_heading": 140.55312464810308, "relative_elevation": 48.0207331990823 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02848/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02848/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02848/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02848/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02848/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02848/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02848/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02848/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02848/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893361038219113, 52.38559979419362, 0.0 ] }, "distance": 18.5, "direction": 98.74, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02848", "timestamp": "2025-06-17T10:10:16Z", "filename": "recording_2025-06-17_09-10-34_02848.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 18.49862719, "relative_pitch": 0.0, "relative_heading": 98.73606325958376, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000127/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000127/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000127/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000127/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002531_pano_0007_000127/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000127/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000127/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000127/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000127/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89326397761906, 52.3854957518979, 48.3839504066855 ] }, "distance": 18.53, "direction": 140.94, "angle": 69.05, "elevation": 48.38, "pano_id": "TMX7316010203-002531_pano_0007_000127", "timestamp": "2022-04-21T08:54:43.282500Z", "filename": "pano_0007_000127.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 18.52840065, "relative_pitch": 69.04589929685785, "relative_heading": 140.93933809912681, "relative_elevation": 48.3839504066855 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002815/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002815/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002815/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002815/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002815/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002815/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002815/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002815/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002815/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89312948506255, 52.3857913461465, 48.2986589064822 ] }, "distance": 18.68, "direction": 7.75, "angle": 68.86, "elevation": 48.3, "pano_id": "TMX7316010203-001182_pano_0000_002815", "timestamp": "2019-05-14T09:41:04.692500Z", "filename": "pano_0000_002815.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 18.67579933, "relative_pitch": 68.85984713756262, "relative_heading": 7.749821732332583, "relative_elevation": 48.2986589064822 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02851/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02851/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02851/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02851/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02851/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02851/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02851/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02851/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02851/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893306305612643, 52.38573056145924, 0.0 ] }, "distance": 18.7, "direction": 51.11, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02851", "timestamp": "2025-06-17T10:10:17Z", "filename": "recording_2025-06-17_09-10-34_02851.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 18.70241275, "relative_pitch": 0.0, "relative_heading": 51.111725773566434, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000356/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000356/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000356/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000356/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001074_pano_0000_000356/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000356/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000356/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000356/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000356/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8930098170972, 52.3854640895299, 51.1957754110917 ] }, "distance": 18.77, "direction": 197.45, "angle": 69.86, "elevation": 51.2, "pano_id": "TMX7316010203-001074_pano_0000_000356", "timestamp": "2019-01-24T14:02:24.254730Z", "filename": "pano_0000_000356.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 18.77400441, "relative_pitch": 69.8615064398236, "relative_heading": 197.44855119757696, "relative_elevation": 51.1957754110917 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_001888/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_001888/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_001888/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_001888/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_001888/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_001888/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_001888/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_001888/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_001888/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89305811190314, 52.3854573234612, 48.0400184458122 ] }, "distance": 18.81, "direction": 187.15, "angle": 68.62, "elevation": 48.04, "pano_id": "TMX7316010203-000224_pano_0000_001888", "timestamp": "2017-03-27T09:34:02.617710Z", "filename": "pano_0000_001888.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 18.80930973, "relative_pitch": 68.61795828273122, "relative_heading": 187.1499950451587, "relative_elevation": 48.0400184458122 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00012/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00012/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00012/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00012/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track09_Sphere_00012/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track09_Sphere_00012/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track09_Sphere_00012/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00012/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00012/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893368421937951, 52.38561340537465, 0.0 ] }, "distance": 18.83, "direction": 93.94, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track09_Sphere_00012", "timestamp": "2024-12-11T12:42:00Z", "filename": "Job_20241211_1256_Track09_Sphere_00012.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 18.83132327, "relative_pitch": 0.0, "relative_heading": 93.94338831082304, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000098/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000098/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000098/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000098/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000074_pano_0002_000098/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000098/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000098/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000098/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000098/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89313867653301, 52.3854565548697, 48.4044906189665 ] }, "distance": 19.01, "direction": 170.48, "angle": 68.56, "elevation": 48.4, "pano_id": "TMX7315120208-000074_pano_0002_000098", "timestamp": "2016-06-09T13:09:26.885370Z", "filename": "pano_0002_000098.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.01039023, "relative_pitch": 68.558067464089, "relative_heading": 170.47981004904048, "relative_elevation": 48.4044906189665 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000003/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000003/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000003/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000003/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002620_pano_0008_000003/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0008_000003/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0008_000003/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000003/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0008_000003/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8932256851583, 52.3854747261268, 48.190857283771 ] }, "distance": 19.03, "direction": 151.54, "angle": 68.45, "elevation": 48.19, "pano_id": "TMX7316010203-002620_pano_0008_000003", "timestamp": "2022-06-22T10:23:23.071700Z", "filename": "pano_0008_000003.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.02662954, "relative_pitch": 68.45498907911781, "relative_heading": 151.53556279782816, "relative_elevation": 48.190857283771 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002863/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002863/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002863/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002863/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002863/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002863/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002863/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002863/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002863/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89314580487262, 52.385456536147, 47.8896120022982 ] }, "distance": 19.1, "direction": 169.04, "angle": 68.26, "elevation": 47.89, "pano_id": "TMX7316010203-002037_pano_0000_002863", "timestamp": "2021-03-11T09:23:29.333770Z", "filename": "pano_0000_002863.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.09870866, "relative_pitch": 68.25754444670895, "relative_heading": 169.04472271192427, "relative_elevation": 47.8896120022982 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001309/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001309/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001309/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001309/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001309/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001309/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001309/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001309/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001309/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89313817084387, 52.3854547836808, 48.7316059935838 ] }, "distance": 19.2, "direction": 170.68, "angle": 68.5, "elevation": 48.73, "pano_id": "TMX7316010203-000703_pano_0000_001309", "timestamp": "2018-05-02T11:04:42.700140Z", "filename": "pano_0000_001309.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.19918499, "relative_pitch": 68.49664649193141, "relative_heading": 170.67842574625473, "relative_elevation": 48.7316059935838 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001110/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001110/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001110/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001110/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001110/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001110/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001110/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001110/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001110/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89319683194065, 52.3854635735991, 48.1194643648341 ] }, "distance": 19.32, "direction": 158.43, "angle": 68.12, "elevation": 48.12, "pano_id": "TMX7316010203-000703_pano_0000_001110", "timestamp": "2018-05-02T11:01:17.056660Z", "filename": "pano_0000_001110.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.32090737, "relative_pitch": 68.12357312697947, "relative_heading": 158.42765672959726, "relative_elevation": 48.1194643648341 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00052/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00052/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00052/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00052/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241121_0951_Track05_Sphere_00052/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track05_Sphere_00052/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track05_Sphere_00052/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00052/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00052/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.892955871712502, 52.38547264490195, 0.0 ] }, "distance": 19.34, "direction": 208.75, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241121_0951_Track05_Sphere_00052", "timestamp": "2024-11-21T09:18:59Z", "filename": "Job_20241121_0951_Track05_Sphere_00052.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.34197547, "relative_pitch": 0.0, "relative_heading": 208.7468020887886, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000069/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000069/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000069/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000069/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002620_pano_0007_000069/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000069/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002620_pano_0007_000069/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000069/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/22/TMX7316010203-002620/pano_0007_000069/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89312218938181, 52.3857987356015, 48.6909081600606 ] }, "distance": 19.43, "direction": 5.97, "angle": 68.24, "elevation": 48.69, "pano_id": "TMX7316010203-002620_pano_0007_000069", "timestamp": "2022-06-22T10:21:53.122090Z", "filename": "pano_0007_000069.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.43292459, "relative_pitch": 68.24266901960382, "relative_heading": 5.971430696180508, "relative_elevation": 48.6909081600606 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002547/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002547/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002547/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002547/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_002547/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002547/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002547/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002547/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002547/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89315340683034, 52.3854525587317, 50.2590391589329 ] }, "distance": 19.64, "direction": 167.81, "angle": 68.66, "elevation": 50.26, "pano_id": "TMX7316010203-002050_pano_0001_002547", "timestamp": "2021-03-19T11:33:37.634630Z", "filename": "pano_0001_002547.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.63617185, "relative_pitch": 68.65944688004163, "relative_heading": 167.80730717975672, "relative_elevation": 50.2590391589329 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001299/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001299/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001299/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001299/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000292_pano_0000_001299/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001299/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001299/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001299/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001299/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89298776239535, 52.3854599613577, 49.4687443869188 ] }, "distance": 19.71, "direction": 201.22, "angle": 68.28, "elevation": 49.47, "pano_id": "TMX7315080123-000292_pano_0000_001299", "timestamp": "2016-06-15T10:24:04.312560Z", "filename": "pano_0000_001299.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.70507512, "relative_pitch": 68.28093405484223, "relative_heading": 201.21610063610126, "relative_elevation": 49.4687443869188 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001109/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001109/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001109/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001109/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001109/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001109/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001109/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001109/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001109/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89312754345506, 52.3854492594346, 48.0692310864106 ] }, "distance": 19.71, "direction": 173.04, "angle": 67.71, "elevation": 48.07, "pano_id": "TMX7316010203-000703_pano_0000_001109", "timestamp": "2018-05-02T11:01:15.616680Z", "filename": "pano_0000_001109.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.70537715, "relative_pitch": 67.70943989329305, "relative_heading": 173.04472486755353, "relative_elevation": 48.0692310864106 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000134/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000134/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000134/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000134/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002531_pano_0007_000134/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000134/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002531_pano_0007_000134/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000134/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002531/pano_0007_000134/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89313759721221, 52.3858013680522, 48.3659095661715 ] }, "distance": 19.86, "direction": 8.89, "angle": 67.68, "elevation": 48.37, "pano_id": "TMX7316010203-002531_pano_0007_000134", "timestamp": "2022-04-21T08:54:46.612470Z", "filename": "pano_0007_000134.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.85924435, "relative_pitch": 67.67674214311761, "relative_heading": 8.894987920969545, "relative_elevation": 48.3659095661715 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00071/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00071/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00071/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00071/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track10_Sphere_00071/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00071/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00071/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00071/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track10_Sphere_00071/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893019021913894, 52.385797849198276, 0.0 ] }, "distance": 19.87, "direction": 345.42, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track10_Sphere_00071", "timestamp": "2024-12-11T12:44:56Z", "filename": "Job_20241211_1256_Track10_Sphere_00071.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.86893741, "relative_pitch": 0.0, "relative_heading": 345.4171058737489, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00015/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00015/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00015/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00015/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track09_Sphere_00015/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track09_Sphere_00015/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track09_Sphere_00015/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00015/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00015/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893312993545828, 52.38574202168503, 0.0 ] }, "distance": 19.87, "direction": 49.07, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track09_Sphere_00015", "timestamp": "2024-12-11T12:42:03Z", "filename": "Job_20241211_1256_Track09_Sphere_00015.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.87001506, "relative_pitch": 0.0, "relative_heading": 49.073405725323504, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15881/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15881/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15881/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15881/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-12-23_09-14-39_15881/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15881/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15881/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15881/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15881/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89302256419636, 52.385798648311294, 0.0 ] }, "distance": 19.9, "direction": 346.15, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-12-23_09-14-39_15881", "timestamp": "2024-12-23T12:10:54Z", "filename": "recording_2024-12-23_09-14-39_15881.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.89591359, "relative_pitch": 0.0, "relative_heading": 346.1537697546227, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001118/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001118/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001118/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001118/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001118/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001118/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001118/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001118/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001118/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89313467571337, 52.3858020591675, 47.9600091986358 ] }, "distance": 19.91, "direction": 8.3, "angle": 67.46, "elevation": 47.96, "pano_id": "TMX7316010203-000703_pano_0000_001118", "timestamp": "2018-05-02T11:01:24.996600Z", "filename": "pano_0000_001118.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.90555727, "relative_pitch": 67.45935533174897, "relative_heading": 8.295087084087555, "relative_elevation": 47.9600091986358 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000347/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000347/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000347/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000347/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001074_pano_0000_000347/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000347/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000347/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000347/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000347/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89305502055088, 52.3858028433287, 51.6983503047377 ] }, "distance": 19.95, "direction": 352.65, "angle": 68.9, "elevation": 51.7, "pano_id": "TMX7316010203-001074_pano_0000_000347", "timestamp": "2019-01-24T14:02:16.354850Z", "filename": "pano_0000_000347.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.94842657, "relative_pitch": 68.90029572716364, "relative_heading": 352.651161930361, "relative_elevation": 51.6983503047377 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000090/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000090/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000090/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000090/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000074_pano_0002_000090/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000090/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000074_pano_0002_000090/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000090/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/09/TMX7315120208-000074/pano_0002_000090/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8930181862752, 52.3857987675951, 48.3582405550405 ] }, "distance": 19.98, "direction": 345.33, "angle": 67.55, "elevation": 48.36, "pano_id": "TMX7315120208-000074_pano_0002_000090", "timestamp": "2016-06-09T13:09:22.705370Z", "filename": "pano_0002_000090.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 19.98218616, "relative_pitch": 67.54901811983393, "relative_heading": 345.3330015560518, "relative_elevation": 48.3582405550405 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000357/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000357/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000357/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000357/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001074_pano_0000_000357/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000357/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001074_pano_0000_000357/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000357/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/24/TMX7316010203-001074/pano_0000_000357/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89293387962654, 52.3854730567282, 51.1043764315546 ] }, "distance": 20.07, "direction": 212.56, "angle": 68.56, "elevation": 51.1, "pano_id": "TMX7316010203-001074_pano_0000_000357", "timestamp": "2019-01-24T14:02:25.239730Z", "filename": "pano_0000_000357.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.06638573, "relative_pitch": 68.56230087831688, "relative_heading": 212.56106384514823, "relative_elevation": 51.1043764315546 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15889/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15889/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15889/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15889/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-12-23_09-14-39_15889/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15889/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-12-23_09-14-39_15889/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15889/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-12-23_09-14-39_15889/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893155903451777, 52.38544885112944, 0.0 ] }, "distance": 20.08, "direction": 167.58, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-12-23_09-14-39_15889", "timestamp": "2024-12-23T12:11:31Z", "filename": "recording_2024-12-23_09-14-39_15889.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.07548443, "relative_pitch": 0.0, "relative_heading": 167.58178437023003, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000452/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000452/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000452/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000452/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001899_pano_0000_000452/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000452/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000452/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000452/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000452/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8931333723709, 52.3858040067373, 48.3245689962059 ] }, "distance": 20.11, "direction": 7.96, "angle": 67.41, "elevation": 48.32, "pano_id": "TMX7316010203-001899_pano_0000_000452", "timestamp": "2020-08-31T07:50:06.122270Z", "filename": "pano_0000_000452.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.10755519, "relative_pitch": 67.40810647069377, "relative_heading": 7.955779398176148, "relative_elevation": 48.3245689962059 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002687/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002687/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002687/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002687/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002037_pano_0000_002687/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002687/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002037_pano_0000_002687/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002687/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/11/TMX7316010203-002037/pano_0000_002687/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89312983916109, 52.385804303557, 47.9410592000932 ] }, "distance": 20.11, "direction": 7.26, "angle": 67.24, "elevation": 47.94, "pano_id": "TMX7316010203-002037_pano_0000_002687", "timestamp": "2021-03-11T09:21:44.854540Z", "filename": "pano_0000_002687.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.10843587, "relative_pitch": 67.24483552956906, "relative_heading": 7.263890375373543, "relative_elevation": 47.9410592000932 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000444/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000444/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000444/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000444/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001899_pano_0000_000444/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000444/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000444/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000444/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000444/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89321650634352, 52.3854607710214, 48.581017723307 ] }, "distance": 20.14, "direction": 155.21, "angle": 67.49, "elevation": 48.58, "pano_id": "TMX7316010203-001899_pano_0000_000444", "timestamp": "2020-08-31T07:49:59.517280Z", "filename": "pano_0000_000444.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.13523527, "relative_pitch": 67.48760010170955, "relative_heading": 155.2074441162293, "relative_elevation": 48.581017723307 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001108/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001108/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001108/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001108/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000703_pano_0000_001108/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001108/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000703_pano_0000_001108/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001108/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/02/TMX7316010203-000703/pano_0000_001108/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89305393246385, 52.3854454393764, 48.0389380352572 ] }, "distance": 20.16, "direction": 187.48, "angle": 67.24, "elevation": 48.04, "pano_id": "TMX7316010203-000703_pano_0000_001108", "timestamp": "2018-05-02T11:01:14.246670Z", "filename": "pano_0000_001108.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.15718673, "relative_pitch": 67.2370297714466, "relative_heading": 187.4847133605481, "relative_elevation": 48.0389380352572 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002808/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002808/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002808/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002808/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001182_pano_0000_002808/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002808/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001182_pano_0000_002808/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002808/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/14/TMX7316010203-001182/pano_0000_002808/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8932623524629, 52.3854764728166, 48.4087426234037 ] }, "distance": 20.18, "direction": 145.03, "angle": 67.37, "elevation": 48.41, "pano_id": "TMX7316010203-001182_pano_0000_002808", "timestamp": "2019-05-14T09:41:01.137560Z", "filename": "pano_0000_002808.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.17573086, "relative_pitch": 67.37466776976983, "relative_heading": 145.02575764741647, "relative_elevation": 48.4087426234037 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00049/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00049/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00049/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00049/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241121_0951_Track05_Sphere_00049/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track05_Sphere_00049/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track05_Sphere_00049/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00049/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track05_Sphere_00049/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893171046538256, 52.3854502016807, 0.0 ] }, "distance": 20.18, "direction": 164.63, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241121_0951_Track05_Sphere_00049", "timestamp": "2024-11-21T09:18:55Z", "filename": "Job_20241121_0951_Track05_Sphere_00049.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.17721933, "relative_pitch": 0.0, "relative_heading": 164.62943371917032, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000442/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000442/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000442/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000442/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001899_pano_0000_000442/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000442/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000442/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000442/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000442/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89307637024991, 52.3854435847225, 48.4687191592529 ] }, "distance": 20.22, "direction": 183.11, "angle": 67.35, "elevation": 48.47, "pano_id": "TMX7316010203-001899_pano_0000_000442", "timestamp": "2020-08-31T07:49:55.697340Z", "filename": "pano_0000_000442.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.22164856, "relative_pitch": 67.35360025966204, "relative_heading": 183.11258011167914, "relative_elevation": 48.4687191592529 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002817/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002817/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002817/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002817/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002050_pano_0001_002817/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002817/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002050_pano_0001_002817/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002817/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/19/TMX7316010203-002050/pano_0001_002817/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8929429756824, 52.3854660830558, 50.4778467202559 ] }, "distance": 20.41, "direction": 209.92, "angle": 67.99, "elevation": 50.48, "pano_id": "TMX7316010203-002050_pano_0001_002817", "timestamp": "2021-03-19T11:38:17.567270Z", "filename": "pano_0001_002817.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.4087336, "relative_pitch": 67.98598942297193, "relative_heading": 209.92225347541952, "relative_elevation": 50.4778467202559 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000443/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000443/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000443/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000443/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001899_pano_0000_000443/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000443/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001899_pano_0000_000443/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000443/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/31/TMX7316010203-001899/pano_0000_000443/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89314915919821, 52.3854448327165, 48.5291589414701 ] }, "distance": 20.42, "direction": 169.11, "angle": 67.18, "elevation": 48.53, "pano_id": "TMX7316010203-001899_pano_0000_000443", "timestamp": "2020-08-31T07:49:57.622350Z", "filename": "pano_0000_000443.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.42068681, "relative_pitch": 67.17902637044332, "relative_heading": 169.1100081204436, "relative_elevation": 48.5291589414701 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00099/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00099/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00099/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00099/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_10-16-05_00099/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_10-16-05_00099/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_10-16-05_00099/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00099/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00099/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893063451417249, 52.3854423469457, 0.0 ] }, "distance": 20.43, "direction": 185.56, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_10-16-05_00099", "timestamp": "2025-06-17T10:18:48Z", "filename": "recording_2025-06-17_10-16-05_00099.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.42551066, "relative_pitch": 0.0, "relative_heading": 185.55607477921765, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001291/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001291/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001291/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001291/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000292_pano_0000_001291/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001291/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000292_pano_0000_001291/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001291/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000292/pano_0000_001291/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89301434008357, 52.3858041550121, 48.6574525106698 ] }, "distance": 20.63, "direction": 345.05, "angle": 67.03, "elevation": 48.66, "pano_id": "TMX7315080123-000292_pano_0000_001291", "timestamp": "2016-06-15T10:23:40.861310Z", "filename": "pano_0000_001291.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.62869056, "relative_pitch": 67.02512089956981, "relative_heading": 345.0509519234358, "relative_elevation": 48.6574525106698 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_001887/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_001887/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_001887/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_001887/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000224_pano_0000_001887/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_001887/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000224_pano_0000_001887/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_001887/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/27/TMX7316010203-000224/pano_0000_001887/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89320085755106, 52.3854509562774, 48.1171304769814 ] }, "distance": 20.73, "direction": 159.15, "angle": 66.69, "elevation": 48.12, "pano_id": "TMX7316010203-000224_pano_0000_001887", "timestamp": "2017-03-27T09:34:01.152810Z", "filename": "pano_0000_001887.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.72897582, "relative_pitch": 66.69350594769948, "relative_heading": 159.14997316207294, "relative_elevation": 48.1171304769814 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00011/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00011/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00011/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00011/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_1256_Track09_Sphere_00011/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track09_Sphere_00011/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track09_Sphere_00011/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00011/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_1256_Track09_Sphere_00011/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89338452696016, 52.385570646209764, 0.0 ] }, "distance": 20.78, "direction": 106.93, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_1256_Track09_Sphere_00011", "timestamp": "2024-12-11T12:41:59Z", "filename": "Job_20241211_1256_Track09_Sphere_00011.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.78424191, "relative_pitch": 0.0, "relative_heading": 106.93177491810673, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00098/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00098/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00098/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00098/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_10-16-05_00098/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_10-16-05_00098/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_10-16-05_00098/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00098/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_10-16-05_00098/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.892990588235288, 52.38544828036175, 0.0 ] }, "distance": 20.86, "direction": 199.43, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_10-16-05_00098", "timestamp": "2025-06-17T10:18:45Z", "filename": "recording_2025-06-17_10-16-05_00098.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.85727245, "relative_pitch": 0.0, "relative_heading": 199.4309513440651, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02847/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02847/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02847/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02847/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_02847/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02847/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_02847/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02847/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_02847/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893378768635367, 52.38555617000168, 0.0 ] }, "distance": 20.94, "direction": 111.46, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_02847", "timestamp": "2025-06-17T10:10:15Z", "filename": "recording_2025-06-17_09-10-34_02847.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.94381524, "relative_pitch": 0.0, "relative_heading": 111.4645894508451, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_1256_Track10_Sphere_00075/adjacencies/b_20241211_1256_Track10_Sphere_00075/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01932/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01932/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01932/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01932/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-17_09-10-34_01932/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01932/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-17_09-10-34_01932/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01932/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-17_09-10-34_01932/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893137203176213, 52.38581145531375, 0.0 ] }, "distance": 20.97, "direction": 8.35, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-17_09-10-34_01932", "timestamp": "2025-06-17T09:51:32Z", "filename": "recording_2025-06-17_09-10-34_01932.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_20241211_1256_Track10_Sphere_00075", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121360.79408696116, 488755.43846112187 ] }, "relative_distance": 20.96500791, "relative_pitch": 0.0, "relative_heading": 8.348216877185703, "relative_elevation": 0.0 } ] } }