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_20250130_0915_Track17_Sphere_00014/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00014/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00014/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00014/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00014/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track17_Sphere_00014/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00014/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00014/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923239135969808, 52.37265459320525, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track17_Sphere_00014", "timestamp": "2025-01-30T09:37:42Z", "filename": "Job_20250130_0915_Track17_Sphere_00014.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "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_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000824/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000824/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000824/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000824/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000824/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000824/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000824/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000824/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000824/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92323747360074, 52.3726540099317, 46.3141818782315 ] }, "distance": 0.13, "direction": 240.18, "angle": 89.84, "elevation": 46.31, "pano_id": "TMX7315120208-000056_pano_0000_000824", "timestamp": "2016-05-24T11:21:56.187600Z", "filename": "pano_0000_000824.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 0.1305018, "relative_pitch": 89.83855522721622, "relative_heading": 240.17599946930554, "relative_elevation": 46.3141818782315 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01091/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01091/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01091/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01091/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01091/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01091/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01091/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01091/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01091/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923230222487334, 52.37265179007002, 0.0 ] }, "distance": 0.68, "direction": 242.81, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01091", "timestamp": "2025-06-19T07:58:35Z", "filename": "recording_2025-06-19_07-14-50_01091.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 0.68250952, "relative_pitch": 0.0, "relative_heading": 242.80532989691645, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000320/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000320/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000320/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000320/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000320/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000320/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000320/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000320/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000320/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92324479243302, 52.3726483866884, 46.666511551477 ] }, "distance": 0.79, "direction": 150.85, "angle": 89.03, "elevation": 46.67, "pano_id": "TMX7316010203-002048_pano_0001_000320", "timestamp": "2021-03-18T12:22:52.605630Z", "filename": "pano_0001_000320.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 0.79080684, "relative_pitch": 89.02916338809513, "relative_heading": 150.8466387037169, "relative_elevation": 46.666511551477 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000852/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000852/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000852/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000852/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000852/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000852/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000852/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000852/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000852/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923244452153, 52.372666616423, 46.810769890435 ] }, "distance": 1.39, "direction": 15.14, "angle": 88.3, "elevation": 46.81, "pano_id": "TMX7316010203-001195_pano_0001_000852", "timestamp": "2019-05-21T11:22:32.063380Z", "filename": "pano_0001_000852.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 1.38600332, "relative_pitch": 88.30404526806335, "relative_heading": 15.143046091556851, "relative_elevation": 46.810769890435 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002562/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002562/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002562/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002562/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002562/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002562/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002562/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002562/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002562/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92326569659065, 52.3726664230134, 46.8160818237811 ] }, "distance": 2.24, "direction": 53.96, "angle": 87.26, "elevation": 46.82, "pano_id": "TMX7316010203-001051_pano_0001_002562", "timestamp": "2019-01-14T08:58:14.616330Z", "filename": "pano_0001_002562.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 2.23720182, "relative_pitch": 87.26408579397507, "relative_heading": 53.95689871249825, "relative_elevation": 46.8160818237811 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003244/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003244/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003244/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003244/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003244/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003244/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003244/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003244/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003244/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9232142314019, 52.3726399988973, 46.3041917132214 ] }, "distance": 2.35, "direction": 226.25, "angle": 87.1, "elevation": 46.3, "pano_id": "TMX7316010203-002546_pano_0002_003244", "timestamp": "2022-04-26T09:52:52.154320Z", "filename": "pano_0002_003244.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 2.34824188, "relative_pitch": 87.09682473195514, "relative_heading": 226.24550826962496, "relative_elevation": 46.3041917132214 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002159/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002159/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002159/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002159/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_002159/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002159/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002159/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002159/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002159/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92321983158958, 52.3726357577437, 46.2043655421585 ] }, "distance": 2.47, "direction": 212.1, "angle": 86.93, "elevation": 46.2, "pano_id": "TMX7316010203-001669_pano_0000_002159", "timestamp": "2020-04-22T10:42:32.947370Z", "filename": "pano_0000_002159.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 2.47414333, "relative_pitch": 86.93486295402847, "relative_heading": 212.09983083958113, "relative_elevation": 46.2043655421585 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002158/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002158/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002158/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002158/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_002158/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002158/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002158/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002158/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002158/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92327097652302, 52.3726685548343, 46.2001870824024 ] }, "distance": 2.67, "direction": 54.38, "angle": 86.7, "elevation": 46.2, "pano_id": "TMX7316010203-001669_pano_0000_002158", "timestamp": "2020-04-22T10:42:32.067390Z", "filename": "pano_0000_002158.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 2.66761275, "relative_pitch": 86.69539358985354, "relative_heading": 54.38166482003868, "relative_elevation": 46.2001870824024 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003243/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003243/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003243/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003243/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003243/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003243/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003243/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003243/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003243/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92326458012028, 52.3726735121084, 46.3005713783205 ] }, "distance": 2.73, "direction": 39.46, "angle": 86.63, "elevation": 46.3, "pano_id": "TMX7316010203-002546_pano_0002_003243", "timestamp": "2022-04-26T09:52:51.479400Z", "filename": "pano_0002_003243.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 2.72668083, "relative_pitch": 86.62969444812823, "relative_heading": 39.459799843531925, "relative_elevation": 46.3005713783205 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002563/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002563/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002563/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002563/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002563/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002563/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002563/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002563/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002563/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92321314405775, 52.3726340581531, 46.8308517998084 ] }, "distance": 2.89, "direction": 217.77, "angle": 86.47, "elevation": 46.83, "pano_id": "TMX7316010203-001051_pano_0001_002563", "timestamp": "2019-01-14T08:58:15.516340Z", "filename": "pano_0001_002563.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 2.89050126, "relative_pitch": 86.46806138544234, "relative_heading": 217.76500326159845, "relative_elevation": 46.8308517998084 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000853/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000853/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000853/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000853/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000853/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000853/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000853/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000853/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000853/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92319226601254, 52.3726335895292, 46.7996394420043 ] }, "distance": 3.96, "direction": 233.79, "angle": 85.17, "elevation": 46.8, "pano_id": "TMX7316010203-001195_pano_0001_000853", "timestamp": "2019-05-21T11:22:33.118350Z", "filename": "pano_0001_000853.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 3.95627664, "relative_pitch": 85.16790552165315, "relative_heading": 233.7897431223307, "relative_elevation": 46.7996394420043 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000367/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000367/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000367/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000367/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000367/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000367/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000367/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000367/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000367/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92328784883484, 52.372675689219, 45.8896152405068 ] }, "distance": 4.06, "direction": 54.72, "angle": 84.94, "elevation": 45.89, "pano_id": "TMX7316010203-000247_pano_0000_000367", "timestamp": "2017-04-05T14:01:02.331080Z", "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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 4.06415004, "relative_pitch": 84.93888361013684, "relative_heading": 54.718173862238714, "relative_elevation": 45.8896152405068 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01090/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01090/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01090/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01090/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01090/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01090/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01090/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01090/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01090/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92328111701827, 52.37268423732106, 0.0 ] }, "distance": 4.37, "direction": 40.92, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01090", "timestamp": "2025-06-19T07:58:34Z", "filename": "recording_2025-06-19_07-14-50_01090.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 4.36529918, "relative_pitch": 0.0, "relative_heading": 40.917914876986515, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000823/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000823/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000823/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000823/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000823/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000823/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000823/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000823/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000823/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92328890459943, 52.3726864154154, 46.292161247693 ] }, "distance": 4.9, "direction": 43.75, "angle": 83.96, "elevation": 46.29, "pano_id": "TMX7315120208-000056_pano_0000_000823", "timestamp": "2016-05-24T11:21:55.362670Z", "filename": "pano_0000_000823.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 4.90181089, "relative_pitch": 83.95555541286934, "relative_heading": 43.74817958824114, "relative_elevation": 46.292161247693 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000319/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000319/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000319/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000319/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000319/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000319/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000319/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000319/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000319/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92329547096386, 52.3726821778999, 46.6833273302764 ] }, "distance": 4.91, "direction": 51.34, "angle": 83.99, "elevation": 46.68, "pano_id": "TMX7316010203-002048_pano_0001_000319", "timestamp": "2021-03-18T12:22:50.945410Z", "filename": "pano_0001_000319.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 4.91349391, "relative_pitch": 83.99165020016518, "relative_heading": 51.339636903896945, "relative_elevation": 46.6833273302764 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00013/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00013/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00013/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00013/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track17_Sphere_00013/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00013/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00013/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00013/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00013/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923288163128226, 52.372687275803926, 0.0 ] }, "distance": 4.94, "direction": 42.56, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track17_Sphere_00013", "timestamp": "2025-01-30T09:37:40Z", "filename": "Job_20250130_0915_Track17_Sphere_00013.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 4.93711999, "relative_pitch": 0.0, "relative_heading": 42.55645411742584, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00015/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00015/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00015/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00015/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track17_Sphere_00015/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00015/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00015/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00015/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00015/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923187335057073, 52.37262176490084, 0.0 ] }, "distance": 5.08, "direction": 224.0, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track17_Sphere_00015", "timestamp": "2025-01-30T09:37:43Z", "filename": "Job_20250130_0915_Track17_Sphere_00015.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 5.07844576, "relative_pitch": 0.0, "relative_heading": 224.00290414671156, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000825/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000825/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000825/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000825/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000825/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000825/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000825/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000825/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000825/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9231855507634, 52.372621958757, 46.3384227259085 ] }, "distance": 5.15, "direction": 225.14, "angle": 83.66, "elevation": 46.34, "pano_id": "TMX7315120208-000056_pano_0000_000825", "timestamp": "2016-05-24T11:21:56.932600Z", "filename": "pano_0000_000825.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 5.14836828, "relative_pitch": 83.66023006730278, "relative_heading": 225.14254270686152, "relative_elevation": 46.3384227259085 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000321/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000321/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000321/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000321/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000321/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000321/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000321/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000321/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000321/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92319257170833, 52.3726152420678, 46.6582290204242 ] }, "distance": 5.41, "direction": 215.91, "angle": 83.39, "elevation": 46.66, "pano_id": "TMX7316010203-002048_pano_0001_000321", "timestamp": "2021-03-18T12:22:54.385390Z", "filename": "pano_0001_000321.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 5.40656468, "relative_pitch": 83.39027771616122, "relative_heading": 215.9138860127342, "relative_elevation": 46.6582290204242 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01092/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01092/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01092/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01092/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01092/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01092/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01092/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01092/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01092/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923178324268125, 52.3726198421741, 0.0 ] }, "distance": 5.67, "direction": 226.96, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01092", "timestamp": "2025-06-19T07:58:37Z", "filename": "recording_2025-06-19_07-14-50_01092.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 5.66623976, "relative_pitch": 0.0, "relative_heading": 226.96496914732518, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000368/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000368/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000368/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000368/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000368/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000368/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000368/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000368/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000368/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92319070354528, 52.3726105654335, 45.8965095980093 ] }, "distance": 5.91, "direction": 213.95, "angle": 82.67, "elevation": 45.9, "pano_id": "TMX7316010203-000247_pano_0000_000368", "timestamp": "2017-04-05T14:01:03.661000Z", "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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 5.90612172, "relative_pitch": 82.66727880721906, "relative_heading": 213.95196826945138, "relative_elevation": 45.8965095980093 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000851/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000851/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000851/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000851/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000851/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000851/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000851/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000851/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000851/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92329695790888, 52.3726987908041, 46.8348016999662 ] }, "distance": 6.3, "direction": 38.69, "angle": 82.34, "elevation": 46.83, "pano_id": "TMX7316010203-001195_pano_0001_000851", "timestamp": "2019-05-21T11:22:30.953410Z", "filename": "pano_0001_000851.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 6.30043313, "relative_pitch": 82.33830459464271, "relative_heading": 38.68524512969556, "relative_elevation": 46.8348016999662 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002561/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002561/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002561/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002561/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002561/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002561/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002561/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002561/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002561/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92331828351396, 52.3726987894794, 46.8223704509437 ] }, "distance": 7.3, "direction": 47.62, "angle": 81.14, "elevation": 46.82, "pano_id": "TMX7316010203-001051_pano_0001_002561", "timestamp": "2019-01-14T08:58:13.676340Z", "filename": "pano_0001_002561.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 7.29676312, "relative_pitch": 81.14231562510524, "relative_heading": 47.62452565737155, "relative_elevation": 46.8223704509437 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003245/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003245/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003245/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003245/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003245/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003245/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003245/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003245/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003245/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92316289590768, 52.3726069718879, 46.2999251428992 ] }, "distance": 7.42, "direction": 224.42, "angle": 80.9, "elevation": 46.3, "pano_id": "TMX7316010203-002546_pano_0002_003245", "timestamp": "2022-04-26T09:52:52.779390Z", "filename": "pano_0002_003245.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 7.41896851, "relative_pitch": 80.89647448298831, "relative_heading": 224.41786189878718, "relative_elevation": 46.2999251428992 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002160/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002160/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002160/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002160/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_002160/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002160/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002160/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002160/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002160/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92316973823845, 52.3726019698411, 46.2007764242589 ] }, "distance": 7.53, "direction": 218.91, "angle": 80.75, "elevation": 46.2, "pano_id": "TMX7316010203-001669_pano_0000_002160", "timestamp": "2020-04-22T10:42:33.722410Z", "filename": "pano_0000_002160.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 7.52512717, "relative_pitch": 80.74896957384847, "relative_heading": 218.90905020733123, "relative_elevation": 46.2007764242589 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002157/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002157/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002157/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002157/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_002157/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002157/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002157/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002157/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002157/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92332497694586, 52.3726994663178, 46.2549168495461 ] }, "distance": 7.69, "direction": 49.5, "angle": 80.56, "elevation": 46.25, "pano_id": "TMX7316010203-001669_pano_0000_002157", "timestamp": "2020-04-22T10:42:31.052550Z", "filename": "pano_0000_002157.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 7.68840961, "relative_pitch": 80.56267967846992, "relative_heading": 49.49989654561209, "relative_elevation": 46.2549168495461 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003242/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003242/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003242/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003242/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003242/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003242/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003242/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003242/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003242/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92331989531369, 52.3727039281277, 46.3649567887187 ] }, "distance": 7.77, "direction": 45.05, "angle": 80.49, "elevation": 46.36, "pano_id": "TMX7316010203-002546_pano_0002_003242", "timestamp": "2022-04-26T09:52:50.719390Z", "filename": "pano_0002_003242.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 7.77105782, "relative_pitch": 80.48530506384711, "relative_heading": 45.054711070439765, "relative_elevation": 46.3649567887187 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002564/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002564/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002564/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002564/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002564/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002564/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002564/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002564/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002564/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92316000082656, 52.3726019243943, 46.8380013806745 ] }, "distance": 7.96, "direction": 222.6, "angle": 80.35, "elevation": 46.84, "pano_id": "TMX7316010203-001051_pano_0001_002564", "timestamp": "2019-01-14T08:58:16.386320Z", "filename": "pano_0001_002564.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 7.96213093, "relative_pitch": 80.3523461999453, "relative_heading": 222.60226263269777, "relative_elevation": 46.8380013806745 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000854/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000854/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000854/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000854/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000854/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000854/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000854/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000854/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000854/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92314006949109, 52.3726005924419, 46.7701075309888 ] }, "distance": 9.03, "direction": 228.31, "angle": 79.07, "elevation": 46.77, "pano_id": "TMX7316010203-001195_pano_0001_000854", "timestamp": "2019-05-21T11:22:34.133380Z", "filename": "pano_0001_000854.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 9.03491299, "relative_pitch": 79.06644470593014, "relative_heading": 228.31188355940094, "relative_elevation": 46.7701075309888 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01089/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01089/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01089/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01089/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01089/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01089/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01089/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01089/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01089/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923329649805664, 52.37271786167284, 0.0 ] }, "distance": 9.36, "direction": 41.21, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01089", "timestamp": "2025-06-19T07:58:32Z", "filename": "recording_2025-06-19_07-14-50_01089.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 9.35765123, "relative_pitch": 0.0, "relative_heading": 41.20622957446685, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00012/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00012/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00012/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00012/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track17_Sphere_00012/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00012/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00012/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00012/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00012/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923329256487943, 52.372720367697895, 0.0 ] }, "distance": 9.55, "direction": 39.98, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track17_Sphere_00012", "timestamp": "2025-01-30T09:37:39Z", "filename": "Job_20250130_0915_Track17_Sphere_00012.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 9.55197562, "relative_pitch": 0.0, "relative_heading": 39.983342699445096, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000822/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000822/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000822/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000822/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000822/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000822/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000822/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000822/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000822/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92333986740575, 52.3727192389234, 46.3921951316297 ] }, "distance": 9.94, "direction": 43.64, "angle": 77.91, "elevation": 46.39, "pano_id": "TMX7315120208-000056_pano_0000_000822", "timestamp": "2016-05-24T11:21:54.422620Z", "filename": "pano_0000_000822.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 9.94036379, "relative_pitch": 77.90621223084231, "relative_heading": 43.64271001503555, "relative_elevation": 46.3921951316297 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000318/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000318/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000318/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000318/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000318/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000318/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000318/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000318/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000318/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92334243163295, 52.372718137261, 46.8351826034486 ] }, "distance": 9.97, "direction": 44.85, "angle": 77.98, "elevation": 46.84, "pano_id": "TMX7316010203-002048_pano_0001_000318", "timestamp": "2021-03-18T12:22:49.405440Z", "filename": "pano_0001_000318.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 9.97441405, "relative_pitch": 77.97742513800043, "relative_heading": 44.854749148511885, "relative_elevation": 46.8351826034486 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00016/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00016/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00016/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00016/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track17_Sphere_00016/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00016/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00016/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00016/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00016/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923135012860699, 52.372589644557955, 0.0 ] }, "distance": 10.13, "direction": 224.46, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track17_Sphere_00016", "timestamp": "2025-01-30T09:37:44Z", "filename": "Job_20250130_0915_Track17_Sphere_00016.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 10.12520958, "relative_pitch": 0.0, "relative_heading": 224.45713165476167, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000826/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000826/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000826/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000826/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000826/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000826/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000826/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000826/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000826/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92313367745223, 52.3725897864962, 46.3370632743463 ] }, "distance": 10.18, "direction": 224.88, "angle": 77.61, "elevation": 46.34, "pano_id": "TMX7315120208-000056_pano_0000_000826", "timestamp": "2016-05-24T11:21:57.667590Z", "filename": "pano_0000_000826.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 10.17791867, "relative_pitch": 77.61173099823225, "relative_heading": 224.88485648699094, "relative_elevation": 46.3370632743463 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000322/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000322/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000322/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000322/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000322/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000322/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000322/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000322/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000322/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92314043848065, 52.3725822092488, 46.6470505241305 ] }, "distance": 10.49, "direction": 219.85, "angle": 77.33, "elevation": 46.65, "pano_id": "TMX7316010203-002048_pano_0001_000322", "timestamp": "2021-03-18T12:22:55.745610Z", "filename": "pano_0001_000322.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 10.49089891, "relative_pitch": 77.32509672120779, "relative_heading": 219.84695851280438, "relative_elevation": 46.6470505241305 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01093/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01093/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01093/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01093/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01093/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01093/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01093/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01093/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01093/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923125880849231, 52.37258808085978, 0.0 ] }, "distance": 10.69, "direction": 226.18, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01093", "timestamp": "2025-06-19T07:58:38Z", "filename": "recording_2025-06-19_07-14-50_01093.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 10.68985562, "relative_pitch": 0.0, "relative_heading": 226.1836147331303, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000850/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000850/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000850/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000850/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000850/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000850/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000850/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000850/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000850/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92335487317397, 52.3727268095552, 47.0062747765332 ] }, "distance": 11.26, "direction": 44.45, "angle": 76.53, "elevation": 47.01, "pano_id": "TMX7316010203-001195_pano_0001_000850", "timestamp": "2019-05-21T11:22:29.748340Z", "filename": "pano_0001_000850.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 11.25642985, "relative_pitch": 76.53317071109511, "relative_heading": 44.44779531961037, "relative_elevation": 47.0062747765332 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002560/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002560/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002560/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002560/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002560/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002560/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002560/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002560/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002560/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92337082140877, 52.3727311021273, 46.9621897852048 ] }, "distance": 12.37, "direction": 46.49, "angle": 75.25, "elevation": 46.96, "pano_id": "TMX7316010203-001051_pano_0001_002560", "timestamp": "2019-01-14T08:58:12.681410Z", "filename": "pano_0001_002560.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 12.36588805, "relative_pitch": 75.2479744675155, "relative_heading": 46.49119274423201, "relative_elevation": 46.9621897852048 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003246/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003246/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003246/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003246/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003246/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003246/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003246/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003246/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003246/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92311031618499, 52.3725746036288, 46.2707912344486 ] }, "distance": 12.5, "direction": 224.59, "angle": 74.88, "elevation": 46.27, "pano_id": "TMX7316010203-002546_pano_0002_003246", "timestamp": "2022-04-26T09:52:53.369330Z", "filename": "pano_0002_003246.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 12.49789794, "relative_pitch": 74.88490328745239, "relative_heading": 224.58721974957746, "relative_elevation": 46.2707912344486 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002156/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002156/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002156/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002156/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_002156/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002156/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002156/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002156/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002156/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92338825631321, 52.3727206481718, 46.3591278539971 ] }, "distance": 12.54, "direction": 54.11, "angle": 74.87, "elevation": 46.36, "pano_id": "TMX7316010203-001669_pano_0000_002156", "timestamp": "2020-04-22T10:42:29.872440Z", "filename": "pano_0000_002156.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 12.53677317, "relative_pitch": 74.8676090474474, "relative_heading": 54.10552025897244, "relative_elevation": 46.3591278539971 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002161/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002161/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002161/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002161/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_002161/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002161/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002161/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002161/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002161/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92311774875554, 52.3725694012382, 46.1705534318462 ] }, "distance": 12.58, "direction": 221.09, "angle": 74.76, "elevation": 46.17, "pano_id": "TMX7316010203-001669_pano_0000_002161", "timestamp": "2020-04-22T10:42:34.442410Z", "filename": "pano_0000_002161.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 12.57822366, "relative_pitch": 74.76075914307742, "relative_heading": 221.09174623520627, "relative_elevation": 46.1705534318462 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003241/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003241/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003241/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003241/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003241/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003241/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003241/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003241/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003241/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92338652647418, 52.3727230076134, 46.4576666383073 ] }, "distance": 12.6, "direction": 52.82, "angle": 74.83, "elevation": 46.46, "pano_id": "TMX7316010203-002546_pano_0002_003241", "timestamp": "2022-04-26T09:52:49.859390Z", "filename": "pano_0002_003241.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 12.59841282, "relative_pitch": 74.82740222802023, "relative_heading": 52.82400618641082, "relative_elevation": 46.4576666383073 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002565/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002565/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002565/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002565/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002565/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002565/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002565/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002565/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002565/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92310679438435, 52.3725699654356, 46.8290171949193 ] }, "distance": 13.04, "direction": 223.75, "angle": 74.45, "elevation": 46.83, "pano_id": "TMX7316010203-001051_pano_0001_002565", "timestamp": "2019-01-14T08:58:17.241370Z", "filename": "pano_0001_002565.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 13.03524934, "relative_pitch": 74.44501055452474, "relative_heading": 223.74552802227112, "relative_elevation": 46.8290171949193 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000366/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000366/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000366/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000366/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000366/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000366/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000366/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000366/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000366/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92338674411378, 52.3727386139319, 46.0796178542078 ] }, "distance": 13.73, "direction": 47.08, "angle": 73.41, "elevation": 46.08, "pano_id": "TMX7316010203-000247_pano_0000_000366", "timestamp": "2017-04-05T14:01:00.746060Z", "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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 13.72858124, "relative_pitch": 73.40953492376194, "relative_heading": 47.07699934542498, "relative_elevation": 46.0796178542078 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000855/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000855/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000855/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000855/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000855/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000855/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000855/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000855/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000855/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92308784027209, 52.3725677918992, 46.7328877700493 ] }, "distance": 14.12, "direction": 226.85, "angle": 73.18, "elevation": 46.73, "pano_id": "TMX7316010203-001195_pano_0001_000855", "timestamp": "2019-05-21T11:22:35.118320Z", "filename": "pano_0001_000855.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 14.12332188, "relative_pitch": 73.18446046219469, "relative_heading": 226.85187166539808, "relative_elevation": 46.7328877700493 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000821/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000821/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000821/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000821/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000821/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000821/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000821/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000821/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000821/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92339161041042, 52.3727514707385, 46.4336710153148 ] }, "distance": 14.97, "direction": 43.93, "angle": 72.13, "elevation": 46.43, "pano_id": "TMX7315120208-000056_pano_0000_000821", "timestamp": "2016-05-24T11:21:53.427620Z", "filename": "pano_0000_000821.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 14.96813729, "relative_pitch": 72.13300157258195, "relative_heading": 43.92927991922114, "relative_elevation": 46.4336710153148 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00017/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00017/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00017/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00017/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track17_Sphere_00017/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00017/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00017/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00017/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00017/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92308393661808, 52.37255914685976, 0.0 ] }, "distance": 14.98, "direction": 224.86, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track17_Sphere_00017", "timestamp": "2025-01-30T09:37:46Z", "filename": "Job_20250130_0915_Track17_Sphere_00017.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 14.98420023, "relative_pitch": 0.0, "relative_heading": 224.86304591502187, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000827/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000827/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000827/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000827/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000827/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000827/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000827/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000827/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000827/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92308153168277, 52.3725576840002, 46.3348772926256 ] }, "distance": 15.22, "direction": 224.87, "angle": 71.82, "elevation": 46.33, "pano_id": "TMX7315120208-000056_pano_0000_000827", "timestamp": "2016-05-24T11:21:58.377590Z", "filename": "pano_0000_000827.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 15.21511805, "relative_pitch": 71.82122136747806, "relative_heading": 224.86782291878401, "relative_elevation": 46.3348772926256 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track15_Sphere_00024/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track15_Sphere_00024/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track15_Sphere_00024/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track15_Sphere_00024/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track15_Sphere_00024/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track15_Sphere_00024/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track15_Sphere_00024/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track15_Sphere_00024/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track15_Sphere_00024/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923400504352417, 52.372751357735055, 0.0 ] }, "distance": 15.39, "direction": 45.59, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track15_Sphere_00024", "timestamp": "2025-01-30T09:35:33Z", "filename": "Job_20250130_0915_Track15_Sphere_00024.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 15.38575665, "relative_pitch": 0.0, "relative_heading": 45.58655301221836, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000849/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000849/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000849/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000849/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000849/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000849/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000849/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000849/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000849/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92342448072854, 52.3727341605289, 47.0471702842042 ] }, "distance": 15.42, "direction": 54.95, "angle": 71.85, "elevation": 47.05, "pano_id": "TMX7316010203-001195_pano_0001_000849", "timestamp": "2019-05-21T11:22:28.468390Z", "filename": "pano_0001_000849.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 15.41860369, "relative_pitch": 71.85465978548669, "relative_heading": 54.95427616425695, "relative_elevation": 47.0471702842042 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000323/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000323/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000323/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000323/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000323/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000323/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000323/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000323/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000323/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92308748070831, 52.3725498303546, 46.6336037209257 ] }, "distance": 15.57, "direction": 221.54, "angle": 71.53, "elevation": 46.63, "pano_id": "TMX7316010203-002048_pano_0001_000323", "timestamp": "2021-03-18T12:22:56.910420Z", "filename": "pano_0001_000323.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 15.57489525, "relative_pitch": 71.53148570644048, "relative_heading": 221.54157761483853, "relative_elevation": 46.6336037209257 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000369/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000369/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000369/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000369/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000369/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000369/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000369/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000369/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000369/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92308851657788, 52.3725479812898, 45.856303117238 ] }, "distance": 15.68, "direction": 220.85, "angle": 71.12, "elevation": 45.86, "pano_id": "TMX7316010203-000247_pano_0000_000369", "timestamp": "2017-04-05T14:01:04.871010Z", "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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 15.68325316, "relative_pitch": 71.11886738931625, "relative_heading": 220.85016297500232, "relative_elevation": 45.856303117238 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01094/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01094/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01094/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01094/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01094/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01094/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01094/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01094/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01094/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923073998591983, 52.37255602512758, 0.0 ] }, "distance": 15.71, "direction": 225.72, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01094", "timestamp": "2025-06-19T07:58:39Z", "filename": "recording_2025-06-19_07-14-50_01094.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 15.70962168, "relative_pitch": 0.0, "relative_heading": 225.719091204008, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000259/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000259/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000259/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000259/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000259/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000259/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000259/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000259/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000259/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92342580518684, 52.3727468410308, 46.505077666603 ] }, "distance": 16.34, "direction": 51.08, "angle": 70.64, "elevation": 46.51, "pano_id": "TMX7315120208-000054_pano_0001_000259", "timestamp": "2016-05-19T12:30:28.747360Z", "filename": "pano_0001_000259.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 16.33999469, "relative_pitch": 70.64059698513051, "relative_heading": 51.082304308119134, "relative_elevation": 46.505077666603 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000317/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000317/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000317/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000317/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000317/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000317/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000317/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000317/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000317/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92338637848454, 52.3727705391818, 47.0478498497978 ] }, "distance": 16.34, "direction": 37.86, "angle": 70.85, "elevation": 47.05, "pano_id": "TMX7316010203-002048_pano_0001_000317", "timestamp": "2021-03-18T12:22:34.770550Z", "filename": "pano_0001_000317.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 16.34075662, "relative_pitch": 70.84675733728133, "relative_heading": 37.856593115196745, "relative_elevation": 47.0478498497978 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003200/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003200/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003200/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003200/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003200/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003200/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003200/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003200/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003200/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92339148431644, 52.3727695892095, 46.5531644076109 ] }, "distance": 16.47, "direction": 39.04, "angle": 70.51, "elevation": 46.55, "pano_id": "TMX7316010203-002546_pano_0002_003200", "timestamp": "2022-04-26T09:51:53.409780Z", "filename": "pano_0002_003200.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 16.4741956, "relative_pitch": 70.5121887977554, "relative_heading": 39.03717570743281, "relative_elevation": 46.5531644076109 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002155/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002155/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002155/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002155/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_002155/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002155/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002155/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002155/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002155/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92345772093254, 52.3727211998554, 46.3673597974703 ] }, "distance": 16.63, "direction": 63.53, "angle": 70.27, "elevation": 46.37, "pano_id": "TMX7316010203-001669_pano_0000_002155", "timestamp": "2020-04-22T10:42:28.502430Z", "filename": "pano_0000_002155.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 16.62993524, "relative_pitch": 70.2693196698459, "relative_heading": 63.53311015712084, "relative_elevation": 46.3673597974703 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000316/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000316/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000316/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000316/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000316/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000316/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000316/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000316/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000316/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92344092203118, 52.3727388332595, 47.0267674410716 ] }, "distance": 16.64, "direction": 55.7, "angle": 70.52, "elevation": 47.03, "pano_id": "TMX7316010203-002048_pano_0001_000316", "timestamp": "2021-03-18T12:22:33.200620Z", "filename": "pano_0001_000316.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 16.63533349, "relative_pitch": 70.51918418368962, "relative_heading": 55.70275639466136, "relative_elevation": 47.0267674410716 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01066/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01066/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01066/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01066/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01066/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01066/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01066/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01066/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01066/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923401646481804, 52.37276711763145, 0.0 ] }, "distance": 16.71, "direction": 41.47, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01066", "timestamp": "2025-06-19T07:57:41Z", "filename": "recording_2025-06-19_07-14-50_01066.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 16.71160433, "relative_pitch": 0.0, "relative_heading": 41.47489170950194, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002120/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002120/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002120/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002120/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_002120/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002120/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002120/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002120/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002120/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92336809543813, 52.3727828945833, 46.4031195035204 ] }, "distance": 16.76, "direction": 31.6, "angle": 70.14, "elevation": 46.4, "pano_id": "TMX7316010203-001669_pano_0000_002120", "timestamp": "2020-04-22T10:41:41.377640Z", "filename": "pano_0000_002120.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 16.76195256, "relative_pitch": 70.13902884188495, "relative_heading": 31.59958724078333, "relative_elevation": 46.4031195035204 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003240/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003240/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003240/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003240/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003240/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003240/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003240/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003240/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003240/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92346132031025, 52.3727209336858, 46.4538123626262 ] }, "distance": 16.84, "direction": 64.0, "angle": 70.08, "elevation": 46.45, "pano_id": "TMX7316010203-002546_pano_0002_003240", "timestamp": "2022-04-26T09:52:48.784370Z", "filename": "pano_0002_003240.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 16.8367302, "relative_pitch": 70.0774464832631, "relative_heading": 63.99513380292647, "relative_elevation": 46.4538123626262 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00010/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00010/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00010/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00010/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track17_Sphere_00010/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00010/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00010/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00010/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00010/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923335594592014, 52.37279532290967, 0.0 ] }, "distance": 16.98, "direction": 22.76, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track17_Sphere_00010", "timestamp": "2025-01-30T09:37:36Z", "filename": "Job_20250130_0915_Track17_Sphere_00010.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 16.98178358, "relative_pitch": 0.0, "relative_heading": 22.758689696646012, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000833/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000833/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000833/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000833/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000833/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000833/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000833/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000833/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000833/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92338232308527, 52.3727823826779, 46.9840468997136 ] }, "distance": 17.24, "direction": 34.44, "angle": 69.85, "elevation": 46.98, "pano_id": "TMX7316010203-001195_pano_0001_000833", "timestamp": "2019-05-21T11:21:54.188620Z", "filename": "pano_0001_000833.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 17.24238837, "relative_pitch": 69.84767658880672, "relative_heading": 34.44242994360699, "relative_elevation": 46.9840468997136 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002559/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002559/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002559/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002559/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002559/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002559/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002559/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002559/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002559/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92342354321903, 52.3727635923288, 46.9760018577799 ] }, "distance": 17.46, "direction": 46.0, "angle": 69.61, "elevation": 46.98, "pano_id": "TMX7316010203-001051_pano_0001_002559", "timestamp": "2019-01-14T08:58:11.601430Z", "filename": "pano_0001_002559.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 17.45976975, "relative_pitch": 69.611196507523, "relative_heading": 45.99883466704867, "relative_elevation": 46.9760018577799 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000260/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000260/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000260/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000260/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000260/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000260/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000260/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000260/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000260/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92347524086117, 52.3727176479067, 46.4334966214374 ] }, "distance": 17.54, "direction": 66.43, "angle": 69.3, "elevation": 46.43, "pano_id": "TMX7315120208-000054_pano_0001_000260", "timestamp": "2016-05-19T12:30:29.992380Z", "filename": "pano_0001_000260.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 17.54430993, "relative_pitch": 69.30156170929575, "relative_heading": 66.42653278415901, "relative_elevation": 46.4334966214374 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003247/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003247/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003247/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003247/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003247/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003247/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003247/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003247/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003247/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92305733384977, 52.3725425913676, 46.2560354527086 ] }, "distance": 17.57, "direction": 224.81, "angle": 69.2, "elevation": 46.26, "pano_id": "TMX7316010203-002546_pano_0002_003247", "timestamp": "2022-04-26T09:52:53.934300Z", "filename": "pano_0002_003247.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 17.56803506, "relative_pitch": 69.20323069520686, "relative_heading": 224.81314071927852, "relative_elevation": 46.2560354527086 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01067/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01067/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01067/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01067/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01067/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01067/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01067/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01067/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01067/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923347960976622, 52.37279793284627, 0.0 ] }, "distance": 17.59, "direction": 24.92, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01067", "timestamp": "2025-06-19T07:57:42Z", "filename": "recording_2025-06-19_07-14-50_01067.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 17.58795799, "relative_pitch": 0.0, "relative_heading": 24.923282666870247, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002162/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002162/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002162/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002162/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_002162/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002162/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002162/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002162/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002162/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92306436509377, 52.3725373641665, 46.1645218636841 ] }, "distance": 17.66, "direction": 222.38, "angle": 69.07, "elevation": 46.16, "pano_id": "TMX7316010203-001669_pano_0000_002162", "timestamp": "2020-04-22T10:42:35.122400Z", "filename": "pano_0000_002162.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 17.65907868, "relative_pitch": 69.0669033587103, "relative_heading": 222.38008475594503, "relative_elevation": 46.1645218636841 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003199/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003199/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003199/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003199/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003199/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003199/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003199/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003199/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003199/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92334099391816, 52.3728018108844, 46.589580822736 ] }, "distance": 17.79, "direction": 22.95, "angle": 69.1, "elevation": 46.59, "pano_id": "TMX7316010203-002546_pano_0002_003199", "timestamp": "2022-04-26T09:51:51.154770Z", "filename": "pano_0002_003199.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 17.78987627, "relative_pitch": 69.10102462994575, "relative_heading": 22.951320121286063, "relative_elevation": 46.589580822736 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000304/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000304/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000304/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000304/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000304/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000304/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000304/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000304/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000304/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92332204187425, 52.372807549552, 46.8709746366367 ] }, "distance": 17.93, "direction": 18.35, "angle": 69.06, "elevation": 46.87, "pano_id": "TMX7316010203-002048_pano_0001_000304", "timestamp": "2021-03-18T12:21:58.160890Z", "filename": "pano_0001_000304.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 17.9322801, "relative_pitch": 69.06374092424606, "relative_heading": 18.353154839333452, "relative_elevation": 46.8709746366367 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002566/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002566/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002566/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002566/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002566/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002566/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002566/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002566/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002566/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92305335418749, 52.3725378680808, 46.837406784296 ] }, "distance": 18.13, "direction": 224.25, "angle": 68.84, "elevation": 46.84, "pano_id": "TMX7316010203-001051_pano_0001_002566", "timestamp": "2019-01-14T08:58:18.091370Z", "filename": "pano_0001_002566.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 18.13279124, "relative_pitch": 68.83641867017971, "relative_heading": 224.25022263266257, "relative_elevation": 46.837406784296 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000235/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000235/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000235/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000235/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000235/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000235/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000235/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000235/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000235/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92335154702867, 52.3728027123547, 49.5918015260249 ] }, "distance": 18.17, "direction": 24.91, "angle": 69.87, "elevation": 49.59, "pano_id": "TMX7315120208-000054_pano_0001_000235", "timestamp": "2016-05-19T12:29:41.352790Z", "filename": "pano_0001_000235.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 18.17318713, "relative_pitch": 69.87436371361802, "relative_heading": 24.914984241300484, "relative_elevation": 49.5918015260249 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track16_Sphere_00007/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track16_Sphere_00007/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track16_Sphere_00007/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track16_Sphere_00007/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track16_Sphere_00007/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track16_Sphere_00007/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track16_Sphere_00007/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track16_Sphere_00007/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track16_Sphere_00007/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92347672473804, 52.372730912670896, 0.0 ] }, "distance": 18.27, "direction": 62.31, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track16_Sphere_00007", "timestamp": "2025-01-30T09:36:20Z", "filename": "Job_20250130_0915_Track16_Sphere_00007.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 18.27442279, "relative_pitch": 0.0, "relative_heading": 62.30810528923347, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000848/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000848/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000848/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000848/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000848/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000848/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000848/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000848/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000848/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92348803403535, 52.3727177050616, 47.0501355789602 ] }, "distance": 18.35, "direction": 67.5, "angle": 68.7, "elevation": 47.05, "pano_id": "TMX7316010203-001195_pano_0001_000848", "timestamp": "2019-05-21T11:22:27.103390Z", "filename": "pano_0001_000848.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 18.34863669, "relative_pitch": 68.69518478933395, "relative_heading": 67.4964669442384, "relative_elevation": 47.0501355789602 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000315/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000315/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000315/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000315/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000315/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000315/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000315/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000315/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000315/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92349530055286, 52.3727068873548, 46.9869439359754 ] }, "distance": 18.39, "direction": 71.55, "angle": 68.62, "elevation": 46.99, "pano_id": "TMX7316010203-002048_pano_0001_000315", "timestamp": "2021-03-18T12:22:31.815550Z", "filename": "pano_0001_000315.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 18.39124426, "relative_pitch": 68.6240389241008, "relative_heading": 71.55450913526933, "relative_elevation": 46.9869439359754 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01052/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01052/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01052/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01052/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01052/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01052/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01052/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01052/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01052/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923485047609863, 52.37272419550948, 0.0 ] }, "distance": 18.45, "direction": 65.18, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01052", "timestamp": "2025-06-19T07:57:07Z", "filename": "recording_2025-06-19_07-14-50_01052.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 18.45219918, "relative_pitch": 0.0, "relative_heading": 65.18230991923355, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002119/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002119/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002119/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002119/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_002119/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002119/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002119/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002119/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002119/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92331693945076, 52.3728163345458, 46.2971049817279 ] }, "distance": 18.76, "direction": 16.41, "angle": 67.94, "elevation": 46.3, "pano_id": "TMX7316010203-001669_pano_0000_002119", "timestamp": "2020-04-22T10:41:39.257660Z", "filename": "pano_0000_002119.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 18.76151875, "relative_pitch": 67.94015525121131, "relative_heading": 16.40551271329375, "relative_elevation": 46.2971049817279 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000832/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000832/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000832/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000832/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000832/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000832/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000832/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000832/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000832/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92333158299201, 52.3728136355813, 46.9300770396367 ] }, "distance": 18.78, "direction": 19.58, "angle": 68.19, "elevation": 46.93, "pano_id": "TMX7316010203-001195_pano_0001_000832", "timestamp": "2019-05-21T11:21:52.863690Z", "filename": "pano_0001_000832.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 18.78399403, "relative_pitch": 68.18600059069952, "relative_heading": 19.584069786212154, "relative_elevation": 46.9300770396367 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000318/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000318/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000318/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000318/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000318/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000318/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000318/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000318/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000318/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92350680713618, 52.3727023644305, 47.5473182797432 ] }, "distance": 18.99, "direction": 73.74, "angle": 68.23, "elevation": 47.55, "pano_id": "TMX7316010203-000247_pano_0000_000318", "timestamp": "2017-04-05T13:59:28.306810Z", "filename": "pano_0000_000318.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 18.98927454, "relative_pitch": 68.22940090936794, "relative_heading": 73.74371651406246, "relative_elevation": 47.5473182797432 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000316/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000316/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000316/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000316/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000316/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000316/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000316/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000316/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000316/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92330605449037, 52.3728204911913, 47.5240157358348 ] }, "distance": 19.01, "direction": 13.87, "angle": 68.19, "elevation": 47.52, "pano_id": "TMX7316010203-000247_pano_0000_000316", "timestamp": "2017-04-05T13:59:24.456840Z", "filename": "pano_0000_000316.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 19.01448051, "relative_pitch": 68.19352479700937, "relative_heading": 13.868162413186372, "relative_elevation": 47.5240157358348 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00009/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00009/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00009/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00009/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track17_Sphere_00009/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00009/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00009/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00009/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00009/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923294543967354, 52.37282412941545, 0.0 ] }, "distance": 19.24, "direction": 11.31, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track17_Sphere_00009", "timestamp": "2025-01-30T09:37:33Z", "filename": "Job_20250130_0915_Track17_Sphere_00009.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 19.23876657, "relative_pitch": 0.0, "relative_heading": 11.311710815356594, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000856/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000856/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000856/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000856/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000856/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000856/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000856/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000856/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000856/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92303528255025, 52.3725348292645, 46.7128225639462 ] }, "distance": 19.24, "direction": 226.17, "angle": 67.61, "elevation": 46.71, "pano_id": "TMX7316010203-001195_pano_0001_000856", "timestamp": "2019-05-21T11:22:36.083330Z", "filename": "pano_0001_000856.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 19.2446756, "relative_pitch": 67.60939516599359, "relative_heading": 226.17288133985537, "relative_elevation": 46.7128225639462 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000234/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000234/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000234/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000234/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000234/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000234/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000234/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000234/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000234/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92341750029525, 52.3727899767248, 49.6005390128121 ] }, "distance": 19.35, "direction": 38.88, "angle": 68.69, "elevation": 49.6, "pano_id": "TMX7315120208-000054_pano_0001_000234", "timestamp": "2016-05-19T12:29:39.812750Z", "filename": "pano_0001_000234.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 19.35233287, "relative_pitch": 68.68607271548667, "relative_heading": 38.88152573801243, "relative_elevation": 49.6005390128121 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002154/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002154/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002154/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002154/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_002154/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002154/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_002154/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002154/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_002154/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92351693777894, 52.372698992069, 46.2654445497319 ] }, "distance": 19.55, "direction": 75.37, "angle": 67.09, "elevation": 46.27, "pano_id": "TMX7316010203-001669_pano_0000_002154", "timestamp": "2020-04-22T10:42:27.072450Z", "filename": "pano_0000_002154.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 19.55443585, "relative_pitch": 67.0882867503343, "relative_heading": 75.36541885232566, "relative_elevation": 46.2654445497319 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000261/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000261/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000261/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000261/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000261/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000261/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000261/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000261/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000261/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92352317040348, 52.372688439622, 46.2755337692797 ] }, "distance": 19.71, "direction": 78.98, "angle": 66.93, "elevation": 46.28, "pano_id": "TMX7315120208-000054_pano_0001_000261", "timestamp": "2016-05-19T12:30:31.542350Z", "filename": "pano_0001_000261.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 19.70774105, "relative_pitch": 66.93190236101448, "relative_heading": 78.98263157690056, "relative_elevation": 46.2755337692797 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01068/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01068/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01068/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01068/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01068/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01068/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01068/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01068/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01068/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923294451603167, 52.372828748726825, 0.0 ] }, "distance": 19.74, "direction": 11.0, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01068", "timestamp": "2025-06-19T07:57:43Z", "filename": "recording_2025-06-19_07-14-50_01068.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 19.74184887, "relative_pitch": 0.0, "relative_heading": 11.001196753927175, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000236/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000236/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000236/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000236/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000236/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000236/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000236/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000236/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000236/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92329631019495, 52.3728287658123, 49.4805325027555 ] }, "distance": 19.77, "direction": 11.36, "angle": 68.22, "elevation": 49.48, "pano_id": "TMX7315120208-000054_pano_0001_000236", "timestamp": "2016-05-19T12:29:42.522790Z", "filename": "pano_0001_000236.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 19.76825888, "relative_pitch": 68.22250620825783, "relative_heading": 11.360285128638086, "relative_elevation": 49.4805325027555 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00018/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00018/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00018/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00018/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track17_Sphere_00018/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00018/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00018/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00018/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track17_Sphere_00018/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923032768675371, 52.37252899929961, 0.0 ] }, "distance": 19.82, "direction": 225.16, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track17_Sphere_00018", "timestamp": "2025-01-30T09:37:47Z", "filename": "Job_20250130_0915_Track17_Sphere_00018.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 19.82050744, "relative_pitch": 0.0, "relative_heading": 225.16266462918549, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01051/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01051/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01051/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01051/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01051/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01051/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01051/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01051/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01051/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923464655031875, 52.37276734644021, 0.0 ] }, "distance": 19.83, "direction": 50.76, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01051", "timestamp": "2025-06-19T07:57:06Z", "filename": "recording_2025-06-19_07-14-50_01051.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 19.83235591, "relative_pitch": 0.0, "relative_heading": 50.75545437497185, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003239/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003239/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003239/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003239/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003239/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003239/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003239/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003239/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003239/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92352436298574, 52.3726942972013, 46.3195039564744 ] }, "distance": 19.92, "direction": 77.19, "angle": 66.73, "elevation": 46.32, "pano_id": "TMX7316010203-002546_pano_0002_003239", "timestamp": "2022-04-26T09:52:47.554380Z", "filename": "pano_0002_003239.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 19.92181018, "relative_pitch": 66.72767748772405, "relative_heading": 77.1869328916657, "relative_elevation": 46.3195039564744 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000820/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000820/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000820/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000820/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000820/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000820/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000820/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000820/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000820/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92344418009956, 52.3727833317648, 46.3931132536381 ] }, "distance": 20.01, "direction": 44.27, "angle": 66.67, "elevation": 46.39, "pano_id": "TMX7315120208-000056_pano_0000_000820", "timestamp": "2016-05-24T11:21:52.402700Z", "filename": "pano_0000_000820.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 20.00573282, "relative_pitch": 66.67322984689875, "relative_heading": 44.26976496797062, "relative_elevation": 46.3931132536381 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003198/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003198/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003198/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003198/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003198/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003198/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003198/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003198/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003198/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92329151703738, 52.3728317399535, 46.5651030903682 ] }, "distance": 20.03, "direction": 10.26, "angle": 66.72, "elevation": 46.57, "pano_id": "TMX7316010203-002546_pano_0002_003198", "timestamp": "2022-04-26T09:51:49.309830Z", "filename": "pano_0002_003198.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 20.03212311, "relative_pitch": 66.72281619571122, "relative_heading": 10.258366146695954, "relative_elevation": 46.5651030903682 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track16_Sphere_00006/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track16_Sphere_00006/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track16_Sphere_00006/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track16_Sphere_00006/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track16_Sphere_00006/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track16_Sphere_00006/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track16_Sphere_00006/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track16_Sphere_00006/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track16_Sphere_00006/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923522715244028, 52.372702925350794, 0.0 ] }, "distance": 20.05, "direction": 74.44, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track16_Sphere_00006", "timestamp": "2025-01-30T09:36:18Z", "filename": "Job_20250130_0915_Track16_Sphere_00006.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 20.04834903, "relative_pitch": 0.0, "relative_heading": 74.43924901475577, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01053/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01053/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01053/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01053/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01053/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01053/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01053/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01053/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01053/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92352989638192, 52.37268883380838, 0.0 ] }, "distance": 20.17, "direction": 79.11, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01053", "timestamp": "2025-06-19T07:57:09Z", "filename": "recording_2025-06-19_07-14-50_01053.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 20.16581103, "relative_pitch": 0.0, "relative_heading": 79.10902686823738, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track15_Sphere_00023/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track15_Sphere_00023/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track15_Sphere_00023/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track15_Sphere_00023/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track15_Sphere_00023/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track15_Sphere_00023/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track15_Sphere_00023/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track15_Sphere_00023/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track15_Sphere_00023/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923449053935066, 52.37278339128146, 0.0 ] }, "distance": 20.24, "direction": 44.93, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track15_Sphere_00023", "timestamp": "2025-01-30T09:35:31Z", "filename": "Job_20250130_0915_Track15_Sphere_00023.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 20.24352248, "relative_pitch": 0.0, "relative_heading": 44.929427455738214, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000828/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000828/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000828/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000828/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000828/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000828/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000828/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000828/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000828/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92302980677966, 52.3725253252939, 46.3505339147523 ] }, "distance": 20.25, "direction": 224.74, "angle": 66.4, "elevation": 46.35, "pano_id": "TMX7315120208-000056_pano_0000_000828", "timestamp": "2016-05-24T11:21:59.107580Z", "filename": "pano_0000_000828.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 20.25235073, "relative_pitch": 66.39761221810478, "relative_heading": 224.7449039243778, "relative_elevation": 46.3505339147523 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000324/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000324/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000324/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000324/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000324/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000324/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000324/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000324/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000324/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92303391388039, 52.3725179163147, 46.6335670500994 ] }, "distance": 20.66, "direction": 222.58, "angle": 66.11, "elevation": 46.63, "pano_id": "TMX7316010203-002048_pano_0001_000324", "timestamp": "2021-03-18T12:22:58.075360Z", "filename": "pano_0001_000324.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 20.65568889, "relative_pitch": 66.10971950883545, "relative_heading": 222.58348385482063, "relative_elevation": 46.6335670500994 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01095/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01095/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01095/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01095/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_01095/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01095/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_01095/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01095/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_01095/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923022739334804, 52.3725233786268, 0.0 ] }, "distance": 20.75, "direction": 225.27, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_01095", "timestamp": "2025-06-19T07:58:41Z", "filename": "recording_2025-06-19_07-14-50_01095.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 20.74590365, "relative_pitch": 0.0, "relative_heading": 225.26795348072474, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000303/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000303/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000303/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000303/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000303/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000303/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000303/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000303/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000303/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92326618779616, 52.3728412491158, 46.8656860748306 ] }, "distance": 20.85, "direction": 5.07, "angle": 66.01, "elevation": 46.87, "pano_id": "TMX7316010203-002048_pano_0001_000303", "timestamp": "2021-03-18T12:21:54.970970Z", "filename": "pano_0001_000303.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 20.85158327, "relative_pitch": 66.01465779921108, "relative_heading": 5.069115931394631, "relative_elevation": 46.8656860748306 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track17_Sphere_00014/adjacencies/b_20250130_0915_Track17_Sphere_00014/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000847/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000847/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000847/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000847/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000847/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000847/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000847/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000847/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000847/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92354011894432, 52.372689377142, 46.9824215117842 ] }, "distance": 20.86, "direction": 79.31, "angle": 66.06, "elevation": 46.98, "pano_id": "TMX7316010203-001195_pano_0001_000847", "timestamp": "2019-05-21T11:22:25.803420Z", "filename": "pano_0001_000847.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_20250130_0915_Track17_Sphere_00014", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123403.922088796, 487298.7344602859 ] }, "relative_distance": 20.86103953, "relative_pitch": 66.0579187877273, "relative_heading": 79.30724904445795, "relative_elevation": 46.9824215117842 } ] } }