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_20241203_1333_Track11_Sphere_00202/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00202/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00202/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00202/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00202/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241203_1333_Track11_Sphere_00202/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00202/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00202/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893478960895833, 52.36127527226709, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241203_1333_Track11_Sphere_00202", "timestamp": "2024-12-03T13:33:46Z", "filename": "Job_20241203_1333_Track11_Sphere_00202.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "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_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001221/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001221/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001221/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001221/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002040_pano_0001_001221/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001221/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001221/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001221/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001221/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89348062997632, 52.3612735752002, 45.974118867889 ] }, "distance": 0.22, "direction": 148.95, "angle": 89.73, "elevation": 45.97, "pano_id": "TMX7316010203-002040_pano_0001_001221", "timestamp": "2021-03-15T09:06:10.599010Z", "filename": "pano_0001_001221.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 0.2204293, "relative_pitch": 89.72528953019541, "relative_heading": 148.9470411002635, "relative_elevation": 45.974118867889 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001083/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001083/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001083/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001083/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001594_pano_0004_001083/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001083/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001083/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001083/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001083/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89347459149517, 52.3612702297919, 46.0138944527134 ] }, "distance": 0.64, "direction": 207.95, "angle": 89.21, "elevation": 46.01, "pano_id": "TMX7316010203-001594_pano_0004_001083", "timestamp": "2020-01-27T13:50:36.638930Z", "filename": "pano_0004_001083.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 0.63516286, "relative_pitch": 89.20915539839679, "relative_heading": 207.94578671797083, "relative_elevation": 46.0138944527134 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000192/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000192/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000192/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000192/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000998_pano_0003_000192/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000192/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000192/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000192/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000192/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89348912868104, 52.3612713161835, 45.8347256360576 ] }, "distance": 0.82, "direction": 122.44, "angle": 88.97, "elevation": 45.83, "pano_id": "TMX7316010203-000998_pano_0003_000192", "timestamp": "2018-11-21T11:27:52.431190Z", "filename": "pano_0003_000192.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 0.82071545, "relative_pitch": 88.97417283169104, "relative_heading": 122.43710648306849, "relative_elevation": 45.8347256360576 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01106/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01106/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01106/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01106/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-14_05-25-22_01106/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01106/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01106/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01106/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01106/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893492886821225, 52.3612744944857, 0.0 ] }, "distance": 0.95, "direction": 95.21, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-14_05-25-22_01106", "timestamp": "2025-07-14T06:05:46Z", "filename": "recording_2025-07-14_05-25-22_01106.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 0.95262628, "relative_pitch": 0.0, "relative_heading": 95.21255833428262, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006190/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006190/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006190/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006190/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_006190/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006190/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006190/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006190/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006190/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89346223672702, 52.3612772033196, 46.4297827910632 ] }, "distance": 1.16, "direction": 280.68, "angle": 88.57, "elevation": 46.43, "pano_id": "TMX7316010203-001681_pano_0000_006190", "timestamp": "2020-04-29T12:04:28.951030Z", "filename": "pano_0000_006190.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 1.15939953, "relative_pitch": 88.56956260073511, "relative_heading": 280.68062183535403, "relative_elevation": 46.4297827910632 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000285/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000285/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000285/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000285/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001048_pano_0000_000285/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000285/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000285/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000285/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000285/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89344767431805, 52.3612775538178, 45.9332218663767 ] }, "distance": 2.15, "direction": 276.79, "angle": 87.32, "elevation": 45.93, "pano_id": "TMX7316010203-001048_pano_0000_000285", "timestamp": "2019-01-11T08:01:28.817260Z", "filename": "pano_0000_000285.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 2.14642702, "relative_pitch": 87.32455494394435, "relative_heading": 276.79281509922754, "relative_elevation": 45.9332218663767 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000897/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000897/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000897/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000897/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002545_pano_0000_000897/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000897/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000897/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000897/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000897/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89351308181937, 52.3612697577585, 45.7904951935634 ] }, "distance": 2.4, "direction": 104.79, "angle": 86.99, "elevation": 45.79, "pano_id": "TMX7316010203-002545_pano_0000_000897", "timestamp": "2022-04-26T08:26:14.443050Z", "filename": "pano_0000_000897.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 2.40407653, "relative_pitch": 86.99463638956227, "relative_heading": 104.78794302237087, "relative_elevation": 45.7904951935634 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004604/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004604/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004604/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004604/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_004604/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004604/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004604/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004604/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004604/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89351411959188, 52.3612683732247, 47.999325693585 ] }, "distance": 2.52, "direction": 107.77, "angle": 87.0, "elevation": 48.0, "pano_id": "TMX7316060226-000019_pano_0000_004604", "timestamp": "2016-08-15T05:51:05.852010Z", "filename": "pano_0000_004604.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 2.51516466, "relative_pitch": 87.00044450696778, "relative_heading": 107.77155159132013, "relative_elevation": 47.999325693585 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004605/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004605/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004605/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004605/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_004605/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004605/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004605/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004605/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004605/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89344240681645, 52.3612787030003, 48.0274630831555 ] }, "distance": 2.52, "direction": 278.72, "angle": 87.0, "elevation": 48.03, "pano_id": "TMX7316060226-000019_pano_0000_004605", "timestamp": "2016-08-15T05:51:06.952000Z", "filename": "pano_0000_004605.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 2.51929367, "relative_pitch": 86.9972862915323, "relative_heading": 278.71569879963187, "relative_elevation": 48.0274630831555 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000898/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000898/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000898/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000898/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002545_pano_0000_000898/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000898/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000898/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000898/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000898/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89343951726345, 52.3612799729784, 45.8106590984389 ] }, "distance": 2.74, "direction": 281.02, "angle": 86.58, "elevation": 45.81, "pano_id": "TMX7316010203-002545_pano_0000_000898", "timestamp": "2022-04-26T08:26:15.203040Z", "filename": "pano_0000_000898.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 2.73748671, "relative_pitch": 86.58026874987213, "relative_heading": 281.015598718207, "relative_elevation": 45.8106590984389 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000284/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000284/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000284/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000284/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001048_pano_0000_000284/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000284/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000284/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000284/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000284/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89352112376921, 52.361268692669, 45.9052351061255 ] }, "distance": 2.96, "direction": 104.3, "angle": 86.31, "elevation": 45.91, "pano_id": "TMX7316010203-001048_pano_0000_000284", "timestamp": "2019-01-11T08:01:27.972270Z", "filename": "pano_0000_000284.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 2.96413634, "relative_pitch": 86.30549635166366, "relative_heading": 104.29999946214625, "relative_elevation": 45.9052351061255 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006189/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006189/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006189/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006189/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_006189/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006189/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006189/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006189/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006189/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89353372879384, 52.3612667351346, 46.4037363315001 ] }, "distance": 3.85, "direction": 104.28, "angle": 85.26, "elevation": 46.4, "pano_id": "TMX7316010203-001681_pano_0000_006189", "timestamp": "2020-04-29T12:04:28.301050Z", "filename": "pano_0000_006189.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 3.85003439, "relative_pitch": 85.25713536148382, "relative_heading": 104.28474325078942, "relative_elevation": 46.4037363315001 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01107/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01107/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01107/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01107/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-14_05-25-22_01107/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01107/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01107/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01107/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01107/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893420954543589, 52.36128346082666, 0.0 ] }, "distance": 4.06, "direction": 282.98, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-14_05-25-22_01107", "timestamp": "2025-07-14T06:05:47Z", "filename": "recording_2025-07-14_05-25-22_01107.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 4.05530212, "relative_pitch": 0.0, "relative_heading": 282.98452246940064, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000193/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000193/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000193/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000193/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000998_pano_0003_000193/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000193/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000193/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000193/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000193/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89341702429752, 52.3612811454695, 45.8590779639781 ] }, "distance": 4.27, "direction": 278.8, "angle": 84.68, "elevation": 45.86, "pano_id": "TMX7316010203-000998_pano_0003_000193", "timestamp": "2018-11-21T11:27:53.236190Z", "filename": "pano_0003_000193.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 4.26966806, "relative_pitch": 84.68086222170962, "relative_heading": 278.8046034328265, "relative_elevation": 45.8590779639781 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001222/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001222/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001222/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001222/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002040_pano_0001_001222/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001222/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001222/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001222/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001222/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89340844972397, 52.3612829598578, 45.995794609189 ] }, "distance": 4.88, "direction": 280.1, "angle": 83.94, "elevation": 46.0, "pano_id": "TMX7316010203-002040_pano_0001_001222", "timestamp": "2021-03-15T09:06:12.389140Z", "filename": "pano_0001_001222.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 4.87906246, "relative_pitch": 83.94492045020769, "relative_heading": 280.0977061346577, "relative_elevation": 45.995794609189 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00203/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00203/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00203/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00203/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241203_1333_Track11_Sphere_00203/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00203/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00203/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00203/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00203/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893408373272003, 52.36128477448432, 0.0 ] }, "distance": 4.92, "direction": 282.4, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241203_1333_Track11_Sphere_00203", "timestamp": "2024-12-03T13:33:48Z", "filename": "Job_20241203_1333_Track11_Sphere_00203.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 4.92357013, "relative_pitch": 0.0, "relative_heading": 282.4010674597042, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001082/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001082/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001082/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001082/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001594_pano_0004_001082/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001082/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001082/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001082/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001082/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89354767113635, 52.3612599208426, 45.9789114920422 ] }, "distance": 4.98, "direction": 110.05, "angle": 83.81, "elevation": 45.98, "pano_id": "TMX7316010203-001594_pano_0004_001082", "timestamp": "2020-01-27T13:50:35.943980Z", "filename": "pano_0004_001082.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 4.98276189, "relative_pitch": 83.81495980180178, "relative_heading": 110.04908229854578, "relative_elevation": 45.9789114920422 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00201/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00201/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00201/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00201/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241203_1333_Track11_Sphere_00201/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00201/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00201/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00201/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00201/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893550923826622, 52.361264867982094, 0.0 ] }, "distance": 5.04, "direction": 103.29, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241203_1333_Track11_Sphere_00201", "timestamp": "2024-12-03T13:33:45Z", "filename": "Job_20241203_1333_Track11_Sphere_00201.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 5.03723519, "relative_pitch": 0.0, "relative_heading": 103.2872779337766, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001220/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001220/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001220/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001220/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002040_pano_0001_001220/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001220/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001220/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001220/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001220/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89355242839279, 52.3612630438156, 45.9629074046388 ] }, "distance": 5.19, "direction": 105.21, "angle": 83.56, "elevation": 45.96, "pano_id": "TMX7316010203-002040_pano_0001_001220", "timestamp": "2021-03-15T09:06:08.814020Z", "filename": "pano_0001_001220.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 5.18655976, "relative_pitch": 83.56184730275885, "relative_heading": 105.20971745622928, "relative_elevation": 45.9629074046388 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001084/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001084/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001084/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001084/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001594_pano_0004_001084/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001084/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001084/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001084/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001084/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89340156978151, 52.3612806697857, 46.0439686644822 ] }, "distance": 5.31, "direction": 276.5, "angle": 83.43, "elevation": 46.04, "pano_id": "TMX7316010203-001594_pano_0004_001084", "timestamp": "2020-01-27T13:50:37.308910Z", "filename": "pano_0004_001084.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 5.30627503, "relative_pitch": 83.42602605147698, "relative_heading": 276.4991309875138, "relative_elevation": 46.0439686644822 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000191/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000191/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000191/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000191/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000998_pano_0003_000191/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000191/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000191/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000191/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000191/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89356104368387, 52.3612619639046, 45.8030606647953 ] }, "distance": 5.78, "direction": 104.83, "angle": 82.8, "elevation": 45.8, "pano_id": "TMX7316010203-000998_pano_0003_000191", "timestamp": "2018-11-21T11:27:51.596180Z", "filename": "pano_0003_000191.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 5.78455884, "relative_pitch": 82.80210959298081, "relative_heading": 104.83312709701754, "relative_elevation": 45.8030606647953 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01105/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01105/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01105/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01105/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-14_05-25-22_01105/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01105/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01105/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01105/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01105/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893564480348341, 52.36126430435743, 0.0 ] }, "distance": 5.95, "direction": 101.83, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-14_05-25-22_01105", "timestamp": "2025-07-14T06:05:45Z", "filename": "recording_2025-07-14_05-25-22_01105.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 5.95236963, "relative_pitch": 0.0, "relative_heading": 101.83152725787008, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006191/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006191/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006191/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006191/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_006191/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006191/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006191/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006191/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006191/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89339034846686, 52.3612870932072, 46.4573285272345 ] }, "distance": 6.18, "direction": 282.29, "angle": 82.42, "elevation": 46.46, "pano_id": "TMX7316010203-001681_pano_0000_006191", "timestamp": "2020-04-29T12:04:29.596090Z", "filename": "pano_0000_006191.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 6.17825879, "relative_pitch": 82.42480824252844, "relative_heading": 282.29252616330785, "relative_elevation": 46.4573285272345 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000286/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000286/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000286/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000286/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001048_pano_0000_000286/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000286/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000286/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000286/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000286/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89337453541153, 52.3612861936838, 45.9654312906787 ] }, "distance": 7.22, "direction": 279.69, "angle": 81.08, "elevation": 45.97, "pano_id": "TMX7316010203-001048_pano_0000_000286", "timestamp": "2019-01-11T08:01:29.617250Z", "filename": "pano_0000_000286.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 7.21691486, "relative_pitch": 81.07698170896717, "relative_heading": 279.69439116116837, "relative_elevation": 45.9654312906787 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000896/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000896/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000896/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000896/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002545_pano_0000_000896/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000896/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000896/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000896/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000896/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89358606351182, 52.3612593708146, 45.7940581254661 ] }, "distance": 7.51, "direction": 103.63, "angle": 80.69, "elevation": 45.79, "pano_id": "TMX7316010203-002545_pano_0000_000896", "timestamp": "2022-04-26T08:26:13.653050Z", "filename": "pano_0000_000896.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 7.5077239, "relative_pitch": 80.68944908640495, "relative_heading": 103.63167640616382, "relative_elevation": 45.7940581254661 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004603/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004603/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004603/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004603/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_004603/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004603/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004603/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004603/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004603/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89358568989189, 52.3612576857681, 47.9933198997751 ] }, "distance": 7.53, "direction": 105.06, "angle": 81.08, "elevation": 47.99, "pano_id": "TMX7316060226-000019_pano_0000_004603", "timestamp": "2016-08-15T05:51:04.792070Z", "filename": "pano_0000_004603.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 7.52953202, "relative_pitch": 81.08371200988198, "relative_heading": 105.0640733595277, "relative_elevation": 47.9933198997751 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004606/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004606/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004606/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004606/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_004606/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004606/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004606/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004606/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004606/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8933707322043, 52.3612890938166, 48.0508699389175 ] }, "distance": 7.53, "direction": 281.78, "angle": 81.09, "elevation": 48.05, "pano_id": "TMX7316060226-000019_pano_0000_004606", "timestamp": "2016-08-15T05:51:08.062000Z", "filename": "pano_0000_004606.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 7.53164843, "relative_pitch": 81.09175657756897, "relative_heading": 281.78286506283945, "relative_elevation": 48.0508699389175 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000899/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000899/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000899/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000899/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002545_pano_0000_000899/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000899/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000899/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000899/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000899/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89336612921209, 52.3612897475985, 45.8384586730972 ] }, "distance": 7.85, "direction": 281.84, "angle": 80.28, "elevation": 45.84, "pano_id": "TMX7316010203-002545_pano_0000_000899", "timestamp": "2022-04-26T08:26:15.948050Z", "filename": "pano_0000_000899.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 7.85347298, "relative_pitch": 80.27794463440847, "relative_heading": 281.8352763083517, "relative_elevation": 45.8384586730972 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000283/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000283/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000283/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000283/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001048_pano_0000_000283/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000283/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000283/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000283/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000283/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8935949020121, 52.361259319627, 45.9191015604883 ] }, "distance": 8.1, "direction": 102.67, "angle": 80.0, "elevation": 45.92, "pano_id": "TMX7316010203-001048_pano_0000_000283", "timestamp": "2019-01-11T08:01:27.027450Z", "filename": "pano_0000_000283.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 8.09536607, "relative_pitch": 80.00170685553589, "relative_heading": 102.66645129603202, "relative_elevation": 45.9191015604883 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006188/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006188/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006188/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006188/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_006188/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006188/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006188/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006188/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006188/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89360559240716, 52.3612563854356, 46.4326121890917 ] }, "distance": 8.88, "direction": 103.69, "angle": 79.17, "elevation": 46.43, "pano_id": "TMX7316010203-001681_pano_0000_006188", "timestamp": "2020-04-29T12:04:27.636200Z", "filename": "pano_0000_006188.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 8.87892742, "relative_pitch": 79.1744834981246, "relative_heading": 103.69163747183522, "relative_elevation": 46.4326121890917 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01108/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01108/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01108/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01108/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-14_05-25-22_01108/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01108/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01108/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01108/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01108/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893348764098954, 52.361291877795495, 0.0 ] }, "distance": 9.06, "direction": 281.77, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-14_05-25-22_01108", "timestamp": "2025-07-14T06:05:48Z", "filename": "recording_2025-07-14_05-25-22_01108.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 9.05992319, "relative_pitch": 0.0, "relative_heading": 281.76806354986024, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000194/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000194/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000194/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000194/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000998_pano_0003_000194/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000194/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000194/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000194/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000194/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89334519455645, 52.3612915659694, 45.8915052898228 ] }, "distance": 9.29, "direction": 281.25, "angle": 78.55, "elevation": 45.89, "pano_id": "TMX7316010203-000998_pano_0003_000194", "timestamp": "2018-11-21T11:27:54.016190Z", "filename": "pano_0003_000194.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 9.2912819, "relative_pitch": 78.55450007793497, "relative_heading": 281.2527542298976, "relative_elevation": 45.8915052898228 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00204/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00204/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00204/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00204/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241203_1333_Track11_Sphere_00204/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00204/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00204/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00204/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00204/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893337580998471, 52.36129419491619, 0.0 ] }, "distance": 9.86, "direction": 282.33, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241203_1333_Track11_Sphere_00204", "timestamp": "2024-12-03T13:33:49Z", "filename": "Job_20241203_1333_Track11_Sphere_00204.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 9.85880827, "relative_pitch": 0.0, "relative_heading": 282.33204149962825, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001223/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001223/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001223/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001223/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002040_pano_0001_001223/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001223/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001223/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001223/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001223/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89333538472238, 52.3612889870943, 45.9933121334761 ] }, "distance": 9.9, "direction": 278.87, "angle": 77.85, "elevation": 45.99, "pano_id": "TMX7316010203-002040_pano_0001_001223", "timestamp": "2021-03-15T09:06:14.014120Z", "filename": "pano_0001_001223.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 9.8992923, "relative_pitch": 77.85334398861009, "relative_heading": 278.8683243614946, "relative_elevation": 45.9933121334761 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001081/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001081/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001081/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001081/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001594_pano_0004_001081/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001081/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001081/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001081/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001081/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89362078386509, 52.3612502932004, 45.9980669915676 ] }, "distance": 10.05, "direction": 106.05, "angle": 77.67, "elevation": 46.0, "pano_id": "TMX7316010203-001594_pano_0004_001081", "timestamp": "2020-01-27T13:50:35.213970Z", "filename": "pano_0004_001081.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 10.05339364, "relative_pitch": 77.67123548394554, "relative_heading": 106.04995965823437, "relative_elevation": 45.9980669915676 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00200/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00200/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00200/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00200/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241203_1333_Track11_Sphere_00200/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00200/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00200/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00200/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00200/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893623875064955, 52.36125535755916, 0.0 ] }, "distance": 10.12, "direction": 102.65, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241203_1333_Track11_Sphere_00200", "timestamp": "2024-12-03T13:33:43Z", "filename": "Job_20241203_1333_Track11_Sphere_00200.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 10.1177591, "relative_pitch": 0.0, "relative_heading": 102.65143208333394, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001219/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001219/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001219/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001219/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002040_pano_0001_001219/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001219/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001219/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001219/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001219/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8936244768171, 52.3612533125263, 45.9920042529702 ] }, "distance": 10.21, "direction": 103.85, "angle": 77.48, "elevation": 45.99, "pano_id": "TMX7316010203-002040_pano_0001_001219", "timestamp": "2021-03-15T09:06:07.259130Z", "filename": "pano_0001_001219.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 10.20982099, "relative_pitch": 77.48380568662947, "relative_heading": 103.84715188518032, "relative_elevation": 45.9920042529702 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001085/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001085/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001085/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001085/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001594_pano_0004_001085/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001085/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001085/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001085/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001085/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89332862475284, 52.3612911106547, 46.0591533705592 ] }, "distance": 10.39, "direction": 279.76, "angle": 77.29, "elevation": 46.06, "pano_id": "TMX7316010203-001594_pano_0004_001085", "timestamp": "2020-01-27T13:50:37.963930Z", "filename": "pano_0004_001085.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 10.39200002, "relative_pitch": 77.28565091045763, "relative_heading": 279.764179584069, "relative_elevation": 46.0591533705592 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000190/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000190/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000190/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000190/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000998_pano_0003_000190/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000190/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000190/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000190/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000190/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8936329227936, 52.3612526269207, 45.8215355528519 ] }, "distance": 10.79, "direction": 103.51, "angle": 76.75, "elevation": 45.82, "pano_id": "TMX7316010203-000998_pano_0003_000190", "timestamp": "2018-11-21T11:27:50.711200Z", "filename": "pano_0003_000190.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 10.78691776, "relative_pitch": 76.75310596065532, "relative_heading": 103.50915459639782, "relative_elevation": 45.8215355528519 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01104/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01104/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01104/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01104/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-14_05-25-22_01104/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01104/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01104/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01104/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01104/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893635743001215, 52.36125350164085, 0.0 ] }, "distance": 10.95, "direction": 102.78, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-14_05-25-22_01104", "timestamp": "2025-07-14T06:05:44Z", "filename": "recording_2025-07-14_05-25-22_01104.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 10.95187671, "relative_pitch": 0.0, "relative_heading": 102.77921590486729, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006192/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006192/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006192/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006192/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_006192/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006192/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006192/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006192/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006192/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89331842881611, 52.3612972855057, 46.4661177899688 ] }, "distance": 11.21, "direction": 282.63, "angle": 76.44, "elevation": 46.47, "pano_id": "TMX7316010203-001681_pano_0000_006192", "timestamp": "2020-04-29T12:04:30.241030Z", "filename": "pano_0000_006192.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 11.20701813, "relative_pitch": 76.43998431959672, "relative_heading": 282.62505532565865, "relative_elevation": 46.4661177899688 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000287/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000287/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000287/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000287/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001048_pano_0000_000287/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000287/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000287/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000287/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000287/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89330150748942, 52.3612957338893, 45.9922609217465 ] }, "distance": 12.3, "direction": 280.67, "angle": 75.03, "elevation": 45.99, "pano_id": "TMX7316010203-001048_pano_0000_000287", "timestamp": "2019-01-11T08:01:30.397260Z", "filename": "pano_0000_000287.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 12.30134108, "relative_pitch": 75.0258625114968, "relative_heading": 280.66642889407274, "relative_elevation": 45.9922609217465 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004607/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004607/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004607/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004607/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_004607/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004607/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004607/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004607/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004607/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8932991372261, 52.3612996402726, 48.0788341304287 ] }, "distance": 12.55, "direction": 282.48, "angle": 75.37, "elevation": 48.08, "pano_id": "TMX7316060226-000019_pano_0000_004607", "timestamp": "2016-08-15T05:51:09.171990Z", "filename": "pano_0000_004607.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 12.54676795, "relative_pitch": 75.37414598859783, "relative_heading": 282.4809546207502, "relative_elevation": 48.0788341304287 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004602/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004602/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004602/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004602/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_004602/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004602/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004602/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004602/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004602/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89365758509208, 52.3612467792532, 48.0237858407199 ] }, "distance": 12.57, "direction": 104.6, "angle": 75.33, "elevation": 48.02, "pano_id": "TMX7316060226-000019_pano_0000_004602", "timestamp": "2016-08-15T05:51:03.706940Z", "filename": "pano_0000_004602.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 12.57482195, "relative_pitch": 75.32677353909597, "relative_heading": 104.6037441746054, "relative_elevation": 48.0237858407199 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000895/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000895/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000895/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000895/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002545_pano_0000_000895/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000895/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000895/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000895/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000895/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89365902640621, 52.3612498506077, 45.8263339865953 ] }, "distance": 12.59, "direction": 102.99, "angle": 74.64, "elevation": 45.83, "pano_id": "TMX7316010203-002545_pano_0000_000895", "timestamp": "2022-04-26T08:26:12.798070Z", "filename": "pano_0000_000895.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 12.58868719, "relative_pitch": 74.63950554931435, "relative_heading": 102.9856193581727, "relative_elevation": 45.8263339865953 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000900/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000900/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000900/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000900/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002545_pano_0000_000900/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000900/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000900/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000900/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000900/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8932931729925, 52.3612998046086, 45.8715201867744 ] }, "distance": 12.95, "direction": 282.17, "angle": 74.24, "elevation": 45.87, "pano_id": "TMX7316010203-002545_pano_0000_000900", "timestamp": "2022-04-26T08:26:16.688040Z", "filename": "pano_0000_000900.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 12.94761311, "relative_pitch": 74.23784459405654, "relative_heading": 282.1713943942438, "relative_elevation": 45.8715201867744 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000282/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000282/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000282/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000282/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001048_pano_0000_000282/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000282/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000282/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000282/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000282/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89366849263166, 52.3612490392001, 45.9516092594713 ] }, "distance": 13.24, "direction": 102.74, "angle": 73.93, "elevation": 45.95, "pano_id": "TMX7316010203-001048_pano_0000_000282", "timestamp": "2019-01-11T08:01:25.962320Z", "filename": "pano_0000_000282.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 13.23748165, "relative_pitch": 73.92966393994294, "relative_heading": 102.73921018833519, "relative_elevation": 45.9516092594713 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006187/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006187/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006187/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006187/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_006187/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006187/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006187/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006187/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006187/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8936773101153, 52.3612462955745, 46.5044561019167 ] }, "distance": 13.89, "direction": 103.42, "angle": 73.37, "elevation": 46.5, "pano_id": "TMX7316010203-001681_pano_0000_006187", "timestamp": "2020-04-29T12:04:26.961110Z", "filename": "pano_0000_006187.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 13.89168178, "relative_pitch": 73.3682088702992, "relative_heading": 103.42108096697316, "relative_elevation": 46.5044561019167 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01109/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01109/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01109/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01109/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-14_05-25-22_01109/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01109/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01109/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01109/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01109/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893276644625984, 52.361300510721975, 0.0 ] }, "distance": 14.07, "direction": 281.52, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-14_05-25-22_01109", "timestamp": "2025-07-14T06:05:49Z", "filename": "recording_2025-07-14_05-25-22_01109.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 14.06575991, "relative_pitch": 0.0, "relative_heading": 281.5172383675342, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000195/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000195/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000195/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000195/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000998_pano_0003_000195/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000195/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000195/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000195/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000195/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89327341495493, 52.361302501239, 45.9442215990275 ] }, "distance": 14.33, "direction": 282.21, "angle": 72.68, "elevation": 45.94, "pano_id": "TMX7316010203-000998_pano_0003_000195", "timestamp": "2018-11-21T11:27:54.781150Z", "filename": "pano_0003_000195.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 14.32661635, "relative_pitch": 72.68114840911971, "relative_heading": 282.20954548398413, "relative_elevation": 45.9442215990275 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00205/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00205/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00205/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00205/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241203_1333_Track11_Sphere_00205/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00205/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00205/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00205/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00205/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89326589949155, 52.361304366564916, 0.0 ] }, "distance": 14.87, "direction": 282.57, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241203_1333_Track11_Sphere_00205", "timestamp": "2024-12-03T13:33:50Z", "filename": "Job_20241203_1333_Track11_Sphere_00205.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 14.87121462, "relative_pitch": 0.0, "relative_heading": 282.5739900938259, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001224/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001224/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001224/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001224/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002040_pano_0001_001224/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001224/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001224/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001224/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001224/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89326264104984, 52.3612991854149, 46.0305556878448 ] }, "distance": 14.97, "direction": 280.24, "angle": 71.98, "elevation": 46.03, "pano_id": "TMX7316010203-002040_pano_0001_001224", "timestamp": "2021-03-15T09:06:15.493980Z", "filename": "pano_0001_001224.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 14.97483052, "relative_pitch": 71.97906537623214, "relative_heading": 280.23547465984774, "relative_elevation": 46.0305556878448 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00199/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00199/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00199/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00199/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241203_1333_Track11_Sphere_00199/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00199/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00199/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00199/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00199/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89369522255634, 52.36124616396406, 0.0 ] }, "distance": 15.08, "direction": 102.4, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241203_1333_Track11_Sphere_00199", "timestamp": "2024-12-03T13:33:42Z", "filename": "Job_20241203_1333_Track11_Sphere_00199.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 15.08441794, "relative_pitch": 0.0, "relative_heading": 102.39931509813613, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001080/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001080/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001080/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001080/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001594_pano_0004_001080/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001080/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001080/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001080/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001080/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8936931727666, 52.3612405368623, 46.0579631784931 ] }, "distance": 15.1, "direction": 104.83, "angle": 71.85, "elevation": 46.06, "pano_id": "TMX7316010203-001594_pano_0004_001080", "timestamp": "2020-01-27T13:50:34.413970Z", "filename": "pano_0004_001080.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 15.09612443, "relative_pitch": 71.8527387740569, "relative_heading": 104.83490981636182, "relative_elevation": 46.0579631784931 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001218/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001218/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001218/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001218/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002040_pano_0001_001218/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001218/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001218/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001218/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001218/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89369631695851, 52.3612430933729, 46.054613516666 ] }, "distance": 15.23, "direction": 103.59, "angle": 71.7, "elevation": 46.05, "pano_id": "TMX7316010203-002040_pano_0001_001218", "timestamp": "2021-03-15T09:06:05.789030Z", "filename": "pano_0001_001218.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 15.23391413, "relative_pitch": 71.69685226275737, "relative_heading": 103.59428829217917, "relative_elevation": 46.054613516666 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001086/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001086/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001086/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001086/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001594_pano_0004_001086/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001086/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001086/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001086/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001086/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89325557752963, 52.3613011850375, 46.1063386118039 ] }, "distance": 15.49, "direction": 280.73, "angle": 71.43, "elevation": 46.11, "pano_id": "TMX7316010203-001594_pano_0004_001086", "timestamp": "2020-01-27T13:50:38.603920Z", "filename": "pano_0004_001086.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 15.48847882, "relative_pitch": 71.43128166346509, "relative_heading": 280.7291893310418, "relative_elevation": 46.1063386118039 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000189/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000189/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000189/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000189/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000998_pano_0003_000189/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000189/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000189/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000189/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000189/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89370450044106, 52.3612425463205, 45.8782524233684 ] }, "distance": 15.79, "direction": 103.33, "angle": 71.01, "elevation": 45.88, "pano_id": "TMX7316010203-000998_pano_0003_000189", "timestamp": "2018-11-21T11:27:49.716240Z", "filename": "pano_0003_000189.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 15.79025711, "relative_pitch": 71.0076952781849, "relative_heading": 103.33350451829516, "relative_elevation": 45.8782524233684 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01103/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01103/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01103/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01103/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-14_05-25-22_01103/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01103/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01103/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01103/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01103/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893707279341305, 52.36124316738425, 0.0 ] }, "distance": 15.96, "direction": 102.94, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-14_05-25-22_01103", "timestamp": "2025-07-14T06:05:43Z", "filename": "recording_2025-07-14_05-25-22_01103.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 15.95891078, "relative_pitch": 0.0, "relative_heading": 102.93533195072754, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006193/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006193/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006193/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006193/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_006193/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006193/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006193/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006193/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006193/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89324651880762, 52.361307675957, 46.4798149028793 ] }, "distance": 16.24, "direction": 282.83, "angle": 70.74, "elevation": 46.48, "pano_id": "TMX7316010203-001681_pano_0000_006193", "timestamp": "2020-04-29T12:04:30.886110Z", "filename": "pano_0000_006193.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 16.2401605, "relative_pitch": 70.7404609847658, "relative_heading": 282.8279942047583, "relative_elevation": 46.4798149028793 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000288/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000288/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000288/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000288/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001048_pano_0000_000288/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000288/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000288/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000288/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000288/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89322901282087, 52.361306576114, 46.017234724015 ] }, "distance": 17.38, "direction": 281.56, "angle": 69.31, "elevation": 46.02, "pano_id": "TMX7316010203-001048_pano_0000_000288", "timestamp": "2019-01-11T08:01:31.157230Z", "filename": "pano_0000_000288.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 17.38004213, "relative_pitch": 69.30917640567786, "relative_heading": 281.5616286270102, "relative_elevation": 46.017234724015 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004608/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004608/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004608/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004608/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_004608/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004608/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004608/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004608/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004608/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89322784262418, 52.3613103112963, 48.1300871809945 ] }, "distance": 17.55, "direction": 282.84, "angle": 69.97, "elevation": 48.13, "pano_id": "TMX7316060226-000019_pano_0000_004608", "timestamp": "2016-08-15T05:51:10.251980Z", "filename": "pano_0000_004608.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 17.54580472, "relative_pitch": 69.970692625066, "relative_heading": 282.8392607589717, "relative_elevation": 48.1300871809945 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004601/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004601/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004601/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004601/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_004601/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004601/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_004601/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004601/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_004601/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89372984348508, 52.3612365093645, 48.0949268396944 ] }, "distance": 17.63, "direction": 104.16, "angle": 69.87, "elevation": 48.09, "pano_id": "TMX7316060226-000019_pano_0000_004601", "timestamp": "2016-08-15T05:51:02.452040Z", "filename": "pano_0000_004601.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 17.62695656, "relative_pitch": 69.87194041667176, "relative_heading": 104.16398913684918, "relative_elevation": 48.0949268396944 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000894/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000894/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000894/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000894/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002545_pano_0000_000894/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000894/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000894/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000894/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000894/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89373152048659, 52.361240535858, 45.8811723561957 ] }, "distance": 17.63, "direction": 102.66, "angle": 68.98, "elevation": 45.88, "pano_id": "TMX7316010203-002545_pano_0000_000894", "timestamp": "2022-04-26T08:26:11.778080Z", "filename": "pano_0000_000894.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 17.63415294, "relative_pitch": 68.97603603766632, "relative_heading": 102.66148342714887, "relative_elevation": 45.8811723561957 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000901/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000901/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000901/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000901/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002545_pano_0000_000901/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000901/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002545_pano_0000_000901/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000901/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/26/TMX7316010203-002545/pano_0000_000901/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89322014767994, 52.361310280312, 45.9011829197407 ] }, "distance": 18.06, "direction": 282.46, "angle": 68.53, "elevation": 45.9, "pano_id": "TMX7316010203-002545_pano_0000_000901", "timestamp": "2022-04-26T08:26:17.428040Z", "filename": "pano_0000_000901.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 18.05653839, "relative_pitch": 68.52639068202755, "relative_heading": 282.45896584730383, "relative_elevation": 45.9011829197407 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000281/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000281/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000281/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000281/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001048_pano_0000_000281/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000281/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001048_pano_0000_000281/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000281/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/11/TMX7316010203-001048/pano_0000_000281/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89374114529888, 52.3612359060223, 46.0083011500537 ] }, "distance": 18.39, "direction": 103.78, "angle": 68.21, "elevation": 46.01, "pano_id": "TMX7316010203-001048_pano_0000_000281", "timestamp": "2019-01-11T08:01:24.777250Z", "filename": "pano_0000_000281.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 18.39031445, "relative_pitch": 68.21255467499405, "relative_heading": 103.7798216432908, "relative_elevation": 46.0083011500537 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006186/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006186/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006186/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006186/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_006186/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006186/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_006186/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006186/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_006186/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89374890028572, 52.3612360206744, 46.5619717370719 ] }, "distance": 18.9, "direction": 103.36, "angle": 67.91, "elevation": 46.56, "pano_id": "TMX7316010203-001681_pano_0000_006186", "timestamp": "2020-04-29T12:04:26.271060Z", "filename": "pano_0000_006186.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 18.9008747, "relative_pitch": 67.90631876329206, "relative_heading": 103.36079320678012, "relative_elevation": 46.5619717370719 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01110/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01110/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01110/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01110/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-14_05-25-22_01110/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01110/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01110/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01110/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01110/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893204787063663, 52.361309351415244, 0.0 ] }, "distance": 19.06, "direction": 281.48, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-14_05-25-22_01110", "timestamp": "2025-07-14T06:05:50Z", "filename": "recording_2025-07-14_05-25-22_01110.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 19.05882013, "relative_pitch": 0.0, "relative_heading": 281.47683250553666, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000196/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000196/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000196/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000196/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000998_pano_0003_000196/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000196/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000196/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000196/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000196/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8932021579954, 52.3613134963229, 45.9963557021692 ] }, "distance": 19.33, "direction": 282.71, "angle": 67.2, "elevation": 46.0, "pano_id": "TMX7316010203-000998_pano_0003_000196", "timestamp": "2018-11-21T11:27:55.541180Z", "filename": "pano_0003_000196.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 19.33059393, "relative_pitch": 67.20475712558493, "relative_heading": 282.7110290025529, "relative_elevation": 45.9963557021692 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00206/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00206/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00206/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00206/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241203_1333_Track11_Sphere_00206/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00206/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00206/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00206/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00206/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893195988757056, 52.36131371868845, 0.0 ] }, "distance": 19.75, "direction": 282.51, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241203_1333_Track11_Sphere_00206", "timestamp": "2024-12-03T13:33:52Z", "filename": "Job_20241203_1333_Track11_Sphere_00206.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 19.74612841, "relative_pitch": 0.0, "relative_heading": 282.512745590684, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00198/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00198/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00198/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00198/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241203_1333_Track11_Sphere_00198/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00198/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00198/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00198/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241203_1333_Track11_Sphere_00198/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893763311364238, 52.36123692978031, 0.0 ] }, "distance": 19.84, "direction": 102.42, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241203_1333_Track11_Sphere_00198", "timestamp": "2024-12-03T13:33:40Z", "filename": "Job_20241203_1333_Track11_Sphere_00198.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 19.83533113, "relative_pitch": 0.0, "relative_heading": 102.4211338824465, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001225/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001225/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001225/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001225/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002040_pano_0001_001225/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001225/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001225/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001225/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001225/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89319069841964, 52.361310791803, 46.0742330234498 ] }, "distance": 20.03, "direction": 281.38, "angle": 66.5, "elevation": 46.07, "pano_id": "TMX7316010203-002040_pano_0001_001225", "timestamp": "2021-03-15T09:06:16.828970Z", "filename": "pano_0001_001225.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 20.03132027, "relative_pitch": 66.50243307434012, "relative_heading": 281.3798960586476, "relative_elevation": 46.0742330234498 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001079/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001079/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001079/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001079/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001594_pano_0004_001079/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001079/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001079/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001079/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001079/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89376561553785, 52.3612302606272, 46.0825195787475 ] }, "distance": 20.16, "direction": 104.39, "angle": 66.37, "elevation": 46.08, "pano_id": "TMX7316010203-001594_pano_0004_001079", "timestamp": "2020-01-27T13:50:33.583960Z", "filename": "pano_0004_001079.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 20.16009695, "relative_pitch": 66.37167145920782, "relative_heading": 104.3852812424875, "relative_elevation": 46.0825195787475 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001217/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001217/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001217/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001217/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002040_pano_0001_001217/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001217/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002040_pano_0001_001217/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001217/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/15/TMX7316010203-002040/pano_0001_001217/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89376780989633, 52.3612318849801, 46.1149615701288 ] }, "distance": 20.26, "direction": 103.79, "angle": 66.28, "elevation": 46.11, "pano_id": "TMX7316010203-002040_pano_0001_001217", "timestamp": "2021-03-15T09:06:04.294070Z", "filename": "pano_0001_001217.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 20.26110344, "relative_pitch": 66.28119902171747, "relative_heading": 103.78513684251865, "relative_elevation": 46.1149615701288 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001087/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001087/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001087/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001087/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001594_pano_0004_001087/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001087/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001594_pano_0004_001087/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001087/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/27/TMX7316010203-001594/pano_0004_001087/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89318251147279, 52.3613112513849, 46.1471174582839 ] }, "distance": 20.59, "direction": 281.21, "angle": 65.96, "elevation": 46.15, "pano_id": "TMX7316010203-001594_pano_0004_001087", "timestamp": "2020-01-27T13:50:39.238890Z", "filename": "pano_0004_001087.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 20.5882589, "relative_pitch": 65.95624791789632, "relative_heading": 281.2131697009364, "relative_elevation": 46.1471174582839 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000188/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000188/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000188/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000188/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000998_pano_0003_000188/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000188/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000998_pano_0003_000188/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000188/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/11/21/TMX7316010203-000998/pano_0003_000188/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.89377587194533, 52.3612324028988, 45.915176098235 ] }, "distance": 20.78, "direction": 103.27, "angle": 65.65, "elevation": 45.92, "pano_id": "TMX7316010203-000998_pano_0003_000188", "timestamp": "2018-11-21T11:27:48.661220Z", "filename": "pano_0003_000188.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2018", "tags": [ "mission-bi", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 20.78160841, "relative_pitch": 65.64807854871853, "relative_heading": 103.26999977985162, "relative_elevation": 45.915176098235 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241203_1333_Track11_Sphere_00202/adjacencies/b_20241203_1333_Track11_Sphere_00202/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01102/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01102/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01102/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01102/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-14_05-25-22_01102/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01102/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-14_05-25-22_01102/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01102/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-14_05-25-22_01102/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.893778892234739, 52.361233866992364, 0.0 ] }, "distance": 20.95, "direction": 102.71, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-14_05-25-22_01102", "timestamp": "2025-07-14T06:05:41Z", "filename": "recording_2025-07-14_05-25-22_01102.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_20241203_1333_Track11_Sphere_00202", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 121368.64708694023, 486046.02845952567 ] }, "relative_distance": 20.9454828, "relative_pitch": 0.0, "relative_heading": 102.70704352602625, "relative_elevation": 0.0 } ] } }