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_Track11_Sphere_00039/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00039/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00039/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00039/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00039/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track11_Sphere_00039/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00039/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00039/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922987754491995, 52.37204975186902, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track11_Sphere_00039", "timestamp": "2025-01-30T09:29:09Z", "filename": "Job_20250130_0915_Track11_Sphere_00039.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "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_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000175/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000175/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000175/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000175/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000175/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000175/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000175/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000175/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000175/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92299049315207, 52.3720513160795, 46.397779061459 ] }, "distance": 0.26, "direction": 46.98, "angle": 89.68, "elevation": 46.4, "pano_id": "TMX7316010203-002048_pano_0001_000175", "timestamp": "2021-03-18T12:18:01.207860Z", "filename": "pano_0001_000175.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 0.25512024, "relative_pitch": 89.68495979752716, "relative_heading": 46.98003232581873, "relative_elevation": 46.397779061459 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000657/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000657/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000657/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000657/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000657/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000657/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000657/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000657/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000657/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92299740593009, 52.3720526595047, 46.8029648205265 ] }, "distance": 0.73, "direction": 63.79, "angle": 89.1, "elevation": 46.8, "pano_id": "TMX7316010203-001195_pano_0001_000657", "timestamp": "2019-05-21T11:16:47.496020Z", "filename": "pano_0001_000657.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 0.73264429, "relative_pitch": 89.10317652675454, "relative_heading": 63.793136201784044, "relative_elevation": 46.8029648205265 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003048/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003048/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003048/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003048/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003048/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003048/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003048/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003048/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003048/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9230081816624, 52.3720568702701, 48.3327096113935 ] }, "distance": 1.6, "direction": 60.35, "angle": 88.1, "elevation": 48.33, "pano_id": "TMX7316010203-002546_pano_0002_003048", "timestamp": "2022-04-26T09:49:08.771010Z", "filename": "pano_0002_003048.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 1.60092397, "relative_pitch": 88.1028859267252, "relative_heading": 60.345129451865134, "relative_elevation": 48.3327096113935 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000120/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000120/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000120/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000120/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000120/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000120/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000120/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000120/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000120/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92296712817483, 52.3720413970346, 48.5026621967554 ] }, "distance": 1.68, "direction": 236.5, "angle": 88.01, "elevation": 48.5, "pano_id": "TMX7315120208-000054_pano_0001_000120", "timestamp": "2016-05-19T12:26:31.129310Z", "filename": "pano_0001_000120.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 1.68456804, "relative_pitch": 88.01083376907825, "relative_heading": 236.50392887134487, "relative_elevation": 48.5026621967554 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00897/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00897/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00897/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00897/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_00897/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00897/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00897/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00897/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00897/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922967909042163, 52.37203780132147, 0.0 ] }, "distance": 1.9, "direction": 225.47, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_00897", "timestamp": "2025-06-19T07:50:06Z", "filename": "recording_2025-06-19_07-14-50_00897.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 1.89610497, "relative_pitch": 0.0, "relative_heading": 225.4664189163297, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000757/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000757/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000757/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000757/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000757/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000757/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000757/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000757/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000757/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92300918005572, 52.3720645036142, 46.4888966679573 ] }, "distance": 2.2, "direction": 41.64, "angle": 87.3, "elevation": 46.49, "pano_id": "TMX7315120208-000056_pano_0000_000757", "timestamp": "2016-05-24T11:20:18.183520Z", "filename": "pano_0000_000757.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 2.19632927, "relative_pitch": 87.29511978014341, "relative_heading": 41.63609132014977, "relative_elevation": 46.4888966679573 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002463/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002463/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002463/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002463/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002463/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002463/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002463/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002463/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002463/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92296289017248, 52.3720361931756, 46.3317817477509 ] }, "distance": 2.27, "direction": 228.3, "angle": 87.2, "elevation": 46.33, "pano_id": "TMX7316010203-001051_pano_0001_002463", "timestamp": "2019-01-14T08:56:04.352620Z", "filename": "pano_0001_002463.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 2.26804345, "relative_pitch": 87.1974816962427, "relative_heading": 228.30121855260361, "relative_elevation": 46.3317817477509 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001967/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001967/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001967/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001967/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001967/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001967/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001967/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001967/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001967/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92296282871372, 52.3720353135305, 46.4227107856423 ] }, "distance": 2.34, "direction": 226.58, "angle": 87.12, "elevation": 46.42, "pano_id": "TMX7316010203-001669_pano_0000_001967", "timestamp": "2020-04-22T10:38:31.528760Z", "filename": "pano_0000_001967.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 2.33733874, "relative_pitch": 87.11764669907417, "relative_heading": 226.57769284396028, "relative_elevation": 46.4227107856423 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002464/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002464/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002464/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002464/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002464/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002464/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002464/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002464/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002464/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92301345768279, 52.372067960306, 46.1975958188996 ] }, "distance": 2.68, "direction": 40.83, "angle": 86.68, "elevation": 46.2, "pano_id": "TMX7316010203-001051_pano_0001_002464", "timestamp": "2019-01-14T08:56:05.032770Z", "filename": "pano_0001_002464.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 2.677633, "relative_pitch": 86.68282265256319, "relative_heading": 40.82689569854686, "relative_elevation": 46.1975958188996 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001968/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001968/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001968/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001968/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001968/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001968/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001968/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001968/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001968/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92301321851202, 52.3720683048104, 46.3306408589706 ] }, "distance": 2.7, "direction": 40.03, "angle": 86.67, "elevation": 46.33, "pano_id": "TMX7316010203-001669_pano_0000_001968", "timestamp": "2020-04-22T10:38:32.383760Z", "filename": "pano_0000_001968.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 2.69624999, "relative_pitch": 86.66938129683639, "relative_heading": 40.03236717272594, "relative_elevation": 46.3306408589706 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000756/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000756/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000756/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000756/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000756/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000756/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000756/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000756/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000756/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92295802369623, 52.3720311342415, 46.6407087156549 ] }, "distance": 2.9, "direction": 224.35, "angle": 86.45, "elevation": 46.64, "pano_id": "TMX7315120208-000056_pano_0000_000756", "timestamp": "2016-05-24T11:20:17.283540Z", "filename": "pano_0000_000756.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 2.8968854, "relative_pitch": 86.44588665826436, "relative_heading": 224.34570822585013, "relative_elevation": 46.6407087156549 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00898/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00898/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00898/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00898/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_00898/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00898/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00898/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00898/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00898/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923019264264608, 52.372069639334654, 0.0 ] }, "distance": 3.08, "direction": 44.12, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_00898", "timestamp": "2025-06-19T07:50:07Z", "filename": "recording_2025-06-19_07-14-50_00898.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 3.08264752, "relative_pitch": 0.0, "relative_heading": 44.12039471772707, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000121/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000121/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000121/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000121/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000121/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000121/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000121/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000121/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000121/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92301938284542, 52.3720735196619, 48.4057076433674 ] }, "distance": 3.41, "direction": 39.16, "angle": 85.97, "elevation": 48.41, "pano_id": "TMX7315120208-000054_pano_0001_000121", "timestamp": "2016-05-19T12:26:31.954290Z", "filename": "pano_0001_000121.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 3.41099886, "relative_pitch": 85.96920850129607, "relative_heading": 39.16243533978677, "relative_elevation": 48.4057076433674 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003047/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003047/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003047/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003047/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003047/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003047/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003047/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003047/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003047/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92295663752921, 52.3720239548334, 48.4625187795609 ] }, "distance": 3.57, "direction": 216.44, "angle": 85.79, "elevation": 48.46, "pano_id": "TMX7316010203-002546_pano_0002_003047", "timestamp": "2022-04-26T09:49:08.051200Z", "filename": "pano_0002_003047.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 3.5681154, "relative_pitch": 85.78912224504636, "relative_heading": 216.4379874312777, "relative_elevation": 48.4625187795609 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000252/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000252/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000252/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000252/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000252/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000252/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000252/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000252/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000252/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92302373011099, 52.3720753447242, 46.435149166733 ] }, "distance": 3.76, "direction": 40.71, "angle": 85.37, "elevation": 46.44, "pano_id": "TMX7316010203-000247_pano_0000_000252", "timestamp": "2017-04-05T13:56:33.793170Z", "filename": "pano_0000_000252.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 3.75680806, "relative_pitch": 85.37459346257958, "relative_heading": 40.70782687480807, "relative_elevation": 46.435149166733 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000174/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000174/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000174/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000174/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000174/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000174/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000174/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000174/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000174/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92294272360599, 52.372019326607, 46.5939335254952 ] }, "distance": 4.57, "direction": 222.17, "angle": 84.4, "elevation": 46.59, "pano_id": "TMX7316010203-002048_pano_0001_000174", "timestamp": "2021-03-18T12:18:00.023090Z", "filename": "pano_0001_000174.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 4.56815318, "relative_pitch": 84.40051391998293, "relative_heading": 222.17304392345838, "relative_elevation": 46.5939335254952 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00038/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00038/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00038/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00038/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track11_Sphere_00038/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00038/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00038/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00038/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00038/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922937556224573, 52.37201961705213, 0.0 ] }, "distance": 4.79, "direction": 225.56, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track11_Sphere_00038", "timestamp": "2025-01-30T09:29:08Z", "filename": "Job_20250130_0915_Track11_Sphere_00038.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 4.78882204, "relative_pitch": 0.0, "relative_heading": 225.55527833143168, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00040/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00040/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00040/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00040/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track11_Sphere_00040/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00040/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00040/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00040/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00040/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923038960448387, 52.37208042088833, 0.0 ] }, "distance": 4.88, "direction": 45.62, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track11_Sphere_00040", "timestamp": "2025-01-30T09:29:10Z", "filename": "Job_20250130_0915_Track11_Sphere_00040.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 4.87944425, "relative_pitch": 0.0, "relative_heading": 45.621196502807514, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000176/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000176/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000176/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000176/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000176/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000176/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000176/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000176/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000176/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92303983888764, 52.3720827798108, 46.4544052118436 ] }, "distance": 5.11, "direction": 43.99, "angle": 83.73, "elevation": 46.45, "pano_id": "TMX7316010203-002048_pano_0001_000176", "timestamp": "2021-03-18T12:18:02.277840Z", "filename": "pano_0001_000176.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 5.10786903, "relative_pitch": 83.72527959029841, "relative_heading": 43.98590815548026, "relative_elevation": 46.4544052118436 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001049/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001049/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001049/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001049/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_001049/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_001049/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_001049/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001049/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001049/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92292781190021, 52.3720194396086, 47.0769692938775 ] }, "distance": 5.3, "direction": 230.44, "angle": 83.58, "elevation": 47.08, "pano_id": "TMX7316010203-001195_pano_0001_001049", "timestamp": "2019-05-21T11:29:13.740390Z", "filename": "pano_0001_001049.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 5.29565758, "relative_pitch": 83.58181595938615, "relative_heading": 230.43652652104862, "relative_elevation": 47.0769692938775 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000658/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000658/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000658/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000658/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000658/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000658/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000658/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000658/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000658/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92304949308112, 52.3720853180397, 46.7958059888333 ] }, "distance": 5.77, "direction": 46.73, "angle": 82.97, "elevation": 46.8, "pano_id": "TMX7316010203-001195_pano_0001_000658", "timestamp": "2019-05-21T11:16:48.585960Z", "filename": "pano_0001_000658.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 5.77436797, "relative_pitch": 82.96554704148457, "relative_heading": 46.73490698407985, "relative_elevation": 46.7958059888333 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000251/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000251/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000251/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000251/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000251/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000251/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000251/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000251/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000251/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92291837970511, 52.3720127210339, 46.6052246969193 ] }, "distance": 6.27, "direction": 228.91, "angle": 82.34, "elevation": 46.61, "pano_id": "TMX7316010203-000247_pano_0000_000251", "timestamp": "2017-04-05T13:56:31.993240Z", "filename": "pano_0000_000251.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 6.2693008, "relative_pitch": 82.33860475693263, "relative_heading": 228.90850185105396, "relative_elevation": 46.6052246969193 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003049/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003049/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003049/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003049/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003049/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003049/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003049/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003049/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003049/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92305991033058, 52.3720894969455, 48.3733080346137 ] }, "distance": 6.61, "direction": 48.01, "angle": 82.22, "elevation": 48.37, "pano_id": "TMX7316010203-002546_pano_0002_003049", "timestamp": "2022-04-26T09:49:09.415980Z", "filename": "pano_0002_003049.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 6.61136326, "relative_pitch": 82.21738872034184, "relative_heading": 48.014611081216735, "relative_elevation": 48.3733080346137 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000119/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000119/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000119/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000119/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000119/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000119/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000119/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000119/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000119/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92291505897726, 52.3720088349752, 48.6261681132019 ] }, "distance": 6.73, "direction": 227.4, "angle": 82.12, "elevation": 48.63, "pano_id": "TMX7315120208-000054_pano_0001_000119", "timestamp": "2016-05-19T12:26:30.294300Z", "filename": "pano_0001_000119.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 6.72630209, "relative_pitch": 82.12443571091565, "relative_heading": 227.39851282008266, "relative_elevation": 48.6261681132019 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00896/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00896/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00896/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00896/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_00896/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00896/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00896/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00896/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00896/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922913322007898, 52.37200749649643, 0.0 ] }, "distance": 6.91, "direction": 227.15, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_00896", "timestamp": "2025-06-19T07:50:05Z", "filename": "recording_2025-06-19_07-14-50_00896.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 6.91425936, "relative_pitch": 0.0, "relative_heading": 227.1536138204312, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002462/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002462/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002462/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002462/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002462/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002462/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002462/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002462/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002462/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92291233478895, 52.3720045745024, 46.391447076574 ] }, "distance": 7.19, "direction": 225.62, "angle": 81.19, "elevation": 46.39, "pano_id": "TMX7316010203-001051_pano_0001_002462", "timestamp": "2019-01-14T08:56:03.667560Z", "filename": "pano_0001_002462.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 7.18724776, "relative_pitch": 81.19339971912497, "relative_heading": 225.6175328825004, "relative_elevation": 46.391447076574 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000758/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000758/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000758/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000758/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000758/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000758/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000758/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000758/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000758/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9230598963574, 52.3720975042254, 46.5245250631124 ] }, "distance": 7.24, "direction": 42.76, "angle": 81.16, "elevation": 46.52, "pano_id": "TMX7315120208-000056_pano_0000_000758", "timestamp": "2016-05-24T11:20:18.998740Z", "filename": "pano_0000_000758.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 7.23711241, "relative_pitch": 81.15822864662903, "relative_heading": 42.75882524530088, "relative_elevation": 46.5245250631124 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001966/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001966/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001966/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001966/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001966/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001966/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001966/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001966/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001966/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9229130213265, 52.3720020951042, 46.512318039313 ] }, "distance": 7.35, "direction": 223.83, "angle": 81.02, "elevation": 46.51, "pano_id": "TMX7316010203-001669_pano_0000_001966", "timestamp": "2020-04-22T10:38:30.603760Z", "filename": "pano_0000_001966.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 7.35039845, "relative_pitch": 81.01974374822557, "relative_heading": 223.8253277556204, "relative_elevation": 46.512318039313 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002465/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002465/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002465/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002465/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002465/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002465/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002465/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002465/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002465/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92306402550205, 52.3720992666486, 46.205472284928 ] }, "distance": 7.57, "direction": 43.31, "angle": 80.69, "elevation": 46.21, "pano_id": "TMX7316010203-001051_pano_0001_002465", "timestamp": "2019-01-14T08:56:05.677550Z", "filename": "pano_0001_002465.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 7.57238401, "relative_pitch": 80.69281742373694, "relative_heading": 43.31372399184754, "relative_elevation": 46.205472284928 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001969/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001969/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001969/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001969/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001969/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001969/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001969/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001969/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001969/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92306531996142, 52.3721002469794, 46.3331852238625 ] }, "distance": 7.71, "direction": 43.23, "angle": 80.55, "elevation": 46.33, "pano_id": "TMX7316010203-001669_pano_0000_001969", "timestamp": "2020-04-22T10:38:33.153740Z", "filename": "pano_0000_001969.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 7.71224153, "relative_pitch": 80.54965709596017, "relative_heading": 43.23434441946921, "relative_elevation": 46.3331852238625 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000755/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000755/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000755/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000755/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000755/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000755/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000755/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000755/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000755/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92290650950596, 52.3719975646968, 46.7012915927917 ] }, "distance": 8.02, "direction": 223.62, "angle": 80.25, "elevation": 46.7, "pano_id": "TMX7315120208-000056_pano_0000_000755", "timestamp": "2016-05-24T11:20:16.323530Z", "filename": "pano_0000_000755.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 8.02125831, "relative_pitch": 80.25416048457552, "relative_heading": 223.61735539777138, "relative_elevation": 46.7012915927917 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00899/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00899/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00899/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00899/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_00899/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00899/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00899/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00899/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00899/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923071237307238, 52.37210138088233, 0.0 ] }, "distance": 8.08, "direction": 44.7, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_00899", "timestamp": "2025-06-19T07:50:09Z", "filename": "recording_2025-06-19_07-14-50_00899.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 8.08288081, "relative_pitch": 0.0, "relative_heading": 44.70318514524007, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000122/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000122/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000122/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000122/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000122/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000122/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000122/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000122/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000122/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9230718073349, 52.3721056448432, 48.3951904578134 ] }, "distance": 8.45, "direction": 42.63, "angle": 80.09, "elevation": 48.4, "pano_id": "TMX7315120208-000054_pano_0001_000122", "timestamp": "2016-05-19T12:26:32.734260Z", "filename": "pano_0001_000122.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 8.45297056, "relative_pitch": 80.09235100284826, "relative_heading": 42.62748975575385, "relative_elevation": 48.3951904578134 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003046/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003046/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003046/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003046/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003046/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003046/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003046/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003046/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003046/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92290416064764, 52.371991403953, 48.5372196799144 ] }, "distance": 8.64, "direction": 221.25, "angle": 79.91, "elevation": 48.54, "pano_id": "TMX7316010203-002546_pano_0002_003046", "timestamp": "2022-04-26T09:49:07.276010Z", "filename": "pano_0002_003046.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 8.63530231, "relative_pitch": 79.91200637351949, "relative_heading": 221.2473569063758, "relative_elevation": 48.5372196799144 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000173/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000173/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000173/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000173/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000173/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000173/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000173/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000173/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000173/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92289429516571, 52.3719873265849, 46.6479344675317 ] }, "distance": 9.42, "direction": 222.5, "angle": 78.58, "elevation": 46.65, "pano_id": "TMX7316010203-002048_pano_0001_000173", "timestamp": "2021-03-18T12:17:58.792900Z", "filename": "pano_0001_000173.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 9.42168284, "relative_pitch": 78.58134187605629, "relative_heading": 222.5005459339704, "relative_elevation": 46.6479344675317 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00037/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00037/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00037/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00037/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track11_Sphere_00037/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00037/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00037/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00037/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00037/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922889298139752, 52.371989310067825, 0.0 ] }, "distance": 9.5, "direction": 224.91, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track11_Sphere_00037", "timestamp": "2025-01-30T09:29:07Z", "filename": "Job_20250130_0915_Track11_Sphere_00037.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 9.49731571, "relative_pitch": 0.0, "relative_heading": 224.91457730912862, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00041/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00041/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00041/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00041/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track11_Sphere_00041/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00041/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00041/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00041/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00041/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92309099676582, 52.372111731265946, 0.0 ] }, "distance": 9.85, "direction": 45.55, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track11_Sphere_00041", "timestamp": "2025-01-30T09:29:11Z", "filename": "Job_20250130_0915_Track11_Sphere_00041.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 9.84922784, "relative_pitch": 0.0, "relative_heading": 45.55453093876832, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000177/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000177/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000177/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000177/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000177/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000177/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000177/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000177/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000177/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92309018455517, 52.3721138438879, 46.4530150098726 ] }, "distance": 9.98, "direction": 44.37, "angle": 77.88, "elevation": 46.45, "pano_id": "TMX7316010203-002048_pano_0001_000177", "timestamp": "2021-03-18T12:18:03.222860Z", "filename": "pano_0001_000177.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 9.97648487, "relative_pitch": 77.87898640447587, "relative_heading": 44.36813636665903, "relative_elevation": 46.4530150098726 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001050/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001050/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001050/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001050/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_001050/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_001050/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_001050/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001050/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001050/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92287966896227, 52.3719884510574, 47.1286544548348 ] }, "distance": 10.04, "direction": 227.18, "angle": 77.98, "elevation": 47.13, "pano_id": "TMX7316010203-001195_pano_0001_001050", "timestamp": "2019-05-21T11:29:19.295410Z", "filename": "pano_0001_001050.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 10.03589903, "relative_pitch": 77.97860586402743, "relative_heading": 227.18130857471903, "relative_elevation": 47.1286544548348 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00002/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00002/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00002/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00002/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track18_Sphere_00002/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track18_Sphere_00002/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track18_Sphere_00002/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00002/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00002/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922843840019621, 52.37202679023647, 0.0 ] }, "distance": 10.13, "direction": 255.39, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track18_Sphere_00002", "timestamp": "2025-01-30T09:38:58Z", "filename": "Job_20250130_0915_Track18_Sphere_00002.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 10.1291613, "relative_pitch": 0.0, "relative_heading": 255.38958818928455, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001051/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001051/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001051/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001051/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_001051/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_001051/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_001051/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001051/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001051/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92283323708503, 52.3720352519345, 47.0688668917865 ] }, "distance": 10.65, "direction": 261.28, "angle": 77.25, "elevation": 47.07, "pano_id": "TMX7316010203-001195_pano_0001_001051", "timestamp": "2019-05-21T11:29:25.760340Z", "filename": "pano_0001_001051.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 10.64671909, "relative_pitch": 77.2544908791924, "relative_heading": 261.28350935030466, "relative_elevation": 47.0688668917865 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000659/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000659/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000659/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000659/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000659/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000659/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000659/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000659/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000659/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92310135033777, 52.37211821739, 46.7620089817792 ] }, "distance": 10.86, "direction": 45.44, "angle": 76.93, "elevation": 46.76, "pano_id": "TMX7316010203-001195_pano_0001_000659", "timestamp": "2019-05-21T11:16:49.565920Z", "filename": "pano_0001_000659.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 10.85805297, "relative_pitch": 76.92767493417811, "relative_heading": 45.441104437679, "relative_elevation": 46.7620089817792 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000389/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000389/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000389/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000389/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000389/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000389/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000389/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000389/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000389/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92282301038079, 52.3720441995864, 46.2175735235214 ] }, "distance": 11.24, "direction": 266.85, "angle": 76.33, "elevation": 46.22, "pano_id": "TMX7315120208-000054_pano_0001_000389", "timestamp": "2016-05-19T12:35:14.640180Z", "filename": "pano_0001_000389.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 11.23725932, "relative_pitch": 76.3343733591434, "relative_heading": 266.8483415126896, "relative_elevation": 46.2175735235214 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00886/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00886/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00886/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00886/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_00886/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00886/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00886/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00886/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00886/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922822610099914, 52.37203067054972, 0.0 ] }, "distance": 11.45, "direction": 259.31, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_00886", "timestamp": "2025-06-19T07:49:25Z", "filename": "recording_2025-06-19_07-14-50_00886.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 11.44618218, "relative_pitch": 0.0, "relative_heading": 259.30980206317554, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003050/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003050/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003050/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003050/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003050/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003050/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003050/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003050/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003050/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92311219480122, 52.3721219439748, 48.3847221881151 ] }, "distance": 11.68, "direction": 46.53, "angle": 76.43, "elevation": 48.38, "pano_id": "TMX7316010203-002546_pano_0002_003050", "timestamp": "2022-04-26T09:49:10.021190Z", "filename": "pano_0002_003050.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 11.67739415, "relative_pitch": 76.43144184071926, "relative_heading": 46.53412439893988, "relative_elevation": 48.3847221881151 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003283/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003283/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003283/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003283/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003283/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003283/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003283/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003283/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003283/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92281811701883, 52.3720343567092, 46.8476225491613 ] }, "distance": 11.68, "direction": 261.57, "angle": 76.0, "elevation": 46.85, "pano_id": "TMX7316010203-002546_pano_0002_003283", "timestamp": "2022-04-26T09:53:28.169100Z", "filename": "pano_0002_003283.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 11.67984941, "relative_pitch": 76.00066180446056, "relative_heading": 261.5660510129873, "relative_elevation": 46.8476225491613 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00885/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00885/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00885/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00885/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_00885/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00885/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00885/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00885/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00885/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922848266370279, 52.37198830431885, 0.0 ] }, "distance": 11.7, "direction": 234.26, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_00885", "timestamp": "2025-06-19T07:49:23Z", "filename": "recording_2025-06-19_07-14-50_00885.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 11.7049077, "relative_pitch": 0.0, "relative_heading": 234.25637894020306, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000118/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000118/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000118/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000118/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000118/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000118/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000118/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000118/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000118/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92286386724035, 52.3719762058918, 48.6980733880773 ] }, "distance": 11.75, "direction": 225.87, "angle": 76.43, "elevation": 48.7, "pano_id": "TMX7315120208-000054_pano_0001_000118", "timestamp": "2016-05-19T12:26:29.464290Z", "filename": "pano_0001_000118.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 11.75448023, "relative_pitch": 76.42981814312849, "relative_heading": 225.87498348692333, "relative_elevation": 48.6980733880773 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001965/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001965/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001965/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001965/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001965/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001965/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001965/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001965/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001965/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9228690627679, 52.371971396363, 46.5953137595206 ] }, "distance": 11.89, "direction": 222.84, "angle": 75.69, "elevation": 46.6, "pano_id": "TMX7316010203-001669_pano_0000_001965", "timestamp": "2020-04-22T10:38:13.723890Z", "filename": "pano_0000_001965.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 11.88981227, "relative_pitch": 75.6852035832963, "relative_heading": 222.83512610536886, "relative_elevation": 46.5953137595206 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002461/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002461/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002461/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002461/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002461/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002461/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002461/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002461/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002461/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9228626233281, 52.3719728790025, 46.4325598627329 ] }, "distance": 12.07, "direction": 224.89, "angle": 75.42, "elevation": 46.43, "pano_id": "TMX7316010203-001051_pano_0001_002461", "timestamp": "2019-01-14T08:56:02.952590Z", "filename": "pano_0001_002461.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 12.07480568, "relative_pitch": 75.42307907495375, "relative_heading": 224.8938848732463, "relative_elevation": 46.4325598627329 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000759/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000759/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000759/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000759/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000759/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000759/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000759/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000759/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000759/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92311175197602, 52.3721299358643, 46.5275043686852 ] }, "distance": 12.29, "direction": 43.43, "angle": 75.21, "elevation": 46.53, "pano_id": "TMX7315120208-000056_pano_0000_000759", "timestamp": "2016-05-24T11:20:19.783490Z", "filename": "pano_0000_000759.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 12.28534363, "relative_pitch": 75.2089250556779, "relative_heading": 43.42568780555388, "relative_elevation": 46.5275043686852 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002466/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002466/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002466/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002466/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002466/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002466/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002466/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002466/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002466/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92311499571089, 52.3721305739121, 46.2085417332128 ] }, "distance": 12.49, "direction": 43.94, "angle": 74.88, "elevation": 46.21, "pano_id": "TMX7316010203-001051_pano_0001_002466", "timestamp": "2019-01-14T08:56:06.312490Z", "filename": "pano_0001_002466.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 12.48927081, "relative_pitch": 74.87544295221113, "relative_heading": 43.93786431806446, "relative_elevation": 46.2085417332128 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000361/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000361/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000361/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000361/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000361/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000361/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000361/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000361/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000361/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92280057563816, 52.3720487004563, 46.3471843237057 ] }, "distance": 12.75, "direction": 269.47, "angle": 74.62, "elevation": 46.35, "pano_id": "TMX7316010203-002048_pano_0001_000361", "timestamp": "2021-03-18T12:24:15.754670Z", "filename": "pano_0001_000361.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 12.74876633, "relative_pitch": 74.61996684275704, "relative_heading": 269.47426380729917, "relative_elevation": 46.3471843237057 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001970/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001970/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001970/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001970/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001970/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001970/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001970/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001970/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001970/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92311881821929, 52.3721316471822, 46.33687562868 ] }, "distance": 12.76, "direction": 44.41, "angle": 74.61, "elevation": 46.34, "pano_id": "TMX7316010203-001669_pano_0000_001970", "timestamp": "2020-04-22T10:38:33.873780Z", "filename": "pano_0000_001970.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 12.75634283, "relative_pitch": 74.60799851263334, "relative_heading": 44.40768725435496, "relative_elevation": 46.33687562868 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00900/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00900/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00900/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00900/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_00900/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00900/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00900/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00900/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00900/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923123521037147, 52.372132907919806, 0.0 ] }, "distance": 13.08, "direction": 44.98, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_00900", "timestamp": "2025-06-19T07:50:10Z", "filename": "recording_2025-06-19_07-14-50_00900.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 13.08134363, "relative_pitch": 0.0, "relative_heading": 44.97991156634619, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00003/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00003/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00003/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00003/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track18_Sphere_00003/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track18_Sphere_00003/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track18_Sphere_00003/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00003/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00003/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922794620064656, 52.372057505876036, 0.0 ] }, "distance": 13.18, "direction": 273.75, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track18_Sphere_00003", "timestamp": "2025-01-30T09:38:59Z", "filename": "Job_20250130_0915_Track18_Sphere_00003.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 13.18211359, "relative_pitch": 0.0, "relative_heading": 273.7529996049031, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000754/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000754/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000754/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000754/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000754/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000754/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000754/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000754/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000754/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92285415648292, 52.3719638406591, 46.7392961028963 ] }, "distance": 13.2, "direction": 223.59, "angle": 74.23, "elevation": 46.74, "pano_id": "TMX7315120208-000056_pano_0000_000754", "timestamp": "2016-05-24T11:20:15.233530Z", "filename": "pano_0000_000754.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 13.1977258, "relative_pitch": 74.23196813542644, "relative_heading": 223.58558725702613, "relative_elevation": 46.7392961028963 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000123/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000123/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000123/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000123/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000123/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000123/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000123/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000123/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000123/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92312454416216, 52.3721377273476, 48.3779874425381 ] }, "distance": 13.51, "direction": 43.58, "angle": 74.39, "elevation": 48.38, "pano_id": "TMX7315120208-000054_pano_0001_000123", "timestamp": "2016-05-19T12:26:33.459280Z", "filename": "pano_0001_000123.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 13.51396233, "relative_pitch": 74.3927648130103, "relative_heading": 43.58157028793868, "relative_elevation": 48.3779874425381 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000253/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000253/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000253/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000253/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000253/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000253/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000253/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000253/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000253/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92312814800702, 52.3721375674955, 46.4676525108516 ] }, "distance": 13.67, "direction": 44.38, "angle": 73.61, "elevation": 46.47, "pano_id": "TMX7316010203-000247_pano_0000_000253", "timestamp": "2017-04-05T13:56:35.118170Z", "filename": "pano_0000_000253.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 13.67160686, "relative_pitch": 73.60518246519646, "relative_heading": 44.378121603457515, "relative_elevation": 46.4676525108516 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003045/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003045/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003045/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003045/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003045/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003045/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003045/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003045/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003045/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92285508018329, 52.3719559715053, 48.5790167888626 ] }, "distance": 13.8, "direction": 220.89, "angle": 74.14, "elevation": 48.58, "pano_id": "TMX7316010203-002546_pano_0002_003045", "timestamp": "2022-04-26T09:49:06.381040Z", "filename": "pano_0002_003045.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 13.80389384, "relative_pitch": 74.13731956619937, "relative_heading": 220.8896952656173, "relative_elevation": 48.5790167888626 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001052/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001052/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001052/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001052/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_001052/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_001052/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_001052/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001052/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001052/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92278121603851, 52.3720672067939, 46.879552106373 ] }, "distance": 14.2, "direction": 277.86, "angle": 73.15, "elevation": 46.88, "pano_id": "TMX7316010203-001195_pano_0001_001052", "timestamp": "2019-05-21T11:29:27.030430Z", "filename": "pano_0001_001052.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 14.2002137, "relative_pitch": 73.14799454265098, "relative_heading": 277.8615667335676, "relative_elevation": 46.879552106373 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00036/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00036/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00036/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00036/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track11_Sphere_00036/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00036/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00036/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00036/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00036/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922841754246567, 52.37195811608273, 0.0 ] }, "distance": 14.24, "direction": 224.28, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track11_Sphere_00036", "timestamp": "2025-01-30T09:29:06Z", "filename": "Job_20250130_0915_Track11_Sphere_00036.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 14.24253566, "relative_pitch": 0.0, "relative_heading": 224.280246912222, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000172/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000172/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000172/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000172/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000172/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000172/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000172/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000172/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000172/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92284467457829, 52.3719557981225, 46.6963410237804 ] }, "distance": 14.29, "direction": 222.99, "angle": 72.98, "elevation": 46.7, "pano_id": "TMX7316010203-002048_pano_0001_000172", "timestamp": "2021-03-18T12:17:57.632920Z", "filename": "pano_0001_000172.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 14.29197233, "relative_pitch": 72.98264474358052, "relative_heading": 222.98735309263444, "relative_elevation": 46.6963410237804 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00887/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00887/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00887/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00887/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_00887/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00887/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00887/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00887/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00887/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922774427307533, 52.372064706707185, 0.0 ] }, "distance": 14.62, "direction": 276.53, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_00887", "timestamp": "2025-06-19T07:49:27Z", "filename": "recording_2025-06-19_07-14-50_00887.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 14.62410443, "relative_pitch": 0.0, "relative_heading": 276.533978586152, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000178/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000178/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000178/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000178/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000178/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000178/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000178/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000178/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000178/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9231409028272, 52.3721444606898, 46.4596252180636 ] }, "distance": 14.83, "direction": 44.7, "angle": 72.3, "elevation": 46.46, "pano_id": "TMX7316010203-002048_pano_0001_000178", "timestamp": "2021-03-18T12:18:04.062890Z", "filename": "pano_0001_000178.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 14.82763456, "relative_pitch": 72.29946633516649, "relative_heading": 44.7043697257391, "relative_elevation": 46.4596252180636 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00042/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00042/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00042/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00042/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track11_Sphere_00042/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00042/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00042/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00042/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00042/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923143970182673, 52.37214330593603, 0.0 ] }, "distance": 14.89, "direction": 45.62, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track11_Sphere_00042", "timestamp": "2025-01-30T09:29:12Z", "filename": "Job_20250130_0915_Track11_Sphere_00042.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 14.88518137, "relative_pitch": 0.0, "relative_heading": 45.623863916926375, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003284/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003284/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003284/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003284/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003284/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003284/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003284/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003284/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003284/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92276875396387, 52.3720657262433, 46.7713216049597 ] }, "distance": 15.02, "direction": 276.8, "angle": 72.2, "elevation": 46.77, "pano_id": "TMX7316010203-002546_pano_0002_003284", "timestamp": "2022-04-26T09:53:32.634060Z", "filename": "pano_0002_003284.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 15.02105674, "relative_pitch": 72.1950824442226, "relative_heading": 276.7961929796349, "relative_elevation": 46.7713216049597 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000390/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000390/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000390/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000390/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000390/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000390/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000390/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000390/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000390/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9227668686402, 52.3720733513567, 46.0380429048091 ] }, "distance": 15.27, "direction": 279.9, "angle": 71.65, "elevation": 46.04, "pano_id": "TMX7315120208-000054_pano_0001_000390", "timestamp": "2016-05-19T12:35:15.910210Z", "filename": "pano_0001_000390.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 15.27138996, "relative_pitch": 71.64867687050028, "relative_heading": 279.9016975807575, "relative_elevation": 46.0380429048091 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000660/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000660/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000660/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000660/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000660/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000660/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000660/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000660/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000660/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92315296369592, 52.3721511259019, 46.7290914785117 ] }, "distance": 15.93, "direction": 44.93, "angle": 71.17, "elevation": 46.73, "pano_id": "TMX7316010203-001195_pano_0001_000660", "timestamp": "2019-05-21T11:16:50.470890Z", "filename": "pano_0001_000660.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 15.93272708, "relative_pitch": 71.17270315496245, "relative_heading": 44.92769021310095, "relative_elevation": 46.7290914785117 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00884/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00884/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00884/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00884/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_00884/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00884/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00884/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00884/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00884/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922821251409563, 52.37194584836275, 0.0 ] }, "distance": 16.19, "direction": 224.45, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_00884", "timestamp": "2025-06-19T07:49:20Z", "filename": "recording_2025-06-19_07-14-50_00884.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 16.19483001, "relative_pitch": 0.0, "relative_heading": 224.4453658900466, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000654/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000654/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000654/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000654/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000654/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000654/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000654/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000654/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000654/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92284901370548, 52.3719313413089, 47.2603659695014 ] }, "distance": 16.21, "direction": 215.65, "angle": 71.06, "elevation": 47.26, "pano_id": "TMX7316010203-001195_pano_0001_000654", "timestamp": "2019-05-21T11:16:34.716020Z", "filename": "pano_0001_000654.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 16.21410547, "relative_pitch": 71.06390995960894, "relative_heading": 215.64638386740833, "relative_elevation": 47.2603659695014 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000388/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000388/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000388/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000388/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000388/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000388/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000388/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000388/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000388/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92275241335152, 52.3720742074912, 44.9820083640516 ] }, "distance": 16.26, "direction": 279.64, "angle": 70.13, "elevation": 44.98, "pano_id": "TMX7316010203-000247_pano_0000_000388", "timestamp": "2017-04-05T14:01:52.485660Z", "filename": "pano_0000_000388.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 16.25779082, "relative_pitch": 70.12868761143703, "relative_heading": 279.63581464331264, "relative_elevation": 44.9820083640516 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000250/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000250/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000250/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000250/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000247_pano_0000_000250/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000250/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000247_pano_0000_000250/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000250/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000247/pano_0000_000250/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92281757951685, 52.3719459929923, 46.6627742284909 ] }, "distance": 16.36, "direction": 225.11, "angle": 70.68, "elevation": 46.66, "pano_id": "TMX7316010203-000247_pano_0000_000250", "timestamp": "2017-04-05T13:56:29.303250Z", "filename": "pano_0000_000250.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 16.35955651, "relative_pitch": 70.67978435985435, "relative_heading": 225.1101433383964, "relative_elevation": 46.6627742284909 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003051/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003051/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003051/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003051/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003051/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003051/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003051/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003051/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003051/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92316512076697, 52.3721539743888, 48.3873677896336 ] }, "distance": 16.75, "direction": 46.17, "angle": 70.91, "elevation": 48.39, "pano_id": "TMX7316010203-002546_pano_0002_003051", "timestamp": "2022-04-26T09:49:10.595990Z", "filename": "pano_0002_003051.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 16.7457914, "relative_pitch": 70.91040152653393, "relative_heading": 46.167617370391014, "relative_elevation": 48.3873677896336 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000117/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000117/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000117/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000117/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000117/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000117/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000117/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000117/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000117/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9228119197287, 52.3719437580412, 48.7312115710229 ] }, "distance": 16.81, "direction": 225.44, "angle": 70.97, "elevation": 48.73, "pano_id": "TMX7315120208-000054_pano_0001_000117", "timestamp": "2016-05-19T12:26:28.589320Z", "filename": "pano_0001_000117.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 16.8084379, "relative_pitch": 70.96958999163427, "relative_heading": 225.43689852957527, "relative_elevation": 48.7312115710229 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000362/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000362/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000362/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000362/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000362/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000362/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000362/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000362/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000362/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.9227459752467, 52.3720813696276, 46.1847998062149 ] }, "distance": 16.84, "direction": 282.06, "angle": 69.97, "elevation": 46.18, "pano_id": "TMX7316010203-002048_pano_0001_000362", "timestamp": "2021-03-18T12:24:27.489580Z", "filename": "pano_0001_000362.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 16.83855646, "relative_pitch": 69.96860603534509, "relative_heading": 282.0603347291748, "relative_elevation": 46.1847998062149 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001964/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001964/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001964/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001964/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001964/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001964/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001964/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001964/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001964/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92281789786244, 52.3719392702372, 46.6917299181223 ] }, "distance": 16.88, "direction": 223.26, "angle": 70.12, "elevation": 46.69, "pano_id": "TMX7316010203-001669_pano_0000_001964", "timestamp": "2020-04-22T10:38:12.653910Z", "filename": "pano_0000_001964.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 16.88095408, "relative_pitch": 70.12302158206911, "relative_heading": 223.25907458731052, "relative_elevation": 46.6917299181223 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002460/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002460/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002460/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002460/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002460/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002460/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002460/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002460/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002460/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92281245548691, 52.3719411080227, 46.4993170965463 ] }, "distance": 16.99, "direction": 224.64, "angle": 69.93, "elevation": 46.5, "pano_id": "TMX7316010203-001051_pano_0001_002460", "timestamp": "2019-01-14T08:56:02.197590Z", "filename": "pano_0001_002460.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 16.99099078, "relative_pitch": 69.92754396051109, "relative_heading": 224.6420669297122, "relative_elevation": 46.4993170965463 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000744/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000744/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000744/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000744/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000744/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000744/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000744/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000744/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000744/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92285406163072, 52.3719200864015, 46.1973745264113 ] }, "distance": 17.06, "direction": 212.26, "angle": 69.73, "elevation": 46.2, "pano_id": "TMX7315120208-000056_pano_0000_000744", "timestamp": "2016-05-24T11:19:18.789160Z", "filename": "pano_0000_000744.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 17.06134644, "relative_pitch": 69.730095893441, "relative_heading": 212.2551312151189, "relative_elevation": 46.1973745264113 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000653/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000653/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000653/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000653/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000653/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000653/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000653/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000653/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000653/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92290557656669, 52.371904743684, 47.3856533933431 ] }, "distance": 17.08, "direction": 199.13, "angle": 70.18, "elevation": 47.39, "pano_id": "TMX7316010203-001195_pano_0001_000653", "timestamp": "2019-05-21T11:16:28.016150Z", "filename": "pano_0001_000653.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 17.07882652, "relative_pitch": 70.17972759231529, "relative_heading": 199.12993021019565, "relative_elevation": 47.3856533933431 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00004/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00004/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00004/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00004/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track18_Sphere_00004/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track18_Sphere_00004/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track18_Sphere_00004/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00004/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track18_Sphere_00004/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922743413804673, 52.37208999326689, 0.0 ] }, "distance": 17.23, "direction": 285.06, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track18_Sphere_00004", "timestamp": "2025-01-30T09:39:00Z", "filename": "Job_20250130_0915_Track18_Sphere_00004.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 17.23327359, "relative_pitch": 0.0, "relative_heading": 285.0604726609025, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000760/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000760/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000760/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000760/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000760/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000760/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000760/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000760/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000760/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92316399698557, 52.3721622081275, 46.5263956645504 ] }, "distance": 17.34, "direction": 43.81, "angle": 69.56, "elevation": 46.53, "pano_id": "TMX7315120208-000056_pano_0000_000760", "timestamp": "2016-05-24T11:20:20.558560Z", "filename": "pano_0000_000760.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 17.33979971, "relative_pitch": 69.56021120126726, "relative_heading": 43.807920060790025, "relative_elevation": 46.5263956645504 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002467/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002467/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002467/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002467/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001051_pano_0001_002467/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002467/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001051_pano_0001_002467/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002467/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/14/TMX7316010203-001051/pano_0001_002467/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92316601802422, 52.3721617829729, 46.2074865680188 ] }, "distance": 17.4, "direction": 44.24, "angle": 69.36, "elevation": 46.21, "pano_id": "TMX7316010203-001051_pano_0001_002467", "timestamp": "2019-01-14T08:56:06.937540Z", "filename": "pano_0001_002467.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 17.40144535, "relative_pitch": 69.3639453914515, "relative_heading": 44.24282227620418, "relative_elevation": 46.2074865680188 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001971/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001971/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001971/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001971/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001669_pano_0000_001971/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001971/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001669_pano_0000_001971/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001971/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001669/pano_0000_001971/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92317191628653, 52.3721628867117, 46.3407383132726 ] }, "distance": 17.77, "direction": 44.89, "angle": 69.02, "elevation": 46.34, "pano_id": "TMX7316010203-001669_pano_0000_001971", "timestamp": "2020-04-22T10:38:34.553750Z", "filename": "pano_0000_001971.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 17.77085599, "relative_pitch": 69.01906197965553, "relative_heading": 44.894409756048994, "relative_elevation": 46.3407383132726 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000745/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000745/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000745/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000745/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000745/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000745/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000745/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000745/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000745/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92291144596513, 52.3718942242848, 46.2796990545467 ] }, "distance": 18.07, "direction": 196.72, "angle": 68.67, "elevation": 46.28, "pano_id": "TMX7315120208-000056_pano_0000_000745", "timestamp": "2016-05-24T11:19:20.354100Z", "filename": "pano_0000_000745.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 18.06976818, "relative_pitch": 68.67199130650806, "relative_heading": 196.71536458287508, "relative_elevation": 46.2796990545467 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00901/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00901/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00901/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00901/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_00901/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00901/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00901/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00901/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00901/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923175672124541, 52.37216448834017, 0.0 ] }, "distance": 18.08, "direction": 45.07, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_00901", "timestamp": "2025-06-19T07:50:11Z", "filename": "recording_2025-06-19_07-14-50_00901.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 18.07773742, "relative_pitch": 0.0, "relative_heading": 45.07006239082648, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001053/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001053/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001053/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001053/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_001053/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_001053/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_001053/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001053/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_001053/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92272883506541, 52.3720992937673, 46.878280993551 ] }, "distance": 18.48, "direction": 287.36, "angle": 68.49, "elevation": 46.88, "pano_id": "TMX7316010203-001195_pano_0001_001053", "timestamp": "2019-05-21T11:29:28.205300Z", "filename": "pano_0001_001053.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 18.47587157, "relative_pitch": 68.48939316544798, "relative_heading": 287.36015454387257, "relative_elevation": 46.878280993551 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000124/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000124/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000124/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000124/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000124/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000124/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000124/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000124/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000124/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92317749888941, 52.3721696736705, 48.3597955005243 ] }, "distance": 18.58, "direction": 44.08, "angle": 68.99, "elevation": 48.36, "pano_id": "TMX7315120208-000054_pano_0001_000124", "timestamp": "2016-05-19T12:26:34.144240Z", "filename": "pano_0001_000124.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 18.57608403, "relative_pitch": 68.98709560891717, "relative_heading": 44.08106945735979, "relative_elevation": 48.3597955005243 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00888/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00888/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00888/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00888/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_07-14-50_00888/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00888/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_07-14-50_00888/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00888/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_07-14-50_00888/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922723050843898, 52.37209661820933, 0.0 ] }, "distance": 18.77, "direction": 286.13, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-06-19_07-14-50_00888", "timestamp": "2025-06-19T07:49:28Z", "filename": "recording_2025-06-19_07-14-50_00888.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 18.76734116, "relative_pitch": 0.0, "relative_heading": 286.1336811060267, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003044/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003044/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003044/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003044/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003044/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003044/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003044/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003044/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003044/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92281379037244, 52.3719187730059, 48.5663118567318 ] }, "distance": 18.78, "direction": 219.11, "angle": 68.86, "elevation": 48.57, "pano_id": "TMX7316010203-002546_pano_0002_003044", "timestamp": "2022-04-26T09:49:05.356030Z", "filename": "pano_0002_003044.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 18.78295373, "relative_pitch": 68.85609082275785, "relative_heading": 219.10900662383136, "relative_elevation": 48.5663118567318 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00035/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00035/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00035/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00035/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track11_Sphere_00035/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00035/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00035/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00035/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00035/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.922796373232066, 52.371926517127314, 0.0 ] }, "distance": 18.92, "direction": 223.55, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track11_Sphere_00035", "timestamp": "2025-01-30T09:29:04Z", "filename": "Job_20250130_0915_Track11_Sphere_00035.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 18.91930443, "relative_pitch": 0.0, "relative_heading": 223.5471539800098, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000743/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000743/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000743/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000743/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000743/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000743/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000743/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000743/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000743/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92279117259999, 52.3719287837758, 46.1532215327024 ] }, "distance": 18.99, "direction": 224.85, "angle": 67.64, "elevation": 46.15, "pano_id": "TMX7315120208-000056_pano_0000_000743", "timestamp": "2016-05-24T11:19:15.819230Z", "filename": "pano_0000_000743.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 18.98540131, "relative_pitch": 67.63989365075292, "relative_heading": 224.84645143586843, "relative_elevation": 46.1532215327024 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003285/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003285/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003285/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003285/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002546_pano_0002_003285/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003285/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002546_pano_0002_003285/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003285/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002546/pano_0002_003285/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92271752010625, 52.3720980957869, 46.800499483943 ] }, "distance": 19.17, "direction": 286.29, "angle": 67.72, "elevation": 46.8, "pano_id": "TMX7316010203-002546_pano_0002_003285", "timestamp": "2022-04-26T09:53:33.329260Z", "filename": "pano_0002_003285.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 19.17495035, "relative_pitch": 67.72026385890996, "relative_heading": 286.29285592231804, "relative_elevation": 46.800499483943 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000171/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000171/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000171/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000171/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000171/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000171/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000171/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000171/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000171/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92279347003164, 52.3719248766225, 46.6133274054155 ] }, "distance": 19.19, "direction": 223.6, "angle": 67.63, "elevation": 46.61, "pano_id": "TMX7316010203-002048_pano_0001_000171", "timestamp": "2021-03-18T12:17:56.477900Z", "filename": "pano_0001_000171.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 19.18784924, "relative_pitch": 67.62603846687502, "relative_heading": 223.59956226072893, "relative_elevation": 46.6133274054155 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000179/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000179/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000179/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000179/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002048_pano_0001_000179/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000179/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002048_pano_0001_000179/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000179/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/18/TMX7316010203-002048/pano_0001_000179/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92319110828721, 52.3721751715134, 46.4651807425544 ] }, "distance": 19.66, "direction": 44.78, "angle": 67.06, "elevation": 46.47, "pano_id": "TMX7316010203-002048_pano_0001_000179", "timestamp": "2021-03-18T12:18:04.872860Z", "filename": "pano_0001_000179.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 19.66183922, "relative_pitch": 67.06424584424146, "relative_heading": 44.78117618848379, "relative_elevation": 46.4651807425544 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000391/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000391/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000391/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000391/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000054_pano_0001_000391/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000391/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000054_pano_0001_000391/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000391/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/19/TMX7315120208-000054/pano_0001_000391/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92271334211506, 52.3721058953222, 46.05921574682 ] }, "distance": 19.71, "direction": 288.48, "angle": 66.84, "elevation": 46.06, "pano_id": "TMX7315120208-000054_pano_0001_000391", "timestamp": "2016-05-19T12:35:17.170130Z", "filename": "pano_0001_000391.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 19.70595451, "relative_pitch": 66.83684510396502, "relative_heading": 288.4833649466479, "relative_elevation": 46.05921574682 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000652/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000652/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000652/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000652/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000652/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000652/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000652/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000652/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000652/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92296028844679, 52.371871542708, 47.6650452027097 ] }, "distance": 19.92, "direction": 185.39, "angle": 67.32, "elevation": 47.67, "pano_id": "TMX7316010203-001195_pano_0001_000652", "timestamp": "2019-05-21T11:16:23.686090Z", "filename": "pano_0001_000652.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 19.91815546, "relative_pitch": 67.32104183995632, "relative_heading": 185.3889603352937, "relative_elevation": 47.6650452027097 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00043/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00043/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00043/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00043/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20250130_0915_Track11_Sphere_00043/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00043/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00043/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00043/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20250130_0915_Track11_Sphere_00043/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.923198445185073, 52.37217592903856, 0.0 ] }, "distance": 20.08, "direction": 45.62, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20250130_0915_Track11_Sphere_00043", "timestamp": "2025-01-30T09:29:13Z", "filename": "Job_20250130_0915_Track11_Sphere_00043.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 20.07582871, "relative_pitch": 0.0, "relative_heading": 45.62400249178067, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000641/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000641/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000641/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000641/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001195_pano_0001_000641/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000641/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001195_pano_0001_000641/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000641/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001195/pano_0001_000641/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92278380936588, 52.3719129782762, 46.8560308106244 ] }, "distance": 20.61, "direction": 222.39, "angle": 66.26, "elevation": 46.86, "pano_id": "TMX7316010203-001195_pano_0001_000641", "timestamp": "2019-05-21T11:15:48.586380Z", "filename": "pano_0001_000641.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 20.60501302, "relative_pitch": 66.26243195454252, "relative_heading": 222.3855675637374, "relative_elevation": 46.8560308106244 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20250130_0915_Track11_Sphere_00039/adjacencies/b_20250130_0915_Track11_Sphere_00039/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000746/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000746/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000746/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000746/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_000746/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000746/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_000746/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000746/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_000746/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.92296504306909, 52.3718637222373, 46.5066646737978 ] }, "distance": 20.76, "direction": 184.27, "angle": 65.95, "elevation": 46.51, "pano_id": "TMX7315120208-000056_pano_0000_000746", "timestamp": "2016-05-24T11:19:21.794130Z", "filename": "pano_0000_000746.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_Track11_Sphere_00039", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 123386.37208877949, 487231.5474602437 ] }, "relative_distance": 20.75804914, "relative_pitch": 65.94661048239533, "relative_heading": 184.27344470972145, "relative_elevation": 46.5066646737978 } ] } }