Adjacencies
Parameters:
- newest_in_range: (boolean) only return photos that are the newest within their distance interval
- srid: (integer) projection of coordinates, either 4326 or 28992
- near: (string) two-dimensional point, separated by a comma; "<lon>,<lat>" when "srid=4326", "<x>,<y>" when "srid=28992"
- radius: (number) search radius in meters from point "near"
- bbox: (string) only return photos contained by bounding box, two two-dimensional points "<northwest>,<southeast>", same as point "near"
- timestamp_before: (string) ISO date format (yyyy-mm-dd)
- timestamp_after: (string) ISO date format (yyyy-mm-dd)
- tags: (string) a comma-seperated list of tags to filter on, for example: "mission-bi,mission2017"
- limit_results: (integer) limit on the returned results (impacts count and pagination: if more results are available, they don't show up in counts). Can be used for performance reasons
GET /panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00100/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00100/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00100/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00100/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track97_Sphere_00100/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00100/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00100/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808153475636421, 52.346630525325736, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track97_Sphere_00100", "timestamp": "2024-10-17T12:42:31Z", "filename": "Job_20241017_0902_Track97_Sphere_00100.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 0.0, "relative_pitch": 0.0, "relative_heading": null, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001333/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001333/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001333/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001333/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_001333/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001333/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001333/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001333/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001333/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80817168298836, 52.346626115086, 43.8803174495697 ] }, "distance": 1.33, "direction": 111.58, "angle": 88.26, "elevation": 43.88, "pano_id": "TMX7316010203-001315_pano_0000_001333", "timestamp": "2019-07-16T07:54:13.222760Z", "filename": "pano_0000_001333.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 1.33428821, "relative_pitch": 88.25831856592875, "relative_heading": 111.57969424516894, "relative_elevation": 43.8803174495697 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003827/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003827/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003827/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003827/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000804_pano_0000_003827/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_003827/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_003827/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003827/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003827/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80813268149249, 52.3466341745277, 43.7979452349246 ] }, "distance": 1.47, "direction": 285.99, "angle": 88.07, "elevation": 43.8, "pano_id": "TMX7316010203-000804_pano_0000_003827", "timestamp": "2018-06-22T11:51:21.423680Z", "filename": "pano_0000_003827.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 1.47407566, "relative_pitch": 88.07236514637665, "relative_heading": 285.98992900103343, "relative_elevation": 43.7979452349246 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001036/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001036/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001036/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001036/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_001036/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001036/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001036/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001036/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001036/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80816081845436, 52.3466104968577, 43.9097118657082 ] }, "distance": 2.28, "direction": 167.35, "angle": 87.02, "elevation": 43.91, "pano_id": "TMX7316010203-002095_pano_0000_001036", "timestamp": "2021-04-16T07:56:21.513320Z", "filename": "pano_0000_001036.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 2.28413017, "relative_pitch": 87.02222673201466, "relative_heading": 167.34554062492572, "relative_elevation": 43.9097118657082 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000823/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000823/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000823/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000823/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000823/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000823/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000823/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000823/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000823/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80812492174335, 52.3466441925349, 43.7542209476233 ] }, "distance": 2.47, "direction": 308.01, "angle": 86.77, "elevation": 43.75, "pano_id": "TMX7316010203-000155_pano_0000_000823", "timestamp": "2016-10-10T13:05:24.667490Z", "filename": "pano_0000_000823.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 2.46964484, "relative_pitch": 86.76944892890369, "relative_heading": 308.0099892278304, "relative_elevation": 43.7542209476233 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02001/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02001/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02001/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02001/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_02001/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_02001/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_02001/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02001/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02001/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808156548049059, 52.346607630429645, 0.0 ] }, "distance": 2.56, "direction": 175.3, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_02001", "timestamp": "2025-07-17T08:45:55Z", "filename": "recording_2025-07-17_07-56-36_02001.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 2.5561942, "relative_pitch": 0.0, "relative_heading": 175.30173348935793, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005399/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005399/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005399/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005399/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0000_005399/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005399/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005399/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005399/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005399/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8081197814181, 52.3466169018013, 43.8659050771967 ] }, "distance": 2.75, "direction": 236.57, "angle": 86.41, "elevation": 43.87, "pano_id": "TMX7316010203-000024_pano_0000_005399", "timestamp": "2016-07-26T09:39:48.735460Z", "filename": "pano_0000_005399.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 2.75142274, "relative_pitch": 86.41091048785563, "relative_heading": 236.56663572233057, "relative_elevation": 43.8659050771967 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001654/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001654/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001654/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001654/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000286_pano_0000_001654/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001654/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001654/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001654/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001654/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8081115209339, 52.3466366849174, 43.6896789064631 ] }, "distance": 2.94, "direction": 283.48, "angle": 86.15, "elevation": 43.69, "pano_id": "TMX7316010203-000286_pano_0000_001654", "timestamp": "2017-05-04T12:20:12.028520Z", "filename": "pano_0000_001654.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 2.94006565, "relative_pitch": 86.15012596485558, "relative_heading": 283.4811235449406, "relative_elevation": 43.6896789064631 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002181/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002181/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002181/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002181/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002181/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002181/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002181/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002181/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002181/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80811224748174, 52.3466223257152, 44.5183415012434 ] }, "distance": 2.95, "direction": 252.01, "angle": 86.2, "elevation": 44.52, "pano_id": "TMX7316010203-001873_pano_0000_002181", "timestamp": "2020-08-13T07:04:28.981230Z", "filename": "pano_0000_002181.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 2.95398551, "relative_pitch": 86.2037409149118, "relative_heading": 252.00876196547162, "relative_elevation": 44.5183415012434 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02002/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02002/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02002/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02002/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_02002/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_02002/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_02002/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02002/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02002/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808111312769991, 52.346642821073004, 0.0 ] }, "distance": 3.18, "direction": 295.46, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_02002", "timestamp": "2025-07-17T08:45:57Z", "filename": "recording_2025-07-17_07-56-36_02002.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 3.18237109, "relative_pitch": 0.0, "relative_heading": 295.4631208608484, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001335/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001335/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001335/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001335/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_001335/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001335/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001335/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001335/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001335/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80811770572237, 52.3466100139716, 43.8974733324721 ] }, "distance": 3.34, "direction": 226.88, "angle": 85.65, "elevation": 43.9, "pano_id": "TMX7316010203-002520_pano_0000_001335", "timestamp": "2022-04-14T10:10:21.183930Z", "filename": "pano_0000_001335.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 3.33932455, "relative_pitch": 85.6498312152975, "relative_heading": 226.883419671002, "relative_elevation": 43.8974733324721 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001334/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001334/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001334/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001334/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_001334/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001334/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001334/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001334/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001334/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80811797318541, 52.346652418331, 43.8165067695081 ] }, "distance": 3.43, "direction": 315.2, "angle": 85.52, "elevation": 43.82, "pano_id": "TMX7316010203-001315_pano_0000_001334", "timestamp": "2019-07-16T07:54:14.387500Z", "filename": "pano_0000_001334.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 3.43336387, "relative_pitch": 85.51958520359857, "relative_heading": 315.19779257964126, "relative_elevation": 43.8165067695081 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001035/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001035/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001035/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001035/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_001035/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001035/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001035/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001035/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001035/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80809322203627, 52.3466182324907, 43.7286091279238 ] }, "distance": 4.33, "direction": 251.58, "angle": 84.35, "elevation": 43.73, "pano_id": "TMX7316010203-002095_pano_0000_001035", "timestamp": "2021-04-16T07:56:18.613330Z", "filename": "pano_0000_001035.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 4.32791022, "relative_pitch": 84.34772666406899, "relative_heading": 251.5753080416159, "relative_elevation": 43.7286091279238 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00099/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00099/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00099/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00099/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track97_Sphere_00099/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00099/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00099/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00099/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00099/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808215974822231, 52.34661857172448, 0.0 ] }, "distance": 4.46, "direction": 107.34, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track97_Sphere_00099", "timestamp": "2024-10-17T12:42:30Z", "filename": "Job_20241017_0902_Track97_Sphere_00099.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 4.4619579, "relative_pitch": 0.0, "relative_heading": 107.34369118128343, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001336/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001336/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001336/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001336/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_001336/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001336/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001336/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001336/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001336/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80809909716909, 52.346653499231, 43.805989115499 ] }, "distance": 4.5, "direction": 304.6, "angle": 84.13, "elevation": 43.81, "pano_id": "TMX7316010203-002520_pano_0000_001336", "timestamp": "2022-04-14T10:10:22.083930Z", "filename": "pano_0000_001336.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 4.50192244, "relative_pitch": 84.13233708131348, "relative_heading": 304.60014871056404, "relative_elevation": 43.805989115499 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00101/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00101/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00101/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00101/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track97_Sphere_00101/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00101/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00101/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00101/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00101/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808106864695701, 52.346662042210106, 0.0 ] }, "distance": 4.73, "direction": 317.83, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track97_Sphere_00101", "timestamp": "2024-10-17T12:42:33Z", "filename": "Job_20241017_0902_Track97_Sphere_00101.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 4.73163587, "relative_pitch": 0.0, "relative_heading": 317.83229643396976, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005398/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005398/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005398/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005398/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0000_005398/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005398/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005398/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005398/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005398/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8080954722861, 52.3466611526688, 43.7868606029078 ] }, "distance": 5.22, "direction": 310.77, "angle": 83.2, "elevation": 43.79, "pano_id": "TMX7316010203-000024_pano_0000_005398", "timestamp": "2016-07-26T09:39:47.415460Z", "filename": "pano_0000_005398.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 5.21905818, "relative_pitch": 83.20284979165949, "relative_heading": 310.7679033976373, "relative_elevation": 43.7868606029078 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002182/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002182/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002182/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002182/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002182/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002182/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002182/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002182/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002182/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80809095714294, 52.3466656050666, 44.4561644569039 ] }, "distance": 5.78, "direction": 312.5, "angle": 82.59, "elevation": 44.46, "pano_id": "TMX7316010203-001873_pano_0000_002182", "timestamp": "2020-08-13T07:04:29.721210Z", "filename": "pano_0000_002182.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 5.77823789, "relative_pitch": 82.59443573802925, "relative_heading": 312.49652393387464, "relative_elevation": 44.4561644569039 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001037/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001037/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001037/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001037/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_001037/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001037/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001037/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001037/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001037/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80823362290129, 52.3466123887272, 43.8598302211612 ] }, "distance": 5.82, "direction": 110.28, "angle": 82.44, "elevation": 43.86, "pano_id": "TMX7316010203-002095_pano_0000_001037", "timestamp": "2021-04-16T07:56:23.038490Z", "filename": "pano_0000_001037.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 5.822668, "relative_pitch": 82.43784416333855, "relative_heading": 110.27940019028868, "relative_elevation": 43.8598302211612 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00227/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00227/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00227/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00227/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track97_Sphere_00227/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00227/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00227/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00227/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00227/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808203909174015, 52.34658722612933, 0.0 ] }, "distance": 5.92, "direction": 144.5, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track97_Sphere_00227", "timestamp": "2024-10-17T12:45:04Z", "filename": "Job_20241017_0902_Track97_Sphere_00227.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 5.91826211, "relative_pitch": 0.0, "relative_heading": 144.49869117665204, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001332/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001332/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001332/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001332/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_001332/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001332/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001332/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001332/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001332/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80823710234662, 52.3466161167591, 43.8931308900937 ] }, "distance": 5.92, "direction": 105.71, "angle": 82.32, "elevation": 43.89, "pano_id": "TMX7316010203-001315_pano_0000_001332", "timestamp": "2019-07-16T07:54:12.112570Z", "filename": "pano_0000_001332.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 5.9200909, "relative_pitch": 82.3185798833994, "relative_heading": 105.71322346614758, "relative_elevation": 43.8931308900937 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002515/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002515/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002515/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002515/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002515/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002515/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002515/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002515/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002515/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80820503372832, 52.3465851099482, 43.8891506036744 ] }, "distance": 6.15, "direction": 145.19, "angle": 82.02, "elevation": 43.89, "pano_id": "TMX7316010203-001873_pano_0000_002515", "timestamp": "2020-08-13T07:08:57.750160Z", "filename": "pano_0000_002515.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 6.15491589, "relative_pitch": 82.0170296258619, "relative_heading": 145.19089841495432, "relative_elevation": 43.8891506036744 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001246/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001246/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001246/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001246/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000286_pano_0000_001246/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001246/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001246/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001246/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001246/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80823631946257, 52.3466082078104, 43.7548994105309 ] }, "distance": 6.17, "direction": 113.74, "angle": 81.98, "elevation": 43.75, "pano_id": "TMX7316010203-000286_pano_0000_001246", "timestamp": "2017-05-04T12:08:34.413580Z", "filename": "pano_0000_001246.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 6.1675566, "relative_pitch": 81.97662221411258, "relative_heading": 113.74382311938847, "relative_elevation": 43.7548994105309 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000949/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000949/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000949/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000949/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000949/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000949/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000949/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000949/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000949/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8081806007585, 52.3465775962322, 43.8549024360254 ] }, "distance": 6.17, "direction": 162.58, "angle": 81.99, "elevation": 43.85, "pano_id": "TMX7316010203-000155_pano_0000_000949", "timestamp": "2016-10-10T13:08:02.976470Z", "filename": "pano_0000_000949.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 6.17289159, "relative_pitch": 81.98784581646052, "relative_heading": 162.5753645406158, "relative_elevation": 43.8549024360254 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000948/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000948/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000948/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000948/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000948/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000948/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000948/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000948/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000948/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80823620731695, 52.3466061494904, 43.8020952390507 ] }, "distance": 6.26, "direction": 115.69, "angle": 81.87, "elevation": 43.8, "pano_id": "TMX7316010203-000155_pano_0000_000948", "timestamp": "2016-10-10T13:08:01.726500Z", "filename": "pano_0000_000948.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 6.25640043, "relative_pitch": 81.87123306478077, "relative_heading": 115.69234598286238, "relative_elevation": 43.8020952390507 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01998/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01998/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01998/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01998/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_01998/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01998/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01998/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01998/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01998/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80821859887326, 52.34659066842301, 0.0 ] }, "distance": 6.27, "direction": 134.98, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_01998", "timestamp": "2025-07-17T08:45:32Z", "filename": "recording_2025-07-17_07-56-36_01998.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 6.27411908, "relative_pitch": 0.0, "relative_heading": 134.98140619214624, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003828/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003828/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003828/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003828/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000804_pano_0000_003828/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_003828/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_003828/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003828/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003828/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80808774850753, 52.3466703805769, 43.7166638504714 ] }, "distance": 6.3, "direction": 314.72, "angle": 81.8, "elevation": 43.72, "pano_id": "TMX7316010203-000804_pano_0000_003828", "timestamp": "2018-06-22T11:51:22.743630Z", "filename": "pano_0000_003828.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 6.30316308, "relative_pitch": 81.79551187957652, "relative_heading": 314.7158718641393, "relative_elevation": 43.7166638504714 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002156/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002156/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002156/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002156/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000808_pano_0000_002156/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002156/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002156/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002156/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002156/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80821801950218, 52.3465897125905, 43.9330706810579 ] }, "distance": 6.32, "direction": 135.92, "angle": 81.81, "elevation": 43.93, "pano_id": "TMX7316010203-000808_pano_0000_002156", "timestamp": "2018-06-26T08:47:46.486080Z", "filename": "pano_0000_002156.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 6.32221641, "relative_pitch": 81.81103364648062, "relative_heading": 135.91617111026494, "relative_elevation": 43.9330706810579 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005400/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005400/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005400/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005400/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0000_005400/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005400/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005400/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005400/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005400/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80814707846832, 52.3465731240913, 43.9614757103845 ] }, "distance": 6.4, "direction": 183.9, "angle": 81.71, "elevation": 43.96, "pano_id": "TMX7316010203-000024_pano_0000_005400", "timestamp": "2016-07-26T09:39:50.255230Z", "filename": "pano_0000_005400.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 6.40212063, "relative_pitch": 81.71424895534629, "relative_heading": 183.90450137208018, "relative_elevation": 43.9614757103845 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001034/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001034/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001034/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001034/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_001034/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001034/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001034/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001034/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001034/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80807009280878, 52.3466644672816, 43.6878844201565 ] }, "distance": 6.82, "direction": 303.61, "angle": 81.12, "elevation": 43.69, "pano_id": "TMX7316010203-002095_pano_0000_001034", "timestamp": "2021-04-16T07:56:16.713340Z", "filename": "pano_0000_001034.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 6.82292893, "relative_pitch": 81.1235694929267, "relative_heading": 303.6111602966072, "relative_elevation": 43.6878844201565 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000247/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000247/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000247/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000247/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_000247/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000247/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000247/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000247/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000247/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80821229298236, 52.3465794007091, 43.9211898529902 ] }, "distance": 6.96, "direction": 144.83, "angle": 81.0, "elevation": 43.92, "pano_id": "TMX7316010203-002520_pano_0000_000247", "timestamp": "2022-04-14T09:53:13.245000Z", "filename": "pano_0000_000247.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 6.95905366, "relative_pitch": 80.99666509915549, "relative_heading": 144.83258083497216, "relative_elevation": 43.9211898529902 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000824/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000824/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000824/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000824/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000824/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000824/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000824/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000824/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000824/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80808584625553, 52.3466825175071, 43.7105952706188 ] }, "distance": 7.4, "direction": 321.46, "angle": 80.4, "elevation": 43.71, "pano_id": "TMX7316010203-000155_pano_0000_000824", "timestamp": "2016-10-10T13:05:25.832550Z", "filename": "pano_0000_000824.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 7.39665968, "relative_pitch": 80.39545591154736, "relative_heading": 321.45883490807273, "relative_elevation": 43.7105952706188 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02003/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02003/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02003/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02003/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_02003/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_02003/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_02003/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02003/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02003/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808081838331041, 52.34668371519152, 0.0 ] }, "distance": 7.67, "direction": 320.48, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_02003", "timestamp": "2025-07-17T08:45:58Z", "filename": "recording_2025-07-17_07-56-36_02003.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 7.67218843, "relative_pitch": 0.0, "relative_heading": 320.4835497279923, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001334/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001334/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001334/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001334/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_001334/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001334/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001334/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001334/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001334/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8081153341815, 52.346565435962, 43.9596577398479 ] }, "distance": 7.7, "direction": 199.74, "angle": 80.07, "elevation": 43.96, "pano_id": "TMX7316010203-002520_pano_0000_001334", "timestamp": "2022-04-14T10:10:20.218900Z", "filename": "pano_0000_001334.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 7.69501541, "relative_pitch": 80.07112999551877, "relative_heading": 199.74152346263241, "relative_elevation": 43.9596577398479 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002157/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002157/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002157/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002157/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000808_pano_0000_002157/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002157/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002157/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002157/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002157/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80816511548655, 52.3465600995176, 44.0273471195251 ] }, "distance": 7.88, "direction": 174.22, "angle": 79.86, "elevation": 44.03, "pano_id": "TMX7316010203-000808_pano_0000_002157", "timestamp": "2018-06-26T08:47:47.456080Z", "filename": "pano_0000_002157.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 7.87659845, "relative_pitch": 79.85695165611126, "relative_heading": 174.22022273929554, "relative_elevation": 44.0273471195251 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002514/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002514/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002514/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002514/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002514/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002514/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002514/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002514/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002514/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80826797311773, 52.3466078267194, 43.8350894963369 ] }, "distance": 8.2, "direction": 107.94, "angle": 79.4, "elevation": 43.84, "pano_id": "TMX7316010203-001873_pano_0000_002514", "timestamp": "2020-08-13T07:08:56.945190Z", "filename": "pano_0000_002514.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 8.20120488, "relative_pitch": 79.40291611711928, "relative_heading": 107.93716988775871, "relative_elevation": 43.8350894963369 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002516/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002516/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002516/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002516/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002516/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002516/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002516/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002516/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002516/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80814829871004, 52.3465564527532, 43.9955141097307 ] }, "distance": 8.25, "direction": 182.45, "angle": 79.38, "elevation": 44.0, "pano_id": "TMX7316010203-001873_pano_0000_002516", "timestamp": "2020-08-13T07:08:58.550160Z", "filename": "pano_0000_002516.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 8.24989274, "relative_pitch": 79.37942149149396, "relative_heading": 182.4508784901039, "relative_elevation": 43.9955141097307 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001335/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001335/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001335/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001335/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_001335/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001335/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001335/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001335/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001335/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80808164577848, 52.3466904473779, 43.8185107922181 ] }, "distance": 8.27, "direction": 323.72, "angle": 79.31, "elevation": 43.82, "pano_id": "TMX7316010203-001315_pano_0000_001335", "timestamp": "2019-07-16T07:54:15.482560Z", "filename": "pano_0000_001335.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 8.27160502, "relative_pitch": 79.31008584142799, "relative_heading": 323.7169017599365, "relative_elevation": 43.8185107922181 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01997/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01997/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01997/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01997/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_01997/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01997/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01997/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01997/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01997/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808273864553553, 52.3466202120749, 0.0 ] }, "distance": 8.28, "direction": 97.96, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_01997", "timestamp": "2025-07-17T08:45:30Z", "filename": "recording_2025-07-17_07-56-36_01997.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 8.28393514, "relative_pitch": 0.0, "relative_heading": 97.96290147553333, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00228/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00228/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00228/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00228/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track97_Sphere_00228/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00228/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00228/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00228/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00228/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808148328685017, 52.3465559462566, 0.0 ] }, "distance": 8.31, "direction": 182.42, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track97_Sphere_00228", "timestamp": "2024-10-17T12:45:05Z", "filename": "Job_20241017_0902_Track97_Sphere_00228.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 8.30611489, "relative_pitch": 0.0, "relative_heading": 182.42017591220358, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000246/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000246/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000246/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000246/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_000246/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000246/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000246/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000246/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000246/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80827136386557, 52.3466045905403, 43.8592486809939 ] }, "distance": 8.54, "direction": 109.76, "angle": 78.99, "elevation": 43.86, "pano_id": "TMX7316010203-002520_pano_0000_000246", "timestamp": "2022-04-14T09:53:12.460020Z", "filename": "pano_0000_000246.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 8.53626009, "relative_pitch": 78.98629769382535, "relative_heading": 109.75937074313195, "relative_elevation": 43.8592486809939 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002155/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002155/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002155/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002155/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000808_pano_0000_002155/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002155/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002155/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002155/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002155/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80827733917615, 52.3466141703845, 43.8752463394776 ] }, "distance": 8.63, "direction": 102.17, "angle": 78.87, "elevation": 43.88, "pano_id": "TMX7316010203-000808_pano_0000_002155", "timestamp": "2018-06-26T08:47:45.486080Z", "filename": "pano_0000_002155.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 8.63480155, "relative_pitch": 78.86627779248921, "relative_heading": 102.16689782650752, "relative_elevation": 43.8752463394776 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001337/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001337/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001337/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001337/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_001337/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001337/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001337/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001337/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001337/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80807527670867, 52.346696217539, 43.7886200593784 ] }, "distance": 9.05, "direction": 323.91, "angle": 78.33, "elevation": 43.79, "pano_id": "TMX7316010203-002520_pano_0000_001337", "timestamp": "2022-04-14T10:10:22.933930Z", "filename": "pano_0000_001337.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 9.04607536, "relative_pitch": 78.32774560892184, "relative_heading": 323.9074852511, "relative_elevation": 43.7886200593784 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00102/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00102/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00102/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00102/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track97_Sphere_00102/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00102/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00102/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00102/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00102/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808078297455771, 52.34669976806959, 0.0 ] }, "distance": 9.25, "direction": 326.38, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track97_Sphere_00102", "timestamp": "2024-10-17T12:42:34Z", "filename": "Job_20241017_0902_Track97_Sphere_00102.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 9.25267193, "relative_pitch": 0.0, "relative_heading": 326.3795049316547, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00098/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00098/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00098/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00098/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track97_Sphere_00098/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00098/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00098/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00098/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00098/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808290670231361, 52.34662682841934, 0.0 ] }, "distance": 9.36, "direction": 92.52, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track97_Sphere_00098", "timestamp": "2024-10-17T12:42:28Z", "filename": "Job_20241017_0902_Track97_Sphere_00098.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 9.35835022, "relative_pitch": 0.0, "relative_heading": 92.51933440416828, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000950/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000950/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000950/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000950/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000950/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000950/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000950/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000950/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000950/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80812916372171, 52.3465471190964, 43.9007604066283 ] }, "distance": 9.43, "direction": 190.12, "angle": 77.88, "elevation": 43.9, "pano_id": "TMX7316010203-000155_pano_0000_000950", "timestamp": "2016-10-10T13:08:04.101490Z", "filename": "pano_0000_000950.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 9.42765653, "relative_pitch": 77.87985123990055, "relative_heading": 190.12143920000466, "relative_elevation": 43.9007604066283 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01999/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01999/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01999/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01999/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_01999/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01999/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01999/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01999/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01999/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808193874890035, 52.34654866427133, 0.0 ] }, "distance": 9.52, "direction": 163.18, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_01999", "timestamp": "2025-07-17T08:45:34Z", "filename": "recording_2025-07-17_07-56-36_01999.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 9.51594732, "relative_pitch": 0.0, "relative_heading": 163.18331076492353, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001653/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001653/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001653/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001653/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000286_pano_0000_001653/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001653/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001653/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001653/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001653/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80811799066049, 52.3465465037144, 43.8526065098122 ] }, "distance": 9.66, "direction": 194.5, "angle": 77.58, "elevation": 43.85, "pano_id": "TMX7316010203-000286_pano_0000_001653", "timestamp": "2017-05-04T12:20:10.143280Z", "filename": "pano_0000_001653.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 9.65707582, "relative_pitch": 77.5807397957085, "relative_heading": 194.5014446159969, "relative_elevation": 43.8526065098122 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000947/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000947/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000947/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000947/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000947/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000947/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000947/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000947/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000947/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80829919650008, 52.3466282940018, 43.7437723390758 ] }, "distance": 9.93, "direction": 91.43, "angle": 77.21, "elevation": 43.74, "pano_id": "TMX7316010203-000155_pano_0000_000947", "timestamp": "2016-10-10T13:08:00.261480Z", "filename": "pano_0000_000947.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 9.93344149, "relative_pitch": 77.20610285430712, "relative_heading": 91.43220993798388, "relative_elevation": 43.7437723390758 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005397/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005397/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005397/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005397/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0000_005397/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005397/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005397/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005397/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005397/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80807120294933, 52.3467055128343, 43.7704847566783 ] }, "distance": 10.05, "direction": 326.1, "angle": 77.07, "elevation": 43.77, "pano_id": "TMX7316010203-000024_pano_0000_005397", "timestamp": "2016-07-26T09:39:46.065250Z", "filename": "pano_0000_005397.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 10.05279051, "relative_pitch": 77.06516548662981, "relative_heading": 326.1022314889957, "relative_elevation": 43.7704847566783 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001331/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001331/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001331/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001331/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_001331/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001331/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001331/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001331/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001331/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80830391802709, 52.3466226618555, 43.8637931719422 ] }, "distance": 10.29, "direction": 94.88, "angle": 76.8, "elevation": 43.86, "pano_id": "TMX7316010203-001315_pano_0000_001331", "timestamp": "2019-07-16T07:54:11.112570Z", "filename": "pano_0000_001331.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 10.28936538, "relative_pitch": 76.7985073783657, "relative_heading": 94.87821853968941, "relative_elevation": 43.8637931719422 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001038/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001038/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001038/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001038/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_001038/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001038/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001038/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001038/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001038/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80830505426228, 52.3466246901361, 43.8073107441887 ] }, "distance": 10.35, "direction": 93.6, "angle": 76.71, "elevation": 43.81, "pano_id": "TMX7316010203-002095_pano_0000_001038", "timestamp": "2021-04-16T07:56:24.038460Z", "filename": "pano_0000_001038.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 10.34991048, "relative_pitch": 76.70705943243094, "relative_heading": 93.59676847262419, "relative_elevation": 43.8073107441887 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002183/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002183/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002183/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002183/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002183/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002183/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002183/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002183/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002183/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80806760239558, 52.3467086832485, 44.4493347136304 ] }, "distance": 10.48, "direction": 326.06, "angle": 76.73, "elevation": 44.45, "pano_id": "TMX7316010203-001873_pano_0000_002183", "timestamp": "2020-08-13T07:04:30.406300Z", "filename": "pano_0000_002183.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 10.48245852, "relative_pitch": 76.7304247519144, "relative_heading": 326.06447563483385, "relative_elevation": 44.4493347136304 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003829/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003829/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003829/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003829/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000804_pano_0000_003829/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_003829/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_003829/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003829/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003829/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80806088878134, 52.346712432087, 43.6945885913447 ] }, "distance": 11.08, "direction": 325.31, "angle": 75.76, "elevation": 43.69, "pano_id": "TMX7316010203-000804_pano_0000_003829", "timestamp": "2018-06-22T11:51:23.913630Z", "filename": "pano_0000_003829.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 11.08493089, "relative_pitch": 75.76488259941155, "relative_heading": 325.30618736675297, "relative_elevation": 43.6945885913447 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002158/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002158/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002158/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002158/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000808_pano_0000_002158/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002158/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002158/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002158/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002158/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80811118636053, 52.3465314795655, 44.0336276032031 ] }, "distance": 11.39, "direction": 194.65, "angle": 75.5, "elevation": 44.03, "pano_id": "TMX7316010203-000808_pano_0000_002158", "timestamp": "2018-06-26T08:47:48.396070Z", "filename": "pano_0000_002158.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 11.39176067, "relative_pitch": 75.495255486771, "relative_heading": 194.6538015323738, "relative_elevation": 44.0336276032031 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001033/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001033/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001033/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001033/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_001033/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001033/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001033/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001033/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001033/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80804639489877, 52.3467094482973, 43.6762249842286 ] }, "distance": 11.42, "direction": 320.28, "angle": 75.35, "elevation": 43.68, "pano_id": "TMX7316010203-002095_pano_0000_001033", "timestamp": "2021-04-16T07:56:15.783340Z", "filename": "pano_0000_001033.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 11.41810548, "relative_pitch": 75.34927432918393, "relative_heading": 320.2763551861707, "relative_elevation": 43.6762249842286 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001655/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001655/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001655/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001655/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000286_pano_0000_001655/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001655/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001655/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001655/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001655/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80806055658661, 52.3467228202847, 43.6167197516188 ] }, "distance": 12.07, "direction": 328.34, "angle": 74.54, "elevation": 43.62, "pano_id": "TMX7316010203-000286_pano_0000_001655", "timestamp": "2017-05-04T12:20:13.753500Z", "filename": "pano_0000_001655.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 12.06518309, "relative_pitch": 74.53758151566113, "relative_heading": 328.343723344827, "relative_elevation": 43.6167197516188 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002517/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002517/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002517/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002517/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002517/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002517/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002517/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002517/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002517/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80809175060044, 52.3465274579204, 44.0112033840269 ] }, "distance": 12.22, "direction": 200.14, "angle": 74.49, "elevation": 44.01, "pano_id": "TMX7316010203-001873_pano_0000_002517", "timestamp": "2020-08-13T07:08:59.380180Z", "filename": "pano_0000_002517.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 12.21575636, "relative_pitch": 74.48746542240244, "relative_heading": 200.14135767708268, "relative_elevation": 44.0112033840269 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000245/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000245/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000245/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000245/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_000245/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000245/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000245/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000245/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000245/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80833440332936, 52.3466259501259, 43.8546534050256 ] }, "distance": 12.34, "direction": 92.36, "angle": 74.28, "elevation": 43.85, "pano_id": "TMX7316010203-002520_pano_0000_000245", "timestamp": "2022-04-14T09:53:11.610030Z", "filename": "pano_0000_000245.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 12.34005973, "relative_pitch": 74.28417259758193, "relative_heading": 92.36438929558653, "relative_elevation": 43.8546534050256 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000825/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000825/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000825/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000825/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000825/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000825/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000825/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000825/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000825/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8080579439884, 52.3467260249579, 43.695494714193 ] }, "distance": 12.46, "direction": 328.51, "angle": 74.08, "elevation": 43.7, "pano_id": "TMX7316010203-000155_pano_0000_000825", "timestamp": "2016-10-10T13:05:26.897500Z", "filename": "pano_0000_000825.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 12.46221171, "relative_pitch": 74.08153914138839, "relative_heading": 328.5074051528884, "relative_elevation": 43.695494714193 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00229/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00229/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00229/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00229/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track97_Sphere_00229/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00229/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00229/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00229/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00229/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80808843350911, 52.34652579568438, 0.0 ] }, "distance": 12.47, "direction": 200.82, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track97_Sphere_00229", "timestamp": "2024-10-17T12:45:06Z", "filename": "Job_20241017_0902_Track97_Sphere_00229.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 12.46813008, "relative_pitch": 0.0, "relative_heading": 200.8239466754903, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002513/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002513/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002513/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002513/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002513/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002513/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002513/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002513/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002513/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8083362077931, 52.3466240994813, 43.8184120403603 ] }, "distance": 12.47, "direction": 93.29, "angle": 74.11, "elevation": 43.82, "pano_id": "TMX7316010203-001873_pano_0000_002513", "timestamp": "2020-08-13T07:08:56.115170Z", "filename": "pano_0000_002513.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 12.47303309, "relative_pitch": 74.11084912828187, "relative_heading": 93.28626654864944, "relative_elevation": 43.8184120403603 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02004/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02004/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02004/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02004/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_02004/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_02004/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_02004/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02004/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02004/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808057363693107, 52.34672608979434, 0.0 ] }, "distance": 12.49, "direction": 328.37, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_02004", "timestamp": "2025-07-17T08:46:00Z", "filename": "recording_2025-07-17_07-56-36_02004.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 12.48905741, "relative_pitch": 0.0, "relative_heading": 328.36999775545894, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001333/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001333/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001333/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001333/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_001333/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001333/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001333/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001333/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001333/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8080839798674, 52.3465251455412, 44.0233681369573 ] }, "distance": 12.65, "direction": 201.99, "angle": 73.97, "elevation": 44.02, "pano_id": "TMX7316010203-002520_pano_0000_001333", "timestamp": "2022-04-14T10:10:19.183970Z", "filename": "pano_0000_001333.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 12.64627277, "relative_pitch": 73.97261434047796, "relative_heading": 201.9927372081541, "relative_elevation": 44.0233681369573 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01996/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01996/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01996/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01996/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_01996/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01996/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01996/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01996/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01996/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808342216693704, 52.34663659863952, 0.0 ] }, "distance": 12.88, "direction": 86.99, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_01996", "timestamp": "2025-07-17T08:45:28Z", "filename": "recording_2025-07-17_07-56-36_01996.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 12.87974581, "relative_pitch": 0.0, "relative_heading": 86.99222911218163, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002154/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002154/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002154/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002154/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000808_pano_0000_002154/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002154/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002154/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002154/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002154/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80834382935173, 52.3466301760115, 43.8572553228587 ] }, "distance": 12.97, "direction": 90.17, "angle": 73.52, "elevation": 43.86, "pano_id": "TMX7316010203-000808_pano_0000_002154", "timestamp": "2018-06-26T08:47:44.426120Z", "filename": "pano_0000_002154.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 12.97195976, "relative_pitch": 73.52300386877741, "relative_heading": 90.1716076918445, "relative_elevation": 43.8572553228587 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001336/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001336/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001336/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001336/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_001336/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001336/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001336/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001336/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001336/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80805344920498, 52.3467316459722, 43.8085462683812 ] }, "distance": 13.16, "direction": 328.79, "angle": 73.28, "elevation": 43.81, "pano_id": "TMX7316010203-001315_pano_0000_001336", "timestamp": "2019-07-16T07:54:16.482550Z", "filename": "pano_0000_001336.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 13.15572874, "relative_pitch": 73.2849608401687, "relative_heading": 328.79290770297405, "relative_elevation": 43.8085462683812 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000951/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000951/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000951/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000951/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000951/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000951/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000951/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000951/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000951/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8080740122575, 52.3465189772539, 43.9512836560607 ] }, "distance": 13.54, "direction": 203.57, "angle": 72.87, "elevation": 43.95, "pano_id": "TMX7316010203-000155_pano_0000_000951", "timestamp": "2016-10-10T13:08:05.246450Z", "filename": "pano_0000_000951.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 13.54220232, "relative_pitch": 72.8749681146532, "relative_heading": 203.57018327498193, "relative_elevation": 43.9512836560607 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00103/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00103/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00103/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00103/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track97_Sphere_00103/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00103/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00103/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00103/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00103/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808055809525373, 52.346739474026116, 0.0 ] }, "distance": 13.83, "direction": 331.23, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track97_Sphere_00103", "timestamp": "2024-10-17T12:42:35Z", "filename": "Job_20241017_0902_Track97_Sphere_00103.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 13.82994795, "relative_pitch": 0.0, "relative_heading": 331.23337407336936, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001338/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001338/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001338/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001338/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_001338/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001338/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001338/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001338/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001338/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80805250538109, 52.3467393009663, 43.7884970195591 ] }, "distance": 13.92, "direction": 330.38, "angle": 72.36, "elevation": 43.79, "pano_id": "TMX7316010203-002520_pano_0000_001338", "timestamp": "2022-04-14T10:10:23.743910Z", "filename": "pano_0000_001338.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 13.92296029, "relative_pitch": 72.36145328712895, "relative_heading": 330.3829627442639, "relative_elevation": 43.7884970195591 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01893/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01893/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01893/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01893/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_01893/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01893/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01893/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01893/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01893/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808146556070236, 52.34650282861179, 0.0 ] }, "distance": 14.22, "direction": 181.9, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_01893", "timestamp": "2025-07-17T08:40:13Z", "filename": "recording_2025-07-17_07-56-36_01893.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 14.21713706, "relative_pitch": 0.0, "relative_heading": 181.90069548243258, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00097/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00097/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00097/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00097/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track97_Sphere_00097/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00097/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00097/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00097/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00097/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808365771680548, 52.34664221438633, 0.0 ] }, "distance": 14.53, "direction": 84.86, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track97_Sphere_00097", "timestamp": "2024-10-17T12:42:27Z", "filename": "Job_20241017_0902_Track97_Sphere_00097.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 14.52554026, "relative_pitch": 0.0, "relative_heading": 84.86249124981761, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001245/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001245/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001245/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001245/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000286_pano_0000_001245/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001245/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001245/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001245/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001245/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80836591972886, 52.3466446328223, 43.6631070673466 ] }, "distance": 14.56, "direction": 83.81, "angle": 71.56, "elevation": 43.66, "pano_id": "TMX7316010203-000286_pano_0000_001245", "timestamp": "2017-05-04T12:08:32.053590Z", "filename": "pano_0000_001245.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 14.56213584, "relative_pitch": 71.55587904226388, "relative_heading": 83.81141180881608, "relative_elevation": 43.6631070673466 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000946/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000946/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000946/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000946/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000946/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000946/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000946/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000946/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000946/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80836683275434, 52.3466441689472, 43.7238107807934 ] }, "distance": 14.62, "direction": 84.04, "angle": 71.51, "elevation": 43.72, "pano_id": "TMX7316010203-000155_pano_0000_000946", "timestamp": "2016-10-10T13:07:58.791470Z", "filename": "pano_0000_000946.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 14.61854347, "relative_pitch": 71.51324578846852, "relative_heading": 84.03882938997795, "relative_elevation": 43.7238107807934 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000652/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000652/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000652/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000652/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_000652/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_000652/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_000652/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000652/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000652/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80816957431713, 52.3464991270529, 45.241306245327 ] }, "distance": 14.66, "direction": 175.71, "angle": 72.04, "elevation": 45.24, "pano_id": "TMX7316010203-002095_pano_0000_000652", "timestamp": "2021-04-16T07:49:11.927000Z", "filename": "pano_0000_000652.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 14.66230215, "relative_pitch": 72.04295498304626, "relative_heading": 175.70898151597058, "relative_elevation": 45.241306245327 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001330/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001330/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001330/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001330/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_001330/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001330/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001330/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001330/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001330/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8083688043063, 52.3466371248446, 43.8465436222032 ] }, "distance": 14.69, "direction": 87.13, "angle": 71.47, "elevation": 43.85, "pano_id": "TMX7316010203-001315_pano_0000_001330", "timestamp": "2019-07-16T07:54:10.212580Z", "filename": "pano_0000_001330.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 14.69221506, "relative_pitch": 71.47489409018331, "relative_heading": 87.13493175027789, "relative_elevation": 43.8465436222032 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000423/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000423/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000423/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000423/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000423/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000423/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000423/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000423/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000423/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80817664467084, 52.3464986897776, 43.8876159777865 ] }, "distance": 14.75, "direction": 173.86, "angle": 71.42, "elevation": 43.89, "pano_id": "TMX7316010203-000155_pano_0000_000423", "timestamp": "2016-10-10T12:52:39.548020Z", "filename": "pano_0000_000423.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 14.75458082, "relative_pitch": 71.41786642746635, "relative_heading": 173.85701250098828, "relative_elevation": 43.8876159777865 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002093/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002093/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002093/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002093/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000808_pano_0000_002093/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002093/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002093/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002093/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002093/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80815025839092, 52.3464975589204, 43.9931250382215 ] }, "distance": 14.8, "direction": 180.85, "angle": 71.41, "elevation": 43.99, "pano_id": "TMX7316010203-000808_pano_0000_002093", "timestamp": "2018-06-26T08:46:34.466450Z", "filename": "pano_0000_002093.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 14.79731856, "relative_pitch": 71.40936395111865, "relative_heading": 180.84895229918294, "relative_elevation": 43.9931250382215 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005188/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005188/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005188/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005188/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0000_005188/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005188/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005188/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005188/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005188/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80814494978634, 52.3464974899282, 44.3753957329318 ] }, "distance": 14.81, "direction": 182.25, "angle": 71.54, "elevation": 44.38, "pano_id": "TMX7316010203-000024_pano_0000_005188", "timestamp": "2016-07-26T09:35:56.176150Z", "filename": "pano_0000_005188.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 14.81476863, "relative_pitch": 71.5383630915649, "relative_heading": 182.2476072747163, "relative_elevation": 44.3753957329318 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000651/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000651/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000651/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000651/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_000651/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_000651/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_000651/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000651/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000651/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80809745536579, 52.3465010001822, 45.3249178053811 ] }, "distance": 14.91, "direction": 194.84, "angle": 71.79, "elevation": 45.32, "pano_id": "TMX7316010203-002095_pano_0000_000651", "timestamp": "2021-04-16T07:49:11.032210Z", "filename": "pano_0000_000651.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 14.90979205, "relative_pitch": 71.79119657904813, "relative_heading": 194.83554551413107, "relative_elevation": 45.3249178053811 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00026/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00026/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00026/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00026/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track95_Sphere_00026/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track95_Sphere_00026/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track95_Sphere_00026/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00026/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00026/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808129304468043, 52.346496650467266, 0.0 ] }, "distance": 14.99, "direction": 186.31, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track95_Sphere_00026", "timestamp": "2024-10-17T12:36:07Z", "filename": "Job_20241017_0902_Track95_Sphere_00026.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 14.98757126, "relative_pitch": 0.0, "relative_heading": 186.30973025792898, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001454/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001454/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001454/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001454/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000286_pano_0000_001454/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001454/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001454/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001454/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001454/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80814543251238, 52.3464957812251, 43.7542167678475 ] }, "distance": 15.0, "direction": 182.09, "angle": 71.07, "elevation": 43.75, "pano_id": "TMX7316010203-000286_pano_0000_001454", "timestamp": "2017-05-04T12:13:50.936170Z", "filename": "pano_0000_001454.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.00352054, "relative_pitch": 71.07292448071483, "relative_heading": 182.09360368551427, "relative_elevation": 43.7542167678475 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000324/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000324/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000324/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000324/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_000324/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000324/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000324/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000324/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000324/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80815289637612, 52.3464956334223, 43.9100874653086 ] }, "distance": 15.01, "direction": 180.15, "angle": 71.13, "elevation": 43.91, "pano_id": "TMX7316010203-002520_pano_0000_000324", "timestamp": "2022-04-14T09:54:30.759560Z", "filename": "pano_0000_000324.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.0100039, "relative_pitch": 71.12777729290819, "relative_heading": 180.15068141765374, "relative_elevation": 43.9100874653086 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005396/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005396/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005396/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005396/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0000_005396/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005396/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005396/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005396/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005396/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80804686774116, 52.3467497364487, 43.7687844829634 ] }, "distance": 15.12, "direction": 331.29, "angle": 70.94, "elevation": 43.77, "pano_id": "TMX7316010203-000024_pano_0000_005396", "timestamp": "2016-07-26T09:39:44.740270Z", "filename": "pano_0000_005396.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.12421033, "relative_pitch": 70.93751851589276, "relative_heading": 331.2917378038785, "relative_elevation": 43.7687844829634 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001039/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001039/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001039/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001039/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_001039/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001039/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001039/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001039/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001039/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80837540260279, 52.3466382692712, 43.7662357212976 ] }, "distance": 15.15, "direction": 86.74, "angle": 70.91, "elevation": 43.77, "pano_id": "TMX7316010203-002095_pano_0000_001039", "timestamp": "2021-04-16T07:56:25.038440Z", "filename": "pano_0000_001039.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.14802924, "relative_pitch": 70.90863755845459, "relative_heading": 86.73886774926282, "relative_elevation": 43.7662357212976 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002159/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002159/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002159/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002159/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000808_pano_0000_002159/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002159/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002159/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002159/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002159/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80805028494265, 52.3465098253753, 44.1014062622562 ] }, "distance": 15.16, "direction": 207.64, "angle": 71.03, "elevation": 44.1, "pano_id": "TMX7316010203-000808_pano_0000_002159", "timestamp": "2018-06-26T08:47:49.311090Z", "filename": "pano_0000_002159.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.16032025, "relative_pitch": 71.02905557785617, "relative_heading": 207.63568752375016, "relative_elevation": 44.1014062622562 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000314/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000314/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000314/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000314/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_000314/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_000314/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_000314/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000314/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000314/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80810556359101, 52.3464967700268, 44.0592432254925 ] }, "distance": 15.24, "direction": 192.37, "angle": 70.92, "elevation": 44.06, "pano_id": "TMX7316010203-001315_pano_0000_000314", "timestamp": "2019-07-16T07:28:14.748160Z", "filename": "pano_0000_000314.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.23739965, "relative_pitch": 70.92262445814374, "relative_heading": 192.37316865030445, "relative_elevation": 44.0592432254925 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002184/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002184/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002184/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002184/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002184/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002184/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002184/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002184/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002184/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80804565360311, 52.3467519333844, 44.4585539903492 ] }, "distance": 15.38, "direction": 331.46, "angle": 70.92, "elevation": 44.46, "pano_id": "TMX7316010203-001873_pano_0000_002184", "timestamp": "2020-08-13T07:04:31.061200Z", "filename": "pano_0000_002184.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.37843096, "relative_pitch": 70.91924714304696, "relative_heading": 331.458871206196, "relative_elevation": 44.4585539903492 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000315/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000315/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000315/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000315/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_000315/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_000315/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_000315/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000315/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000315/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80817801429273, 52.3464920088009, 44.0199336111546 ] }, "distance": 15.5, "direction": 173.81, "angle": 70.6, "elevation": 44.02, "pano_id": "TMX7316010203-001315_pano_0000_000315", "timestamp": "2019-07-16T07:28:15.898180Z", "filename": "pano_0000_000315.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.50372401, "relative_pitch": 70.59784814564604, "relative_heading": 173.80806040477185, "relative_elevation": 44.0199336111546 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01892/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01892/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01892/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01892/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_01892/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01892/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01892/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01892/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01892/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808073628192808, 52.3464997215017, 0.0 ] }, "distance": 15.54, "direction": 200.5, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_01892", "timestamp": "2025-07-17T08:40:11Z", "filename": "recording_2025-07-17_07-56-36_01892.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.53890456, "relative_pitch": 0.0, "relative_heading": 200.49797216622864, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01894/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01894/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01894/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01894/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_01894/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01894/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01894/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01894/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01894/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808218891703359, 52.34649508449234, 0.0 ] }, "distance": 15.72, "direction": 163.52, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_01894", "timestamp": "2025-07-17T08:40:14Z", "filename": "recording_2025-07-17_07-56-36_01894.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.71650903, "relative_pitch": 0.0, "relative_heading": 163.52225331992443, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000290/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000290/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000290/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000290/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002648_pano_0006_000290/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002648_pano_0006_000290/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002648_pano_0006_000290/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000290/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000290/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80812450641664, 52.3464893183748, 44.2249704385176 ] }, "distance": 15.84, "direction": 187.16, "angle": 70.3, "elevation": 44.22, "pano_id": "TMX7316010203-002648_pano_0006_000290", "timestamp": "2022-06-29T08:49:41.345170Z", "filename": "pano_0006_000290.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.8361832, "relative_pitch": 70.2984482979686, "relative_heading": 187.16116848303395, "relative_elevation": 44.2249704385176 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005189/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005189/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005189/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005189/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0000_005189/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005189/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005189/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005189/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005189/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80821990986609, 52.3464931275017, 44.3544806092978 ] }, "distance": 15.95, "direction": 163.51, "angle": 70.23, "elevation": 44.35, "pano_id": "TMX7316010203-000024_pano_0000_005189", "timestamp": "2016-07-26T09:35:57.221170Z", "filename": "pano_0000_005189.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.94500863, "relative_pitch": 70.22697740727351, "relative_heading": 163.5051196716579, "relative_elevation": 44.3544806092978 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003830/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003830/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003830/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003830/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000804_pano_0000_003830/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_003830/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_003830/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003830/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003830/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80803705169461, 52.3467550264925, 43.7126103909686 ] }, "distance": 15.96, "direction": 330.2, "angle": 69.94, "elevation": 43.71, "pano_id": "TMX7316010203-000804_pano_0000_003830", "timestamp": "2018-06-22T11:51:25.008640Z", "filename": "pano_0000_003830.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 15.9647087, "relative_pitch": 69.93680802447861, "relative_heading": 330.2008515180834, "relative_elevation": 43.7126103909686 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00027/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00027/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00027/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00027/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track95_Sphere_00027/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track95_Sphere_00027/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track95_Sphere_00027/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00027/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00027/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808210815014161, 52.346490964513855, 0.0 ] }, "distance": 16.01, "direction": 165.88, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track95_Sphere_00027", "timestamp": "2024-10-17T12:36:09Z", "filename": "Job_20241017_0902_Track95_Sphere_00027.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 16.01352816, "relative_pitch": 0.0, "relative_heading": 165.8765991154717, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005187/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005187/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005187/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005187/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0000_005187/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005187/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005187/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005187/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005187/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80806986564836, 52.3464953457318, 44.4414584217593 ] }, "distance": 16.08, "direction": 200.75, "angle": 70.1, "elevation": 44.44, "pano_id": "TMX7316010203-000024_pano_0000_005187", "timestamp": "2016-07-26T09:35:55.091180Z", "filename": "pano_0000_005187.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 16.08492177, "relative_pitch": 70.10303393439487, "relative_heading": 200.74613418751002, "relative_elevation": 44.4414584217593 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000325/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000325/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000325/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000325/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_000325/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000325/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000325/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000325/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000325/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80822496665076, 52.3464924193416, 43.8695061868057 ] }, "distance": 16.12, "direction": 162.41, "angle": 69.82, "elevation": 43.87, "pano_id": "TMX7316010203-002520_pano_0000_000325", "timestamp": "2022-04-14T09:54:31.434550Z", "filename": "pano_0000_000325.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 16.12135124, "relative_pitch": 69.8224165043877, "relative_heading": 162.4102453969676, "relative_elevation": 43.8695061868057 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002094/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002094/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002094/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002094/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000808_pano_0000_002094/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002094/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002094/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002094/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002094/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80822279821576, 52.3464912415612, 43.9579951334745 ] }, "distance": 16.2, "direction": 163.05, "angle": 69.77, "elevation": 43.96, "pano_id": "TMX7316010203-000808_pano_0000_002094", "timestamp": "2018-06-26T08:46:35.391540Z", "filename": "pano_0000_002094.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 16.20262876, "relative_pitch": 69.76644428100509, "relative_heading": 163.04842735163888, "relative_elevation": 43.9579951334745 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000291/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000291/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000291/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000291/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002648_pano_0006_000291/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002648_pano_0006_000291/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002648_pano_0006_000291/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000291/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000291/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80819553443276, 52.3464862448119, 44.2067824490368 ] }, "distance": 16.31, "direction": 169.88, "angle": 69.75, "elevation": 44.21, "pano_id": "TMX7316010203-002648_pano_0006_000291", "timestamp": "2022-06-29T08:49:42.325170Z", "filename": "pano_0006_000291.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 16.30849299, "relative_pitch": 69.75028529163501, "relative_heading": 169.87789679289824, "relative_elevation": 44.2067824490368 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001032/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001032/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001032/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001032/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_001032/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001032/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001032/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001032/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001032/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80802461434478, 52.3467545819422, 43.6976409880444 ] }, "distance": 16.36, "direction": 327.54, "angle": 69.47, "elevation": 43.7, "pano_id": "TMX7316010203-002095_pano_0000_001032", "timestamp": "2021-04-16T07:56:15.018520Z", "filename": "pano_0000_001032.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 16.36065169, "relative_pitch": 69.4738067379848, "relative_heading": 327.5380939299791, "relative_elevation": 43.6976409880444 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002518/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002518/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002518/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002518/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002518/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002518/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002518/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002518/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002518/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80802804673349, 52.3465042892902, 44.127141921781 ] }, "distance": 16.44, "direction": 211.32, "angle": 69.56, "elevation": 44.13, "pano_id": "TMX7316010203-001873_pano_0000_002518", "timestamp": "2020-08-13T07:09:00.235250Z", "filename": "pano_0000_002518.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 16.44300001, "relative_pitch": 69.5632075429484, "relative_heading": 211.32074838329814, "relative_elevation": 44.127141921781 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000653/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000653/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000653/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000653/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_000653/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_000653/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_000653/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000653/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000653/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80824011752698, 52.3464915269709, 45.1573787825182 ] }, "distance": 16.56, "direction": 159.11, "angle": 69.87, "elevation": 45.16, "pano_id": "TMX7316010203-002095_pano_0000_000653", "timestamp": "2021-04-16T07:49:12.747040Z", "filename": "pano_0000_000653.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 16.55554085, "relative_pitch": 69.86611768910791, "relative_heading": 159.10610389022915, "relative_elevation": 45.1573787825182 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000424/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000424/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000424/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000424/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000424/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000424/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000424/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000424/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000424/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80824762894622, 52.3464929914194, 43.8210290716961 ] }, "distance": 16.59, "direction": 157.25, "angle": 69.26, "elevation": 43.82, "pano_id": "TMX7316010203-000155_pano_0000_000424", "timestamp": "2016-10-10T12:52:40.623010Z", "filename": "pano_0000_000424.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 16.59452519, "relative_pitch": 69.25889320970563, "relative_heading": 157.25398781592997, "relative_elevation": 43.8210290716961 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00025/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00025/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00025/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00025/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track95_Sphere_00025/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track95_Sphere_00025/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track95_Sphere_00025/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00025/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00025/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808054168778787, 52.346492912383646, 0.0 ] }, "distance": 16.74, "direction": 203.84, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track95_Sphere_00025", "timestamp": "2024-10-17T12:36:06Z", "filename": "Job_20241017_0902_Track95_Sphere_00025.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 16.74149211, "relative_pitch": 0.0, "relative_heading": 203.84289375452258, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000244/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000244/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000244/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000244/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_000244/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000244/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000244/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000244/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000244/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80840159040831, 52.346642350707, 43.8374007167295 ] }, "distance": 16.96, "direction": 85.55, "angle": 68.85, "elevation": 43.84, "pano_id": "TMX7316010203-002520_pano_0000_000244", "timestamp": "2022-04-14T09:53:10.685010Z", "filename": "pano_0000_000244.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 16.95922687, "relative_pitch": 68.85020966525983, "relative_heading": 85.5498826762404, "relative_elevation": 43.8374007167295 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002512/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002512/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002512/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002512/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002512/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002512/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002512/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002512/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002512/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80840526088398, 52.3466393095008, 43.8006157623604 ] }, "distance": 17.19, "direction": 86.74, "angle": 68.58, "elevation": 43.8, "pano_id": "TMX7316010203-001873_pano_0000_002512", "timestamp": "2020-08-13T07:08:55.250190Z", "filename": "pano_0000_002512.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 17.18604996, "relative_pitch": 68.57644446520335, "relative_heading": 86.73946654135209, "relative_elevation": 43.8006157623604 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001332/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001332/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001332/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001332/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_001332/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001332/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001332/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001332/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001332/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80802954549201, 52.3464953415366, 44.1494786525145 ] }, "distance": 17.25, "direction": 209.31, "angle": 68.66, "elevation": 44.15, "pano_id": "TMX7316010203-002520_pano_0000_001332", "timestamp": "2022-04-14T10:10:18.123970Z", "filename": "pano_0000_001332.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 17.25106993, "relative_pitch": 68.65730865668152, "relative_heading": 209.31156222578073, "relative_elevation": 44.1494786525145 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000289/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000289/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000289/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000289/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002648_pano_0006_000289/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002648_pano_0006_000289/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002648_pano_0006_000289/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000289/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000289/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80805384905206, 52.3464878788922, 44.3357973825186 ] }, "distance": 17.26, "direction": 203.16, "angle": 68.72, "elevation": 44.34, "pano_id": "TMX7316010203-002648_pano_0006_000289", "timestamp": "2022-06-29T08:49:40.200250Z", "filename": "pano_0006_000289.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 17.26383089, "relative_pitch": 68.7246545903612, "relative_heading": 203.15761022868918, "relative_elevation": 44.3357973825186 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000316/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000316/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000316/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000316/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_000316/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_000316/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_000316/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000316/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000316/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80825184274416, 52.3464870214755, 43.9371281526983 ] }, "distance": 17.32, "direction": 157.23, "angle": 68.49, "elevation": 43.94, "pano_id": "TMX7316010203-001315_pano_0000_000316", "timestamp": "2019-07-16T07:28:17.078160Z", "filename": "pano_0000_000316.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 17.31818997, "relative_pitch": 68.48770200884944, "relative_heading": 157.22760383843928, "relative_elevation": 43.9371281526983 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000650/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000650/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000650/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000650/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_000650/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_000650/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_000650/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000650/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000650/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80802550631104, 52.3464954268838, 45.503475157544 ] }, "distance": 17.38, "direction": 210.12, "angle": 69.1, "elevation": 45.5, "pano_id": "TMX7316010203-002095_pano_0000_000650", "timestamp": "2021-04-16T07:49:10.127030Z", "filename": "pano_0000_000650.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 17.37926468, "relative_pitch": 69.09650864905294, "relative_heading": 210.1181969045252, "relative_elevation": 45.503475157544 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02005/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02005/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02005/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02005/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_02005/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_02005/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_02005/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02005/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_02005/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808035011843667, 52.34676886125595, 0.0 ] }, "distance": 17.38, "direction": 332.33, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_02005", "timestamp": "2025-07-17T08:46:01Z", "filename": "recording_2025-07-17_07-56-36_02005.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 17.38163078, "relative_pitch": 0.0, "relative_heading": 332.32556970490856, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000313/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000313/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000313/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000313/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_000313/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_000313/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_000313/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000313/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000313/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80803175982813, 52.3464927893936, 44.201004974544 ] }, "distance": 17.43, "direction": 208.42, "angle": 68.48, "elevation": 44.2, "pano_id": "TMX7316010203-001315_pano_0000_000313", "timestamp": "2019-07-16T07:28:13.503230Z", "filename": "pano_0000_000313.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 17.42692578, "relative_pitch": 68.48239927673225, "relative_heading": 208.42182991904207, "relative_elevation": 44.201004974544 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000826/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000826/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000826/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000826/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000826/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000826/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000826/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000826/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000826/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80803456541972, 52.3467701556338, 43.7161859488115 ] }, "distance": 17.52, "direction": 332.46, "angle": 68.16, "elevation": 43.72, "pano_id": "TMX7316010203-000155_pano_0000_000826", "timestamp": "2016-10-10T13:05:27.862540Z", "filename": "pano_0000_000826.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 17.52335925, "relative_pitch": 68.15692811902586, "relative_heading": 332.4562032186276, "relative_elevation": 43.7161859488115 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002153/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002153/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002153/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002153/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000808_pano_0000_002153/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002153/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002153/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002153/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002153/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80841221142326, 52.3466443754229, 43.8292489405721 ] }, "distance": 17.7, "direction": 85.0, "angle": 68.01, "elevation": 43.83, "pano_id": "TMX7316010203-000808_pano_0000_002153", "timestamp": "2018-06-26T08:47:43.251130Z", "filename": "pano_0000_002153.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 17.69910981, "relative_pitch": 68.01017814150538, "relative_heading": 85.00452601012412, "relative_elevation": 43.8292489405721 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01995/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01995/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01995/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01995/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_01995/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01995/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01995/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01995/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01995/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808411770539249, 52.34665086991818, 0.0 ] }, "distance": 17.75, "direction": 82.67, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_01995", "timestamp": "2025-07-17T08:45:26Z", "filename": "recording_2025-07-17_07-56-36_01995.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 17.74681928, "relative_pitch": 0.0, "relative_heading": 82.6711557864202, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000952/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000952/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000952/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000952/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000952/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000952/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000952/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000952/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000952/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80800825033381, 52.3464974601991, 44.0744603453204 ] }, "distance": 17.81, "direction": 213.76, "angle": 68.0, "elevation": 44.07, "pano_id": "TMX7316010203-000155_pano_0000_000952", "timestamp": "2016-10-10T13:08:06.536520Z", "filename": "pano_0000_000952.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 17.80955048, "relative_pitch": 67.9974155864212, "relative_heading": 213.75828325267605, "relative_elevation": 44.0744603453204 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00028/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00028/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00028/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00028/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track95_Sphere_00028/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track95_Sphere_00028/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track95_Sphere_00028/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00028/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00028/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808284434906389, 52.346491648215654, 0.0 ] }, "distance": 17.85, "direction": 149.99, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track95_Sphere_00028", "timestamp": "2024-10-17T12:36:10Z", "filename": "Job_20241017_0902_Track95_Sphere_00028.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 17.84524034, "relative_pitch": 0.0, "relative_heading": 149.99333553633966, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000292/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000292/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000292/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000292/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002648_pano_0006_000292/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002648_pano_0006_000292/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002648_pano_0006_000292/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000292/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000292/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80826739690723, 52.3464841642665, 44.1310606840998 ] }, "distance": 18.04, "direction": 154.51, "angle": 67.76, "elevation": 44.13, "pano_id": "TMX7316010203-002648_pano_0006_000292", "timestamp": "2022-06-29T08:49:43.255200Z", "filename": "pano_0006_000292.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 18.04185587, "relative_pitch": 67.76405665304607, "relative_heading": 154.51365219283113, "relative_elevation": 44.1310606840998 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001337/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001337/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001337/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001337/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_001337/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001337/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001337/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001337/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001337/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80802916480159, 52.3467742933993, 43.811006882228 ] }, "distance": 18.1, "direction": 332.1, "angle": 67.55, "elevation": 43.81, "pano_id": "TMX7316010203-001315_pano_0000_001337", "timestamp": "2019-07-16T07:54:17.447520Z", "filename": "pano_0000_001337.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 18.10214166, "relative_pitch": 67.55021872569145, "relative_heading": 332.09726292873273, "relative_elevation": 43.811006882228 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01895/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01895/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01895/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01895/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_01895/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01895/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01895/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01895/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01895/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808291970645914, 52.34649110985724, 0.0 ] }, "distance": 18.16, "direction": 148.68, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_01895", "timestamp": "2025-07-17T08:40:15Z", "filename": "recording_2025-07-17_07-56-36_01895.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 18.15867151, "relative_pitch": 0.0, "relative_heading": 148.68458042506967, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005190/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005190/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005190/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005190/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0000_005190/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005190/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005190/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005190/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005190/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80829557168655, 52.3464920762835, 44.2688393928111 ] }, "distance": 18.2, "direction": 147.85, "angle": 67.66, "elevation": 44.27, "pano_id": "TMX7316010203-000024_pano_0000_005190", "timestamp": "2016-07-26T09:35:58.236160Z", "filename": "pano_0000_005190.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 18.19628242, "relative_pitch": 67.65535636784327, "relative_heading": 147.84842398926284, "relative_elevation": 44.2688393928111 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000326/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000326/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000326/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000326/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_000326/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000326/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000326/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000326/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000326/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80829688224773, 52.3464924514077, 43.7755789691582 ] }, "distance": 18.21, "direction": 147.54, "angle": 67.41, "elevation": 43.78, "pano_id": "TMX7316010203-002520_pano_0000_000326", "timestamp": "2022-04-14T09:54:32.099580Z", "filename": "pano_0000_000326.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 18.2087322, "relative_pitch": 67.41481910407849, "relative_heading": 147.5405987856132, "relative_elevation": 43.7755789691582 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001455/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001455/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001455/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001455/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000286_pano_0000_001455/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001455/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001455/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001455/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001455/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80829138061871, 52.3464889921663, 43.6171287335455 ] }, "distance": 18.34, "direction": 149.17, "angle": 67.19, "elevation": 43.62, "pano_id": "TMX7316010203-000286_pano_0000_001455", "timestamp": "2017-05-04T12:13:52.956160Z", "filename": "pano_0000_001455.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 18.33975908, "relative_pitch": 67.19463456015494, "relative_heading": 149.17453111003468, "relative_elevation": 43.6171287335455 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001652/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001652/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001652/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001652/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000286_pano_0000_001652/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001652/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000286_pano_0000_001652/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001652/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/04/TMX7316010203-000286/pano_0000_001652/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80801093545621, 52.3464884567502, 44.0398889584467 ] }, "distance": 18.55, "direction": 211.57, "angle": 67.15, "elevation": 44.04, "pano_id": "TMX7316010203-000286_pano_0000_001652", "timestamp": "2017-05-04T12:20:08.003450Z", "filename": "pano_0000_001652.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 18.55434254, "relative_pitch": 67.153935331445, "relative_heading": 211.56883650255264, "relative_elevation": 44.0398889584467 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002095/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002095/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002095/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002095/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000808_pano_0000_002095/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002095/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002095/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002095/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002095/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8082956652945, 52.3464878604231, 43.8786899140105 ] }, "distance": 18.6, "direction": 148.6, "angle": 67.03, "elevation": 43.88, "pano_id": "TMX7316010203-000808_pano_0000_002095", "timestamp": "2018-06-26T08:46:36.296450Z", "filename": "pano_0000_002095.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 18.59845473, "relative_pitch": 67.02981815893314, "relative_heading": 148.60087958891916, "relative_elevation": 43.8786899140105 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00104/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00104/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00104/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00104/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track97_Sphere_00104/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00104/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00104/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00104/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00104/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808033350469483, 52.346781463023255, 0.0 ] }, "distance": 18.68, "direction": 334.02, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track97_Sphere_00104", "timestamp": "2024-10-17T12:42:36Z", "filename": "Job_20241017_0902_Track97_Sphere_00104.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 18.68417169, "relative_pitch": 0.0, "relative_heading": 334.01550215079044, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001339/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001339/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001339/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001339/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_001339/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001339/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_001339/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001339/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_001339/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80802991609348, 52.3467825534404, 43.782239831984 ] }, "distance": 18.9, "direction": 333.54, "angle": 66.65, "elevation": 43.78, "pano_id": "TMX7316010203-002520_pano_0000_001339", "timestamp": "2022-04-14T10:10:24.518920Z", "filename": "pano_0000_001339.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 18.8964347, "relative_pitch": 66.65495016420394, "relative_heading": 333.5387901296667, "relative_elevation": 43.782239831984 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000654/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000654/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000654/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000654/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_000654/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_000654/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_000654/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000654/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_000654/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80831113871475, 52.3464905503779, 45.0465995632112 ] }, "distance": 18.92, "direction": 145.4, "angle": 67.22, "elevation": 45.05, "pano_id": "TMX7316010203-002095_pano_0000_000654", "timestamp": "2021-04-16T07:49:13.562030Z", "filename": "pano_0000_000654.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 18.92182294, "relative_pitch": 67.2151604006969, "relative_heading": 145.4016530356426, "relative_elevation": 45.0465995632112 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000425/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000425/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000425/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000425/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000425/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000425/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000425/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000425/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000425/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80831954879022, 52.3464938216569, 43.7532394696027 ] }, "distance": 18.96, "direction": 143.35, "angle": 66.57, "elevation": 43.75, "pano_id": "TMX7316010203-000155_pano_0000_000425", "timestamp": "2016-10-10T12:52:41.727990Z", "filename": "pano_0000_000425.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 18.95975742, "relative_pitch": 66.571284792382, "relative_heading": 143.3509483366304, "relative_elevation": 43.7532394696027 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002160/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002160/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002160/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002160/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000808_pano_0000_002160/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002160/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000808_pano_0000_002160/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002160/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/26/TMX7316010203-000808/pano_0000_002160/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8079846973732, 52.3464945979116, 44.2033851929009 ] }, "distance": 19.0, "direction": 217.25, "angle": 66.74, "elevation": 44.2, "pano_id": "TMX7316010203-000808_pano_0000_002160", "timestamp": "2018-06-26T08:47:50.201080Z", "filename": "pano_0000_002160.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 19.00154007, "relative_pitch": 66.73876665444818, "relative_heading": 217.25049827251487, "relative_elevation": 44.2033851929009 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01891/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01891/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01891/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01891/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_01891/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01891/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01891/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01891/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01891/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808004241277538, 52.34648505537592, 0.0 ] }, "distance": 19.12, "direction": 212.14, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_01891", "timestamp": "2025-07-17T08:40:09Z", "filename": "recording_2025-07-17_07-56-36_01891.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 19.11658788, "relative_pitch": 0.0, "relative_heading": 212.13990111971455, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001329/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001329/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001329/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001329/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_001329/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001329/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_001329/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001329/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_001329/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8084330794251, 52.3466526615062, 43.7756992680952 ] }, "distance": 19.21, "direction": 82.63, "angle": 66.3, "elevation": 43.78, "pano_id": "TMX7316010203-001315_pano_0000_001329", "timestamp": "2019-07-16T07:54:09.392600Z", "filename": "pano_0000_001329.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 19.21251179, "relative_pitch": 66.30403490038186, "relative_heading": 82.63389146813546, "relative_elevation": 43.7756992680952 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005186/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005186/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005186/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005186/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0000_005186/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005186/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005186/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005186/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005186/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80799749977366, 52.3464864310876, 44.5355936754495 ] }, "distance": 19.24, "direction": 213.54, "angle": 66.64, "elevation": 44.54, "pano_id": "TMX7316010203-000024_pano_0000_005186", "timestamp": "2016-07-26T09:35:53.981180Z", "filename": "pano_0000_005186.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 19.23711946, "relative_pitch": 66.63810257668233, "relative_heading": 213.5412089031568, "relative_elevation": 44.5355936754495 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00096/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00096/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00096/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00096/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track97_Sphere_00096/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00096/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00096/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00096/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track97_Sphere_00096/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808435487553242, 52.346656441504386, 0.0 ] }, "distance": 19.43, "direction": 81.47, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track97_Sphere_00096", "timestamp": "2024-10-17T12:42:26Z", "filename": "Job_20241017_0902_Track97_Sphere_00096.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 19.43322481, "relative_pitch": 0.0, "relative_heading": 81.46595754583149, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000945/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000945/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000945/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000945/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000155_pano_0000_000945/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000945/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000155_pano_0000_000945/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000945/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/10/10/TMX7316010203-000155/pano_0000_000945/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80843550557723, 52.3466584878957, 43.6667900756001 ] }, "distance": 19.47, "direction": 80.8, "angle": 65.97, "elevation": 43.67, "pano_id": "TMX7316010203-000155_pano_0000_000945", "timestamp": "2016-10-10T13:07:57.121510Z", "filename": "pano_0000_000945.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 19.46953031, "relative_pitch": 65.96954004530951, "relative_heading": 80.80378350700485, "relative_elevation": 43.6667900756001 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000317/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000317/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000317/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000317/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0000_000317/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_000317/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0000_000317/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000317/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0000_000317/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80832715465775, 52.3464903905136, 43.8844863260165 ] }, "distance": 19.58, "direction": 142.8, "angle": 65.96, "elevation": 43.88, "pano_id": "TMX7316010203-001315_pano_0000_000317", "timestamp": "2019-07-16T07:28:18.173190Z", "filename": "pano_0000_000317.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 19.5763648, "relative_pitch": 65.95889918672806, "relative_heading": 142.8008548224485, "relative_elevation": 43.8844863260165 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00029/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00029/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00029/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00029/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track95_Sphere_00029/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track95_Sphere_00029/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track95_Sphere_00029/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00029/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00029/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808351817989562, 52.34649905121306, 0.0 ] }, "distance": 19.92, "direction": 137.27, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track95_Sphere_00029", "timestamp": "2024-10-17T12:36:12Z", "filename": "Job_20241017_0902_Track95_Sphere_00029.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 19.91776187, "relative_pitch": 0.0, "relative_heading": 137.2650954483409, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001040/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001040/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001040/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001040/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002095_pano_0000_001040/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001040/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002095_pano_0000_001040/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001040/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/16/TMX7316010203-002095/pano_0000_001040/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80844496651212, 52.3466522742016, 43.7197481086478 ] }, "distance": 20.01, "direction": 83.05, "angle": 65.41, "elevation": 43.72, "pano_id": "TMX7316010203-002095_pano_0000_001040", "timestamp": "2021-04-16T07:56:26.048510Z", "filename": "pano_0000_001040.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 20.01089924, "relative_pitch": 65.40602873018418, "relative_heading": 83.05363059351451, "relative_elevation": 43.7197481086478 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005395/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005395/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005395/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005395/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0000_005395/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005395/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005395/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005395/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005395/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80802199490835, 52.3467937764709, 43.7705740462989 ] }, "distance": 20.26, "direction": 333.75, "angle": 65.17, "elevation": 43.77, "pano_id": "TMX7316010203-000024_pano_0000_005395", "timestamp": "2016-07-26T09:39:43.485250Z", "filename": "pano_0000_005395.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 20.25509483, "relative_pitch": 65.16737777498787, "relative_heading": 333.74592239253366, "relative_elevation": 43.7705740462989 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002185/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002185/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002185/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002185/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002185/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002185/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002185/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002185/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002185/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8080236470506, 52.3467952514754, 44.4586450569332 ] }, "distance": 20.35, "direction": 334.23, "angle": 65.4, "elevation": 44.46, "pano_id": "TMX7316010203-001873_pano_0000_002185", "timestamp": "2020-08-13T07:04:31.701200Z", "filename": "pano_0000_002185.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 20.3532297, "relative_pitch": 65.40162715319177, "relative_heading": 334.2345568258626, "relative_elevation": 44.4586450569332 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000288/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000288/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000288/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000288/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002648_pano_0006_000288/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002648_pano_0006_000288/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002648_pano_0006_000288/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000288/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000288/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80798576939217, 52.3464790596348, 44.4248778037727 ] }, "distance": 20.36, "direction": 214.14, "angle": 65.37, "elevation": 44.42, "pano_id": "TMX7316010203-002648_pano_0006_000288", "timestamp": "2022-06-29T08:49:38.705190Z", "filename": "pano_0006_000288.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 20.36359244, "relative_pitch": 65.37410097891035, "relative_heading": 214.1406998043896, "relative_elevation": 44.4248778037727 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00024/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00024/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00024/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00024/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241017_0902_Track95_Sphere_00024/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track95_Sphere_00024/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track95_Sphere_00024/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00024/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241017_0902_Track95_Sphere_00024/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.807979992023323, 52.346480919147425, 0.0 ] }, "distance": 20.42, "direction": 215.38, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241017_0902_Track95_Sphere_00024", "timestamp": "2024-10-17T12:36:05Z", "filename": "Job_20241017_0902_Track95_Sphere_00024.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 20.4180792, "relative_pitch": 0.0, "relative_heading": 215.3810593995018, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000293/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000293/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000293/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000293/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002648_pano_0006_000293/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002648_pano_0006_000293/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002648_pano_0006_000293/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000293/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/29/TMX7316010203-002648/pano_0006_000293/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80834079583188, 52.3464853412004, 44.1322118174285 ] }, "distance": 20.59, "direction": 141.69, "angle": 64.99, "elevation": 44.13, "pano_id": "TMX7316010203-002648_pano_0006_000293", "timestamp": "2022-06-29T08:49:44.195170Z", "filename": "pano_0006_000293.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 20.58982892, "relative_pitch": 64.98865398171294, "relative_heading": 141.6855459112165, "relative_elevation": 44.1322118174285 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002519/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002519/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002519/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002519/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001873_pano_0000_002519/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002519/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001873_pano_0000_002519/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002519/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/13/TMX7316010203-001873/pano_0000_002519/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80795839573019, 52.3464884327906, 44.1845057187602 ] }, "distance": 20.66, "direction": 220.06, "angle": 64.94, "elevation": 44.18, "pano_id": "TMX7316010203-001873_pano_0000_002519", "timestamp": "2020-08-13T07:09:01.115160Z", "filename": "pano_0000_002519.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 20.65730336, "relative_pitch": 64.94279706836207, "relative_heading": 220.05707871324228, "relative_elevation": 44.1845057187602 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005191/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005191/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005191/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005191/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000024_pano_0000_005191/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005191/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000024_pano_0000_005191/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005191/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/07/26/TMX7316010203-000024/pano_0000_005191/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80836988384703, 52.346499082471, 44.2892487728968 ] }, "distance": 20.77, "direction": 134.76, "angle": 64.87, "elevation": 44.29, "pano_id": "TMX7316010203-000024_pano_0000_005191", "timestamp": "2016-07-26T09:35:59.206140Z", "filename": "pano_0000_005191.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 20.77045133, "relative_pitch": 64.87470191827208, "relative_heading": 134.76335234111951, "relative_elevation": 44.2892487728968 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01896/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01896/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01896/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01896/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-17_07-56-36_01896/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01896/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-17_07-56-36_01896/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01896/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-17_07-56-36_01896/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.808365067266147, 52.34649590736638, 0.0 ] }, "distance": 20.79, "direction": 136.09, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-17_07-56-36_01896", "timestamp": "2025-07-17T08:40:16Z", "filename": "recording_2025-07-17_07-56-36_01896.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 20.79177902, "relative_pitch": 0.0, "relative_heading": 136.09168903133553, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000327/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000327/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000327/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000327/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002520_pano_0000_000327/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000327/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002520_pano_0000_000327/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000327/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/14/TMX7316010203-002520/pano_0000_000327/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80836892109499, 52.346497626228, 43.7940120100975 ] }, "distance": 20.84, "direction": 135.21, "angle": 64.55, "elevation": 43.79, "pano_id": "TMX7316010203-002520_pano_0000_000327", "timestamp": "2022-04-14T09:54:32.774490Z", "filename": "pano_0000_000327.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 20.8385992, "relative_pitch": 64.5533925841712, "relative_heading": 135.20672219523735, "relative_elevation": 43.7940120100975 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241017_0902_Track97_Sphere_00100/adjacencies/b_20241017_0902_Track97_Sphere_00100/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003831/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003831/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003831/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003831/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000804_pano_0000_003831/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_003831/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_003831/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003831/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_003831/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8080154549549, 52.3467979003689, 43.7030412442982 ] }, "distance": 20.86, "direction": 333.21, "angle": 64.48, "elevation": 43.7, "pano_id": "TMX7316010203-000804_pano_0000_003831", "timestamp": "2018-06-22T11:51:26.068630Z", "filename": "pano_0000_003831.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241017_0902_Track97_Sphere_00100", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115543.5470816448, 484459.6404585213 ] }, "relative_distance": 20.86471123, "relative_pitch": 64.47925172849887, "relative_heading": 333.20574180972005, "relative_elevation": 43.7030412442982 } ] } }