Adjacencies
Parameters:
- newest_in_range: (boolean) only return photos that are the newest within their distance interval
- srid: (integer) projection of coordinates, either 4326 or 28992
- near: (string) two-dimensional point, separated by a comma; "<lon>,<lat>" when "srid=4326", "<x>,<y>" when "srid=28992"
- radius: (number) search radius in meters from point "near"
- bbox: (string) only return photos contained by bounding box, two two-dimensional points "<northwest>,<southeast>", same as point "near"
- timestamp_before: (string) ISO date format (yyyy-mm-dd)
- timestamp_after: (string) ISO date format (yyyy-mm-dd)
- tags: (string) a comma-seperated list of tags to filter on, for example: "mission-bi,mission2017"
- limit_results: (integer) limit on the returned results (impacts count and pagination: if more results are available, they don't show up in counts). Can be used for performance reasons
GET /panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00380/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00380/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00380/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00380/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00380/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00380/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00380/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864132780029144, 52.365729722346735, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00380", "timestamp": "2024-12-11T11:25:37Z", "filename": "Job_20241211_0838_Track41_Sphere_00380.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 0.0, "relative_pitch": 0.0, "relative_heading": null, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006403/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006403/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006403/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006403/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006403/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006403/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006403/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006403/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006403/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8641324061005, 52.3657305901103, 47.7780849989504 ] }, "distance": 0.1, "direction": 345.22, "angle": 89.88, "elevation": 47.78, "pano_id": "TMX7316010203-001702_pano_0000_006403", "timestamp": "2020-05-11T10:13:15.865770Z", "filename": "pano_0000_006403.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 0.09986268, "relative_pitch": 89.88024422153104, "relative_heading": 345.22292211395376, "relative_elevation": 47.7780849989504 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000862/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000862/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000862/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000862/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_000862/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000862/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000862/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000862/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000862/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86413014393647, 52.3657352340807, 46.8203014088795 ] }, "distance": 0.64, "direction": 343.68, "angle": 89.22, "elevation": 46.82, "pano_id": "TMX7316010203-001148_pano_0000_000862", "timestamp": "2019-04-30T07:21:28.393290Z", "filename": "pano_0000_000862.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 0.63905956, "relative_pitch": 89.2180071256867, "relative_heading": 343.68133810289146, "relative_elevation": 46.8203014088795 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000983/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000983/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000983/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000983/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002787_pano_0000_000983/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000983/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000983/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000983/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000983/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86412085653792, 52.3657297326915, 45.6662446008995 ] }, "distance": 0.81, "direction": 270.08, "angle": 88.98, "elevation": 45.67, "pano_id": "TMX7316010203-002787_pano_0000_000983", "timestamp": "2022-09-02T08:33:27.923900Z", "filename": "pano_0000_000983.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 0.81219243, "relative_pitch": 88.98107906505608, "relative_heading": 270.0812090264907, "relative_elevation": 45.6662446008995 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000889/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000889/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000889/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000889/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001877_pano_0004_000889/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000889/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000889/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000889/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000889/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86413833007538, 52.3657371972615, 46.6162661183625 ] }, "distance": 0.91, "direction": 24.44, "angle": 88.88, "elevation": 46.62, "pano_id": "TMX7316010203-001877_pano_0004_000889", "timestamp": "2020-08-17T09:21:28.772780Z", "filename": "pano_0004_000889.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 0.9136508, "relative_pitch": 88.87718091293159, "relative_heading": 24.442622041084547, "relative_elevation": 46.6162661183625 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000743/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000743/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000743/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000743/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_000743/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000743/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000743/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000743/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000743/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86411777391186, 52.365736280524, 47.6316699460149 ] }, "distance": 1.26, "direction": 305.52, "angle": 88.49, "elevation": 47.63, "pano_id": "TMX7316010203-002553_pano_0000_000743", "timestamp": "2022-05-02T06:50:23.749990Z", "filename": "pano_0000_000743.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 1.2559368, "relative_pitch": 88.48959299149664, "relative_heading": 305.52412284920695, "relative_elevation": 47.6316699460149 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005059/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005059/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005059/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005059/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005059/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005059/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005059/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005059/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005059/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86410994211763, 52.3657264680883, 46.2283423701301 ] }, "distance": 1.6, "direction": 256.9, "angle": 88.02, "elevation": 46.23, "pano_id": "TMX7316010203-002060_pano_0000_005059", "timestamp": "2021-03-25T12:19:11.426250Z", "filename": "pano_0000_005059.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 1.59723813, "relative_pitch": 88.0211573902157, "relative_heading": 256.8963557927069, "relative_elevation": 46.2283423701301 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003384/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003384/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003384/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003384/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001500_pano_0000_003384/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003384/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003384/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003384/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003384/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86413638829435, 52.3657453036096, 45.5805527120829 ] }, "distance": 1.75, "direction": 8.07, "angle": 87.8, "elevation": 45.58, "pano_id": "TMX7316010203-001500_pano_0000_003384", "timestamp": "2019-12-09T09:57:47.599770Z", "filename": "pano_0000_003384.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 1.75112858, "relative_pitch": 87.79987401830245, "relative_heading": 8.068528163012557, "relative_elevation": 45.5805527120829 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01445/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01445/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01445/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01445/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_10-03-10_01445/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01445/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01445/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01445/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01445/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864160002477585, 52.36573954038765, 0.0 ] }, "distance": 2.15, "direction": 59.49, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_10-03-10_01445", "timestamp": "2025-07-31T10:48:12Z", "filename": "recording_2025-07-31_10-03-10_01445.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 2.15221046, "relative_pitch": 0.0, "relative_heading": 59.49485486595523, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000492/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000492/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000492/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000492/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000789_pano_0000_000492/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000492/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000492/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000492/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000492/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86412825130246, 52.3657551816851, 48.2252141740173 ] }, "distance": 2.85, "direction": 353.79, "angle": 86.62, "elevation": 48.23, "pano_id": "TMX7316010203-000789_pano_0000_000492", "timestamp": "2018-06-13T09:29:00.834380Z", "filename": "pano_0000_000492.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 2.84971574, "relative_pitch": 86.61822058963898, "relative_heading": 353.7855331970733, "relative_elevation": 48.2252141740173 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01444/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01444/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01444/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01444/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_10-03-10_01444/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01444/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01444/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01444/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01444/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864092024798253, 52.36572328680946, 0.0 ] }, "distance": 2.87, "direction": 255.54, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_10-03-10_01444", "timestamp": "2025-07-31T10:48:10Z", "filename": "recording_2025-07-31_10-03-10_01444.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 2.86699553, "relative_pitch": 0.0, "relative_heading": 255.5356931550691, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005058/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005058/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005058/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005058/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005058/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005058/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005058/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005058/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005058/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86417846372749, 52.365742919769, 46.2077974546701 ] }, "distance": 3.44, "direction": 64.74, "angle": 85.74, "elevation": 46.21, "pano_id": "TMX7316010203-002060_pano_0000_005058", "timestamp": "2021-03-25T12:19:10.486140Z", "filename": "pano_0000_005058.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 3.44094391, "relative_pitch": 85.74123068083676, "relative_heading": 64.73645508823579, "relative_elevation": 46.2077974546701 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001873/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001873/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001873/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001873/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_001873/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001873/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001873/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001873/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001873/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86409642573181, 52.3657572427811, 47.1597026120871 ] }, "distance": 3.94, "direction": 321.04, "angle": 85.23, "elevation": 47.16, "pano_id": "TMX7316010203-000053_pano_0000_001873", "timestamp": "2016-08-09T12:55:36.492300Z", "filename": "pano_0000_001873.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 3.93828082, "relative_pitch": 85.22633731386036, "relative_heading": 321.0392802587954, "relative_elevation": 47.1597026120871 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000982/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000982/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000982/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000982/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002787_pano_0000_000982/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000982/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000982/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000982/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000982/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86418932209524, 52.3657460572983, 45.6753447586671 ] }, "distance": 4.26, "direction": 64.74, "angle": 84.67, "elevation": 45.68, "pano_id": "TMX7316010203-002787_pano_0000_000982", "timestamp": "2022-09-02T08:33:27.318980Z", "filename": "pano_0000_000982.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 4.25884011, "relative_pitch": 84.6730543370471, "relative_heading": 64.735517161698, "relative_elevation": 45.6753447586671 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000888/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000888/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000888/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000888/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001877_pano_0004_000888/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000888/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000888/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000888/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000888/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86407143170653, 52.3657212302153, 46.6242532869801 ] }, "distance": 4.28, "direction": 257.26, "angle": 84.75, "elevation": 46.62, "pano_id": "TMX7316010203-001877_pano_0004_000888", "timestamp": "2020-08-17T09:21:27.967810Z", "filename": "pano_0004_000888.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 4.28436818, "relative_pitch": 84.74975488675287, "relative_heading": 257.2581571826835, "relative_elevation": 46.6242532869801 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003383/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003383/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003383/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003383/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001500_pano_0000_003383/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003383/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003383/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003383/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003383/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86406860137179, 52.3657284797008, 45.6091218991205 ] }, "distance": 4.37, "direction": 268.19, "angle": 84.52, "elevation": 45.61, "pano_id": "TMX7316010203-001500_pano_0000_003383", "timestamp": "2019-12-09T09:57:47.049910Z", "filename": "pano_0000_003383.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 4.3738394, "relative_pitch": 84.52218071054305, "relative_heading": 268.18837494140917, "relative_elevation": 45.6091218991205 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000744/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000744/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000744/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000744/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_000744/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000744/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000744/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000744/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000744/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86418609629279, 52.3657529723512, 47.6220800634474 ] }, "distance": 4.46, "direction": 54.54, "angle": 84.65, "elevation": 47.62, "pano_id": "TMX7316010203-002553_pano_0000_000744", "timestamp": "2022-05-02T06:50:24.310010Z", "filename": "pano_0000_000744.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 4.45900885, "relative_pitch": 84.65080755539256, "relative_heading": 54.53519708073621, "relative_elevation": 47.6220800634474 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000722/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000722/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000722/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000722/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000276_pano_0000_000722/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000722/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000722/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000722/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000722/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86416221623996, 52.3657683543449, 45.8168068956584 ] }, "distance": 4.74, "direction": 25.01, "angle": 84.09, "elevation": 45.82, "pano_id": "TMX7316010203-000276_pano_0000_000722", "timestamp": "2017-04-21T12:36:51.764910Z", "filename": "pano_0000_000722.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 4.74338235, "relative_pitch": 84.08926523770457, "relative_heading": 25.00616492257559, "relative_elevation": 45.8168068956584 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000861/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000861/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000861/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000861/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_000861/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000861/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000861/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000861/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000861/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8640625190652, 52.3657193139343, 46.8378434134647 ] }, "distance": 4.92, "direction": 256.4, "angle": 84.0, "elevation": 46.84, "pano_id": "TMX7316010203-001148_pano_0000_000861", "timestamp": "2019-04-30T07:21:27.728330Z", "filename": "pano_0000_000861.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 4.92410708, "relative_pitch": 83.99848595853254, "relative_heading": 256.39615175293983, "relative_elevation": 46.8378434134647 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006402/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006402/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006402/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006402/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006402/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006402/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006402/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006402/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006402/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86406391882091, 52.3657151257823, 47.791625123471 ] }, "distance": 4.96, "direction": 250.9, "angle": 84.07, "elevation": 47.79, "pano_id": "TMX7316010203-001702_pano_0000_006402", "timestamp": "2020-05-11T10:13:15.210750Z", "filename": "pano_0000_006402.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 4.96386603, "relative_pitch": 84.07024935252826, "relative_heading": 250.90055803202932, "relative_elevation": 47.791625123471 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00379/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00379/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00379/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00379/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00379/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00379/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00379/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00379/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00379/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864064716088071, 52.36571331558007, 0.0 ] }, "distance": 4.98, "direction": 248.51, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00379", "timestamp": "2024-12-11T11:25:36Z", "filename": "Job_20241211_0838_Track41_Sphere_00379.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 4.98280548, "relative_pitch": 0.0, "relative_heading": 248.50686097275369, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006404/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006404/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006404/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006404/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006404/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006404/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006404/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006404/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006404/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86420085861925, 52.3657465372394, 47.7791852867231 ] }, "distance": 5.0, "direction": 68.03, "angle": 84.03, "elevation": 47.78, "pano_id": "TMX7316010203-001702_pano_0000_006404", "timestamp": "2020-05-11T10:13:16.500750Z", "filename": "pano_0000_006404.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 5.00054701, "relative_pitch": 84.02520257981936, "relative_heading": 68.02681910185488, "relative_elevation": 47.7791852867231 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000863/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000863/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000863/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000863/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_000863/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000863/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000863/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000863/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000863/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86419762004894, 52.3657511055847, 46.825420008041 ] }, "distance": 5.02, "direction": 61.69, "angle": 83.88, "elevation": 46.83, "pano_id": "TMX7316010203-001148_pano_0000_000863", "timestamp": "2019-04-30T07:21:29.038510Z", "filename": "pano_0000_000863.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 5.01685391, "relative_pitch": 83.88468439548421, "relative_heading": 61.68734796819923, "relative_elevation": 46.825420008041 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000491/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000491/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000491/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000491/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000789_pano_0000_000491/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000491/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000491/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000491/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000491/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86405964365449, 52.3657374578, 48.2538757883012 ] }, "distance": 5.06, "direction": 279.8, "angle": 84.02, "elevation": 48.25, "pano_id": "TMX7316010203-000789_pano_0000_000491", "timestamp": "2018-06-13T09:28:59.784400Z", "filename": "pano_0000_000491.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 5.0556386, "relative_pitch": 84.01884768916268, "relative_heading": 279.8027819040734, "relative_elevation": 48.2538757883012 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00381/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00381/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00381/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00381/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00381/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00381/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00381/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00381/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00381/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864201824284835, 52.36574642101234, 0.0 ] }, "distance": 5.06, "direction": 68.44, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00381", "timestamp": "2024-12-11T11:25:38Z", "filename": "Job_20241211_0838_Track41_Sphere_00381.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 5.0568403, "relative_pitch": 0.0, "relative_heading": 68.44158088916174, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001874/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001874/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001874/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001874/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_001874/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001874/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001874/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001874/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001874/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86416642656738, 52.3657738233876, 47.1840787930414 ] }, "distance": 5.42, "direction": 25.03, "angle": 83.45, "elevation": 47.18, "pano_id": "TMX7316010203-000053_pano_0000_001874", "timestamp": "2016-08-09T12:55:37.487260Z", "filename": "pano_0000_001874.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 5.41613397, "relative_pitch": 83.45183048159457, "relative_heading": 25.03431530035228, "relative_elevation": 47.1840787930414 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000890/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000890/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000890/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000890/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001877_pano_0004_000890/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000890/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000890/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000890/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000890/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86420568279839, 52.3657527248365, 46.6257814215496 ] }, "distance": 5.59, "direction": 62.73, "angle": 83.17, "elevation": 46.63, "pano_id": "TMX7316010203-001877_pano_0004_000890", "timestamp": "2020-08-17T09:21:29.557760Z", "filename": "pano_0004_000890.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 5.58674829, "relative_pitch": 83.16733650950705, "relative_heading": 62.73198003636559, "relative_elevation": 46.6257814215496 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000742/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000742/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000742/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000742/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_000742/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000742/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000742/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000742/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000742/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86404963841141, 52.3657196714225, 47.6572690270841 ] }, "distance": 5.77, "direction": 258.83, "angle": 83.09, "elevation": 47.66, "pano_id": "TMX7316010203-002553_pano_0000_000742", "timestamp": "2022-05-02T06:50:23.174970Z", "filename": "pano_0000_000742.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 5.77272898, "relative_pitch": 83.09340527673542, "relative_heading": 258.8288959165278, "relative_elevation": 47.6572690270841 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000984/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000984/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000984/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000984/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002787_pano_0000_000984/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000984/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000984/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000984/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000984/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86405180513174, 52.3657134255338, 45.6768797421828 ] }, "distance": 5.81, "direction": 251.8, "angle": 82.76, "elevation": 45.68, "pano_id": "TMX7316010203-002787_pano_0000_000984", "timestamp": "2022-09-02T08:33:28.553910Z", "filename": "pano_0000_000984.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 5.80621337, "relative_pitch": 82.75570256536564, "relative_heading": 251.80072668642282, "relative_elevation": 45.6768797421828 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003385/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003385/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003385/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003385/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001500_pano_0000_003385/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003385/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003385/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003385/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003385/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86420433526412, 52.3657617247742, 45.5821477416903 ] }, "distance": 6.04, "direction": 53.85, "angle": 82.46, "elevation": 45.58, "pano_id": "TMX7316010203-001500_pano_0000_003385", "timestamp": "2019-12-09T09:57:48.129750Z", "filename": "pano_0000_003385.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 6.03639925, "relative_pitch": 82.45627083322921, "relative_heading": 53.8479960959288, "relative_elevation": 45.5821477416903 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000493/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000493/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000493/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000493/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000789_pano_0000_000493/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000493/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000493/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000493/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000493/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86419722690892, 52.365772052064, 48.2113318815827 ] }, "distance": 6.44, "direction": 42.98, "angle": 82.39, "elevation": 48.21, "pano_id": "TMX7316010203-000789_pano_0000_000493", "timestamp": "2018-06-13T09:29:01.889370Z", "filename": "pano_0000_000493.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 6.43874851, "relative_pitch": 82.3930136213938, "relative_heading": 42.984226649714984, "relative_elevation": 48.2113318815827 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005060/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005060/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005060/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005060/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005060/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005060/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005060/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005060/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005060/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86404164503507, 52.3657097052691, 46.2780796717852 ] }, "distance": 6.6, "direction": 250.26, "angle": 81.89, "elevation": 46.28, "pano_id": "TMX7316010203-002060_pano_0000_005060", "timestamp": "2021-03-25T12:19:12.371100Z", "filename": "pano_0000_005060.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 6.59533881, "relative_pitch": 81.88908765198352, "relative_heading": 250.26193455035857, "relative_elevation": 46.2780796717852 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000721/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000721/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000721/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000721/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000276_pano_0000_000721/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000721/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000721/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000721/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000721/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86403112704804, 52.3657372430455, 45.83993423637 ] }, "distance": 6.97, "direction": 276.89, "angle": 81.35, "elevation": 45.84, "pano_id": "TMX7316010203-000276_pano_0000_000721", "timestamp": "2017-04-21T12:36:50.429850Z", "filename": "pano_0000_000721.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 6.97467597, "relative_pitch": 81.3486385381837, "relative_heading": 276.89130966013994, "relative_elevation": 45.83993423637 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01446/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01446/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01446/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01446/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_10-03-10_01446/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01446/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01446/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01446/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01446/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86422819703789, 52.36575608249225, 0.0 ] }, "distance": 7.13, "direction": 65.71, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_10-03-10_01446", "timestamp": "2025-07-31T10:48:13Z", "filename": "recording_2025-07-31_10-03-10_01446.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 7.13073302, "relative_pitch": 0.0, "relative_heading": 65.71047506139894, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001872/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001872/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001872/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001872/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_001872/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001872/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001872/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001872/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001872/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86402672852893, 52.3657394331186, 47.1244547236711 ] }, "distance": 7.3, "direction": 278.51, "angle": 81.19, "elevation": 47.12, "pano_id": "TMX7316010203-000053_pano_0000_001872", "timestamp": "2016-08-09T12:55:35.422290Z", "filename": "pano_0000_001872.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 7.30427036, "relative_pitch": 81.18929090535767, "relative_heading": 278.5073337442537, "relative_elevation": 47.1244547236711 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01443/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01443/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01443/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01443/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_10-03-10_01443/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01443/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01443/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01443/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01443/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864023461078808, 52.365706931737115, 0.0 ] }, "distance": 7.87, "direction": 251.19, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_10-03-10_01443", "timestamp": "2025-07-31T10:48:09Z", "filename": "recording_2025-07-31_10-03-10_01443.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 7.86646706, "relative_pitch": 0.0, "relative_heading": 251.19299190878417, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005057/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005057/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005057/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005057/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005057/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005057/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005057/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005057/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005057/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86424727563586, 52.3657593348988, 46.1562166484073 ] }, "distance": 8.47, "direction": 67.1, "angle": 79.61, "elevation": 46.16, "pano_id": "TMX7316010203-002060_pano_0000_005057", "timestamp": "2021-03-25T12:19:09.596140Z", "filename": "pano_0000_005057.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 8.46661322, "relative_pitch": 79.60556954181197, "relative_heading": 67.09588643980064, "relative_elevation": 46.1562166484073 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000887/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000887/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000887/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000887/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001877_pano_0004_000887/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000887/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000887/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000887/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000887/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86400405347478, 52.3657050269709, 46.6074793739244 ] }, "distance": 9.19, "direction": 252.6, "angle": 78.85, "elevation": 46.61, "pano_id": "TMX7316010203-001877_pano_0004_000887", "timestamp": "2020-08-17T09:21:27.127870Z", "filename": "pano_0004_000887.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 9.18897051, "relative_pitch": 78.84680366544619, "relative_heading": 252.59950589253611, "relative_elevation": 46.6074793739244 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003382/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003382/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003382/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003382/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001500_pano_0000_003382/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003382/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003382/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003382/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003382/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86400080997091, 52.3657107921856, 45.6145123299211 ] }, "distance": 9.23, "direction": 256.81, "angle": 78.56, "elevation": 45.61, "pano_id": "TMX7316010203-001500_pano_0000_003382", "timestamp": "2019-12-09T09:57:46.469770Z", "filename": "pano_0000_003382.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 9.23289504, "relative_pitch": 78.55728299008969, "relative_heading": 256.8121584804566, "relative_elevation": 45.6145123299211 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000981/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000981/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000981/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000981/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002787_pano_0000_000981/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000981/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000981/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000981/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000981/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86425780860134, 52.365762601059, 45.6792742069811 ] }, "distance": 9.27, "direction": 66.75, "angle": 78.53, "elevation": 45.68, "pano_id": "TMX7316010203-002787_pano_0000_000981", "timestamp": "2022-09-02T08:33:26.718920Z", "filename": "pano_0000_000981.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 9.26913211, "relative_pitch": 78.52941726576779, "relative_heading": 66.75249042214843, "relative_elevation": 45.6792742069811 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000745/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000745/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000745/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000745/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_000745/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000745/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000745/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000745/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000745/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86425503030274, 52.3657696357687, 47.6008898299187 ] }, "distance": 9.44, "direction": 61.93, "angle": 78.79, "elevation": 47.6, "pano_id": "TMX7316010203-002553_pano_0000_000745", "timestamp": "2022-05-02T06:50:24.869980Z", "filename": "pano_0000_000745.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 9.43766736, "relative_pitch": 78.7855950209376, "relative_heading": 61.92689681429812, "relative_elevation": 47.6008898299187 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001875/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001875/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001875/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001875/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_001875/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001875/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001875/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001875/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001875/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86423822241142, 52.365787612521, 47.2192451162264 ] }, "distance": 9.65, "direction": 48.11, "angle": 78.45, "elevation": 47.22, "pano_id": "TMX7316010203-000053_pano_0000_001875", "timestamp": "2016-08-09T12:55:38.432290Z", "filename": "pano_0000_001875.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 9.64791747, "relative_pitch": 78.45217389000793, "relative_heading": 48.11196693007901, "relative_elevation": 47.2192451162264 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000490/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000490/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000490/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000490/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000789_pano_0000_000490/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000490/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000490/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000490/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000490/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86399083688783, 52.3657195454844, 48.2716807872057 ] }, "distance": 9.73, "direction": 263.32, "angle": 78.6, "elevation": 48.27, "pano_id": "TMX7316010203-000789_pano_0000_000490", "timestamp": "2018-06-13T09:28:58.724420Z", "filename": "pano_0000_000490.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 9.73482215, "relative_pitch": 78.59823900860137, "relative_heading": 263.3198830277548, "relative_elevation": 48.2716807872057 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000860/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000860/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000860/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000860/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_000860/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000860/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000860/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000860/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000860/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86399487708975, 52.3657034304128, 46.8291431879625 ] }, "distance": 9.84, "direction": 252.7, "angle": 78.13, "elevation": 46.83, "pano_id": "TMX7316010203-001148_pano_0000_000860", "timestamp": "2019-04-30T07:21:27.038730Z", "filename": "pano_0000_000860.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 9.83857672, "relative_pitch": 78.13499854569497, "relative_heading": 252.70084267528776, "relative_elevation": 46.8291431879625 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000864/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000864/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000864/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000864/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_000864/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000864/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000864/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000864/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000864/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86426469218823, 52.3657673632237, 46.8213048540056 ] }, "distance": 9.91, "direction": 65.01, "angle": 78.05, "elevation": 46.82, "pano_id": "TMX7316010203-001148_pano_0000_000864", "timestamp": "2019-04-30T07:21:29.678310Z", "filename": "pano_0000_000864.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 9.91370159, "relative_pitch": 78.04505339729107, "relative_heading": 65.00791489044235, "relative_elevation": 46.8213048540056 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00378/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00378/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00378/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00378/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00378/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00378/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00378/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00378/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00378/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.863997295953016, 52.365697100361764, 0.0 ] }, "distance": 9.92, "direction": 248.53, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00378", "timestamp": "2024-12-11T11:25:35Z", "filename": "Job_20241211_0838_Track41_Sphere_00378.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 9.91699932, "relative_pitch": 0.0, "relative_heading": 248.52864091144406, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006401/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006401/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006401/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006401/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006401/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006401/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006401/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006401/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006401/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86399527461987, 52.3657001313348, 47.779412291944 ] }, "distance": 9.93, "direction": 250.63, "angle": 78.26, "elevation": 47.78, "pano_id": "TMX7316010203-001702_pano_0000_006401", "timestamp": "2020-05-11T10:13:14.535790Z", "filename": "pano_0000_006401.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 9.92836202, "relative_pitch": 78.2612305522132, "relative_heading": 250.6312369976318, "relative_elevation": 47.779412291944 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006405/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006405/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006405/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006405/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006405/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006405/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006405/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006405/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006405/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86426822064379, 52.3657640367003, 47.7722235629335 ] }, "distance": 9.98, "direction": 67.52, "angle": 78.19, "elevation": 47.77, "pano_id": "TMX7316010203-001702_pano_0000_006405", "timestamp": "2020-05-11T10:13:17.125740Z", "filename": "pano_0000_006405.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 9.98472604, "relative_pitch": 78.19472692736402, "relative_heading": 67.51661509036362, "relative_elevation": 47.7722235629335 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00382/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00382/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00382/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00382/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00382/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00382/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00382/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00382/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00382/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864269164806837, 52.36576317502617, 0.0 ] }, "distance": 10.01, "direction": 68.16, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00382", "timestamp": "2024-12-11T11:25:38Z", "filename": "Job_20241211_0838_Track41_Sphere_00382.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 10.00812451, "relative_pitch": 0.0, "relative_heading": 68.1646255308845, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000891/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000891/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000891/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000891/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001877_pano_0004_000891/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000891/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000891/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000891/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000891/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86427280140171, 52.3657683617656, 46.6189028387889 ] }, "distance": 10.46, "direction": 65.73, "angle": 77.35, "elevation": 46.62, "pano_id": "TMX7316010203-001877_pano_0004_000891", "timestamp": "2020-08-17T09:21:30.337820Z", "filename": "pano_0004_000891.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 10.46214039, "relative_pitch": 77.35133703950201, "relative_heading": 65.73447288564535, "relative_elevation": 46.6189028387889 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000741/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000741/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000741/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000741/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_000741/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000741/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000741/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000741/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000741/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86398131569697, 52.3657031969658, 47.6682988591492 ] }, "distance": 10.73, "direction": 254.04, "angle": 77.31, "elevation": 47.67, "pano_id": "TMX7316010203-002553_pano_0000_000741", "timestamp": "2022-05-02T06:50:22.570070Z", "filename": "pano_0000_000741.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 10.7311854, "relative_pitch": 77.31296041631228, "relative_heading": 254.03517487418972, "relative_elevation": 47.6682988591492 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000985/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000985/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000985/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000985/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002787_pano_0000_000985/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000985/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000985/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000985/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000985/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86398315830129, 52.3656972365386, 45.667850676924 ] }, "distance": 10.81, "direction": 250.47, "angle": 76.68, "elevation": 45.67, "pano_id": "TMX7316010203-002787_pano_0000_000985", "timestamp": "2022-09-02T08:33:29.218910Z", "filename": "pano_0000_000985.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 10.81384952, "relative_pitch": 76.67810653223786, "relative_heading": 250.47140131006617, "relative_elevation": 45.667850676924 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003386/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003386/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003386/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003386/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001500_pano_0000_003386/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003386/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003386/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003386/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003386/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86427221688782, 52.3657777096865, 45.5637444825843 ] }, "distance": 10.9, "direction": 60.66, "angle": 76.55, "elevation": 45.56, "pano_id": "TMX7316010203-001500_pano_0000_003386", "timestamp": "2019-12-09T09:57:48.654760Z", "filename": "pano_0000_003386.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 10.89610559, "relative_pitch": 76.55087637843886, "relative_heading": 60.65534866490461, "relative_elevation": 45.5637444825843 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000494/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000494/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000494/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000494/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000789_pano_0000_000494/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000494/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000494/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000494/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000494/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86426737136092, 52.3657863164704, 48.2120243338868 ] }, "distance": 11.12, "direction": 55.51, "angle": 77.01, "elevation": 48.21, "pano_id": "TMX7316010203-000789_pano_0000_000494", "timestamp": "2018-06-13T09:29:02.954380Z", "filename": "pano_0000_000494.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 11.12246869, "relative_pitch": 77.00920047764633, "relative_heading": 55.514725772656796, "relative_elevation": 48.2120243338868 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005061/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005061/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005061/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005061/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005061/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005061/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005061/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005061/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005061/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86397354358181, 52.3656930055381, 46.3178852461278 ] }, "distance": 11.59, "direction": 249.36, "angle": 75.95, "elevation": 46.32, "pano_id": "TMX7316010203-002060_pano_0000_005061", "timestamp": "2021-03-25T12:19:13.381130Z", "filename": "pano_0000_005061.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 11.59065922, "relative_pitch": 75.95073178836772, "relative_heading": 249.36013285194554, "relative_elevation": 46.3178852461278 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001871/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001871/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001871/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001871/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_001871/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001871/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001871/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001871/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001871/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86395704304885, 52.3657214444378, 47.0812860000879 ] }, "distance": 12.01, "direction": 265.6, "angle": 75.69, "elevation": 47.08, "pano_id": "TMX7316010203-000053_pano_0000_001871", "timestamp": "2016-08-09T12:55:34.277260Z", "filename": "pano_0000_001871.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 12.00605145, "relative_pitch": 75.69407848278648, "relative_heading": 265.5999458518856, "relative_elevation": 47.0812860000879 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01447/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01447/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01447/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01447/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_10-03-10_01447/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01447/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01447/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01447/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01447/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864296703348717, 52.36577233832665, 0.0 ] }, "distance": 12.13, "direction": 66.99, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_10-03-10_01447", "timestamp": "2025-07-31T10:48:14Z", "filename": "recording_2025-07-31_10-03-10_01447.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 12.13118102, "relative_pitch": 0.0, "relative_heading": 66.98950392317387, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01442/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01442/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01442/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01442/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_10-03-10_01442/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01442/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01442/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01442/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01442/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86395499858982, 52.365690711888334, 0.0 ] }, "distance": 12.86, "direction": 250.28, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_10-03-10_01442", "timestamp": "2025-07-31T10:48:08Z", "filename": "recording_2025-07-31_10-03-10_01442.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 12.86442798, "relative_pitch": 0.0, "relative_heading": 250.27961625366763, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000723/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000723/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000723/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000723/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000276_pano_0000_000723/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000723/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000723/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000723/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000723/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8642960066737, 52.3657889910756, 45.7991590416059 ] }, "distance": 12.93, "direction": 59.33, "angle": 74.24, "elevation": 45.8, "pano_id": "TMX7316010203-000276_pano_0000_000723", "timestamp": "2017-04-21T12:36:53.349830Z", "filename": "pano_0000_000723.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 12.92733487, "relative_pitch": 74.23767508996467, "relative_heading": 59.325052358748884, "relative_elevation": 45.7991590416059 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005056/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005056/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005056/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005056/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005056/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005056/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005056/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005056/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005056/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86431627903561, 52.3657757768459, 46.1253412533551 ] }, "distance": 13.51, "direction": 67.71, "angle": 73.68, "elevation": 46.13, "pano_id": "TMX7316010203-002060_pano_0000_005056", "timestamp": "2021-03-25T12:19:08.716090Z", "filename": "pano_0000_005056.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 13.50914225, "relative_pitch": 73.67580217465928, "relative_heading": 67.70655331409557, "relative_elevation": 46.1253412533551 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000886/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000886/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000886/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000886/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001877_pano_0004_000886/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000886/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000886/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000886/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000886/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86393679856093, 52.3656886330449, 46.6126721911132 ] }, "distance": 14.11, "direction": 251.09, "angle": 73.16, "elevation": 46.61, "pano_id": "TMX7316010203-001877_pano_0004_000886", "timestamp": "2020-08-17T09:21:26.247800Z", "filename": "pano_0004_000886.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 14.11092961, "relative_pitch": 73.15750188218308, "relative_heading": 251.09403879433518, "relative_elevation": 46.6126721911132 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003381/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003381/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003381/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003381/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001500_pano_0000_003381/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003381/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003381/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003381/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003381/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86393204578153, 52.3656955596194, 45.6361264083534 ] }, "distance": 14.19, "direction": 254.46, "angle": 72.73, "elevation": 45.64, "pano_id": "TMX7316010203-001500_pano_0000_003381", "timestamp": "2019-12-09T09:57:45.859790Z", "filename": "pano_0000_003381.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 14.19200211, "relative_pitch": 72.72526003074404, "relative_heading": 254.46326811569057, "relative_elevation": 45.6361264083534 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000980/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000980/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000980/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000980/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002787_pano_0000_000980/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000980/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000980/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000980/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000980/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86432624593386, 52.3657792484245, 45.6854625707492 ] }, "distance": 14.28, "direction": 67.31, "angle": 72.64, "elevation": 45.69, "pano_id": "TMX7316010203-002787_pano_0000_000980", "timestamp": "2022-09-02T08:33:26.118920Z", "filename": "pano_0000_000980.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 14.28420034, "relative_pitch": 72.63741424905669, "relative_heading": 67.30592335110771, "relative_elevation": 45.6854625707492 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001876/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001876/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001876/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001876/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_001876/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001876/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001876/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001876/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001876/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86431151995881, 52.3657968884635, 47.2479365263134 ] }, "distance": 14.29, "direction": 58.46, "angle": 73.18, "elevation": 47.25, "pano_id": "TMX7316010203-000053_pano_0000_001876", "timestamp": "2016-08-09T12:55:39.337250Z", "filename": "pano_0000_001876.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 14.28615608, "relative_pitch": 73.17648325403161, "relative_heading": 58.455863589439865, "relative_elevation": 47.2479365263134 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000746/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000746/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000746/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000746/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_000746/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000746/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000746/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000746/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000746/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86432435099465, 52.3657862264509, 47.5778707154095 ] }, "distance": 14.48, "direction": 64.27, "angle": 73.07, "elevation": 47.58, "pano_id": "TMX7316010203-002553_pano_0000_000746", "timestamp": "2022-05-02T06:50:25.435080Z", "filename": "pano_0000_000746.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 14.4849633, "relative_pitch": 73.06726087314404, "relative_heading": 64.27394143383684, "relative_elevation": 47.5778707154095 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00377/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00377/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00377/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00377/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00377/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00377/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00377/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00377/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00377/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.863930966583199, 52.365681770724386, 0.0 ] }, "distance": 14.75, "direction": 248.79, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00377", "timestamp": "2024-12-11T11:25:35Z", "filename": "Job_20241211_0838_Track41_Sphere_00377.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 14.74613103, "relative_pitch": 0.0, "relative_heading": 248.78666205678164, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000489/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000489/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000489/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000489/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000789_pano_0000_000489/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000489/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000489/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000489/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000489/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86392081377092, 52.3657019540059, 48.2828948823735 ] }, "distance": 14.77, "direction": 257.92, "angle": 73.0, "elevation": 48.28, "pano_id": "TMX7316010203-000789_pano_0000_000489", "timestamp": "2018-06-13T09:28:57.644410Z", "filename": "pano_0000_000489.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 14.76542048, "relative_pitch": 72.99581313909948, "relative_heading": 257.92073470391506, "relative_elevation": 48.2828948823735 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000859/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000859/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000859/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000859/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_000859/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000859/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000859/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000859/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000859/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86392680382595, 52.3656880964057, 46.8417371585965 ] }, "distance": 14.78, "direction": 251.73, "angle": 72.49, "elevation": 46.84, "pano_id": "TMX7316010203-001148_pano_0000_000859", "timestamp": "2019-04-30T07:21:26.303550Z", "filename": "pano_0000_000859.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 14.77527148, "relative_pitch": 72.49318186703525, "relative_heading": 251.73041239403884, "relative_elevation": 46.8417371585965 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000865/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000865/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000865/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000865/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_000865/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000865/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000865/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000865/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000865/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86433166349027, 52.3657837675863, 46.8167548403144 ] }, "distance": 14.82, "direction": 66.06, "angle": 72.43, "elevation": 46.82, "pano_id": "TMX7316010203-001148_pano_0000_000865", "timestamp": "2019-04-30T07:21:30.308310Z", "filename": "pano_0000_000865.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 14.82215528, "relative_pitch": 72.43224547724746, "relative_heading": 66.06281757293632, "relative_elevation": 46.8167548403144 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006400/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006400/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006400/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006400/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006400/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006400/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006400/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006400/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006400/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86392578623539, 52.3656861679227, 47.780741979368 ] }, "distance": 14.91, "direction": 251.03, "angle": 72.67, "elevation": 47.78, "pano_id": "TMX7316010203-001702_pano_0000_006400", "timestamp": "2020-05-11T10:13:13.830770Z", "filename": "pano_0000_006400.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 14.90947625, "relative_pitch": 72.67001865354163, "relative_heading": 251.03081779560563, "relative_elevation": 47.780741979368 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006406/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006406/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006406/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006406/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006406/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006406/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006406/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006406/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006406/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86433593572405, 52.3657813382674, 47.7753720311448 ] }, "distance": 14.98, "direction": 67.46, "angle": 72.59, "elevation": 47.78, "pano_id": "TMX7316010203-001702_pano_0000_006406", "timestamp": "2020-05-11T10:13:17.755750Z", "filename": "pano_0000_006406.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 14.9829093, "relative_pitch": 72.5879718279689, "relative_heading": 67.45929253649408, "relative_elevation": 47.7753720311448 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00383/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00383/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00383/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00383/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00383/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00383/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00383/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00383/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00383/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864337137846094, 52.365779832929825, 0.0 ] }, "distance": 15.0, "direction": 68.17, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00383", "timestamp": "2024-12-11T11:25:39Z", "filename": "Job_20241211_0838_Track41_Sphere_00383.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 14.99548255, "relative_pitch": 0.0, "relative_heading": 68.17037020377495, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000892/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000892/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000892/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000892/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001877_pano_0004_000892/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000892/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000892/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000892/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000892/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86434006708467, 52.3657842428696, 46.6234601503238 ] }, "distance": 15.37, "direction": 66.75, "angle": 71.76, "elevation": 46.62, "pano_id": "TMX7316010203-001877_pano_0004_000892", "timestamp": "2020-08-17T09:21:31.112760Z", "filename": "pano_0004_000892.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 15.36790678, "relative_pitch": 71.7568774774232, "relative_heading": 66.74851476963298, "relative_elevation": 46.6234601503238 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000740/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000740/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000740/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000740/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_000740/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000740/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000740/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000740/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000740/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86391211095481, 52.3656882624905, 47.6870006900281 ] }, "distance": 15.72, "direction": 252.94, "angle": 71.75, "elevation": 47.69, "pano_id": "TMX7316010203-002553_pano_0000_000740", "timestamp": "2022-05-02T06:50:21.924990Z", "filename": "pano_0000_000740.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 15.72335187, "relative_pitch": 71.75158508892888, "relative_heading": 252.937764327159, "relative_elevation": 47.6870006900281 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000986/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000986/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000986/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000986/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002787_pano_0000_000986/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000986/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000986/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000986/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000986/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86391380771696, 52.3656823008319, 45.6732125543058 ] }, "distance": 15.82, "direction": 250.52, "angle": 70.89, "elevation": 45.67, "pano_id": "TMX7316010203-002787_pano_0000_000986", "timestamp": "2022-09-02T08:33:29.948900Z", "filename": "pano_0000_000986.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 15.82161683, "relative_pitch": 70.89344853297841, "relative_heading": 250.51763772098633, "relative_elevation": 45.6732125543058 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003387/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003387/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003387/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003387/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001500_pano_0000_003387/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003387/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003387/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003387/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003387/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8643404233975, 52.3657935459167, 45.5525407679379 ] }, "distance": 15.83, "direction": 63.34, "angle": 70.84, "elevation": 45.55, "pano_id": "TMX7316010203-001500_pano_0000_003387", "timestamp": "2019-12-09T09:57:49.179750Z", "filename": "pano_0000_003387.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 15.8268937, "relative_pitch": 70.8405945645441, "relative_heading": 63.33800841129626, "relative_elevation": 45.5525407679379 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000495/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000495/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000495/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000495/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000789_pano_0000_000495/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000495/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000495/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000495/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000495/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86434000451817, 52.3657948175884, 48.193264179863 ] }, "distance": 15.87, "direction": 62.84, "angle": 71.78, "elevation": 48.19, "pano_id": "TMX7316010203-000789_pano_0000_000495", "timestamp": "2018-06-13T09:29:04.039490Z", "filename": "pano_0000_000495.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 15.86550241, "relative_pitch": 71.77815494536016, "relative_heading": 62.83508047433501, "relative_elevation": 48.193264179863 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000720/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000720/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000720/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000720/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000276_pano_0000_000720/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000720/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000720/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000720/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000720/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86390070983359, 52.36570121696, 45.8545721555129 ] }, "distance": 16.12, "direction": 258.65, "angle": 70.63, "elevation": 45.85, "pano_id": "TMX7316010203-000276_pano_0000_000720", "timestamp": "2017-04-21T12:36:49.144920Z", "filename": "pano_0000_000720.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 16.1230025, "relative_pitch": 70.6277308817364, "relative_heading": 258.65414950999826, "relative_elevation": 45.8545721555129 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005062/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005062/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005062/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005062/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005062/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005062/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005062/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005062/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005062/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86390482538366, 52.3656774720708, 46.35896105133 ] }, "distance": 16.58, "direction": 249.47, "angle": 70.32, "elevation": 46.36, "pano_id": "TMX7316010203-002060_pano_0000_005062", "timestamp": "2021-03-25T12:19:14.501200Z", "filename": "pano_0000_005062.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 16.58039912, "relative_pitch": 70.32028207022961, "relative_heading": 249.47229189929, "relative_elevation": 46.35896105133 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001870/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001870/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001870/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001870/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_001870/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001870/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001870/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001870/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001870/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86388691719093, 52.365705211874, 47.0388817386702 ] }, "distance": 16.97, "direction": 260.75, "angle": 70.16, "elevation": 47.04, "pano_id": "TMX7316010203-000053_pano_0000_001870", "timestamp": "2016-08-09T12:55:33.047390Z", "filename": "pano_0000_001870.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 16.96805585, "relative_pitch": 70.16440680973031, "relative_heading": 260.7504509370822, "relative_elevation": 47.0388817386702 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01448/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01448/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01448/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01448/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_10-03-10_01448/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01448/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01448/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01448/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01448/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864365326949444, 52.365788612614644, 0.0 ] }, "distance": 17.14, "direction": 67.53, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_10-03-10_01448", "timestamp": "2025-07-31T10:48:15Z", "filename": "recording_2025-07-31_10-03-10_01448.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 17.14231106, "relative_pitch": 0.0, "relative_heading": 67.52561168571688, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01441/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01441/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01441/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01441/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-31_10-03-10_01441/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01441/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-31_10-03-10_01441/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01441/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-31_10-03-10_01441/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.863886249571836, 52.365675137850474, 0.0 ] }, "distance": 17.86, "direction": 250.12, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-31_10-03-10_01441", "timestamp": "2025-07-31T10:48:06Z", "filename": "recording_2025-07-31_10-03-10_01441.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2025", "tags": [ "mission-bi", "mission-2025", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 17.85758753, "relative_pitch": 0.0, "relative_heading": 250.11547410010465, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005055/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005055/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005055/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005055/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005055/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005055/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005055/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005055/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005055/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86438532686466, 52.3657922808689, 46.107348327525 ] }, "distance": 18.56, "direction": 67.97, "angle": 68.08, "elevation": 46.11, "pano_id": "TMX7316010203-002060_pano_0000_005055", "timestamp": "2021-03-25T12:19:07.806130Z", "filename": "pano_0000_005055.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2021", "tags": [ "mission-bi", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 18.55776574, "relative_pitch": 68.07568741918945, "relative_heading": 67.96894902300716, "relative_elevation": 46.107348327525 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000885/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000885/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000885/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000885/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001877_pano_0004_000885/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000885/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000885/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000885/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000885/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86386681386947, 52.3656770238256, 46.6006286246702 ] }, "distance": 19.04, "direction": 252.06, "angle": 67.77, "elevation": 46.6, "pano_id": "TMX7316010203-001877_pano_0004_000885", "timestamp": "2020-08-17T09:21:25.317840Z", "filename": "pano_0004_000885.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 19.04219402, "relative_pitch": 67.77383488424633, "relative_heading": 252.06454185727796, "relative_elevation": 46.6006286246702 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001877/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001877/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001877/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001877/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_001877/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001877/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_001877/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001877/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_001877/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86438472752432, 52.3658054017829, 47.2719476623461 ] }, "distance": 19.12, "direction": 63.86, "angle": 67.98, "elevation": 47.27, "pano_id": "TMX7316010203-000053_pano_0000_001877", "timestamp": "2016-08-09T12:55:40.207250Z", "filename": "pano_0000_001877.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 19.11664612, "relative_pitch": 67.98172688719947, "relative_heading": 63.86313435946664, "relative_elevation": 47.2719476623461 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003380/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003380/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003380/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003380/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001500_pano_0000_003380/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003380/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003380/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003380/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003380/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86385990221853, 52.3656887947494, 45.6465747132897 ] }, "distance": 19.14, "direction": 256.23, "angle": 67.25, "elevation": 45.65, "pano_id": "TMX7316010203-001500_pano_0000_003380", "timestamp": "2019-12-09T09:57:45.219770Z", "filename": "pano_0000_003380.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 19.13739228, "relative_pitch": 67.2540620204264, "relative_heading": 256.23315132930003, "relative_elevation": 45.6465747132897 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000979/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000979/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000979/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000979/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002787_pano_0000_000979/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000979/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000979/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000979/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000979/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86439440735461, 52.3657964240988, 45.7035370152444 ] }, "distance": 19.31, "direction": 67.39, "angle": 67.1, "elevation": 45.7, "pano_id": "TMX7316010203-002787_pano_0000_000979", "timestamp": "2022-09-02T08:33:25.523910Z", "filename": "pano_0000_000979.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 19.30506115, "relative_pitch": 67.10092419036572, "relative_heading": 67.38914084490068, "relative_elevation": 45.7035370152444 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00376/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00376/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00376/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00376/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00376/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00376/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00376/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00376/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00376/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.863864290780656, 52.365672164708165, 0.0 ] }, "distance": 19.38, "direction": 250.7, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00376", "timestamp": "2024-12-11T11:25:34Z", "filename": "Job_20241211_0838_Track41_Sphere_00376.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 19.37770972, "relative_pitch": 0.0, "relative_heading": 250.6998761908925, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000747/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000747/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000747/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000747/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_000747/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000747/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000747/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000747/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000747/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86439350528787, 52.3658030121642, 47.5678117182106 ] }, "distance": 19.54, "direction": 65.34, "angle": 67.67, "elevation": 47.57, "pano_id": "TMX7316010203-002553_pano_0000_000747", "timestamp": "2022-05-02T06:50:26.005140Z", "filename": "pano_0000_000747.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 19.54273755, "relative_pitch": 67.66520354583474, "relative_heading": 65.33537012088033, "relative_elevation": 47.5678117182106 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000866/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000866/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000866/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000866/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_000866/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000866/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000866/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000866/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000866/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86439833170631, 52.3658005526439, 46.825363186188 ] }, "distance": 19.73, "direction": 66.46, "angle": 67.15, "elevation": 46.83, "pano_id": "TMX7316010203-001148_pano_0000_000866", "timestamp": "2019-04-30T07:21:30.928310Z", "filename": "pano_0000_000866.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 19.73107035, "relative_pitch": 67.15062447310021, "relative_heading": 66.45604713107853, "relative_elevation": 46.825363186188 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000858/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000858/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000858/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000858/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001148_pano_0000_000858/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000858/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001148_pano_0000_000858/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000858/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001148/pano_0000_000858/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8638561601361, 52.3656770432293, 46.8332251450047 ] }, "distance": 19.73, "direction": 252.72, "angle": 67.15, "elevation": 46.83, "pano_id": "TMX7316010203-001148_pano_0000_000858", "timestamp": "2019-04-30T07:21:25.478390Z", "filename": "pano_0000_000858.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 19.73325148, "relative_pitch": 67.15180024954206, "relative_heading": 252.7193943153111, "relative_elevation": 46.8332251450047 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000488/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000488/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000488/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000488/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000789_pano_0000_000488/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000488/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000488/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000488/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000488/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86385068970209, 52.3656863646394, 48.2632877212018 ] }, "distance": 19.81, "direction": 255.91, "angle": 67.68, "elevation": 48.26, "pano_id": "TMX7316010203-000789_pano_0000_000488", "timestamp": "2018-06-13T09:28:56.564410Z", "filename": "pano_0000_000488.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 19.81156767, "relative_pitch": 67.68237005004252, "relative_heading": 255.9054705077809, "relative_elevation": 48.2632877212018 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006399/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006399/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006399/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006399/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006399/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006399/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006399/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006399/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006399/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86385408293156, 52.3656772112415, 47.7699419111013 ] }, "distance": 19.86, "direction": 252.89, "angle": 67.42, "elevation": 47.77, "pano_id": "TMX7316010203-001702_pano_0000_006399", "timestamp": "2020-05-11T10:13:13.090800Z", "filename": "pano_0000_006399.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 19.86289417, "relative_pitch": 67.4223030289586, "relative_heading": 252.8921302321625, "relative_elevation": 47.7699419111013 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006407/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006407/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006407/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006407/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006407/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006407/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006407/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006407/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006407/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86440362009863, 52.3657982990868, 47.7805987540632 ] }, "distance": 19.96, "direction": 67.53, "angle": 67.32, "elevation": 47.78, "pano_id": "TMX7316010203-001702_pano_0000_006407", "timestamp": "2020-05-11T10:13:18.405780Z", "filename": "pano_0000_006407.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 19.96464403, "relative_pitch": 67.32287808633319, "relative_heading": 67.52881048221421, "relative_elevation": 47.7805987540632 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00384/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00384/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00384/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00384/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00384/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00384/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00384/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00384/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00384/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864404902642953, 52.36579672355589, 0.0 ] }, "distance": 19.98, "direction": 68.09, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00384", "timestamp": "2024-12-11T11:25:40Z", "filename": "Job_20241211_0838_Track41_Sphere_00384.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 19.9793207, "relative_pitch": 0.0, "relative_heading": 68.08916805710544, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000893/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000893/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000893/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000893/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001877_pano_0004_000893/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000893/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001877_pano_0004_000893/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000893/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/17/TMX7316010203-001877/pano_0004_000893/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8644065778694, 52.3658007806042, 46.6350542055443 ] }, "distance": 20.26, "direction": 67.02, "angle": 66.52, "elevation": 46.64, "pano_id": "TMX7316010203-001877_pano_0004_000893", "timestamp": "2020-08-17T09:21:31.882760Z", "filename": "pano_0004_000893.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2020", "tags": [ "mission-bi", "mission-2020", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 20.25714493, "relative_pitch": 66.52103387838446, "relative_heading": 67.02490035311266, "relative_elevation": 46.6350542055443 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000496/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000496/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000496/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000496/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000789_pano_0000_000496/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000496/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000789_pano_0000_000496/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000496/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000789/pano_0000_000496/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86441192571348, 52.3658030277656, 48.1713786805049 ] }, "distance": 20.69, "direction": 66.78, "angle": 66.76, "elevation": 48.17, "pano_id": "TMX7316010203-000789_pano_0000_000496", "timestamp": "2018-06-13T09:29:05.119380Z", "filename": "pano_0000_000496.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 20.69031625, "relative_pitch": 66.75576498755768, "relative_heading": 66.78113053306257, "relative_elevation": 48.1713786805049 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000739/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000739/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000739/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000739/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_000739/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000739/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_000739/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000739/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_000739/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86383995776521, 52.3656802743112, 47.6979200905189 ] }, "distance": 20.69, "direction": 254.58, "angle": 66.55, "elevation": 47.7, "pano_id": "TMX7316010203-002553_pano_0000_000739", "timestamp": "2022-05-02T06:50:21.224980Z", "filename": "pano_0000_000739.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 20.69117536, "relative_pitch": 66.54898443081733, "relative_heading": 254.57820867872812, "relative_elevation": 47.6979200905189 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000987/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000987/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000987/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000987/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002787_pano_0000_000987/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000987/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002787_pano_0000_000987/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000987/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/02/TMX7316010203-002787/pano_0000_000987/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86384128432329, 52.3656757212027, 45.6506701428443 ] }, "distance": 20.75, "direction": 253.16, "angle": 65.56, "elevation": 45.65, "pano_id": "TMX7316010203-002787_pano_0000_000987", "timestamp": "2022-09-02T08:33:30.808920Z", "filename": "pano_0000_000987.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2022", "tags": [ "mission-bi", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 20.74512773, "relative_pitch": 65.56143033073978, "relative_heading": 253.16278684399632, "relative_elevation": 45.6506701428443 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00380/adjacencies/b_20241211_0838_Track41_Sphere_00380/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003388/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003388/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003388/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003388/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001500_pano_0000_003388/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003388/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001500_pano_0000_003388/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003388/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/09/TMX7316010203-001500/pano_0000_003388/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86440832887207, 52.3658095620119, 45.5497589455917 ] }, "distance": 20.77, "direction": 64.67, "angle": 65.49, "elevation": 45.55, "pano_id": "TMX7316010203-001500_pano_0000_003388", "timestamp": "2019-12-09T09:57:49.704770Z", "filename": "pano_0000_003388.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241211_0838_Track41_Sphere_00380", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119373.25808513846, 486555.664459804 ] }, "relative_distance": 20.76589302, "relative_pitch": 65.49200976239172, "relative_heading": 64.67048406025482, "relative_elevation": 45.5497589455917 } ] } }