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_20241021_0921_Track90_Sphere_00031/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00031/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00031/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00031/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00031/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track90_Sphere_00031/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00031/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00031/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802571505341494, 52.35083022985434, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track90_Sphere_00031", "timestamp": "2024-10-21T12:34:32Z", "filename": "Job_20241021_0921_Track90_Sphere_00031.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "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_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003264/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003264/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003264/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003264/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001889_pano_0000_003264/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003264/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003264/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003264/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003264/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80256824920469, 52.3508413167763, 44.9098863480613 ] }, "distance": 1.25, "direction": 349.8, "angle": 88.4, "elevation": 44.91, "pano_id": "TMX7316010203-001889_pano_0000_003264", "timestamp": "2020-08-24T07:49:25.581340Z", "filename": "pano_0000_003264.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 1.25347885, "relative_pitch": 88.40123383048362, "relative_heading": 349.80461565319365, "relative_elevation": 44.9098863480613 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000312/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000312/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000312/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000312/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000312/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000312/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000312/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000312/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000312/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80256789910564, 52.3508119242223, 46.4227715311572 ] }, "distance": 2.05, "direction": 186.88, "angle": 87.47, "elevation": 46.42, "pano_id": "TMX7316010203-002526_pano_0000_000312", "timestamp": "2022-04-20T07:28:13.118420Z", "filename": "pano_0000_000312.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 2.05170937, "relative_pitch": 87.4693919882679, "relative_heading": 186.87869420562257, "relative_elevation": 46.4227715311572 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003287/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003287/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003287/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003287/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0002_003287/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003287/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003287/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003287/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003287/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80256216927077, 52.3508125636002, 45.1250403383747 ] }, "distance": 2.07, "direction": 197.93, "angle": 87.38, "elevation": 45.13, "pano_id": "TMX7316010203-001315_pano_0002_003287", "timestamp": "2019-07-16T09:13:16.031800Z", "filename": "pano_0002_003287.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 2.06616731, "relative_pitch": 87.37839479522636, "relative_heading": 197.93230434960674, "relative_elevation": 45.1250403383747 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001435/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001435/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001435/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001435/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000814_pano_0001_001435/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001435/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001435/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001435/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001435/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8025578221943, 52.3508501623224, 45.0840438809246 ] }, "distance": 2.41, "direction": 337.2, "angle": 86.95, "elevation": 45.08, "pano_id": "TMX7316010203-000814_pano_0001_001435", "timestamp": "2018-06-28T11:43:50.417100Z", "filename": "pano_0001_001435.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 2.40596765, "relative_pitch": 86.94523521292459, "relative_heading": 337.1995578930012, "relative_elevation": 45.0840438809246 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00244/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00244/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00244/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00244/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_10_31_55_00244/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00244/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00244/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00244/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00244/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802565461001227, 52.350808853957176, 0.0 ] }, "distance": 2.41, "direction": 189.82, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_10_31_55_00244", "timestamp": "2025-09-23T10:38:24Z", "filename": "2025_09_23_10_31_55_00244.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 2.41397604, "relative_pitch": 0.0, "relative_heading": 189.82358011624044, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001434/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001434/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001434/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001434/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000814_pano_0001_001434/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001434/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001434/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001434/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001434/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80258228067199, 52.3508041790232, 45.1049481956288 ] }, "distance": 2.99, "direction": 165.79, "angle": 86.21, "elevation": 45.1, "pano_id": "TMX7316010203-000814_pano_0001_001434", "timestamp": "2018-06-28T11:43:49.412110Z", "filename": "pano_0001_001434.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 2.99032121, "relative_pitch": 86.20701425197855, "relative_heading": 165.7865227318641, "relative_elevation": 45.1049481956288 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00243/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00243/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00243/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00243/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_10_31_55_00243/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00243/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00243/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00243/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00243/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802544215298813, 52.350851773640905, 0.0 ] }, "distance": 3.03, "direction": 322.2, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_10_31_55_00243", "timestamp": "2025-09-23T10:38:23Z", "filename": "2025_09_23_10_31_55_00243.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 3.0339342, "relative_pitch": 0.0, "relative_heading": 322.19955448825687, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000311/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000311/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000311/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000311/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000311/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000311/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000311/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000311/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000311/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80254536584955, 52.3508528048425, 46.3620772957802 ] }, "distance": 3.08, "direction": 324.66, "angle": 86.2, "elevation": 46.36, "pano_id": "TMX7316010203-002526_pano_0000_000311", "timestamp": "2022-04-20T07:28:12.303420Z", "filename": "pano_0000_000311.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 3.0793916, "relative_pitch": 86.19996822644217, "relative_heading": 324.66146131067086, "relative_elevation": 46.3620772957802 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000033/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000033/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000033/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000033/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002089_pano_0001_000033/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000033/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000033/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000033/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000033/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80252466542831, 52.3508189175146, 45.1263416195288 ] }, "distance": 3.43, "direction": 248.48, "angle": 85.65, "elevation": 45.13, "pano_id": "TMX7316010203-002089_pano_0001_000033", "timestamp": "2021-04-13T11:56:00.912650Z", "filename": "pano_0001_000033.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 3.43092176, "relative_pitch": 85.6522095595066, "relative_heading": 248.47610237623522, "relative_elevation": 45.1263416195288 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003288/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003288/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003288/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003288/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0002_003288/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003288/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003288/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003288/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003288/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80253730906283, 52.3508552918339, 45.1070783501491 ] }, "distance": 3.63, "direction": 320.12, "angle": 85.39, "elevation": 45.11, "pano_id": "TMX7316010203-001315_pano_0002_003288", "timestamp": "2019-07-16T09:13:16.881610Z", "filename": "pano_0002_003288.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 3.63408969, "relative_pitch": 85.39386607722604, "relative_heading": 320.1196803136879, "relative_elevation": 45.1070783501491 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001679/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001679/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001679/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001679/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000804_pano_0000_001679/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_001679/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_001679/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001679/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001679/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80255541365012, 52.3507972698335, 46.2468533702195 ] }, "distance": 3.83, "direction": 196.64, "angle": 85.27, "elevation": 46.25, "pano_id": "TMX7316010203-000804_pano_0000_001679", "timestamp": "2018-06-22T10:59:33.423800Z", "filename": "pano_0000_001679.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 3.82799218, "relative_pitch": 85.26824140228067, "relative_heading": 196.64488192938657, "relative_elevation": 46.2468533702195 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003263/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003263/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003263/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003263/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001889_pano_0000_003263/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003263/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003263/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003263/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003263/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80259062454942, 52.350796224169, 44.9298009118065 ] }, "distance": 4.0, "direction": 161.0, "angle": 84.91, "elevation": 44.93, "pano_id": "TMX7316010203-001889_pano_0000_003263", "timestamp": "2020-08-24T07:49:24.821400Z", "filename": "pano_0000_003263.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 4.00193779, "relative_pitch": 84.91004560728172, "relative_heading": 161.00185758625705, "relative_elevation": 44.9298009118065 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000034/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000034/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000034/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000034/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002089_pano_0001_000034/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000034/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000034/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000034/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000034/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80251275421267, 52.3508631974228, 45.0421868050471 ] }, "distance": 5.43, "direction": 312.5, "angle": 83.13, "elevation": 45.04, "pano_id": "TMX7316010203-002089_pano_0001_000034", "timestamp": "2021-04-13T11:56:02.382600Z", "filename": "pano_0001_000034.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 5.42989364, "relative_pitch": 83.12609052582837, "relative_heading": 312.50074682490475, "relative_elevation": 45.0421868050471 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000929/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000929/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000929/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000929/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001905_pano_0005_000929/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000929/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000929/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000929/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000929/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80255663207245, 52.3507818008492, 44.8084333324805 ] }, "distance": 5.48, "direction": 190.65, "angle": 83.02, "elevation": 44.81, "pano_id": "TMX7316010203-001905_pano_0005_000929", "timestamp": "2020-09-02T12:05:47.031730Z", "filename": "pano_0005_000929.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 5.48336003, "relative_pitch": 83.02320943897885, "relative_heading": 190.65094355262733, "relative_elevation": 44.8084333324805 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00033/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00033/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00033/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00033/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track90_Sphere_00033/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00033/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00033/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00033/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00033/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802543756319039, 52.350881044659744, 0.0 ] }, "distance": 5.96, "direction": 341.51, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track90_Sphere_00033", "timestamp": "2024-10-21T12:34:33Z", "filename": "Job_20241021_0921_Track90_Sphere_00033.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 5.96213396, "relative_pitch": 0.0, "relative_heading": 341.510143546193, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00029/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00029/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00029/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00029/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track90_Sphere_00029/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00029/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00029/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00029/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00029/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802599509598431, 52.35077897590029, 0.0 ] }, "distance": 6.01, "direction": 161.5, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track90_Sphere_00029", "timestamp": "2024-10-21T12:34:31Z", "filename": "Job_20241021_0921_Track90_Sphere_00029.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 6.01399359, "relative_pitch": 0.0, "relative_heading": 161.50060576496463, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000345/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000345/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000345/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000345/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000345/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000345/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000345/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000345/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000345/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80254858587027, 52.3507767306674, 45.2208916759118 ] }, "distance": 6.15, "direction": 194.7, "angle": 82.25, "elevation": 45.22, "pano_id": "TMX7316010203-002526_pano_0000_000345", "timestamp": "2022-04-20T07:29:57.512650Z", "filename": "pano_0000_000345.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 6.15451309, "relative_pitch": 82.24972653167812, "relative_heading": 194.69975419587354, "relative_elevation": 45.2208916759118 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003265/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003265/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003265/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003265/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001889_pano_0000_003265/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003265/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003265/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003265/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003265/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8025458368942, 52.3508861704442, 44.886392227374 ] }, "distance": 6.47, "direction": 344.31, "angle": 81.8, "elevation": 44.89, "pano_id": "TMX7316010203-001889_pano_0000_003265", "timestamp": "2020-08-24T07:49:26.321320Z", "filename": "pano_0000_003265.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 6.4657916, "relative_pitch": 81.80304664200524, "relative_heading": 344.3055627050227, "relative_elevation": 44.886392227374 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003286/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003286/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003286/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003286/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0002_003286/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003286/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003286/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003286/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003286/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80258559746303, 52.3507695370254, 45.1323008527979 ] }, "distance": 6.82, "direction": 171.91, "angle": 81.41, "elevation": 45.13, "pano_id": "TMX7316010203-001315_pano_0002_003286", "timestamp": "2019-07-16T09:13:15.236720Z", "filename": "pano_0002_003286.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 6.82145724, "relative_pitch": 81.40516502202497, "relative_heading": 171.90776673807858, "relative_elevation": 45.1323008527979 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00245/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00245/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00245/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00245/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_10_31_55_00245/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00245/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00245/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00245/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00245/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802588510190639, 52.35076718349489, 0.0 ] }, "distance": 7.11, "direction": 170.62, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_10_31_55_00245", "timestamp": "2025-09-23T10:38:25Z", "filename": "2025_09_23_10_31_55_00245.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 7.11046689, "relative_pitch": 0.0, "relative_heading": 170.62135318657224, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001436/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001436/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001436/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001436/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000814_pano_0001_001436/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001436/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001436/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001436/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001436/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80253303370381, 52.3508961032487, 45.0626799203455 ] }, "distance": 7.78, "direction": 340.32, "angle": 80.2, "elevation": 45.06, "pano_id": "TMX7316010203-000814_pano_0001_001436", "timestamp": "2018-06-28T11:43:51.402110Z", "filename": "pano_0001_001436.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 7.78465471, "relative_pitch": 80.19879212169066, "relative_heading": 340.321284070078, "relative_elevation": 45.0626799203455 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004229/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004229/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004229/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004229/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001316_pano_0000_004229/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004229/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004229/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004229/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004229/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80267344729574, 52.3508623259568, 45.4756022086367 ] }, "distance": 7.81, "direction": 62.79, "angle": 80.25, "elevation": 45.48, "pano_id": "TMX7316010203-001316_pano_0000_004229", "timestamp": "2019-07-17T08:01:59.495210Z", "filename": "pano_0000_004229.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 7.81066649, "relative_pitch": 80.25424797969323, "relative_heading": 62.78987605073358, "relative_elevation": 45.4756022086367 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000310/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000310/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000310/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000310/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000310/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000310/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000310/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000310/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000310/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80252309678384, 52.3508941967142, 46.3005440849811 ] }, "distance": 7.85, "direction": 335.14, "angle": 80.38, "elevation": 46.3, "pano_id": "TMX7316010203-002526_pano_0000_000310", "timestamp": "2022-04-20T07:28:11.538410Z", "filename": "pano_0000_000310.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 7.84501119, "relative_pitch": 80.38332602309825, "relative_heading": 335.13609900299497, "relative_elevation": 46.3005440849811 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00242/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00242/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00242/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00242/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_10_31_55_00242/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00242/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00242/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00242/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00242/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802522009079246, 52.35089518290509, 0.0 ] }, "distance": 7.98, "direction": 334.98, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_10_31_55_00242", "timestamp": "2025-09-23T10:38:22Z", "filename": "2025_09_23_10_31_55_00242.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 7.97576797, "relative_pitch": 0.0, "relative_heading": 334.98448404865525, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000032/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000032/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000032/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000032/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002089_pano_0001_000032/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000032/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000032/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000032/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000032/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80248597613146, 52.3507808876943, 45.1336161382496 ] }, "distance": 8.01, "direction": 226.71, "angle": 79.94, "elevation": 45.13, "pano_id": "TMX7316010203-002089_pano_0001_000032", "timestamp": "2021-04-13T11:55:58.957670Z", "filename": "pano_0001_000032.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 8.00690907, "relative_pitch": 79.94013231796146, "relative_heading": 226.70775425023177, "relative_elevation": 45.1336161382496 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001680/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001680/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001680/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001680/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000804_pano_0000_001680/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_001680/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_001680/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001680/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001680/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80258217704842, 52.3507578064797, 46.0993511751294 ] }, "distance": 8.09, "direction": 174.84, "angle": 80.04, "elevation": 46.1, "pano_id": "TMX7316010203-000804_pano_0000_001680", "timestamp": "2018-06-22T11:00:07.318540Z", "filename": "pano_0000_001680.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 8.09157983, "relative_pitch": 80.04458124057264, "relative_heading": 174.84401854288328, "relative_elevation": 46.0993511751294 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001433/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001433/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001433/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001433/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000814_pano_0001_001433/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001433/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001433/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001433/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001433/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80260635662325, 52.3507580691878, 45.1115534864366 ] }, "distance": 8.37, "direction": 163.52, "angle": 79.48, "elevation": 45.11, "pano_id": "TMX7316010203-000814_pano_0001_001433", "timestamp": "2018-06-28T11:43:48.397150Z", "filename": "pano_0001_001433.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 8.37341512, "relative_pitch": 79.48467288564578, "relative_heading": 163.52435989399697, "relative_elevation": 45.1115534864366 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003289/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003289/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003289/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003289/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0002_003289/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003289/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003289/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003289/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003289/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80251214076681, 52.3508979990598, 45.0847689723596 ] }, "distance": 8.56, "direction": 331.79, "angle": 79.25, "elevation": 45.08, "pano_id": "TMX7316010203-001315_pano_0002_003289", "timestamp": "2019-07-16T09:13:17.796660Z", "filename": "pano_0002_003289.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 8.55737671, "relative_pitch": 79.25274047510888, "relative_heading": 331.7901862458788, "relative_elevation": 45.0847689723596 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000928/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000928/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000928/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000928/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001905_pano_0005_000928/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000928/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000928/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000928/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000928/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80261548575465, 52.3507577355712, 44.8347232164815 ] }, "distance": 8.61, "direction": 159.62, "angle": 79.13, "elevation": 44.83, "pano_id": "TMX7316010203-001905_pano_0005_000928", "timestamp": "2020-09-02T12:05:44.401580Z", "filename": "pano_0005_000928.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 8.60540876, "relative_pitch": 79.1349973019161, "relative_heading": 159.61975827141322, "relative_elevation": 44.8347232164815 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004228/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004228/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004228/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004228/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001316_pano_0000_004228/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004228/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004228/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004228/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004228/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80269756298954, 52.350818933103, 45.5099444296211 ] }, "distance": 8.68, "direction": 98.33, "angle": 79.2, "elevation": 45.51, "pano_id": "TMX7316010203-001316_pano_0000_004228", "timestamp": "2019-07-17T08:01:58.895300Z", "filename": "pano_0000_004228.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 8.68104231, "relative_pitch": 79.20053922718911, "relative_heading": 98.3257805333014, "relative_elevation": 45.5099444296211 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000344/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000344/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000344/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000344/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000344/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000344/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000344/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000344/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000344/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80260491346266, 52.3507541323955, 45.361048374325 ] }, "distance": 8.77, "direction": 164.95, "angle": 79.06, "elevation": 45.36, "pano_id": "TMX7316010203-002526_pano_0000_000344", "timestamp": "2022-04-20T07:29:55.627630Z", "filename": "pano_0000_000344.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 8.76832588, "relative_pitch": 79.05961275211567, "relative_heading": 164.95251652098398, "relative_elevation": 45.361048374325 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000930/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000930/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000930/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000930/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001905_pano_0005_000930/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000930/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000930/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000930/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000930/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80248691550706, 52.3507700473054, 44.7109126811847 ] }, "distance": 8.84, "direction": 220.72, "angle": 78.82, "elevation": 44.71, "pano_id": "TMX7316010203-001905_pano_0005_000930", "timestamp": "2020-09-02T12:05:48.821540Z", "filename": "pano_0005_000930.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 8.83569656, "relative_pitch": 78.82133779396065, "relative_heading": 220.7188390603709, "relative_elevation": 44.7109126811847 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00034/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00034/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00034/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00034/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track90_Sphere_00034/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00034/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00034/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00034/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00034/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802530042693474, 52.35090593605577, 0.0 ] }, "distance": 8.89, "direction": 341.46, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track90_Sphere_00034", "timestamp": "2024-10-21T12:34:33Z", "filename": "Job_20241021_0921_Track90_Sphere_00034.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 8.88527327, "relative_pitch": 0.0, "relative_heading": 341.45977515670364, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000346/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000346/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000346/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000346/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000346/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000346/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000346/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000346/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000346/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80247787061368, 52.3507721116396, 45.0749959144741 ] }, "distance": 9.08, "direction": 224.61, "angle": 78.6, "elevation": 45.07, "pano_id": "TMX7316010203-002526_pano_0000_000346", "timestamp": "2022-04-20T07:29:59.037750Z", "filename": "pano_0000_000346.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 9.08462485, "relative_pitch": 78.6049941516328, "relative_heading": 224.61299500099764, "relative_elevation": 45.0749959144741 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003262/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003262/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003262/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003262/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001889_pano_0000_003262/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003262/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003262/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003262/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003262/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80261231889287, 52.3507517362569, 44.9293677657843 ] }, "distance": 9.17, "direction": 162.34, "angle": 78.47, "elevation": 44.93, "pano_id": "TMX7316010203-001889_pano_0000_003262", "timestamp": "2020-08-24T07:49:24.041470Z", "filename": "pano_0000_003262.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 9.16635608, "relative_pitch": 78.46893296336043, "relative_heading": 162.3383228404182, "relative_elevation": 44.9293677657843 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004230/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004230/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004230/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004230/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001316_pano_0000_004230/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004230/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004230/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004230/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004230/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80264946140425, 52.3509057906548, 45.4416070906445 ] }, "distance": 9.95, "direction": 32.28, "angle": 77.65, "elevation": 45.44, "pano_id": "TMX7316010203-001316_pano_0000_004230", "timestamp": "2019-07-17T08:02:00.095230Z", "filename": "pano_0000_004230.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 9.94535362, "relative_pitch": 77.6548939360524, "relative_heading": 32.283519253883036, "relative_elevation": 45.4416070906445 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000035/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000035/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000035/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000035/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002089_pano_0001_000035/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000035/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000035/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000035/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000035/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80248598431089, 52.350905248451, 44.9437257964164 ] }, "distance": 10.18, "direction": 325.08, "angle": 77.24, "elevation": 44.94, "pano_id": "TMX7316010203-002089_pano_0001_000035", "timestamp": "2021-04-13T11:56:03.642610Z", "filename": "pano_0001_000035.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 10.18043086, "relative_pitch": 77.23701950805325, "relative_heading": 325.0815509732629, "relative_elevation": 44.9437257964164 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003266/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003266/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003266/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003266/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001889_pano_0000_003266/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003266/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003266/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003266/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003266/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8025235723359, 52.3509306755311, 44.8670410355553 ] }, "distance": 11.64, "direction": 343.71, "angle": 75.45, "elevation": 44.87, "pano_id": "TMX7316010203-001889_pano_0000_003266", "timestamp": "2020-08-24T07:49:27.046580Z", "filename": "pano_0000_003266.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 11.64443529, "relative_pitch": 75.45090034303949, "relative_heading": 343.7105873153662, "relative_elevation": 44.8670410355553 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00246/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00246/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00246/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00246/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_10_31_55_00246/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00246/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00246/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00246/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00246/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802612797232706, 52.350727361642235, 0.0 ] }, "distance": 11.79, "direction": 166.19, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_10_31_55_00246", "timestamp": "2025-09-23T10:38:25Z", "filename": "2025_09_23_10_31_55_00246.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 11.7872893, "relative_pitch": 0.0, "relative_heading": 166.19015620862, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003285/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003285/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003285/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003285/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0002_003285/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003285/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003285/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003285/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003285/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80260894834334, 52.3507261445515, 45.1087917229161 ] }, "distance": 11.86, "direction": 167.58, "angle": 75.27, "elevation": 45.11, "pano_id": "TMX7316010203-001315_pano_0002_003285", "timestamp": "2019-07-16T09:13:14.476740Z", "filename": "pano_0002_003285.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 11.85967621, "relative_pitch": 75.26957433729847, "relative_heading": 167.57687492054256, "relative_elevation": 45.1087917229161 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004227/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004227/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004227/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004227/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001316_pano_0000_004227/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004227/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004227/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004227/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004227/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80272202520115, 52.3507753463863, 45.5275145592168 ] }, "distance": 11.94, "direction": 120.77, "angle": 75.31, "elevation": 45.53, "pano_id": "TMX7316010203-001316_pano_0000_004227", "timestamp": "2019-07-17T08:01:58.290230Z", "filename": "pano_0000_004227.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 11.93694163, "relative_pitch": 75.30821681212475, "relative_heading": 120.77132126563983, "relative_elevation": 45.5275145592168 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00027/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00027/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00027/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00027/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track90_Sphere_00027/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00027/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00027/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00027/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00027/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802629414849845, 52.35072602364513, 0.0 ] }, "distance": 12.25, "direction": 161.21, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track90_Sphere_00027", "timestamp": "2024-10-21T12:34:30Z", "filename": "Job_20241021_0921_Track90_Sphere_00027.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 12.24846135, "relative_pitch": 0.0, "relative_heading": 161.2064476358608, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000309/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000309/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000309/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000309/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000309/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000309/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000309/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000309/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000309/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80250091264442, 52.3509358794364, 46.2375965155661 ] }, "distance": 12.7, "direction": 337.75, "angle": 74.64, "elevation": 46.24, "pano_id": "TMX7316010203-002526_pano_0000_000309", "timestamp": "2022-04-20T07:28:10.788410Z", "filename": "pano_0000_000309.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 12.70206697, "relative_pitch": 74.63903979305731, "relative_heading": 337.7473501072426, "relative_elevation": 46.2375965155661 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00241/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00241/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00241/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00241/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_10_31_55_00241/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00241/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00241/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00241/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00241/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802499546692306, 52.3509379797285, 0.0 ] }, "distance": 12.95, "direction": 337.76, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_10_31_55_00241", "timestamp": "2025-09-23T10:38:22Z", "filename": "2025_09_23_10_31_55_00241.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 12.95361615, "relative_pitch": 0.0, "relative_heading": 337.7577882309265, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001681/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001681/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001681/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001681/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000804_pano_0000_001681/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_001681/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_001681/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001681/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001681/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80260426444122, 52.3507144512813, 46.0666931457818 ] }, "distance": 13.08, "direction": 170.17, "angle": 74.15, "elevation": 46.07, "pano_id": "TMX7316010203-000804_pano_0000_001681", "timestamp": "2018-06-22T11:00:08.413500Z", "filename": "pano_0000_001681.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 13.07509759, "relative_pitch": 74.15448100230435, "relative_heading": 170.17020446913455, "relative_elevation": 46.0666931457818 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000031/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000031/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000031/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000031/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002089_pano_0001_000031/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000031/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000031/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000031/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000031/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80240456556203, 52.3507717476813, 45.5756077161059 ] }, "distance": 13.11, "direction": 240.23, "angle": 73.96, "elevation": 45.58, "pano_id": "TMX7316010203-002089_pano_0001_000031", "timestamp": "2021-04-13T11:55:47.162760Z", "filename": "pano_0001_000031.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 13.10513805, "relative_pitch": 73.95755922241945, "relative_heading": 240.2271003567796, "relative_elevation": 45.5756077161059 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001437/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001437/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001437/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001437/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000814_pano_0001_001437/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001437/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001437/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001437/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001437/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80250799410014, 52.350942149224, 45.041601353325 ] }, "distance": 13.18, "direction": 340.84, "angle": 73.68, "elevation": 45.04, "pano_id": "TMX7316010203-000814_pano_0001_001437", "timestamp": "2018-06-28T11:43:52.377120Z", "filename": "pano_0001_001437.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 13.18421563, "relative_pitch": 73.68461510937802, "relative_heading": 340.8377931376632, "relative_elevation": 45.041601353325 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000931/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000931/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000931/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000931/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001905_pano_0005_000931/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000931/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000931/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000931/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000931/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80241709302231, 52.3507549285332, 44.6648335307837 ] }, "distance": 13.45, "direction": 231.47, "angle": 73.24, "elevation": 44.66, "pano_id": "TMX7316010203-001905_pano_0005_000931", "timestamp": "2020-09-02T12:05:50.226440Z", "filename": "pano_0005_000931.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 13.45042339, "relative_pitch": 73.24078537545222, "relative_heading": 231.46742582379156, "relative_elevation": 44.6648335307837 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000343/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000343/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000343/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000343/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000343/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000343/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000343/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000343/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000343/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80263242953739, 52.3507147405123, 45.4208754198626 ] }, "distance": 13.5, "direction": 162.1, "angle": 73.44, "elevation": 45.42, "pano_id": "TMX7316010203-002526_pano_0000_000343", "timestamp": "2022-04-20T07:29:53.887640Z", "filename": "pano_0000_000343.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 13.50485472, "relative_pitch": 73.44136257366286, "relative_heading": 162.09746101313155, "relative_elevation": 45.4208754198626 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003290/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003290/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003290/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003290/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0002_003290/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003290/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003290/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003290/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003290/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80248666751033, 52.3509407185678, 45.0632358174771 ] }, "distance": 13.59, "direction": 334.82, "angle": 73.22, "elevation": 45.06, "pano_id": "TMX7316010203-001315_pano_0002_003290", "timestamp": "2019-07-16T09:13:18.741610Z", "filename": "pano_0002_003290.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 13.58577432, "relative_pitch": 73.2228631956314, "relative_heading": 334.8173341756851, "relative_elevation": 45.0632358174771 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000347/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000347/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000347/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000347/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000347/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000347/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000347/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000347/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000347/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80240604190078, 52.3507595469381, 44.9415899533778 ] }, "distance": 13.75, "direction": 235.1, "angle": 72.99, "elevation": 44.94, "pano_id": "TMX7316010203-002526_pano_0000_000347", "timestamp": "2022-04-20T07:30:00.352640Z", "filename": "pano_0000_000347.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 13.74696042, "relative_pitch": 72.99191181758916, "relative_heading": 235.10054958178182, "relative_elevation": 44.9415899533778 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004231/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004231/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004231/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004231/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001316_pano_0000_004231/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004231/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004231/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004231/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004231/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80262599233766, 52.3509494039979, 45.4139579599723 ] }, "distance": 13.77, "direction": 15.64, "angle": 73.13, "elevation": 45.41, "pano_id": "TMX7316010203-001316_pano_0000_004231", "timestamp": "2019-07-17T08:02:00.695250Z", "filename": "pano_0000_004231.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 13.77091452, "relative_pitch": 73.13107605245399, "relative_heading": 15.640841003591548, "relative_elevation": 45.4139579599723 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001432/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001432/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001432/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001432/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000814_pano_0001_001432/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001432/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001432/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001432/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001432/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8026305791968, 52.3507116798888, 45.1101513039321 ] }, "distance": 13.79, "direction": 163.03, "angle": 73.0, "elevation": 45.11, "pano_id": "TMX7316010203-000814_pano_0001_001432", "timestamp": "2018-06-28T11:43:47.377130Z", "filename": "pano_0001_001432.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 13.79200519, "relative_pitch": 72.99947974980557, "relative_heading": 163.0308322046943, "relative_elevation": 45.1101513039321 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000927/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000927/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000927/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000927/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001905_pano_0005_000927/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000927/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000927/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000927/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000927/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80264150952067, 52.3507133122206, 44.8098186831921 ] }, "distance": 13.86, "direction": 159.86, "angle": 72.82, "elevation": 44.81, "pano_id": "TMX7316010203-001905_pano_0005_000927", "timestamp": "2020-09-02T12:05:42.146500Z", "filename": "pano_0005_000927.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 13.85680332, "relative_pitch": 72.81651528257561, "relative_heading": 159.86450082342637, "relative_elevation": 44.8098186831921 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003261/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003261/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003261/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003261/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001889_pano_0000_003261/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003261/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003261/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003261/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003261/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80263441474106, 52.3507072618483, 44.9231437360868 ] }, "distance": 14.34, "direction": 162.61, "angle": 72.3, "elevation": 44.92, "pano_id": "TMX7316010203-001889_pano_0000_003261", "timestamp": "2020-08-24T07:49:23.226410Z", "filename": "pano_0000_003261.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 14.33888781, "relative_pitch": 72.29758792708888, "relative_heading": 162.60529234943743, "relative_elevation": 44.9231437360868 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00036/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00036/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00036/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00036/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track90_Sphere_00036/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00036/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00036/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00036/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00036/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802501972589643, 52.35095660545995, 0.0 ] }, "distance": 14.84, "direction": 341.38, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track90_Sphere_00036", "timestamp": "2024-10-21T12:34:34Z", "filename": "Job_20241021_0921_Track90_Sphere_00036.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 14.83903534, "relative_pitch": 0.0, "relative_heading": 341.38008213804613, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000036/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000036/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000036/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000036/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002089_pano_0001_000036/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000036/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000036/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000036/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000036/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80245534414985, 52.3509463017606, 44.8692984012887 ] }, "distance": 15.15, "direction": 328.5, "angle": 71.34, "elevation": 44.87, "pano_id": "TMX7316010203-002089_pano_0001_000036", "timestamp": "2021-04-13T11:56:04.787620Z", "filename": "pano_0001_000036.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 15.14819633, "relative_pitch": 71.34494954215229, "relative_heading": 328.4987855643108, "relative_elevation": 44.8692984012887 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00258/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00258/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00258/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00258/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_10_31_55_00258/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00258/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00258/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00258/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00258/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802349491233093, 52.35081280215638, 0.0 ] }, "distance": 15.25, "direction": 262.7, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_10_31_55_00258", "timestamp": "2025-09-23T10:38:59Z", "filename": "2025_09_23_10_31_55_00258.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 15.25179854, "relative_pitch": 0.0, "relative_heading": 262.69521730807793, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004226/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004226/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004226/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004226/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001316_pano_0000_004226/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004226/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004226/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004226/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004226/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80274690462844, 52.3507319694331, 45.5426250612363 ] }, "distance": 16.2, "direction": 132.45, "angle": 70.42, "elevation": 45.54, "pano_id": "TMX7316010203-001316_pano_0000_004226", "timestamp": "2019-07-17T08:01:57.685220Z", "filename": "pano_0000_004226.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 16.19850691, "relative_pitch": 70.42064944960293, "relative_heading": 132.4533077547417, "relative_elevation": 45.5426250612363 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00250/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00250/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00250/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00250/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241025_0915_Track36_Sphere_00250/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241025_0915_Track36_Sphere_00250/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241025_0915_Track36_Sphere_00250/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00250/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00250/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802333702260534, 52.35083478920135, 0.0 ] }, "distance": 16.21, "direction": 271.79, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241025_0915_Track36_Sphere_00250", "timestamp": "2024-10-25T08:52:16Z", "filename": "Job_20241025_0915_Track36_Sphere_00250.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 16.21180403, "relative_pitch": 0.0, "relative_heading": 271.79341740579264, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00247/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00247/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00247/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00247/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_10_31_55_00247/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00247/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00247/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00247/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00247/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802638197856247, 52.350686565613515, 0.0 ] }, "distance": 16.62, "direction": 164.13, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_10_31_55_00247", "timestamp": "2025-09-23T10:38:26Z", "filename": "2025_09_23_10_31_55_00247.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 16.61947826, "relative_pitch": 0.0, "relative_heading": 164.13092269050415, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003267/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003267/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003267/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003267/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001889_pano_0000_003267/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003267/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003267/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003267/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003267/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80250100529188, 52.3509751393033, 44.8507058518007 ] }, "distance": 16.83, "direction": 343.41, "angle": 69.44, "elevation": 44.85, "pano_id": "TMX7316010203-001889_pano_0000_003267", "timestamp": "2020-08-24T07:49:27.756400Z", "filename": "pano_0000_003267.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 16.82502702, "relative_pitch": 69.43722138975446, "relative_heading": 343.4101908292686, "relative_elevation": 44.8507058518007 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003284/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003284/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003284/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003284/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0002_003284/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003284/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003284/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003284/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003284/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80263044876127, 52.3506822965881, 45.1106362370774 ] }, "distance": 16.94, "direction": 166.29, "angle": 69.41, "elevation": 45.11, "pano_id": "TMX7316010203-001315_pano_0002_003284", "timestamp": "2019-07-16T09:13:13.716680Z", "filename": "pano_0002_003284.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 16.94403143, "relative_pitch": 69.41329123834355, "relative_heading": 166.28811111717198, "relative_elevation": 45.1106362370774 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000491/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000491/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000491/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000491/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0002_000491/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_000491/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_000491/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000491/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000491/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80232225277443, 52.3508232341178, 46.8087586835027 ] }, "distance": 17.0, "direction": 267.38, "angle": 70.04, "elevation": 46.81, "pano_id": "TMX7316010203-001315_pano_0002_000491", "timestamp": "2019-07-16T08:14:51.394380Z", "filename": "pano_0002_000491.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 17.00186225, "relative_pitch": 70.0379823921522, "relative_heading": 267.3758488637589, "relative_elevation": 46.8087586835027 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00259/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00259/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00259/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00259/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_10_31_55_00259/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00259/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00259/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00259/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00259/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802321246985889, 52.35085105849746, 0.0 ] }, "distance": 17.21, "direction": 277.74, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_10_31_55_00259", "timestamp": "2025-09-23T10:39:00Z", "filename": "2025_09_23_10_31_55_00259.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 17.20934362, "relative_pitch": 0.0, "relative_heading": 277.7399876272922, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00249/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00249/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00249/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00249/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241025_0915_Track36_Sphere_00249/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241025_0915_Track36_Sphere_00249/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241025_0915_Track36_Sphere_00249/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00249/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00249/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802325807337972, 52.350792354703174, 0.0 ] }, "distance": 17.26, "direction": 255.87, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241025_0915_Track36_Sphere_00249", "timestamp": "2024-10-25T08:52:15Z", "filename": "Job_20241025_0915_Track36_Sphere_00249.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 17.26415553, "relative_pitch": 0.0, "relative_heading": 255.8702824846436, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/02/TMX7316010203-000283/pano_0000_003000/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/02/TMX7316010203-000283/pano_0000_003000/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/02/TMX7316010203-000283/pano_0000_003000/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/02/TMX7316010203-000283/pano_0000_003000/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000283_pano_0000_003000/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000283_pano_0000_003000/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000283_pano_0000_003000/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/02/TMX7316010203-000283/pano_0000_003000/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/02/TMX7316010203-000283/pano_0000_003000/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80232258091383, 52.3507991703647, 44.0528401145712 ] }, "distance": 17.31, "direction": 258.48, "angle": 68.55, "elevation": 44.05, "pano_id": "TMX7316010203-000283_pano_0000_003000", "timestamp": "2017-05-02T12:44:04.970340Z", "filename": "pano_0000_003000.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 17.31020568, "relative_pitch": 68.54805799679532, "relative_heading": 258.483162073932, "relative_elevation": 44.0528401145712 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001213/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001213/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001213/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001213/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002221_pano_0000_001213/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002221_pano_0000_001213/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002221_pano_0000_001213/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001213/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001213/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80231449884257, 52.3508246999132, 44.8969117207453 ] }, "distance": 17.52, "direction": 267.99, "angle": 68.68, "elevation": 44.9, "pano_id": "TMX7316010203-002221_pano_0000_001213", "timestamp": "2021-07-08T08:26:53.627210Z", "filename": "pano_0000_001213.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 17.52319087, "relative_pitch": 68.67938011907776, "relative_heading": 267.9877078977401, "relative_elevation": 44.8969117207453 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000391/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000391/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000391/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000391/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002089_pano_0003_000391/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0003_000391/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0003_000391/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000391/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000391/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80231441788437, 52.3508366191073, 45.6678356807679 ] }, "distance": 17.53, "direction": 272.32, "angle": 69.0, "elevation": 45.67, "pano_id": "TMX7316010203-002089_pano_0003_000391", "timestamp": "2021-04-13T12:21:19.046220Z", "filename": "pano_0003_000391.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 17.5323187, "relative_pitch": 68.99772663789017, "relative_heading": 272.3241556598431, "relative_elevation": 45.6678356807679 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000308/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000308/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000308/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000308/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000308/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000308/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000308/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000308/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000308/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80247877528392, 52.3509772547001, 46.1783015895635 ] }, "distance": 17.54, "direction": 338.88, "angle": 69.2, "elevation": 46.18, "pano_id": "TMX7316010203-002526_pano_0000_000308", "timestamp": "2022-04-20T07:28:10.048580Z", "filename": "pano_0000_000308.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 17.53783815, "relative_pitch": 69.20396110955606, "relative_heading": 338.8824032148975, "relative_elevation": 46.1783015895635 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003550/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003550/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003550/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003550/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000058_pano_0000_003550/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000058_pano_0000_003550/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000058_pano_0000_003550/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003550/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003550/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8023096306421, 52.3508218500084, 44.6252455702052 ] }, "distance": 17.87, "direction": 267.01, "angle": 68.18, "elevation": 44.63, "pano_id": "TMX7316010203-000058_pano_0000_003550", "timestamp": "2016-08-12T09:23:07.229390Z", "filename": "pano_0000_003550.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 17.86844915, "relative_pitch": 68.17828189828701, "relative_heading": 267.00878382220475, "relative_elevation": 44.6252455702052 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002451/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002451/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002451/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002451/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000814_pano_0001_002451/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_002451/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_002451/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002451/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002451/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8023103495558, 52.3508121557853, 44.6258039819077 ] }, "distance": 17.91, "direction": 263.55, "angle": 68.13, "elevation": 44.63, "pano_id": "TMX7316010203-000814_pano_0001_002451", "timestamp": "2018-06-28T12:05:14.407960Z", "filename": "pano_0001_002451.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 17.90840694, "relative_pitch": 68.13432912345617, "relative_heading": 263.5519925898365, "relative_elevation": 44.6258039819077 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00251/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00251/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00251/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00251/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241025_0915_Track36_Sphere_00251/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241025_0915_Track36_Sphere_00251/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241025_0915_Track36_Sphere_00251/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00251/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241025_0915_Track36_Sphere_00251/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802319804808429, 52.350876963217594, 0.0 ] }, "distance": 17.92, "direction": 286.87, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241025_0915_Track36_Sphere_00251", "timestamp": "2024-10-25T08:52:17Z", "filename": "Job_20241025_0915_Track36_Sphere_00251.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 17.92185797, "relative_pitch": 0.0, "relative_heading": 286.86764290323197, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00240/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00240/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00240/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00240/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_10_31_55_00240/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00240/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00240/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00240/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00240/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802475951100548, 52.35098100463203, 0.0 ] }, "distance": 18.0, "direction": 338.79, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_10_31_55_00240", "timestamp": "2025-09-23T10:38:21Z", "filename": "2025_09_23_10_31_55_00240.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 17.99644166, "relative_pitch": 0.0, "relative_heading": 338.7895047449774, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001682/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001682/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001682/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001682/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000804_pano_0000_001682/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_001682/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000804_pano_0000_001682/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001682/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/22/TMX7316010203-000804/pano_0000_001682/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80262621800897, 52.3506708392332, 46.040411375463 ] }, "distance": 18.12, "direction": 168.13, "angle": 68.51, "elevation": 46.04, "pano_id": "TMX7316010203-000804_pano_0000_001682", "timestamp": "2018-06-22T11:00:09.383530Z", "filename": "pano_0000_001682.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.12362399, "relative_pitch": 68.51311884530949, "relative_heading": 168.12920877033298, "relative_elevation": 46.040411375463 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000932/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000932/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000932/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000932/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001905_pano_0005_000932/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000932/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000932/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000932/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000932/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80234670179608, 52.3507418190686, 44.5776661438867 ] }, "distance": 18.21, "direction": 237.29, "angle": 67.79, "elevation": 44.58, "pano_id": "TMX7316010203-001905_pano_0005_000932", "timestamp": "2020-09-02T12:05:51.441590Z", "filename": "pano_0005_000932.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.20512952, "relative_pitch": 67.78532441960776, "relative_heading": 237.2900746339173, "relative_elevation": 44.5776661438867 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00025/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00025/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00025/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00025/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track90_Sphere_00025/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00025/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00025/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00025/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00025/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802657383584388, 52.350675227879485, 0.0 ] }, "distance": 18.21, "direction": 161.26, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track90_Sphere_00025", "timestamp": "2024-10-21T12:34:29Z", "filename": "Job_20241021_0921_Track90_Sphere_00025.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.21333869, "relative_pitch": 0.0, "relative_heading": 161.25908711862536, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004232/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004232/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004232/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004232/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001316_pano_0000_004232/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004232/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004232/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004232/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004232/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80260253186331, 52.350993137197, 45.3966980529949 ] }, "distance": 18.25, "direction": 6.65, "angle": 68.1, "elevation": 45.4, "pano_id": "TMX7316010203-001316_pano_0000_004232", "timestamp": "2019-07-17T08:02:01.295220Z", "filename": "pano_0000_004232.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.25021979, "relative_pitch": 68.09906104758068, "relative_heading": 6.652169255865055, "relative_elevation": 45.3966980529949 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000342/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000342/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000342/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000342/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000342/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000342/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000342/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000342/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000342/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80265280614726, 52.3506737614795, 45.482835884206 ] }, "distance": 18.27, "direction": 162.35, "angle": 68.11, "elevation": 45.48, "pano_id": "TMX7316010203-002526_pano_0000_000342", "timestamp": "2022-04-20T07:29:52.512700Z", "filename": "pano_0000_000342.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.27095824, "relative_pitch": 68.11412614494358, "relative_heading": 162.349802318858, "relative_elevation": 45.482835884206 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000392/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000392/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000392/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000392/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002089_pano_0003_000392/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0003_000392/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0003_000392/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000392/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000392/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80230919732291, 52.3507942097723, 45.6431050049141 ] }, "distance": 18.32, "direction": 257.36, "angle": 68.13, "elevation": 45.64, "pano_id": "TMX7316010203-002089_pano_0003_000392", "timestamp": "2021-04-13T12:21:20.281000Z", "filename": "pano_0003_000392.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.31752341, "relative_pitch": 68.13338641104082, "relative_heading": 257.3608222150454, "relative_elevation": 45.6431050049141 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000244/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000244/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000244/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000244/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000244/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000244/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000244/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000244/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000244/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80230001863579, 52.3508420313881, 44.4724469138309 ] }, "distance": 18.55, "direction": 274.06, "angle": 67.36, "elevation": 44.47, "pano_id": "TMX7316010203-002526_pano_0000_000244", "timestamp": "2022-04-20T07:26:58.328980Z", "filename": "pano_0000_000244.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.54561101, "relative_pitch": 67.36320441360131, "relative_heading": 274.0605864699529, "relative_elevation": 44.4724469138309 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000243/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000243/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000243/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000243/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000243/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000243/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000243/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000243/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000243/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80230360354742, 52.3507990552726, 44.4951334465295 ] }, "distance": 18.58, "direction": 259.24, "angle": 67.33, "elevation": 44.5, "pano_id": "TMX7316010203-002526_pano_0000_000243", "timestamp": "2022-04-20T07:26:57.258980Z", "filename": "pano_0000_000243.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.58146554, "relative_pitch": 67.33425821138316, "relative_heading": 259.2405937267183, "relative_elevation": 44.4951334465295 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001438/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001438/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001438/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001438/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000814_pano_0001_001438/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001438/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001438/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001438/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001438/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80248290083073, 52.3509883372995, 45.0238186903298 ] }, "distance": 18.6, "direction": 341.06, "angle": 67.55, "elevation": 45.02, "pano_id": "TMX7316010203-000814_pano_0001_001438", "timestamp": "2018-06-28T11:43:53.347110Z", "filename": "pano_0001_001438.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.60036759, "relative_pitch": 67.55336262496247, "relative_heading": 341.0593196263497, "relative_elevation": 45.0238186903298 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003291/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003291/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003291/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003291/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0002_003291/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003291/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_003291/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003291/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_003291/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80246099357401, 52.3509835348786, 45.0446615545079 ] }, "distance": 18.65, "direction": 336.18, "angle": 67.51, "elevation": 45.04, "pano_id": "TMX7316010203-001315_pano_0002_003291", "timestamp": "2019-07-16T09:13:19.696660Z", "filename": "pano_0002_003291.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.64696779, "relative_pitch": 67.51209786471969, "relative_heading": 336.18209169718483, "relative_elevation": 45.0446615545079 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000348/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000348/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000348/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000348/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000348/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000348/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000348/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000348/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000348/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80233281701318, 52.3507476377506, 44.8208873448893 ] }, "distance": 18.68, "direction": 240.53, "angle": 67.37, "elevation": 44.82, "pano_id": "TMX7316010203-002526_pano_0000_000348", "timestamp": "2022-04-20T07:30:01.457600Z", "filename": "pano_0000_000348.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.68118912, "relative_pitch": 67.3737967104729, "relative_heading": 240.53075893551986, "relative_elevation": 44.8208873448893 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001214/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001214/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001214/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001214/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002221_pano_0000_001214/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002221_pano_0000_001214/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002221_pano_0000_001214/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001214/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001214/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80230447837455, 52.3508686959893, 44.8586759055033 ] }, "distance": 18.69, "direction": 283.24, "angle": 67.38, "elevation": 44.86, "pano_id": "TMX7316010203-002221_pano_0000_001214", "timestamp": "2021-07-08T08:26:54.522190Z", "filename": "pano_0000_001214.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.69184132, "relative_pitch": 67.37934455351754, "relative_heading": 283.237836226678, "relative_elevation": 44.8586759055033 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001212/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001212/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001212/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001212/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002221_pano_0000_001212/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002221_pano_0000_001212/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002221_pano_0000_001212/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001212/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/08/TMX7316010203-002221/pano_0000_001212/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80230594662662, 52.3507815527138, 44.9223229540512 ] }, "distance": 18.89, "direction": 253.34, "angle": 67.19, "elevation": 44.92, "pano_id": "TMX7316010203-002221_pano_0000_001212", "timestamp": "2021-07-08T08:26:52.662180Z", "filename": "pano_0000_001212.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.88842329, "relative_pitch": 67.19477843567743, "relative_heading": 253.33584586704637, "relative_elevation": 44.9223229540512 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003549/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003549/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003549/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003549/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000058_pano_0000_003549/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000058_pano_0000_003549/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000058_pano_0000_003549/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003549/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003549/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80230793626608, 52.3507769417047, 44.6209433125332 ] }, "distance": 18.91, "direction": 251.73, "angle": 67.03, "elevation": 44.62, "pano_id": "TMX7316010203-000058_pano_0000_003549", "timestamp": "2016-08-12T09:23:06.314490Z", "filename": "pano_0000_003549.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 18.91311733, "relative_pitch": 67.02976317618081, "relative_heading": 251.72878763230992, "relative_elevation": 44.6209433125332 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003551/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003551/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003551/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003551/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000058_pano_0000_003551/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000058_pano_0000_003551/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000058_pano_0000_003551/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003551/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/12/TMX7316010203-000058/pano_0000_003551/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80229775633978, 52.3508653549478, 44.6336363330483 ] }, "distance": 19.06, "direction": 281.83, "angle": 66.88, "elevation": 44.63, "pano_id": "TMX7316010203-000058_pano_0000_003551", "timestamp": "2016-08-12T09:23:08.004570Z", "filename": "pano_0000_003551.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 19.05829386, "relative_pitch": 66.87780973507225, "relative_heading": 281.8343983383106, "relative_elevation": 44.6336363330483 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000492/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000492/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000492/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000492/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0002_000492/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_000492/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_000492/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000492/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000492/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80230229323957, 52.3507799362995, 46.7519067749381 ] }, "distance": 19.18, "direction": 253.03, "angle": 67.7, "elevation": 46.75, "pano_id": "TMX7316010203-001315_pano_0002_000492", "timestamp": "2019-07-16T08:14:53.414370Z", "filename": "pano_0002_000492.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 19.17875396, "relative_pitch": 67.69538467007534, "relative_heading": 253.0343406306673, "relative_elevation": 46.7519067749381 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000926/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000926/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000926/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000926/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001905_pano_0005_000926/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000926/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001905_pano_0005_000926/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000926/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/02/TMX7316010203-001905/pano_0005_000926/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80266413563127, 52.3506673629002, 44.8243266455829 ] }, "distance": 19.19, "direction": 160.8, "angle": 66.82, "elevation": 44.82, "pano_id": "TMX7316010203-001905_pano_0005_000926", "timestamp": "2020-09-02T12:05:40.321580Z", "filename": "pano_0005_000926.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 19.19054824, "relative_pitch": 66.82287828106594, "relative_heading": 160.79777009967455, "relative_elevation": 44.8243266455829 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001431/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001431/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001431/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001431/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000814_pano_0001_001431/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001431/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_001431/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001431/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_001431/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80265438772086, 52.3506650718103, 45.1174881486222 ] }, "distance": 19.23, "direction": 162.92, "angle": 66.92, "elevation": 45.12, "pano_id": "TMX7316010203-000814_pano_0001_001431", "timestamp": "2018-06-28T11:43:46.372120Z", "filename": "pano_0001_001431.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 19.22599429, "relative_pitch": 66.91960638389611, "relative_heading": 162.91747303844068, "relative_elevation": 45.1174881486222 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002452/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002452/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002452/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002452/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000814_pano_0001_002452/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_002452/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_002452/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002452/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002452/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80229230502869, 52.3508558514518, 44.6005463153124 ] }, "distance": 19.24, "direction": 278.52, "angle": 66.67, "elevation": 44.6, "pano_id": "TMX7316010203-000814_pano_0001_002452", "timestamp": "2018-06-28T12:05:15.382990Z", "filename": "pano_0001_002452.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 19.23709926, "relative_pitch": 66.66850631729048, "relative_heading": 278.522979067769, "relative_elevation": 44.6005463153124 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002450/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002450/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002450/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002450/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000814_pano_0001_002450/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_002450/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000814_pano_0001_002450/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002450/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/28/TMX7316010203-000814/pano_0001_002450/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80230476772715, 52.3507685912768, 44.6045032981783 ] }, "distance": 19.43, "direction": 249.33, "angle": 66.47, "elevation": 44.6, "pano_id": "TMX7316010203-000814_pano_0001_002450", "timestamp": "2018-06-28T12:05:13.342990Z", "filename": "pano_0001_002450.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 19.42654167, "relative_pitch": 66.46549205614598, "relative_heading": 249.32539655556658, "relative_elevation": 44.6045032981783 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000390/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000390/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000390/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000390/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002089_pano_0003_000390/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0003_000390/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0003_000390/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000390/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0003_000390/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80229725373549, 52.3508794034563, 45.6850200397894 ] }, "distance": 19.47, "direction": 286.32, "angle": 66.92, "elevation": 45.69, "pano_id": "TMX7316010203-002089_pano_0003_000390", "timestamp": "2021-04-13T12:21:17.966160Z", "filename": "pano_0003_000390.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 19.47205186, "relative_pitch": 66.91513353286622, "relative_heading": 286.32030373928285, "relative_elevation": 45.6850200397894 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003260/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003260/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003260/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003260/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001889_pano_0000_003260/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003260/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001889_pano_0000_003260/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003260/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/24/TMX7316010203-001889/pano_0000_003260/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80265630495319, 52.3506624648406, 44.9387876121327 ] }, "distance": 19.54, "direction": 162.8, "angle": 66.5, "elevation": 44.94, "pano_id": "TMX7316010203-001889_pano_0000_003260", "timestamp": "2020-08-24T07:49:22.361320Z", "filename": "pano_0000_003260.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 19.54170001, "relative_pitch": 66.49811389235087, "relative_heading": 162.80117834149604, "relative_elevation": 44.9387876121327 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/02/TMX7316010203-000283/pano_0000_002999/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/02/TMX7316010203-000283/pano_0000_002999/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/02/TMX7316010203-000283/pano_0000_002999/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/02/TMX7316010203-000283/pano_0000_002999/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000283_pano_0000_002999/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000283_pano_0000_002999/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000283_pano_0000_002999/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/02/TMX7316010203-000283/pano_0000_002999/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/02/TMX7316010203-000283/pano_0000_002999/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80229708899009, 52.3508840828395, 44.020527113229 ] }, "distance": 19.64, "direction": 287.77, "angle": 65.96, "elevation": 44.02, "pano_id": "TMX7316010203-000283_pano_0000_002999", "timestamp": "2017-05-02T12:44:03.630440Z", "filename": "pano_0000_002999.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2017", "tags": [ "mission-bi", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 19.63542158, "relative_pitch": 65.96066806255611, "relative_heading": 287.7694073973851, "relative_elevation": 44.020527113229 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00260/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00260/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00260/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00260/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_23_10_31_55_00260/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00260/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_23_10_31_55_00260/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00260/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_23_10_31_55_00260/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.802297391130496, 52.35089266200697, 0.0 ] }, "distance": 19.93, "direction": 290.4, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_23_10_31_55_00260", "timestamp": "2025-09-23T10:39:01Z", "filename": "2025_09_23_10_31_55_00260.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 19.92819019, "relative_pitch": 0.0, "relative_heading": 290.40215120329674, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000037/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000037/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000037/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000037/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002089_pano_0001_000037/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000037/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002089_pano_0001_000037/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000037/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/13/TMX7316010203-002089/pano_0001_000037/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80243480166549, 52.350989591597, 44.8027488412336 ] }, "distance": 20.03, "direction": 332.29, "angle": 65.91, "elevation": 44.8, "pano_id": "TMX7316010203-002089_pano_0001_000037", "timestamp": "2021-04-13T11:56:05.882600Z", "filename": "pano_0001_000037.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 20.03050704, "relative_pitch": 65.91143620076204, "relative_heading": 332.28736205249805, "relative_elevation": 44.8027488412336 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000245/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000245/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000245/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000245/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002526_pano_0000_000245/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000245/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002526_pano_0000_000245/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000245/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/20/TMX7316010203-002526/pano_0000_000245/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80227980359767, 52.3508846448625, 44.4640101138502 ] }, "distance": 20.78, "direction": 286.94, "angle": 64.95, "elevation": 44.46, "pano_id": "TMX7316010203-002526_pano_0000_000245", "timestamp": "2022-04-20T07:26:59.303970Z", "filename": "pano_0000_000245.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_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 20.77830453, "relative_pitch": 64.95302745316337, "relative_heading": 286.9424197535539, "relative_elevation": 44.4640101138502 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004225/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004225/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004225/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004225/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001316_pano_0000_004225/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004225/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001316_pano_0000_004225/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004225/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/17/TMX7316010203-001316/pano_0000_004225/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80277161526514, 52.3506889239938, 45.5718006715178 ] }, "distance": 20.81, "direction": 139.07, "angle": 65.45, "elevation": 45.57, "pano_id": "TMX7316010203-001316_pano_0000_004225", "timestamp": "2019-07-17T08:01:57.080280Z", "filename": "pano_0000_004225.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 20.81249884, "relative_pitch": 65.45396828158216, "relative_heading": 139.06826981921546, "relative_elevation": 45.5718006715178 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00038/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00038/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00038/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00038/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241021_0921_Track90_Sphere_00038/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00038/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00038/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00038/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241021_0921_Track90_Sphere_00038/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80247370191895, 52.351008010866394, 0.0 ] }, "distance": 20.87, "direction": 341.38, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241021_0921_Track90_Sphere_00038", "timestamp": "2024-10-21T12:34:35Z", "filename": "Job_20241021_0921_Track90_Sphere_00038.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2024", "tags": [ "mission-bi", "mission-2024", "mission-distance-5", "surface-land" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 20.87478012, "relative_pitch": 0.0, "relative_heading": 341.3823982157659, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241021_0921_Track90_Sphere_00031/adjacencies/b_20241021_0921_Track90_Sphere_00031/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000490/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000490/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000490/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000490/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001315_pano_0002_000490/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_000490/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001315_pano_0002_000490/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000490/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/16/TMX7316010203-001315/pano_0002_000490/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.80226563080199, 52.3508450182717, 46.8148921299726 ] }, "distance": 20.91, "direction": 274.51, "angle": 65.93, "elevation": 46.81, "pano_id": "TMX7316010203-001315_pano_0002_000490", "timestamp": "2019-07-16T08:14:48.884390Z", "filename": "pano_0002_000490.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241021_0921_Track90_Sphere_00031", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 115166.96708130921, 484929.960458795 ] }, "relative_distance": 20.9071002, "relative_pitch": 65.93490057016095, "relative_heading": 274.5144552171244, "relative_elevation": 46.8148921299726 } ] } }