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_20241105_0934_Track15_Sphere_00105/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00105/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00105/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00105/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00105/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241105_0934_Track15_Sphere_00105/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00105/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00105/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864345237054229, 52.3412424187348, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241105_0934_Track15_Sphere_00105", "timestamp": "2024-11-05T09:30:40Z", "filename": "Job_20241105_0934_Track15_Sphere_00105.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "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_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002429/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002429/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002429/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002429/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001894_pano_0000_002429/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002429/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002429/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002429/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002429/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86434497539574, 52.3412435552978, 45.816912021488 ] }, "distance": 0.13, "direction": 351.97, "angle": 89.84, "elevation": 45.82, "pano_id": "TMX7316010203-001894_pano_0000_002429", "timestamp": "2020-08-27T09:54:42.133300Z", "filename": "pano_0000_002429.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 0.12772084, "relative_pitch": 89.84028067781979, "relative_heading": 351.97376080102714, "relative_elevation": 45.816912021488 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00128/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00128/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00128/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00128/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00128/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00128/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00128/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00128/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00128/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864349359896492, 52.34124371321506, 0.0 ] }, "distance": 0.32, "direction": 62.86, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00128", "timestamp": "2025-07-30T07:01:31Z", "filename": "recording_2025-07-30_06-59-28_00128.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 0.315759, "relative_pitch": 0.0, "relative_heading": 62.859353639763455, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000617/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000617/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000617/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000617/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001478_pano_0000_000617/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000617/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000617/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000617/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000617/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86435570312841, 52.3412459977533, 45.8520145108923 ] }, "distance": 0.82, "direction": 60.82, "angle": 88.98, "elevation": 45.85, "pano_id": "TMX7316010203-001478_pano_0000_000617", "timestamp": "2019-12-02T12:21:00.167630Z", "filename": "pano_0000_000617.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 0.81695556, "relative_pitch": 88.97925633259526, "relative_heading": 60.82478458180414, "relative_elevation": 45.8520145108923 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000277/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000277/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000277/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000277/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002125_pano_0000_000277/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000277/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000277/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000277/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000277/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8643306482763, 52.3412388264221, 45.7634267359972 ] }, "distance": 1.07, "direction": 248.1, "angle": 88.66, "elevation": 45.76, "pano_id": "TMX7316010203-002125_pano_0000_000277", "timestamp": "2021-04-30T08:22:09.990870Z", "filename": "pano_0000_000277.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 1.07163485, "relative_pitch": 88.65855904460345, "relative_heading": 248.09864130374268, "relative_elevation": 45.7634267359972 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000800/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000800/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000800/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000800/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000800/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000800/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000800/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000800/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000800/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86434279530015, 52.3412563993165, 45.8063805289567 ] }, "distance": 1.56, "direction": 353.89, "angle": 88.04, "elevation": 45.81, "pano_id": "TMX7316010203-002476_pano_0001_000800", "timestamp": "2022-03-24T09:12:14.467220Z", "filename": "pano_0001_000800.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 1.56454866, "relative_pitch": 88.04378343655272, "relative_heading": 353.8940566304013, "relative_elevation": 45.8063805289567 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000863/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000863/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000863/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000863/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001789_pano_0002_000863/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000863/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000863/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000863/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000863/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86432109156213, 52.341240963693, 45.8100534789264 ] }, "distance": 1.65, "direction": 264.38, "angle": 87.93, "elevation": 45.81, "pano_id": "TMX7316010203-001789_pano_0002_000863", "timestamp": "2020-07-06T08:53:52.690850Z", "filename": "pano_0002_000863.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 1.65357165, "relative_pitch": 87.93273411393274, "relative_heading": 264.380938733798, "relative_elevation": 45.8100534789264 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00222/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00222/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00222/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00222/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00222/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00222/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00222/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00222/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00222/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864378261116115, 52.34124116323251, 0.0 ] }, "distance": 2.26, "direction": 93.55, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00222", "timestamp": "2024-09-02T06:54:42Z", "filename": "recording_2024-09-02_06-51-56_00222.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 2.25507285, "relative_pitch": 0.0, "relative_heading": 93.55180557026686, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001916/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001916/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001916/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001916/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001151_pano_0001_001916/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001916/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001916/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001916/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001916/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86437904789269, 52.341247165485, 45.7429633205757 ] }, "distance": 2.36, "direction": 77.09, "angle": 87.04, "elevation": 45.74, "pano_id": "TMX7316010203-001151_pano_0001_001916", "timestamp": "2019-04-30T10:21:53.601560Z", "filename": "pano_0001_001916.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 2.36412246, "relative_pitch": 87.04142849449207, "relative_heading": 77.09007974083431, "relative_elevation": 45.7429633205757 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001915/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001915/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001915/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001915/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001151_pano_0001_001915/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001915/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001915/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001915/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001915/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86430947551838, 52.3412429880595, 45.7214296795428 ] }, "distance": 2.44, "direction": 271.49, "angle": 86.95, "elevation": 45.72, "pano_id": "TMX7316010203-001151_pano_0001_001915", "timestamp": "2019-04-30T10:21:53.061560Z", "filename": "pano_0001_001915.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 2.43813579, "relative_pitch": 86.9475429219385, "relative_heading": 271.4889180873228, "relative_elevation": 45.7214296795428 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000367/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000367/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000367/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000367/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000257_pano_0000_000367/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000257_pano_0000_000367/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000257_pano_0000_000367/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000367/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000367/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86437969940638, 52.3412294331975, 45.525537927635 ] }, "distance": 2.76, "direction": 121.6, "angle": 86.53, "elevation": 45.53, "pano_id": "TMX7316010203-000257_pano_0000_000367", "timestamp": "2017-04-11T10:28:58.386330Z", "filename": "pano_0000_000367.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 2.75764233, "relative_pitch": 86.53362805015877, "relative_heading": 121.5996136347182, "relative_elevation": 45.525537927635 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00221/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00221/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00221/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00221/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00221/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00221/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00221/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00221/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00221/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864305213671957, 52.34123735815413, 0.0 ] }, "distance": 2.79, "direction": 258.34, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00221", "timestamp": "2024-09-02T06:54:41Z", "filename": "recording_2024-09-02_06-51-56_00221.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 2.78529376, "relative_pitch": 0.0, "relative_heading": 258.33597813732655, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003731/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003731/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003731/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003731/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000771_pano_0000_003731/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003731/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003731/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003731/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003731/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86432832047289, 52.3412654380439, 45.8017037212849 ] }, "distance": 2.81, "direction": 335.77, "angle": 86.49, "elevation": 45.8, "pano_id": "TMX7316010203-000771_pano_0000_003731", "timestamp": "2018-06-04T09:27:24.513110Z", "filename": "pano_0000_003731.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 2.80896507, "relative_pitch": 86.4905122549137, "relative_heading": 335.76684306766583, "relative_elevation": 45.8017037212849 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002293/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002293/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002293/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002293/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000521_pano_0000_002293/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002293/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002293/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002293/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002293/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86435038982263, 52.3412680776971, 45.7958539128304 ] }, "distance": 2.88, "direction": 7.01, "angle": 86.41, "elevation": 45.8, "pano_id": "TMX7316010203-000521_pano_0000_002293", "timestamp": "2017-12-20T09:42:07.839030Z", "filename": "pano_0000_002293.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 2.87668765, "relative_pitch": 86.40566175608596, "relative_heading": 7.012131624046796, "relative_elevation": 45.7958539128304 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000864/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000864/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000864/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000864/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001789_pano_0002_000864/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000864/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000864/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000864/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000864/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86439417231674, 52.3412449041957, 45.842263543047 ] }, "distance": 3.35, "direction": 85.26, "angle": 85.82, "elevation": 45.84, "pano_id": "TMX7316010203-001789_pano_0002_000864", "timestamp": "2020-07-06T08:53:53.260850Z", "filename": "pano_0002_000864.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 3.34660985, "relative_pitch": 85.82465918792803, "relative_heading": 85.25960137546534, "relative_elevation": 45.842263543047 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000278/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000278/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000278/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000278/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002125_pano_0000_000278/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000278/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000278/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000278/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000278/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86440476013906, 52.3412408933688, 45.7939931610599 ] }, "distance": 4.06, "direction": 92.4, "angle": 84.93, "elevation": 45.79, "pano_id": "TMX7316010203-002125_pano_0000_000278", "timestamp": "2021-04-30T08:22:11.045750Z", "filename": "pano_0000_000278.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 4.06032043, "relative_pitch": 84.93312465077949, "relative_heading": 92.39580633085711, "relative_elevation": 45.7939931610599 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000616/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000616/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000616/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000616/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001478_pano_0000_000616/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000616/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000616/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000616/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000616/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86428538832684, 52.3412416506665, 45.8166820341721 ] }, "distance": 4.08, "direction": 268.8, "angle": 84.91, "elevation": 45.82, "pano_id": "TMX7316010203-001478_pano_0000_000616", "timestamp": "2019-12-02T12:20:59.627660Z", "filename": "pano_0000_000616.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 4.07986048, "relative_pitch": 84.91137639748482, "relative_heading": 268.7996901054202, "relative_elevation": 45.8166820341721 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00127/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00127/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00127/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00127/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00127/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00127/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00127/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00127/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00127/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864276302269571, 52.34123958858622, 0.0 ] }, "distance": 4.71, "direction": 266.17, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00127", "timestamp": "2025-07-30T07:01:31Z", "filename": "recording_2025-07-30_06-59-28_00127.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 4.70876453, "relative_pitch": 0.0, "relative_heading": 266.1652317361093, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003730/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003730/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003730/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003730/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000771_pano_0000_003730/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003730/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003730/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003730/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003730/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86439862677858, 52.341270251119, 45.8455629050732 ] }, "distance": 4.78, "direction": 49.6, "angle": 84.05, "elevation": 45.85, "pano_id": "TMX7316010203-000771_pano_0000_003730", "timestamp": "2018-06-04T09:27:23.643090Z", "filename": "pano_0000_003730.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 4.77828773, "relative_pitch": 84.04978863235579, "relative_heading": 49.59820659718863, "relative_elevation": 45.8455629050732 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002430/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002430/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002430/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002430/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001894_pano_0000_002430/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002430/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002430/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002430/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002430/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86441825290063, 52.3412480215395, 45.8675669040531 ] }, "distance": 5.02, "direction": 82.86, "angle": 83.76, "elevation": 45.87, "pano_id": "TMX7316010203-001894_pano_0000_002430", "timestamp": "2020-08-27T09:54:42.703300Z", "filename": "pano_0000_002430.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 5.01526538, "relative_pitch": 83.75993693546735, "relative_heading": 82.8590845301423, "relative_elevation": 45.8675669040531 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00106/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00106/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00106/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00106/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241105_0934_Track15_Sphere_00106/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00106/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00106/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00106/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00106/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864418944021814, 52.341246231617106, 0.0 ] }, "distance": 5.04, "direction": 85.17, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241105_0934_Track15_Sphere_00106", "timestamp": "2024-11-05T09:30:41Z", "filename": "Job_20241105_0934_Track15_Sphere_00106.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 5.04135247, "relative_pitch": 0.0, "relative_heading": 85.17231838814655, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002428/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002428/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002428/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002428/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001894_pano_0000_002428/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002428/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002428/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002428/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002428/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86427139883396, 52.3412391489301, 45.7695306083187 ] }, "distance": 5.05, "direction": 265.86, "angle": 83.71, "elevation": 45.77, "pano_id": "TMX7316010203-001894_pano_0000_002428", "timestamp": "2020-08-27T09:54:41.573290Z", "filename": "pano_0000_002428.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 5.04554925, "relative_pitch": 83.70921892496557, "relative_heading": 265.8647376184042, "relative_elevation": 45.7695306083187 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00104/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00104/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00104/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00104/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241105_0934_Track15_Sphere_00104/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00104/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00104/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00104/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00104/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864270888920174, 52.341238225486556, 0.0 ] }, "distance": 5.09, "direction": 264.74, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241105_0934_Track15_Sphere_00104", "timestamp": "2024-11-05T09:30:40Z", "filename": "Job_20241105_0934_Track15_Sphere_00104.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 5.08860396, "relative_pitch": 0.0, "relative_heading": 264.7389112968479, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000799/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000799/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000799/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000799/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000799/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000799/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000799/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000799/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000799/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86441580182907, 52.3412600651697, 45.8543475111946 ] }, "distance": 5.19, "direction": 67.79, "angle": 83.54, "elevation": 45.85, "pano_id": "TMX7316010203-002476_pano_0001_000799", "timestamp": "2022-03-24T09:12:13.857230Z", "filename": "pano_0001_000799.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 5.19472358, "relative_pitch": 83.53666167224813, "relative_heading": 67.79034733882227, "relative_elevation": 45.8543475111946 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002294/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002294/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002294/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002294/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000521_pano_0000_002294/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002294/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002294/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002294/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002294/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86427596913704, 52.3412633339413, 45.7586751086637 ] }, "distance": 5.26, "direction": 296.24, "angle": 83.44, "elevation": 45.76, "pano_id": "TMX7316010203-000521_pano_0000_002294", "timestamp": "2017-12-20T09:42:08.579000Z", "filename": "pano_0000_002294.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 5.26341416, "relative_pitch": 83.43836203134435, "relative_heading": 296.2423390207867, "relative_elevation": 45.7586751086637 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000801/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000801/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000801/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000801/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000801/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000801/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000801/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000801/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000801/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86426958876315, 52.3412522711995, 45.7745604962111 ] }, "distance": 5.27, "direction": 282.0, "angle": 83.43, "elevation": 45.77, "pano_id": "TMX7316010203-002476_pano_0001_000801", "timestamp": "2022-03-24T09:12:15.057230Z", "filename": "pano_0001_000801.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 5.27104926, "relative_pitch": 83.43118737544654, "relative_heading": 282.00457169793276, "relative_elevation": 45.7745604962111 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00129/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00129/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00129/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00129/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00129/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00129/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00129/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00129/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00129/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864422404980397, 52.34124765798768, 0.0 ] }, "distance": 5.29, "direction": 83.67, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00129", "timestamp": "2025-07-30T07:01:32Z", "filename": "recording_2025-07-30_06-59-28_00129.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 5.29156094, "relative_pitch": 0.0, "relative_heading": 83.6746312226897, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000618/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000618/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000618/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000618/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001478_pano_0000_000618/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000618/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000618/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000618/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000618/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8644264368299, 52.3412498887895, 45.9062206251547 ] }, "distance": 5.6, "direction": 81.46, "angle": 83.05, "elevation": 45.91, "pano_id": "TMX7316010203-001478_pano_0000_000618", "timestamp": "2019-12-02T12:21:00.722660Z", "filename": "pano_0000_000618.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 5.59621269, "relative_pitch": 83.04963364137335, "relative_heading": 81.45805358352423, "relative_elevation": 45.9062206251547 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000276/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000276/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000276/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000276/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002125_pano_0000_000276/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000276/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000276/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000276/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000276/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86425678121734, 52.3412360575279, 45.7282805619761 ] }, "distance": 6.07, "direction": 263.3, "angle": 82.44, "elevation": 45.73, "pano_id": "TMX7316010203-002125_pano_0000_000276", "timestamp": "2021-04-30T08:22:09.050760Z", "filename": "pano_0000_000276.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 6.0700831, "relative_pitch": 82.43862407143519, "relative_heading": 263.30350613849146, "relative_elevation": 45.7282805619761 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003732/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003732/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003732/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003732/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000771_pano_0000_003732/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003732/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003732/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003732/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003732/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8642582233499, 52.341260159815, 45.7615690669045 ] }, "distance": 6.25, "direction": 288.41, "angle": 82.22, "elevation": 45.76, "pano_id": "TMX7316010203-000771_pano_0000_003732", "timestamp": "2018-06-04T09:27:25.353110Z", "filename": "pano_0000_003732.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 6.25032549, "relative_pitch": 82.22240532947947, "relative_heading": 288.4117115936744, "relative_elevation": 45.7615690669045 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002292/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002292/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002292/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002292/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000521_pano_0000_002292/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002292/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002292/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002292/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002292/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86442470927028, 52.3412723496536, 45.8492621481419 ] }, "distance": 6.36, "direction": 58.41, "angle": 82.1, "elevation": 45.85, "pano_id": "TMX7316010203-000521_pano_0000_002292", "timestamp": "2017-12-20T09:42:07.074030Z", "filename": "pano_0000_002292.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 6.35843855, "relative_pitch": 82.10450248935585, "relative_heading": 58.41270853136083, "relative_elevation": 45.8492621481419 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000862/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000862/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000862/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000862/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001789_pano_0002_000862/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000862/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000862/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000862/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000862/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86424813318918, 52.34123711641, 45.7682919185609 ] }, "distance": 6.64, "direction": 264.91, "angle": 81.74, "elevation": 45.77, "pano_id": "TMX7316010203-001789_pano_0002_000862", "timestamp": "2020-07-06T08:53:52.130850Z", "filename": "pano_0002_000862.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 6.64432204, "relative_pitch": 81.7399027482084, "relative_heading": 264.9055131092021, "relative_elevation": 45.7682919185609 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001917/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001917/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001917/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001917/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001151_pano_0001_001917/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001917/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001917/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001917/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001917/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86444862347782, 52.3412513469636, 45.8070832928643 ] }, "distance": 7.12, "direction": 81.97, "angle": 81.17, "elevation": 45.81, "pano_id": "TMX7316010203-001151_pano_0001_001917", "timestamp": "2019-04-30T10:21:54.176540Z", "filename": "pano_0001_001917.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 7.11595051, "relative_pitch": 81.16990470448211, "relative_heading": 81.97451440880548, "relative_elevation": 45.8070832928643 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001914/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001914/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001914/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001914/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001151_pano_0001_001914/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001914/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001914/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001914/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001914/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8642393383297, 52.3412385837416, 45.6789872143418 ] }, "distance": 7.23, "direction": 266.62, "angle": 81.01, "elevation": 45.68, "pano_id": "TMX7316010203-001151_pano_0001_001914", "timestamp": "2019-04-30T10:21:52.541560Z", "filename": "pano_0001_001914.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 7.23008827, "relative_pitch": 81.00581540692647, "relative_heading": 266.6163631109342, "relative_elevation": 45.6789872143418 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00223/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00223/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00223/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00223/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00223/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00223/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00223/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00223/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00223/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864451413616204, 52.34124505012559, 0.0 ] }, "distance": 7.24, "direction": 87.68, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00223", "timestamp": "2024-09-02T06:54:42Z", "filename": "recording_2024-09-02_06-51-56_00223.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 7.2423407, "relative_pitch": 0.0, "relative_heading": 87.68288110328761, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000368/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000368/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000368/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000368/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000257_pano_0000_000368/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000257_pano_0000_000368/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000257_pano_0000_000368/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000368/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000368/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86423483325367, 52.3412426259936, 45.5648718737066 ] }, "distance": 7.52, "direction": 270.18, "angle": 80.62, "elevation": 45.56, "pano_id": "TMX7316010203-000257_pano_0000_000368", "timestamp": "2017-04-11T10:29:00.231300Z", "filename": "pano_0000_000368.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 7.52456052, "relative_pitch": 80.62283371021306, "relative_heading": 270.1756532769441, "relative_elevation": 45.5648718737066 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00220/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00220/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00220/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00220/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00220/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00220/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00220/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00220/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00220/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864232166504842, 52.34123384016285, 0.0 ] }, "distance": 7.77, "direction": 262.94, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00220", "timestamp": "2024-09-02T06:54:40Z", "filename": "recording_2024-09-02_06-51-56_00220.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 7.76517299, "relative_pitch": 0.0, "relative_heading": 262.93882941720557, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000865/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000865/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000865/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000865/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001789_pano_0002_000865/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000865/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000865/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000865/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000865/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86446760865163, 52.3412492770324, 45.891429447569 ] }, "distance": 8.38, "direction": 84.77, "angle": 79.66, "elevation": 45.89, "pano_id": "TMX7316010203-001789_pano_0002_000865", "timestamp": "2020-07-06T08:53:53.840870Z", "filename": "pano_0002_000865.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 8.37502707, "relative_pitch": 79.65753473708637, "relative_heading": 84.77179468271353, "relative_elevation": 45.891429447569 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000971/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000971/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000971/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000971/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000971/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000971/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000971/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000971/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000971/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86434861272111, 52.3413221558776, 45.8955600420013 ] }, "distance": 8.88, "direction": 1.49, "angle": 79.05, "elevation": 45.9, "pano_id": "TMX7316010203-002476_pano_0001_000971", "timestamp": "2022-03-24T09:14:39.246300Z", "filename": "pano_0001_000971.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 8.87563944, "relative_pitch": 79.05480869591464, "relative_heading": 1.485338731249948, "relative_elevation": 45.8955600420013 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000615/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000615/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000615/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000615/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001478_pano_0000_000615/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000615/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000615/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000615/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000615/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86421494269375, 52.3412369342647, 45.7905243132263 ] }, "distance": 8.9, "direction": 266.07, "angle": 79.0, "elevation": 45.79, "pano_id": "TMX7316010203-001478_pano_0000_000615", "timestamp": "2019-12-02T12:20:59.092730Z", "filename": "pano_0000_000615.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 8.9011042, "relative_pitch": 78.99960461641143, "relative_heading": 266.06865108368766, "relative_elevation": 45.7905243132263 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00518/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00518/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00518/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00518/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00518/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00518/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00518/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00518/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00518/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864337104433537, 52.34132245134049, 0.0 ] }, "distance": 8.92, "direction": 356.44, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00518", "timestamp": "2024-09-02T07:02:15Z", "filename": "recording_2024-09-02_06-51-56_00518.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 8.92276661, "relative_pitch": 0.0, "relative_heading": 356.43854375637886, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000279/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000279/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000279/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000279/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002125_pano_0000_000279/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000279/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000279/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000279/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000279/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86447907470922, 52.3412440195967, 45.8371765399352 ] }, "distance": 9.12, "direction": 88.88, "angle": 78.74, "elevation": 45.84, "pano_id": "TMX7316010203-002125_pano_0000_000279", "timestamp": "2021-04-30T08:22:12.305570Z", "filename": "pano_0000_000279.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 9.12338885, "relative_pitch": 78.74301711141354, "relative_heading": 88.88117669133095, "relative_elevation": 45.8371765399352 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003729/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003729/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003729/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003729/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000771_pano_0000_003729/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003729/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003729/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003729/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003729/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86446940499869, 52.3412743616688, 45.8910841820762 ] }, "distance": 9.18, "direction": 67.22, "angle": 78.69, "elevation": 45.89, "pano_id": "TMX7316010203-000771_pano_0000_003729", "timestamp": "2018-06-04T09:27:22.738100Z", "filename": "pano_0000_003729.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 9.17876051, "relative_pitch": 78.6894148491157, "relative_heading": 67.21687957778957, "relative_elevation": 45.8910841820762 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000970/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000970/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000970/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000970/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000970/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000970/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000970/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000970/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000970/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86427314976795, 52.3413170361976, 45.8263817476109 ] }, "distance": 9.65, "direction": 329.39, "angle": 78.11, "elevation": 45.83, "pano_id": "TMX7316010203-002476_pano_0001_000970", "timestamp": "2022-03-24T09:14:37.996260Z", "filename": "pano_0001_000970.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 9.64767477, "relative_pitch": 78.11132345772583, "relative_heading": 329.3861667481272, "relative_elevation": 45.8263817476109 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00126/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00126/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00126/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00126/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00126/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00126/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00126/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00126/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00126/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864203349381063, 52.34123529360724, 0.0 ] }, "distance": 9.7, "direction": 265.31, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00126", "timestamp": "2025-07-30T07:01:30Z", "filename": "recording_2025-07-30_06-59-28_00126.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 9.70274317, "relative_pitch": 0.0, "relative_heading": 265.313020554098, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002295/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002295/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002295/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002295/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000521_pano_0000_002295/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002295/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002295/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002295/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002295/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86420202504505, 52.3412577563041, 45.7342006973922 ] }, "distance": 9.91, "direction": 279.92, "angle": 77.78, "elevation": 45.73, "pano_id": "TMX7316010203-000521_pano_0000_002295", "timestamp": "2017-12-20T09:42:09.304020Z", "filename": "pano_0000_002295.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 9.90863887, "relative_pitch": 77.77540138434657, "relative_heading": 279.9181754078492, "relative_elevation": 45.7342006973922 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00103/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00103/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00103/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00103/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241105_0934_Track15_Sphere_00103/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00103/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00103/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00103/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00103/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864198538910272, 52.341233825315115, 0.0 ] }, "distance": 10.04, "direction": 264.54, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241105_0934_Track15_Sphere_00103", "timestamp": "2024-11-05T09:30:39Z", "filename": "Job_20241105_0934_Track15_Sphere_00103.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.04377452, "relative_pitch": 0.0, "relative_heading": 264.5369096574121, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00517/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00517/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00517/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00517/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00517/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00517/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00517/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00517/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00517/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864264128173038, 52.341317815522046, 0.0 ] }, "distance": 10.05, "direction": 326.62, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00517", "timestamp": "2024-09-02T07:02:14Z", "filename": "recording_2024-09-02_06-51-56_00517.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.04713772, "relative_pitch": 0.0, "relative_heading": 326.61928182551, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002431/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002431/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002431/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002431/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001894_pano_0000_002431/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002431/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002431/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002431/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002431/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86449179747959, 52.3412528476041, 45.924321453087 ] }, "distance": 10.06, "direction": 83.37, "angle": 77.65, "elevation": 45.92, "pano_id": "TMX7316010203-001894_pano_0000_002431", "timestamp": "2020-08-27T09:54:43.293280Z", "filename": "pano_0000_002431.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.05594698, "relative_pitch": 77.64900489382107, "relative_heading": 83.37322251229287, "relative_elevation": 45.924321453087 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002427/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002427/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002427/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002427/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001894_pano_0000_002427/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002427/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002427/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002427/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002427/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86419791556344, 52.3412348734551, 45.7523754592985 ] }, "distance": 10.08, "direction": 265.22, "angle": 77.58, "elevation": 45.75, "pano_id": "TMX7316010203-001894_pano_0000_002427", "timestamp": "2020-08-27T09:54:41.013420Z", "filename": "pano_0000_002427.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.07567786, "relative_pitch": 77.58045169772382, "relative_heading": 265.22013849507067, "relative_elevation": 45.7523754592985 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000798/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000798/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000798/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000798/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000798/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000798/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000798/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000798/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000798/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86448945394599, 52.3412638092198, 45.8797482009977 ] }, "distance": 10.11, "direction": 76.39, "angle": 77.57, "elevation": 45.88, "pano_id": "TMX7316010203-002476_pano_0001_000798", "timestamp": "2022-03-24T09:12:13.222210Z", "filename": "pano_0001_000798.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.11312934, "relative_pitch": 77.56925476816674, "relative_heading": 76.3872440436197, "relative_elevation": 45.8797482009977 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000802/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000802/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000802/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000802/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000802/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000802/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000802/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000802/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000802/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86419647297048, 52.3412474959909, 45.7550144530833 ] }, "distance": 10.15, "direction": 273.19, "angle": 77.49, "elevation": 45.76, "pano_id": "TMX7316010203-002476_pano_0001_000802", "timestamp": "2022-03-24T09:12:15.632190Z", "filename": "pano_0001_000802.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.15468218, "relative_pitch": 77.48682406155791, "relative_heading": 273.18941268398015, "relative_elevation": 45.7550144530833 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00130/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00130/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00130/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00130/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00130/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00130/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00130/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00130/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00130/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86449540775052, 52.34125145872373, 0.0 ] }, "distance": 10.28, "direction": 84.39, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00130", "timestamp": "2025-07-30T07:01:33Z", "filename": "recording_2025-07-30_06-59-28_00130.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.28413401, "relative_pitch": 0.0, "relative_heading": 84.38673725267836, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00107/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00107/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00107/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00107/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241105_0934_Track15_Sphere_00107/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00107/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00107/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00107/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00107/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864496506061167, 52.34125040301643, 0.0 ] }, "distance": 10.35, "direction": 85.07, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241105_0934_Track15_Sphere_00107", "timestamp": "2024-11-05T09:30:42Z", "filename": "Job_20241105_0934_Track15_Sphere_00107.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.34788559, "relative_pitch": 0.0, "relative_heading": 85.07461501741074, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00325/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00325/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00325/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00325/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00325/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00325/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00325/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00325/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00325/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864362869090888, 52.341335151685655, 0.0 ] }, "distance": 10.39, "direction": 6.64, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00325", "timestamp": "2025-07-30T07:12:37Z", "filename": "recording_2025-07-30_06-59-28_00325.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.38848886, "relative_pitch": 0.0, "relative_heading": 6.642632693468058, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00519/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00519/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00519/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00519/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00519/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00519/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00519/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00519/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00519/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864410217482566, 52.341327064940614, 0.0 ] }, "distance": 10.41, "direction": 25.18, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00519", "timestamp": "2024-09-02T07:02:15Z", "filename": "recording_2024-09-02_06-51-56_00519.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.40813564, "relative_pitch": 0.0, "relative_heading": 25.18258322285715, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000619/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000619/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000619/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000619/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001478_pano_0000_000619/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000619/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000619/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000619/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000619/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86449688405384, 52.341253519413, 45.96107941214 ] }, "distance": 10.41, "direction": 83.18, "angle": 77.24, "elevation": 45.96, "pano_id": "TMX7316010203-001478_pano_0000_000619", "timestamp": "2019-12-02T12:21:01.292660Z", "filename": "pano_0000_000619.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.40898718, "relative_pitch": 77.23926016435641, "relative_heading": 83.18469766575504, "relative_elevation": 45.96107941214 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00326/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00326/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00326/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00326/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00326/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00326/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00326/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00326/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00326/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864290001682564, 52.341329814555536, 0.0 ] }, "distance": 10.43, "direction": 338.84, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00326", "timestamp": "2025-07-30T07:12:38Z", "filename": "recording_2025-07-30_06-59-28_00326.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.42807802, "relative_pitch": 0.0, "relative_heading": 338.8383764547252, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003733/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003733/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003733/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003733/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000771_pano_0000_003733/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003733/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003733/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003733/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003733/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8641882585073, 52.3412547704044, 45.7576733008027 ] }, "distance": 10.79, "direction": 277.32, "angle": 76.74, "elevation": 45.76, "pano_id": "TMX7316010203-000771_pano_0000_003733", "timestamp": "2018-06-04T09:27:26.178050Z", "filename": "pano_0000_003733.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.78672693, "relative_pitch": 76.7354972902139, "relative_heading": 277.320445813456, "relative_elevation": 45.7576733008027 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000972/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000972/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000972/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000972/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000972/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000972/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000972/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000972/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000972/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86442415375696, 52.3413272620547, 45.9344506682828 ] }, "distance": 10.87, "direction": 29.67, "angle": 76.69, "elevation": 45.93, "pano_id": "TMX7316010203-002476_pano_0001_000972", "timestamp": "2022-03-24T09:14:40.606240Z", "filename": "pano_0001_000972.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 10.86545276, "relative_pitch": 76.69172067310043, "relative_heading": 29.67051322042669, "relative_elevation": 45.9344506682828 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000275/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000275/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000275/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000275/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002125_pano_0000_000275/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000275/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000275/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000275/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000275/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86418318391962, 52.3412326547202, 45.7228523148224 ] }, "distance": 11.1, "direction": 264.38, "angle": 76.36, "elevation": 45.72, "pano_id": "TMX7316010203-002125_pano_0000_000275", "timestamp": "2021-04-30T08:22:08.190610Z", "filename": "pano_0000_000275.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 11.09797592, "relative_pitch": 76.35685300455076, "relative_heading": 264.38187342497736, "relative_elevation": 45.7228523148224 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002291/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002291/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002291/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002291/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000521_pano_0000_002291/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002291/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002291/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002291/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002291/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8644987212388, 52.3412763153887, 45.9092343505472 ] }, "distance": 11.12, "direction": 70.17, "angle": 76.38, "elevation": 45.91, "pano_id": "TMX7316010203-000521_pano_0000_002291", "timestamp": "2017-12-20T09:42:06.274030Z", "filename": "pano_0000_002291.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 11.11987802, "relative_pitch": 76.3843609679775, "relative_heading": 70.17208387528214, "relative_elevation": 45.9092343505472 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000861/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000861/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000861/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000861/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001789_pano_0002_000861/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000861/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000861/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000861/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000861/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86417515343868, 52.3412335480392, 45.7516118828207 ] }, "distance": 11.63, "direction": 265.13, "angle": 75.73, "elevation": 45.75, "pano_id": "TMX7316010203-001789_pano_0002_000861", "timestamp": "2020-07-06T08:53:51.575810Z", "filename": "pano_0002_000861.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 11.63392905, "relative_pitch": 75.73294303985055, "relative_heading": 265.13297754094623, "relative_elevation": 45.7516118828207 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001918/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001918/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001918/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001918/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001151_pano_0001_001918/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001918/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001918/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001918/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001918/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8645178859435, 52.3412550762876, 45.872783231549 ] }, "distance": 11.85, "direction": 83.17, "angle": 75.51, "elevation": 45.87, "pano_id": "TMX7316010203-001151_pano_0001_001918", "timestamp": "2019-04-30T10:21:54.796550Z", "filename": "pano_0001_001918.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 11.85080593, "relative_pitch": 75.5148719391917, "relative_heading": 83.17426204035424, "relative_elevation": 45.872783231549 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001913/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001913/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001913/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001913/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001151_pano_0001_001913/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001913/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001913/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001913/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001913/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86416914376192, 52.3412341067273, 45.6570429103449 ] }, "distance": 12.04, "direction": 265.59, "angle": 75.23, "elevation": 45.66, "pano_id": "TMX7316010203-001151_pano_0001_001913", "timestamp": "2019-04-30T10:21:52.031780Z", "filename": "pano_0001_001913.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 12.03715297, "relative_pitch": 75.23045391694653, "relative_heading": 265.5932418709278, "relative_elevation": 45.6570429103449 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00224/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00224/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00224/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00224/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00224/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00224/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00224/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00224/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00224/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864524296042446, 52.341248824607106, 0.0 ] }, "distance": 12.22, "direction": 86.66, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00224", "timestamp": "2024-09-02T06:54:43Z", "filename": "recording_2024-09-02_06-51-56_00224.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 12.22448956, "relative_pitch": 0.0, "relative_heading": 86.657135138004, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000366/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000366/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000366/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000366/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000257_pano_0000_000366/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000257_pano_0000_000366/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000257_pano_0000_000366/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000366/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000366/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86452014216105, 52.3412104586433, 45.5045210281387 ] }, "distance": 12.44, "direction": 106.61, "angle": 74.71, "elevation": 45.5, "pano_id": "TMX7316010203-000257_pano_0000_000366", "timestamp": "2017-04-11T10:28:56.221330Z", "filename": "pano_0000_000366.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 12.43976977, "relative_pitch": 74.7103778200457, "relative_heading": 106.61158213889352, "relative_elevation": 45.5045210281387 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00324/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00324/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00324/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00324/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00324/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00324/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00324/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00324/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00324/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864435796480143, 52.341340381182405, 0.0 ] }, "distance": 12.53, "direction": 29.52, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00324", "timestamp": "2025-07-30T07:12:36Z", "filename": "recording_2025-07-30_06-59-28_00324.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 12.52670382, "relative_pitch": 0.0, "relative_heading": 29.518827691128056, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00327/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00327/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00327/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00327/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00327/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00327/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00327/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00327/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00327/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86421723859328, 52.34132434302476, 0.0 ] }, "distance": 12.62, "direction": 316.26, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00327", "timestamp": "2025-07-30T07:12:39Z", "filename": "recording_2025-07-30_06-59-28_00327.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 12.61762569, "relative_pitch": 0.0, "relative_heading": 316.25997569864546, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000969/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000969/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000969/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000969/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000969/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000969/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000969/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000969/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000969/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86419774462954, 52.3413119630619, 45.773652295582 ] }, "distance": 12.69, "direction": 307.59, "angle": 74.51, "elevation": 45.77, "pano_id": "TMX7316010203-002476_pano_0001_000969", "timestamp": "2022-03-24T09:14:36.861300Z", "filename": "pano_0001_000969.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 12.68590131, "relative_pitch": 74.50959654587555, "relative_heading": 307.5899244479563, "relative_elevation": 45.773652295582 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00219/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00219/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00219/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00219/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00219/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00219/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00219/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00219/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00219/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864159051959127, 52.341230048788375, 0.0 ] }, "distance": 12.76, "direction": 263.81, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00219", "timestamp": "2024-09-02T06:54:39Z", "filename": "recording_2024-09-02_06-51-56_00219.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 12.76380507, "relative_pitch": 0.0, "relative_heading": 263.80924625195416, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00516/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00516/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00516/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00516/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00516/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00516/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00516/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00516/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00516/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864191375863943, 52.341312907665, 0.0 ] }, "distance": 13.1, "direction": 306.8, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00516", "timestamp": "2024-09-02T07:02:13Z", "filename": "recording_2024-09-02_06-51-56_00516.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 13.0952246, "relative_pitch": 0.0, "relative_heading": 306.7958238288629, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000866/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000866/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000866/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000866/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001789_pano_0002_000866/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000866/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000866/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000866/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000866/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8645411234403, 52.3412531558184, 45.9800683576614 ] }, "distance": 13.4, "direction": 84.89, "angle": 73.75, "elevation": 45.98, "pano_id": "TMX7316010203-001789_pano_0002_000866", "timestamp": "2020-07-06T08:53:54.425800Z", "filename": "pano_0002_000866.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 13.40390716, "relative_pitch": 73.74777257170842, "relative_heading": 84.88607997580723, "relative_elevation": 45.9800683576614 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00520/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00520/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00520/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00520/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00520/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00520/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00520/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00520/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00520/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864483192372866, 52.341331191288845, 0.0 ] }, "distance": 13.64, "direction": 43.59, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00520", "timestamp": "2024-09-02T07:02:16Z", "filename": "recording_2024-09-02_06-51-56_00520.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 13.63740959, "relative_pitch": 0.0, "relative_heading": 43.58633561440623, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000614/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000614/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000614/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000614/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001478_pano_0000_000614/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000614/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000614/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000614/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000614/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86414420403134, 52.3412317950494, 45.7730293422937 ] }, "distance": 13.75, "direction": 265.07, "angle": 73.28, "elevation": 45.77, "pano_id": "TMX7316010203-001478_pano_0000_000614", "timestamp": "2019-12-02T12:20:58.562690Z", "filename": "pano_0000_000614.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 13.75222622, "relative_pitch": 73.27742645555593, "relative_heading": 265.06886220370757, "relative_elevation": 45.7730293422937 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003728/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003728/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003728/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003728/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000771_pano_0000_003728/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003728/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003728/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003728/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003728/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86454065746527, 52.3412785039529, 46.0154478577897 ] }, "distance": 13.91, "direction": 73.22, "angle": 73.18, "elevation": 46.02, "pano_id": "TMX7316010203-000771_pano_0000_003728", "timestamp": "2018-06-04T09:27:21.753140Z", "filename": "pano_0000_003728.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 13.91090101, "relative_pitch": 73.17944121913196, "relative_heading": 73.22294926536526, "relative_elevation": 46.0154478577897 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000973/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000973/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000973/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000973/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000973/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000973/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000973/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000973/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000973/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8644997487331, 52.3413321113838, 45.9231140203774 ] }, "distance": 14.51, "direction": 46.54, "angle": 72.47, "elevation": 45.92, "pano_id": "TMX7316010203-002476_pano_0001_000973", "timestamp": "2022-03-24T09:14:41.951190Z", "filename": "pano_0001_000973.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 14.50876472, "relative_pitch": 72.46679816047413, "relative_heading": 46.53656769203064, "relative_elevation": 45.9231140203774 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000280/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000280/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000280/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000280/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002125_pano_0000_000280/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000280/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000280/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000280/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000280/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86455787198514, 52.3412497842956, 45.9488403629512 ] }, "distance": 14.52, "direction": 86.76, "angle": 72.47, "elevation": 45.95, "pano_id": "TMX7316010203-002125_pano_0000_000280", "timestamp": "2021-04-30T08:22:21.440470Z", "filename": "pano_0000_000280.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 14.51520171, "relative_pitch": 72.46871527280248, "relative_heading": 86.76301461607792, "relative_elevation": 45.9488403629512 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00125/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00125/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00125/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00125/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00125/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00125/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00125/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00125/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00125/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864130366948458, 52.341231016428196, 0.0 ] }, "distance": 14.7, "direction": 265.05, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00125", "timestamp": "2025-07-30T07:01:29Z", "filename": "recording_2025-07-30_06-59-28_00125.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 14.69924497, "relative_pitch": 0.0, "relative_heading": 265.0483875590236, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002077/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002077/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002077/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002077/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001151_pano_0001_002077/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_002077/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_002077/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002077/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002077/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86449846710519, 52.3413368822336, 45.9647448565811 ] }, "distance": 14.82, "direction": 44.81, "angle": 72.13, "elevation": 45.96, "pano_id": "TMX7316010203-001151_pano_0001_002077", "timestamp": "2019-04-30T10:24:40.940220Z", "filename": "pano_0001_002077.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 14.81724219, "relative_pitch": 72.1327015436573, "relative_heading": 44.814020707535775, "relative_elevation": 45.9647448565811 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002296/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002296/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002296/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002296/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000521_pano_0000_002296/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002296/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002296/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002296/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002296/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86412805697244, 52.3412521943998, 45.7270030602813 ] }, "distance": 14.84, "direction": 274.2, "angle": 72.02, "elevation": 45.73, "pano_id": "TMX7316010203-000521_pano_0000_002296", "timestamp": "2017-12-20T09:42:10.024180Z", "filename": "pano_0000_002296.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 14.84173282, "relative_pitch": 72.01798931048911, "relative_heading": 274.2031590714625, "relative_elevation": 45.7270030602813 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00102/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00102/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00102/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00102/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241105_0934_Track15_Sphere_00102/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00102/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00102/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00102/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00102/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864126349201451, 52.341228275371755, 0.0 ] }, "distance": 15.0, "direction": 263.98, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241105_0934_Track15_Sphere_00102", "timestamp": "2024-11-05T09:30:38Z", "filename": "Job_20241105_0934_Track15_Sphere_00102.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 15.00099615, "relative_pitch": 0.0, "relative_heading": 263.9779838520751, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000803/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000803/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000803/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000803/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000803/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000803/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000803/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000803/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000803/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86412385942293, 52.341242378881, 45.7475657053292 ] }, "distance": 15.09, "direction": 269.98, "angle": 71.75, "elevation": 45.75, "pano_id": "TMX7316010203-002476_pano_0001_000803", "timestamp": "2022-03-24T09:12:16.192230Z", "filename": "pano_0001_000803.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 15.08790122, "relative_pitch": 71.74704455286455, "relative_heading": 269.98324706595423, "relative_elevation": 45.7475657053292 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002432/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002432/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002432/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002432/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001894_pano_0000_002432/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002432/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002432/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002432/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002432/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86456549323506, 52.3412579117249, 46.0374135747552 ] }, "distance": 15.11, "direction": 83.45, "angle": 71.83, "elevation": 46.04, "pano_id": "TMX7316010203-001894_pano_0000_002432", "timestamp": "2020-08-27T09:54:43.893300Z", "filename": "pano_0000_002432.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 15.11013444, "relative_pitch": 71.82942781353624, "relative_heading": 83.44858507870808, "relative_elevation": 46.0374135747552 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002426/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002426/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002426/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002426/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001894_pano_0000_002426/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002426/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002426/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002426/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002426/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8641242464346, 52.3412305317935, 45.7546885078773 ] }, "distance": 15.12, "direction": 264.98, "angle": 71.71, "elevation": 45.75, "pano_id": "TMX7316010203-001894_pano_0000_002426", "timestamp": "2020-08-27T09:54:40.448280Z", "filename": "pano_0000_002426.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 15.1194945, "relative_pitch": 71.71402278277722, "relative_heading": 264.9812395682356, "relative_elevation": 45.7546885078773 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000797/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000797/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000797/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000797/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000797/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000797/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000797/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000797/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000797/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86456318204206, 52.3412684121458, 45.9478732217103 ] }, "distance": 15.13, "direction": 78.98, "angle": 71.77, "elevation": 45.95, "pano_id": "TMX7316010203-002476_pano_0001_000797", "timestamp": "2022-03-24T09:12:12.562420Z", "filename": "pano_0001_000797.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 15.13293114, "relative_pitch": 71.77070243531665, "relative_heading": 78.98106401299216, "relative_elevation": 45.9478732217103 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000620/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000620/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000620/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000620/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001478_pano_0000_000620/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000620/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000620/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000620/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000620/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864567793614, 52.3412572934935, 46.0485398881137 ] }, "distance": 15.26, "direction": 83.77, "angle": 71.67, "elevation": 46.05, "pano_id": "TMX7316010203-001478_pano_0000_000620", "timestamp": "2019-12-02T12:21:01.867620Z", "filename": "pano_0000_000620.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 15.25828697, "relative_pitch": 71.66726913289985, "relative_heading": 83.77239019083629, "relative_elevation": 46.0485398881137 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00131/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00131/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00131/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00131/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00131/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00131/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00131/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00131/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00131/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864568909214223, 52.3412552795926, 0.0 ] }, "distance": 15.31, "direction": 84.64, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00131", "timestamp": "2025-07-30T07:01:34Z", "filename": "recording_2025-07-30_06-59-28_00131.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 15.31130576, "relative_pitch": 0.0, "relative_heading": 84.63691242749519, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003734/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003734/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003734/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003734/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000771_pano_0000_003734/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003734/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003734/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003734/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003734/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86411813496206, 52.3412496272147, 45.751155404374 ] }, "distance": 15.5, "direction": 272.97, "angle": 71.29, "elevation": 45.75, "pano_id": "TMX7316010203-000771_pano_0000_003734", "timestamp": "2018-06-04T09:27:27.013250Z", "filename": "pano_0000_003734.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 15.49881753, "relative_pitch": 71.28550023798624, "relative_heading": 272.96666157505007, "relative_elevation": 45.751155404374 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00108/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00108/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00108/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00108/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241105_0934_Track15_Sphere_00108/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00108/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00108/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00108/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00108/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864573754791744, 52.34125501338259, 0.0 ] }, "distance": 15.64, "direction": 84.86, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241105_0934_Track15_Sphere_00108", "timestamp": "2024-11-05T09:30:43Z", "filename": "Job_20241105_0934_Track15_Sphere_00108.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 15.63745628, "relative_pitch": 0.0, "relative_heading": 84.85806814195054, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00323/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00323/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00323/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00323/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00323/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00323/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00323/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00323/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00323/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864509042078828, 52.341344758200215, 0.0 ] }, "distance": 15.95, "direction": 44.43, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00323", "timestamp": "2025-07-30T07:12:35Z", "filename": "recording_2025-07-30_06-59-28_00323.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 15.94728285, "relative_pitch": 0.0, "relative_heading": 44.43173170456098, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002290/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002290/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002290/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002290/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000521_pano_0000_002290/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002290/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002290/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002290/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002290/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86457276512732, 52.3412805325021, 45.942950415425 ] }, "distance": 16.08, "direction": 74.7, "angle": 70.71, "elevation": 45.94, "pano_id": "TMX7316010203-000521_pano_0000_002290", "timestamp": "2017-12-20T09:42:05.454050Z", "filename": "pano_0000_002290.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 16.07656668, "relative_pitch": 70.71380458857722, "relative_heading": 74.70400346243042, "relative_elevation": 45.942950415425 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000274/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000274/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000274/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000274/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002125_pano_0000_000274/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000274/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000274/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000274/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000274/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86410958309964, 52.3412284307022, 45.7391503239051 ] }, "distance": 16.14, "direction": 264.46, "angle": 70.57, "elevation": 45.74, "pano_id": "TMX7316010203-002125_pano_0000_000274", "timestamp": "2021-04-30T08:22:07.385840Z", "filename": "pano_0000_000274.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 16.13614596, "relative_pitch": 70.56785599075906, "relative_heading": 264.4647025368752, "relative_elevation": 45.7391503239051 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00328/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00328/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00328/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00328/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00328/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00328/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00328/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00328/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00328/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864144363279229, 52.34131967985357, 0.0 ] }, "distance": 16.17, "direction": 302.13, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00328", "timestamp": "2025-07-30T07:12:39Z", "filename": "recording_2025-07-30_06-59-28_00328.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 16.16599616, "relative_pitch": 0.0, "relative_heading": 302.1275005505907, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002076/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002076/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002076/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002076/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001151_pano_0001_002076/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_002076/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_002076/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002076/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002076/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86455693227516, 52.3413106944596, 46.0155063401908 ] }, "distance": 16.31, "direction": 62.23, "angle": 70.49, "elevation": 46.02, "pano_id": "TMX7316010203-001151_pano_0001_002076", "timestamp": "2019-04-30T10:24:39.480220Z", "filename": "pano_0001_002076.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 16.30600647, "relative_pitch": 70.4877629973836, "relative_heading": 62.23011033069393, "relative_elevation": 46.0155063401908 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001919/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001919/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001919/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001919/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001151_pano_0001_001919/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001919/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001919/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001919/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001919/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86458713796383, 52.3412592271078, 45.7999618789181 ] }, "distance": 16.59, "direction": 83.53, "angle": 70.09, "elevation": 45.8, "pano_id": "TMX7316010203-001151_pano_0001_001919", "timestamp": "2019-04-30T10:21:55.416530Z", "filename": "pano_0001_001919.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 16.5924039, "relative_pitch": 70.08556814815051, "relative_heading": 83.52764278580835, "relative_elevation": 45.7999618789181 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000860/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000860/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000860/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000860/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001789_pano_0002_000860/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000860/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000860/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000860/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000860/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86410179364416, 52.3412301777119, 45.776397372596 ] }, "distance": 16.65, "direction": 265.31, "angle": 70.02, "elevation": 45.78, "pano_id": "TMX7316010203-001789_pano_0002_000860", "timestamp": "2020-07-06T08:53:51.015850Z", "filename": "pano_0002_000860.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 16.64760409, "relative_pitch": 70.01507897527469, "relative_heading": 265.3069144541651, "relative_elevation": 45.776397372596 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000968/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000968/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000968/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000968/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000968/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000968/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000968/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000968/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000968/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86412218025047, 52.3413070326196, 45.7498483611271 ] }, "distance": 16.82, "direction": 295.31, "angle": 69.82, "elevation": 45.75, "pano_id": "TMX7316010203-002476_pano_0001_000968", "timestamp": "2022-03-24T09:14:35.716260Z", "filename": "pano_0001_000968.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 16.81679635, "relative_pitch": 69.81750774155923, "relative_heading": 295.31156081451513, "relative_elevation": 45.7498483611271 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001912/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001912/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001912/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001912/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001151_pano_0001_001912/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001912/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_001912/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001912/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_001912/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86409889049136, 52.3412295452086, 45.6792973028496 ] }, "distance": 16.85, "direction": 265.12, "angle": 69.75, "elevation": 45.68, "pano_id": "TMX7316010203-001151_pano_0001_001912", "timestamp": "2019-04-30T10:21:51.526550Z", "filename": "pano_0001_001912.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 16.85064896, "relative_pitch": 69.7514722728649, "relative_heading": 265.1234537012705, "relative_elevation": 45.6792973028496 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002078/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002078/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002078/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002078/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001151_pano_0001_002078/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_002078/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_002078/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002078/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002078/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86446430079047, 52.3413768699943, 45.9530577315018 ] }, "distance": 17.02, "direction": 28.48, "angle": 69.68, "elevation": 45.95, "pano_id": "TMX7316010203-001151_pano_0001_002078", "timestamp": "2019-04-30T10:24:42.095170Z", "filename": "pano_0001_002078.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 17.01991536, "relative_pitch": 69.6765733312339, "relative_heading": 28.47515455164404, "relative_elevation": 45.9530577315018 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00515/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00515/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00515/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00515/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00515/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00515/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00515/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00515/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00515/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864118519185276, 52.3413078208203, 0.0 ] }, "distance": 17.08, "direction": 295.22, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00515", "timestamp": "2024-09-02T07:02:12Z", "filename": "recording_2024-09-02_06-51-56_00515.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 17.07987965, "relative_pitch": 0.0, "relative_heading": 295.21967157035846, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00225/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00225/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00225/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00225/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00225/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00225/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00225/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00225/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00225/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864597526651255, 52.341253660663575, 0.0 ] }, "distance": 17.24, "direction": 85.84, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00225", "timestamp": "2024-09-02T06:54:44Z", "filename": "recording_2024-09-02_06-51-56_00225.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 17.24013387, "relative_pitch": 0.0, "relative_heading": 85.83890051506684, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000369/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000369/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000369/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000369/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000257_pano_0000_000369/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000257_pano_0000_000369/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000257_pano_0000_000369/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000369/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/11/TMX7316010203-000257/pano_0000_000369/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86408624883906, 52.3412377786756, 45.576005176641 ] }, "distance": 17.66, "direction": 268.32, "angle": 68.82, "elevation": 45.58, "pano_id": "TMX7316010203-000257_pano_0000_000369", "timestamp": "2017-04-11T10:29:01.846320Z", "filename": "pano_0000_000369.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 17.65878501, "relative_pitch": 68.82074585120866, "relative_heading": 268.32461861069, "relative_elevation": 45.576005176641 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00521/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00521/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00521/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00521/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00521/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00521/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00521/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00521/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00521/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8645561639124, 52.34133471857683, 0.0 ] }, "distance": 17.67, "direction": 54.46, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00521", "timestamp": "2024-09-02T07:02:17Z", "filename": "recording_2024-09-02_06-51-56_00521.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 17.66756109, "relative_pitch": 0.0, "relative_heading": 54.45627848527477, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00218/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00218/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00218/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00218/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-02_06-51-56_00218/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00218/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-02_06-51-56_00218/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00218/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-02_06-51-56_00218/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864086014309674, 52.34122578669222, 0.0 ] }, "distance": 17.76, "direction": 264.02, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2024-09-02_06-51-56_00218", "timestamp": "2024-09-02T06:54:38Z", "filename": "recording_2024-09-02_06-51-56_00218.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 17.76389201, "relative_pitch": 0.0, "relative_heading": 264.0199546811949, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000867/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000867/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000867/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000867/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001789_pano_0002_000867/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000867/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001789_pano_0002_000867/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000867/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/06/TMX7316010203-001789/pano_0002_000867/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86461404209774, 52.3412575285522, 45.9057211307809 ] }, "distance": 18.4, "direction": 84.76, "angle": 68.16, "elevation": 45.91, "pano_id": "TMX7316010203-001789_pano_0002_000867", "timestamp": "2020-07-06T08:53:55.010980Z", "filename": "pano_0002_000867.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 18.39728235, "relative_pitch": 68.16094823199691, "relative_heading": 84.75631708756224, "relative_elevation": 45.9057211307809 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000613/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000613/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000613/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000613/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001478_pano_0000_000613/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000613/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000613/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000613/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000613/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86407373364626, 52.3412267801818, 45.780500607565 ] }, "distance": 18.59, "direction": 264.63, "angle": 67.9, "elevation": 45.78, "pano_id": "TMX7316010203-001478_pano_0000_000613", "timestamp": "2019-12-02T12:20:58.042830Z", "filename": "pano_0000_000613.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 18.58584884, "relative_pitch": 67.90395895159148, "relative_heading": 264.62773151084804, "relative_elevation": 45.780500607565 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003727/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003727/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003727/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003727/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000771_pano_0000_003727/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003727/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003727/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003727/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003727/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86461240042075, 52.341281688542, 45.9343152558431 ] }, "distance": 18.73, "direction": 76.51, "angle": 67.82, "elevation": 45.93, "pano_id": "TMX7316010203-000771_pano_0000_003727", "timestamp": "2018-06-04T09:27:20.738090Z", "filename": "pano_0000_003727.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 18.72538742, "relative_pitch": 67.82145213039298, "relative_heading": 76.50509609676426, "relative_elevation": 45.9343152558431 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000974/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000974/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000974/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000974/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000974/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000974/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000974/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000974/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000974/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86457515478865, 52.3413361493732, 45.9002333441749 ] }, "distance": 18.82, "direction": 56.35, "angle": 67.7, "elevation": 45.9, "pano_id": "TMX7316010203-002476_pano_0001_000974", "timestamp": "2022-03-24T09:14:43.271260Z", "filename": "pano_0001_000974.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 18.82356986, "relative_pitch": 67.70158974753923, "relative_heading": 56.35252578431478, "relative_elevation": 45.9002333441749 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000281/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000281/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000281/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000281/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002125_pano_0000_000281/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000281/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002125_pano_0000_000281/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000281/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/30/TMX7316010203-002125/pano_0000_000281/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86463175606421, 52.3412579696339, 45.9032319532707 ] }, "distance": 19.6, "direction": 84.94, "angle": 66.87, "elevation": 45.9, "pano_id": "TMX7316010203-002125_pano_0000_000281", "timestamp": "2021-04-30T08:22:22.685510Z", "filename": "pano_0000_000281.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 19.60409963, "relative_pitch": 66.87390786727579, "relative_heading": 84.9359317357582, "relative_elevation": 45.9032319532707 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00124/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00124/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00124/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00124/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00124/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00124/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00124/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00124/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00124/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864057191341463, 52.341226945069145, 0.0 ] }, "distance": 19.71, "direction": 264.99, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00124", "timestamp": "2025-07-30T07:01:29Z", "filename": "recording_2025-07-30_06-59-28_00124.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 19.70700152, "relative_pitch": 0.0, "relative_heading": 264.9877522214682, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002075/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002075/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002075/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002075/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001151_pano_0001_002075/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_002075/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001151_pano_0001_002075/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002075/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/30/TMX7316010203-001151/pano_0001_002075/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86462394417442, 52.3412942250186, 45.942863855511 ] }, "distance": 19.85, "direction": 73.12, "angle": 66.63, "elevation": 45.94, "pano_id": "TMX7316010203-001151_pano_0001_002075", "timestamp": "2019-04-30T10:24:38.325210Z", "filename": "pano_0001_002075.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 19.85063134, "relative_pitch": 66.63217252954793, "relative_heading": 73.11780322170856, "relative_elevation": 45.942863855511 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002297/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002297/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002297/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002297/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000521_pano_0000_002297/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002297/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000521_pano_0000_002297/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002297/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/20/TMX7316010203-000521/pano_0000_002297/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86405386554962, 52.3412471397246, 45.729087757878 ] }, "distance": 19.87, "direction": 271.52, "angle": 66.52, "elevation": 45.73, "pano_id": "TMX7316010203-000521_pano_0000_002297", "timestamp": "2017-12-20T09:42:10.738990Z", "filename": "pano_0000_002297.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 19.86524999, "relative_pitch": 66.51931043691128, "relative_heading": 271.5154386897186, "relative_elevation": 45.729087757878 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00322/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00322/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00322/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00322/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00322/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00322/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00322/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00322/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00322/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864582195135099, 52.34134827193689, 0.0 ] }, "distance": 19.99, "direction": 53.9, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00322", "timestamp": "2025-07-30T07:12:33Z", "filename": "recording_2025-07-30_06-59-28_00322.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 19.98880493, "relative_pitch": 0.0, "relative_heading": 53.89508134348953, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00101/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00101/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00101/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00101/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241105_0934_Track15_Sphere_00101/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00101/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00101/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00101/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00101/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864053250295909, 52.34122267642615, 0.0 ] }, "distance": 20.02, "direction": 263.7, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241105_0934_Track15_Sphere_00101", "timestamp": "2024-11-05T09:30:37Z", "filename": "Job_20241105_0934_Track15_Sphere_00101.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 20.02112687, "relative_pitch": 0.0, "relative_heading": 263.70069808852134, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000804/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000804/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000804/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000804/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000804/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000804/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000804/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000804/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000804/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86405125623197, 52.3412371659484, 45.7557534603402 ] }, "distance": 20.04, "direction": 268.33, "angle": 66.34, "elevation": 45.76, "pano_id": "TMX7316010203-002476_pano_0001_000804", "timestamp": "2022-03-24T09:12:16.742190Z", "filename": "pano_0001_000804.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 20.0446658, "relative_pitch": 66.3427509166895, "relative_heading": 268.3291483174305, "relative_elevation": 45.7557534603402 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000621/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000621/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000621/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000621/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001478_pano_0000_000621/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000621/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001478_pano_0000_000621/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000621/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/02/TMX7316010203-001478/pano_0000_000621/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86463818567101, 52.3412608551791, 45.9729525716975 ] }, "distance": 20.07, "direction": 84.13, "angle": 66.41, "elevation": 45.97, "pano_id": "TMX7316010203-001478_pano_0000_000621", "timestamp": "2019-12-02T12:21:02.477610Z", "filename": "pano_0000_000621.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 20.07090644, "relative_pitch": 66.41484439144332, "relative_heading": 84.13330457679199, "relative_elevation": 45.9729525716975 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002433/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002433/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002433/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002433/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001894_pano_0000_002433/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002433/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002433/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002433/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002433/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86463870330809, 52.341262869148, 45.9642171235755 ] }, "distance": 20.13, "direction": 83.51, "angle": 66.35, "elevation": 45.96, "pano_id": "TMX7316010203-001894_pano_0000_002433", "timestamp": "2020-08-27T09:54:44.543280Z", "filename": "pano_0000_002433.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 20.13010136, "relative_pitch": 66.34890914945684, "relative_heading": 83.50904048084638, "relative_elevation": 45.9642171235755 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000796/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000796/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000796/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000796/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002476_pano_0001_000796/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000796/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002476_pano_0001_000796/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000796/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/24/TMX7316010203-002476/pano_0001_000796/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86463647784546, 52.341273289009, 45.9268911983818 ] }, "distance": 20.14, "direction": 80.18, "angle": 66.32, "elevation": 45.93, "pano_id": "TMX7316010203-002476_pano_0001_000796", "timestamp": "2022-03-24T09:12:11.872430Z", "filename": "pano_0001_000796.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 20.14442378, "relative_pitch": 66.31681322830926, "relative_heading": 80.18175409410503, "relative_elevation": 45.9268911983818 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002425/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002425/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002425/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002425/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001894_pano_0000_002425/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002425/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001894_pano_0000_002425/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002425/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/27/TMX7316010203-001894/pano_0000_002425/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86405062648673, 52.3412261642756, 45.7489030491561 ] }, "distance": 20.16, "direction": 264.85, "angle": 66.22, "elevation": 45.75, "pano_id": "TMX7316010203-001894_pano_0000_002425", "timestamp": "2020-08-27T09:54:39.878320Z", "filename": "pano_0000_002425.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 20.1603625, "relative_pitch": 66.21814896016751, "relative_heading": 264.85287956607954, "relative_elevation": 45.7489030491561 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003735/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003735/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003735/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003735/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000771_pano_0000_003735/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003735/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000771_pano_0000_003735/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003735/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/04/TMX7316010203-000771/pano_0000_003735/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86404816660744, 52.3412451515181, 45.7481943573803 ] }, "distance": 20.25, "direction": 270.86, "angle": 66.12, "elevation": 45.75, "pano_id": "TMX7316010203-000771_pano_0000_003735", "timestamp": "2018-06-04T09:27:27.848020Z", "filename": "pano_0000_003735.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 20.24899578, "relative_pitch": 66.12493383286173, "relative_heading": 270.8605835453082, "relative_elevation": 45.7481943573803 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00132/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00132/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00132/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00132/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00132/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00132/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00132/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00132/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00132/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864641663303948, 52.34125901622561, 0.0 ] }, "distance": 20.29, "direction": 84.78, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00132", "timestamp": "2025-07-30T07:01:35Z", "filename": "recording_2025-07-30_06-59-28_00132.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 20.28704545, "relative_pitch": 0.0, "relative_heading": 84.77663031214665, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00329/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00329/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00329/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00329/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_06-59-28_00329/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00329/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_06-59-28_00329/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00329/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_06-59-28_00329/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864071516056518, 52.34131512461505, 0.0 ] }, "distance": 20.33, "direction": 293.45, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_06-59-28_00329", "timestamp": "2025-07-30T07:12:40Z", "filename": "recording_2025-07-30_06-59-28_00329.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 20.33404802, "relative_pitch": 0.0, "relative_heading": 293.44505614271327, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00105/adjacencies/b_20241105_0934_Track15_Sphere_00105/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00109/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00109/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00109/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00109/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241105_0934_Track15_Sphere_00109/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00109/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241105_0934_Track15_Sphere_00109/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00109/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241105_0934_Track15_Sphere_00109/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.864649200413831, 52.34125947193204, 0.0 ] }, "distance": 20.8, "direction": 84.77, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241105_0934_Track15_Sphere_00109", "timestamp": "2024-11-05T09:30:44Z", "filename": "Job_20241105_0934_Track15_Sphere_00109.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_20241105_0934_Track15_Sphere_00105", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119368.07408510408, 483831.04345819156 ] }, "relative_distance": 20.80321742, "relative_pitch": 0.0, "relative_heading": 84.7663456415955, "relative_elevation": 0.0 } ] } }