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_20241015_0915_Track25_Sphere_00387/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00387/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00387/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00387/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00387/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00387/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00387/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00387/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76053692748255, 52.35950407723888, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00387", "timestamp": "2024-10-15T09:33:03Z", "filename": "Job_20241015_0915_Track25_Sphere_00387.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "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_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000994/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000994/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000994/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000994/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_000994/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000994/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000994/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000994/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000994/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76054035554086, 52.3595002949607, 41.070329750888 ] }, "distance": 0.48, "direction": 150.97, "angle": 89.33, "elevation": 41.07, "pano_id": "TMX7316010203-002488_pano_0003_000994", "timestamp": "2022-03-29T09:11:24.917370Z", "filename": "pano_0003_000994.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 0.48132437, "relative_pitch": 89.32855195782149, "relative_heading": 150.97400621364432, "relative_elevation": 41.070329750888 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002359/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002359/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002359/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002359/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002359/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002359/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002359/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002359/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002359/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76054379837206, 52.3595019714145, 41.0371614145115 ] }, "distance": 0.52, "direction": 116.59, "angle": 89.27, "elevation": 41.04, "pano_id": "TMX7316010203-002082_pano_0001_002359", "timestamp": "2021-04-08T11:37:27.788800Z", "filename": "pano_0001_002359.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 0.52346503, "relative_pitch": 89.26918165491749, "relative_heading": 116.59236419574516, "relative_elevation": 41.0371614145115 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005120/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005120/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005120/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005120/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001306_pano_0000_005120/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005120/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005120/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005120/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005120/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76054188513396, 52.3595085118387, 41.0438636858016 ] }, "distance": 0.6, "direction": 34.39, "angle": 89.17, "elevation": 41.04, "pano_id": "TMX7316010203-001306_pano_0000_005120", "timestamp": "2019-07-11T10:10:19.373900Z", "filename": "pano_0000_005120.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 0.59797373, "relative_pitch": 89.16530891302561, "relative_heading": 34.38978156881313, "relative_elevation": 41.0438636858016 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000837/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000837/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000837/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000837/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000837/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000837/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000837/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000837/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000837/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76052667778617, 52.3595036709768, 41.0216719061136 ] }, "distance": 0.7, "direction": 266.3, "angle": 89.02, "elevation": 41.02, "pano_id": "TMX7316010203-000810_pano_0001_000837", "timestamp": "2018-06-27T07:54:09.854750Z", "filename": "pano_0001_000837.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 0.69973779, "relative_pitch": 89.02275718024671, "relative_heading": 266.2958372874867, "relative_elevation": 41.0216719061136 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02787/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02787/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02787/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02787/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02787/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02787/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02787/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02787/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02787/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760545449911443, 52.35950871513362, 0.0 ] }, "distance": 0.78, "direction": 48.37, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02787", "timestamp": "2025-07-02T05:19:12Z", "filename": "recording_2025-07-02_04-34-16_02787.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 0.77681178, "relative_pitch": 0.0, "relative_heading": 48.367222467137516, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000429/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000429/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000429/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000429/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000429/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000429/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000429/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000429/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000429/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76055205722192, 52.3594998951422, 41.071911345236 ] }, "distance": 1.13, "direction": 114.3, "angle": 88.42, "elevation": 41.07, "pano_id": "TMX7316060226-000021_pano_0000_000429", "timestamp": "2016-08-15T11:47:31.127490Z", "filename": "pano_0000_000429.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 1.1309185, "relative_pitch": 88.4227544704938, "relative_heading": 114.29833470759033, "relative_elevation": 41.071911345236 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003441/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003441/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003441/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003441/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003441/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003441/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003441/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003441/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003441/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76052196933286, 52.359511226537, 41.0709267705679 ] }, "distance": 1.29, "direction": 307.98, "angle": 88.2, "elevation": 41.07, "pano_id": "TMX7316010203-001798_pano_0000_003441", "timestamp": "2020-07-08T06:25:08.160920Z", "filename": "pano_0000_003441.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 1.29279814, "relative_pitch": 88.19708407611957, "relative_heading": 307.97786268955093, "relative_elevation": 41.0709267705679 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00386/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00386/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00386/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00386/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00386/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00386/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00386/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00386/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00386/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76050189643261, 52.35951995301432, 0.0 ] }, "distance": 2.97, "direction": 306.51, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00386", "timestamp": "2024-10-15T09:33:03Z", "filename": "Job_20241015_0915_Track25_Sphere_00386.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 2.96923104, "relative_pitch": 0.0, "relative_heading": 306.5095566635628, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003442/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003442/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003442/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003442/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003442/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003442/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003442/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003442/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003442/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76058168400965, 52.3594852802811, 41.0666062394157 ] }, "distance": 3.7, "direction": 124.45, "angle": 84.86, "elevation": 41.07, "pano_id": "TMX7316010203-001798_pano_0000_003442", "timestamp": "2020-07-08T06:25:08.665960Z", "filename": "pano_0000_003442.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 3.69755419, "relative_pitch": 84.85507695291382, "relative_heading": 124.44919698558084, "relative_elevation": 41.0666062394157 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000428/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000428/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000428/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000428/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000428/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000428/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000428/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000428/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000428/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76049192319605, 52.3595266240416, 41.0756206456572 ] }, "distance": 3.96, "direction": 309.29, "angle": 84.49, "elevation": 41.08, "pano_id": "TMX7316060226-000021_pano_0000_000428", "timestamp": "2016-08-15T11:47:30.622290Z", "filename": "pano_0000_000428.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 3.96165629, "relative_pitch": 84.49098367769938, "relative_heading": 309.29328112694066, "relative_elevation": 41.0756206456572 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002358/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002358/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002358/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002358/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002358/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002358/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002358/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002358/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002358/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76048410917005, 52.3595281506065, 41.0454172510654 ] }, "distance": 4.49, "direction": 306.67, "angle": 83.76, "elevation": 41.05, "pano_id": "TMX7316010203-002082_pano_0001_002358", "timestamp": "2021-04-08T11:37:27.243850Z", "filename": "pano_0001_002358.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 4.4859358, "relative_pitch": 83.76278494710863, "relative_heading": 306.6655567880798, "relative_elevation": 41.0454172510654 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005893/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005893/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005893/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005893/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0000_005893/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005893/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005893/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005893/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005893/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76051830553984, 52.3595434934486, 40.932619150728 ] }, "distance": 4.57, "direction": 343.87, "angle": 83.64, "elevation": 40.93, "pano_id": "TMX7316010203-000289_pano_0000_005893", "timestamp": "2017-05-09T09:30:52.357900Z", "filename": "pano_0000_005893.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 4.56579852, "relative_pitch": 83.63529473832754, "relative_heading": 343.8675547011524, "relative_elevation": 40.932619150728 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000993/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000993/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000993/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000993/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_000993/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000993/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000993/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000993/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000993/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76048085099741, 52.3595273065565, 41.0745310001075 ] }, "distance": 4.61, "direction": 304.08, "angle": 83.59, "elevation": 41.07, "pano_id": "TMX7316010203-002488_pano_0003_000993", "timestamp": "2022-03-29T09:11:24.417380Z", "filename": "pano_0003_000993.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 4.6125867, "relative_pitch": 83.5926439771352, "relative_heading": 304.0824302713969, "relative_elevation": 41.0745310001075 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000838/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000838/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000838/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000838/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000838/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000838/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000838/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000838/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000838/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76059105122259, 52.3594760618613, 41.031366288662 ] }, "distance": 4.83, "direction": 130.21, "angle": 83.29, "elevation": 41.03, "pano_id": "TMX7316010203-000810_pano_0001_000838", "timestamp": "2018-06-27T07:54:11.259720Z", "filename": "pano_0001_000838.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 4.82845852, "relative_pitch": 83.28845675053385, "relative_heading": 130.21275508934286, "relative_elevation": 41.031366288662 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02786/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02786/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02786/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02786/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02786/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02786/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02786/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02786/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02786/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760485309002107, 52.359534416476485, 0.0 ] }, "distance": 4.87, "direction": 313.83, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02786", "timestamp": "2025-07-02T05:19:11Z", "filename": "recording_2025-07-02_04-34-16_02786.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 4.87478931, "relative_pitch": 0.0, "relative_heading": 313.831318495666, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005121/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005121/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005121/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005121/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001306_pano_0000_005121/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005121/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005121/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005121/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005121/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76060260560737, 52.3594814983855, 41.0499798608944 ] }, "distance": 5.13, "direction": 119.31, "angle": 82.87, "elevation": 41.05, "pano_id": "TMX7316010203-001306_pano_0000_005121", "timestamp": "2019-07-11T10:10:19.833960Z", "filename": "pano_0000_005121.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 5.13155191, "relative_pitch": 82.8745652819733, "relative_heading": 119.31472176345538, "relative_elevation": 41.0499798608944 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005119/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005119/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005119/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005119/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001306_pano_0000_005119/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005119/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005119/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005119/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005119/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76048084972709, 52.3595356686991, 41.0518681025133 ] }, "distance": 5.19, "direction": 312.62, "angle": 82.79, "elevation": 41.05, "pano_id": "TMX7316010203-001306_pano_0000_005119", "timestamp": "2019-07-11T10:10:18.868920Z", "filename": "pano_0000_005119.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 5.19160225, "relative_pitch": 82.79238221406365, "relative_heading": 312.61865854901805, "relative_elevation": 41.0518681025133 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02788/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02788/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02788/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02788/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02788/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02788/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02788/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02788/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02788/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760604735344061, 52.3594822542549, 0.0 ] }, "distance": 5.22, "direction": 117.73, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02788", "timestamp": "2025-07-02T05:19:12Z", "filename": "recording_2025-07-02_04-34-16_02788.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 5.21888066, "relative_pitch": 0.0, "relative_heading": 117.7294800714961, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000995/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000995/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000995/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000995/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_000995/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000995/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000995/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000995/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000995/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76060017429036, 52.3594737133345, 41.0738053563982 ] }, "distance": 5.48, "direction": 128.1, "angle": 82.41, "elevation": 41.07, "pano_id": "TMX7316010203-002488_pano_0003_000995", "timestamp": "2022-03-29T09:11:25.392340Z", "filename": "pano_0003_000995.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 5.47552457, "relative_pitch": 82.40670365757607, "relative_heading": 128.10161393665032, "relative_elevation": 41.0738053563982 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002360/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002360/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002360/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002360/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002360/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002360/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002360/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002360/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002360/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76060376744324, 52.3594756933077, 41.0397496065125 ] }, "distance": 5.54, "direction": 124.75, "angle": 82.31, "elevation": 41.04, "pano_id": "TMX7316010203-002082_pano_0001_002360", "timestamp": "2021-04-08T11:37:28.323850Z", "filename": "pano_0001_002360.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 5.54170733, "relative_pitch": 82.30971338908905, "relative_heading": 124.745484421799, "relative_elevation": 41.0397496065125 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000836/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000836/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000836/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000836/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000836/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000836/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000836/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000836/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000836/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76046293966908, 52.3595319319922, 41.034771761857 ] }, "distance": 5.92, "direction": 301.59, "angle": 81.79, "elevation": 41.03, "pano_id": "TMX7316010203-000810_pano_0001_000836", "timestamp": "2018-06-27T07:54:08.389750Z", "filename": "pano_0001_000836.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 5.91725687, "relative_pitch": 81.79445209779391, "relative_heading": 301.5881552073843, "relative_elevation": 41.034771761857 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00389/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00389/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00389/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00389/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00389/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00389/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00389/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00389/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00389/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760607718048922, 52.359471673402176, 0.0 ] }, "distance": 6.02, "direction": 126.78, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00389", "timestamp": "2024-10-15T09:33:04Z", "filename": "Job_20241015_0915_Track25_Sphere_00389.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 6.02160537, "relative_pitch": 0.0, "relative_heading": 126.78365152561311, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000430/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000430/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000430/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000430/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000430/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000430/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000430/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000430/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000430/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76061198954153, 52.3594731549867, 41.0745097100735 ] }, "distance": 6.16, "direction": 123.94, "angle": 81.47, "elevation": 41.07, "pano_id": "TMX7316060226-000021_pano_0000_000430", "timestamp": "2016-08-15T11:47:31.607210Z", "filename": "pano_0000_000430.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 6.16356566, "relative_pitch": 81.46597499980606, "relative_heading": 123.93525037275946, "relative_elevation": 41.0745097100735 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003440/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003440/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003440/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003440/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003440/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003440/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003440/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003440/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003440/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7604620916026, 52.3595374732712, 41.0847474969923 ] }, "distance": 6.31, "direction": 306.09, "angle": 81.27, "elevation": 41.08, "pano_id": "TMX7316010203-001798_pano_0000_003440", "timestamp": "2020-07-08T06:25:07.650920Z", "filename": "pano_0000_003440.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 6.30890094, "relative_pitch": 81.26995405187486, "relative_heading": 306.08805386907824, "relative_elevation": 41.0847474969923 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005892/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005892/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005892/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005892/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0000_005892/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005892/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005892/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005892/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005892/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76062932879543, 52.3594829911028, 40.9403056893498 ] }, "distance": 6.72, "direction": 110.44, "angle": 80.68, "elevation": 40.94, "pano_id": "TMX7316010203-000289_pano_0000_005892", "timestamp": "2017-05-09T09:30:50.643000Z", "filename": "pano_0000_005892.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 6.71804249, "relative_pitch": 80.6811782768344, "relative_heading": 110.4420129433991, "relative_elevation": 40.9403056893498 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003443/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003443/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003443/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003443/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003443/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003443/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003443/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003443/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003443/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7606417961207, 52.3594593607055, 41.0609679128975 ] }, "distance": 8.71, "direction": 124.86, "angle": 78.03, "elevation": 41.06, "pano_id": "TMX7316010203-001798_pano_0000_003443", "timestamp": "2020-07-08T06:25:09.160910Z", "filename": "pano_0000_003443.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 8.70632498, "relative_pitch": 78.02864441743702, "relative_heading": 124.85589713050732, "relative_elevation": 41.0609679128975 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00384/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00384/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00384/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00384/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00384/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00384/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00384/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00384/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00384/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760432219977763, 52.35955141896584, 0.0 ] }, "distance": 8.87, "direction": 306.45, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00384", "timestamp": "2024-10-15T09:33:02Z", "filename": "Job_20241015_0915_Track25_Sphere_00384.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 8.86767216, "relative_pitch": 0.0, "relative_heading": 306.44554935374424, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000427/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000427/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000427/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000427/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000427/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000427/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000427/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000427/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000427/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76043120986342, 52.3595531428883, 41.081617324613 ] }, "distance": 9.04, "direction": 307.16, "angle": 77.59, "elevation": 41.08, "pano_id": "TMX7316060226-000021_pano_0000_000427", "timestamp": "2016-08-15T11:47:30.087230Z", "filename": "pano_0000_000427.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 9.03769762, "relative_pitch": 77.59292494390213, "relative_heading": 307.1646770153018, "relative_elevation": 41.081617324613 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002357/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002357/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002357/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002357/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002357/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002357/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002357/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002357/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002357/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76042422057566, 52.3595544541599, 41.0572382695973 ] }, "distance": 9.51, "direction": 306.13, "angle": 76.96, "elevation": 41.06, "pano_id": "TMX7316010203-002082_pano_0001_002357", "timestamp": "2021-04-08T11:37:26.683830Z", "filename": "pano_0001_002357.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 9.50683766, "relative_pitch": 76.9628723530914, "relative_heading": 306.13179766594595, "relative_elevation": 41.0572382695973 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000992/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000992/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000992/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000992/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_000992/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000992/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000992/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000992/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000992/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76042158369687, 52.3595549464889, 41.0802779030055 ] }, "distance": 9.68, "direction": 305.77, "angle": 76.74, "elevation": 41.08, "pano_id": "TMX7316010203-002488_pano_0003_000992", "timestamp": "2022-03-29T09:11:23.882350Z", "filename": "pano_0003_000992.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 9.68442642, "relative_pitch": 76.7350618320479, "relative_heading": 305.7668934797652, "relative_elevation": 41.0802779030055 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02785/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02785/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02785/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02785/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02785/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02785/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02785/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02785/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02785/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760424660727684, 52.359559656723455, 0.0 ] }, "distance": 9.84, "direction": 308.96, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02785", "timestamp": "2025-07-02T05:19:10Z", "filename": "recording_2025-07-02_04-34-16_02785.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 9.83594698, "relative_pitch": 0.0, "relative_heading": 308.95957430539073, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02789/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02789/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02789/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02789/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02789/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02789/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02789/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02789/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02789/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760663730677113, 52.359455540152126, 0.0 ] }, "distance": 10.19, "direction": 122.01, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02789", "timestamp": "2025-07-02T05:19:13Z", "filename": "recording_2025-07-02_04-34-16_02789.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 10.18805587, "relative_pitch": 0.0, "relative_heading": 122.01372518613017, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005122/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005122/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005122/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005122/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001306_pano_0000_005122/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005122/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005122/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005122/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005122/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76066318983872, 52.3594546121976, 41.0661507770419 ] }, "distance": 10.21, "direction": 122.61, "angle": 76.04, "elevation": 41.07, "pano_id": "TMX7316010203-001306_pano_0000_005122", "timestamp": "2019-07-11T10:10:20.273940Z", "filename": "pano_0000_005122.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 10.21211454, "relative_pitch": 76.03524378769998, "relative_heading": 122.61455344255629, "relative_elevation": 41.0661507770419 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000839/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000839/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000839/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000839/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000839/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000839/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000839/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000839/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000839/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7606568224646, 52.3594486108106, 41.0315007446334 ] }, "distance": 10.24, "direction": 127.08, "angle": 75.99, "elevation": 41.03, "pano_id": "TMX7316010203-000810_pano_0001_000839", "timestamp": "2018-06-27T07:54:12.929720Z", "filename": "pano_0001_000839.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 10.23767948, "relative_pitch": 75.9903017077214, "relative_heading": 127.07561409806021, "relative_elevation": 41.0315007446334 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005118/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005118/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005118/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005118/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001306_pano_0000_005118/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005118/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005118/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005118/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005118/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76041967286448, 52.359563144533, 41.0622775144875 ] }, "distance": 10.34, "direction": 309.45, "angle": 75.86, "elevation": 41.06, "pano_id": "TMX7316010203-001306_pano_0000_005118", "timestamp": "2019-07-11T10:10:18.303860Z", "filename": "pano_0000_005118.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 10.34457965, "relative_pitch": 75.86004258568023, "relative_heading": 309.44768500734676, "relative_elevation": 41.0622775144875 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002361/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002361/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002361/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002361/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002361/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002361/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002361/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002361/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002361/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76066333848275, 52.3594496978108, 41.038407095708 ] }, "distance": 10.53, "direction": 125.09, "angle": 75.62, "elevation": 41.04, "pano_id": "TMX7316010203-002082_pano_0001_002361", "timestamp": "2021-04-08T11:37:28.843830Z", "filename": "pano_0001_002361.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 10.52523198, "relative_pitch": 75.61524722790382, "relative_heading": 125.09304524014092, "relative_elevation": 41.038407095708 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000996/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000996/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000996/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000996/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_000996/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000996/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000996/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000996/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000996/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7606604259727, 52.3594471643263, 41.0723584108055 ] }, "distance": 10.53, "direction": 126.97, "angle": 75.62, "elevation": 41.07, "pano_id": "TMX7316010203-002488_pano_0003_000996", "timestamp": "2022-03-29T09:11:25.852370Z", "filename": "pano_0003_000996.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 10.53059881, "relative_pitch": 75.61962002593357, "relative_heading": 126.96905966027371, "relative_elevation": 41.0723584108055 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000431/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000431/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000431/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000431/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000431/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000431/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000431/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000431/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000431/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76067200351106, 52.3594463667915, 41.0730319051072 ] }, "distance": 11.22, "direction": 124.91, "angle": 74.72, "elevation": 41.07, "pano_id": "TMX7316060226-000021_pano_0000_000431", "timestamp": "2016-08-15T11:47:32.067220Z", "filename": "pano_0000_000431.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 11.22139294, "relative_pitch": 74.71936183079191, "relative_heading": 124.90871658424349, "relative_elevation": 41.0730319051072 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000835/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000835/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000835/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000835/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000835/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000835/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000835/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000835/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000835/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76039920113551, 52.3595602635091, 41.0468896077946 ] }, "distance": 11.27, "direction": 303.68, "angle": 74.64, "elevation": 41.05, "pano_id": "TMX7316010203-000810_pano_0001_000835", "timestamp": "2018-06-27T07:54:06.894830Z", "filename": "pano_0001_000835.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 11.27499943, "relative_pitch": 74.6404844886196, "relative_heading": 303.6769091627191, "relative_elevation": 41.0468896077946 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003439/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003439/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003439/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003439/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003439/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003439/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003439/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003439/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003439/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76040248284453, 52.359563798908, 41.0843161996454 ] }, "distance": 11.32, "direction": 305.96, "angle": 74.6, "elevation": 41.08, "pano_id": "TMX7316010203-001798_pano_0000_003439", "timestamp": "2020-07-08T06:25:07.140920Z", "filename": "pano_0000_003439.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 11.3160956, "relative_pitch": 74.60053207783407, "relative_heading": 305.96279466927325, "relative_elevation": 41.0843161996454 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00391/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00391/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00391/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00391/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00391/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00391/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00391/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00391/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00391/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760677950452095, 52.359439284544685, 0.0 ] }, "distance": 12.01, "direction": 126.89, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00391", "timestamp": "2024-10-15T09:33:05Z", "filename": "Job_20241015_0915_Track25_Sphere_00391.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 12.01177972, "relative_pitch": 0.0, "relative_heading": 126.88585639575325, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003444/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003444/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003444/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003444/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003444/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003444/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003444/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003444/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003444/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76070186768913, 52.3594335344351, 41.0613406552002 ] }, "distance": 13.71, "direction": 124.94, "angle": 71.54, "elevation": 41.06, "pano_id": "TMX7316010203-001798_pano_0000_003444", "timestamp": "2020-07-08T06:25:09.635910Z", "filename": "pano_0000_003444.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 13.70700424, "relative_pitch": 71.54007541828595, "relative_heading": 124.93656861897821, "relative_elevation": 41.0613406552002 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000426/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000426/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000426/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000426/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000426/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000426/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000426/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000426/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000426/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76037024376136, 52.3595791016814, 41.0778426155448 ] }, "distance": 14.09, "direction": 306.32, "angle": 71.06, "elevation": 41.08, "pano_id": "TMX7316060226-000021_pano_0000_000426", "timestamp": "2016-08-15T11:47:29.522260Z", "filename": "pano_0000_000426.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 14.09406928, "relative_pitch": 71.0625791558197, "relative_heading": 306.3223045078767, "relative_elevation": 41.0778426155448 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005894/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005894/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005894/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005894/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0000_005894/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005894/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005894/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005894/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005894/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76038819414738, 52.3595964790259, 40.9355081962422 ] }, "distance": 14.44, "direction": 315.42, "angle": 70.58, "elevation": 40.94, "pano_id": "TMX7316010203-000289_pano_0000_005894", "timestamp": "2017-05-09T09:31:08.717790Z", "filename": "pano_0000_005894.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 14.43569089, "relative_pitch": 70.57507070830252, "relative_heading": 315.41896823681054, "relative_elevation": 40.9355081962422 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002356/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002356/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002356/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002356/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002356/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002356/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002356/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002356/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002356/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76036420760286, 52.3595806532317, 41.0587436631322 ] }, "distance": 14.53, "direction": 305.91, "angle": 70.51, "elevation": 41.06, "pano_id": "TMX7316010203-002082_pano_0001_002356", "timestamp": "2021-04-08T11:37:26.108830Z", "filename": "pano_0001_002356.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 14.52802931, "relative_pitch": 70.5144275390623, "relative_heading": 305.9102716854171, "relative_elevation": 41.0587436631322 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000991/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000991/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000991/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000991/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_000991/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000991/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000991/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000991/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000991/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76036297584909, 52.3595830824203, 41.0791682740673 ] }, "distance": 14.76, "direction": 306.57, "angle": 70.24, "elevation": 41.08, "pano_id": "TMX7316010203-002488_pano_0003_000991", "timestamp": "2022-03-29T09:11:23.297390Z", "filename": "pano_0003_000991.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 14.75550989, "relative_pitch": 70.24186906416594, "relative_heading": 306.5692857639178, "relative_elevation": 41.0791682740673 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00382/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00382/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00382/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00382/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00382/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00382/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00382/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00382/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00382/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760362340709265, 52.35958268607043, 0.0 ] }, "distance": 14.76, "direction": 306.33, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00382", "timestamp": "2024-10-15T09:33:01Z", "filename": "Job_20241015_0915_Track25_Sphere_00382.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 14.76411182, "relative_pitch": 0.0, "relative_heading": 306.33177939328624, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02784/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02784/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02784/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02784/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02784/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02784/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02784/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02784/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02784/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760364098935644, 52.359585005251326, 0.0 ] }, "distance": 14.82, "direction": 307.41, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02784", "timestamp": "2025-07-02T05:19:10Z", "filename": "recording_2025-07-02_04-34-16_02784.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 14.82313161, "relative_pitch": 0.0, "relative_heading": 307.4097308688762, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00392/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00392/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00392/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00392/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00392/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00392/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00392/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00392/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00392/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760712907599228, 52.35942343528966, 0.0 ] }, "distance": 14.98, "direction": 126.81, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00392", "timestamp": "2024-10-15T09:33:05Z", "filename": "Job_20241015_0915_Track25_Sphere_00392.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 14.97516376, "relative_pitch": 0.0, "relative_heading": 126.81373912648951, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02790/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02790/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02790/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02790/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02790/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02790/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02790/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02790/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02790/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760722696580957, 52.35942882586426, 0.0 ] }, "distance": 15.18, "direction": 123.49, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02790", "timestamp": "2025-07-02T05:19:13Z", "filename": "recording_2025-07-02_04-34-16_02790.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 15.17516415, "relative_pitch": 0.0, "relative_heading": 123.48996644278267, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005123/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005123/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005123/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005123/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001306_pano_0000_005123/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005123/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005123/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005123/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005123/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760723961551, 52.3594276341522, 41.0585211906582 ] }, "distance": 15.32, "direction": 123.73, "angle": 69.54, "elevation": 41.06, "pano_id": "TMX7316010203-001306_pano_0000_005123", "timestamp": "2019-07-11T10:10:20.718920Z", "filename": "pano_0000_005123.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 15.32033628, "relative_pitch": 69.53773759961818, "relative_heading": 123.72572372645803, "relative_elevation": 41.0585211906582 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005117/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005117/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005117/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005117/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001306_pano_0000_005117/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005117/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005117/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005117/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005117/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76035839880674, 52.3595908444466, 41.0627898713574 ] }, "distance": 15.53, "direction": 308.44, "angle": 69.28, "elevation": 41.06, "pano_id": "TMX7316010203-001306_pano_0000_005117", "timestamp": "2019-07-11T10:10:17.663890Z", "filename": "pano_0000_005117.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 15.52884433, "relative_pitch": 69.28472821702782, "relative_heading": 308.44359620055894, "relative_elevation": 41.0627898713574 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002362/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002362/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002362/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002362/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002362/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002362/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002362/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002362/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002362/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76072339016558, 52.3594234690967, 41.0363275026903 ] }, "distance": 15.55, "direction": 125.23, "angle": 69.25, "elevation": 41.04, "pano_id": "TMX7316010203-002082_pano_0001_002362", "timestamp": "2021-04-08T11:37:29.358770Z", "filename": "pano_0001_002362.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 15.55061397, "relative_pitch": 69.24592177922818, "relative_heading": 125.2257571647873, "relative_elevation": 41.0363275026903 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000997/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000997/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000997/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000997/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_000997/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000997/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000997/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000997/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000997/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76072074243399, 52.3594204921528, 41.0674961339682 ] }, "distance": 15.6, "direction": 126.6, "angle": 69.2, "elevation": 41.07, "pano_id": "TMX7316010203-002488_pano_0003_000997", "timestamp": "2022-03-29T09:11:26.302330Z", "filename": "pano_0003_000997.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 15.59883274, "relative_pitch": 69.2015187141415, "relative_heading": 126.60198244660495, "relative_elevation": 41.0674961339682 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000840/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000840/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000840/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000840/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000840/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000840/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000840/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000840/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000840/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76072292406084, 52.3594211276792, 41.0231357617304 ] }, "distance": 15.68, "direction": 126.07, "angle": 69.09, "elevation": 41.02, "pano_id": "TMX7316010203-000810_pano_0001_000840", "timestamp": "2018-06-27T07:54:14.924730Z", "filename": "pano_0001_000840.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 15.67665819, "relative_pitch": 69.08604953623939, "relative_heading": 126.0705919418593, "relative_elevation": 41.0231357617304 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000432/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000432/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000432/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000432/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000432/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000432/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000432/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000432/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000432/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76073177819717, 52.3594197342377, 41.0676382863894 ] }, "distance": 16.26, "direction": 125.26, "angle": 68.4, "elevation": 41.07, "pano_id": "TMX7316060226-000021_pano_0000_000432", "timestamp": "2016-08-15T11:47:32.507230Z", "filename": "pano_0000_000432.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 16.25713903, "relative_pitch": 68.4032435196433, "relative_heading": 125.26057494270333, "relative_elevation": 41.0676382863894 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003438/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003438/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003438/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003438/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003438/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003438/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003438/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003438/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003438/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76034317287442, 52.3595901299978, 41.0845725154504 ] }, "distance": 16.31, "direction": 305.96, "angle": 68.35, "elevation": 41.08, "pano_id": "TMX7316010203-001798_pano_0000_003438", "timestamp": "2020-07-08T06:25:06.610890Z", "filename": "pano_0000_003438.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 16.30718418, "relative_pitch": 68.35100778241603, "relative_heading": 305.95807983355826, "relative_elevation": 41.0845725154504 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000834/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000834/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000834/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000834/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000810_pano_0001_000834/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000834/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000810_pano_0001_000834/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000834/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/27/TMX7316010203-000810/pano_0001_000834/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76033612391835, 52.3595882149376, 41.0450664758682 ] }, "distance": 16.58, "direction": 304.39, "angle": 68.01, "elevation": 41.05, "pano_id": "TMX7316010203-000810_pano_0001_000834", "timestamp": "2018-06-27T07:54:05.579770Z", "filename": "pano_0001_000834.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 16.57699989, "relative_pitch": 68.00754070062365, "relative_heading": 304.38707386880424, "relative_elevation": 41.0450664758682 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005891/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005891/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005891/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005891/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000289_pano_0000_005891/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005891/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000289_pano_0000_005891/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005891/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/09/TMX7316010203-000289/pano_0000_005891/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76074235982132, 52.3594234387611, 40.9220275366679 ] }, "distance": 16.62, "direction": 122.67, "angle": 67.89, "elevation": 40.92, "pano_id": "TMX7316010203-000289_pano_0000_005891", "timestamp": "2017-05-09T09:30:49.457920Z", "filename": "pano_0000_005891.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 16.62484843, "relative_pitch": 67.89022147608125, "relative_heading": 122.66538589863498, "relative_elevation": 40.9220275366679 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003445/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003445/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003445/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003445/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001798_pano_0000_003445/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003445/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001798_pano_0000_003445/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003445/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/07/08/TMX7316010203-001798/pano_0000_003445/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76076160844702, 52.3594077773431, 41.059767793864 ] }, "distance": 18.68, "direction": 124.99, "angle": 65.53, "elevation": 41.06, "pano_id": "TMX7316010203-001798_pano_0000_003445", "timestamp": "2020-07-08T06:25:10.105920Z", "filename": "pano_0000_003445.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 18.6848198, "relative_pitch": 65.53142971397072, "relative_heading": 124.99436669983554, "relative_elevation": 41.059767793864 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000425/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000425/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000425/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000425/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000021_pano_0000_000425/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000425/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000021_pano_0000_000425/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000425/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000021/pano_0000_000425/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76030883730483, 52.3596048424429, 41.0688106855378 ] }, "distance": 19.16, "direction": 305.81, "angle": 64.99, "elevation": 41.07, "pano_id": "TMX7316060226-000021_pano_0000_000425", "timestamp": "2016-08-15T11:47:28.917250Z", "filename": "pano_0000_000425.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 19.16197179, "relative_pitch": 64.98708563149528, "relative_heading": 305.81344588516293, "relative_elevation": 41.0688106855378 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002355/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002355/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002355/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002355/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002355/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002355/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002355/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002355/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002355/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76030452708876, 52.3596065891146, 41.0578657388687 ] }, "distance": 19.51, "direction": 305.77, "angle": 64.58, "elevation": 41.06, "pano_id": "TMX7316010203-002082_pano_0001_002355", "timestamp": "2021-04-08T11:37:25.508830Z", "filename": "pano_0001_002355.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 19.51382593, "relative_pitch": 64.57937196128181, "relative_heading": 305.77172276018445, "relative_elevation": 41.0578657388687 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02783/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02783/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02783/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02783/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02783/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02783/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02783/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02783/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02783/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760304292518239, 52.359610914993745, 0.0 ] }, "distance": 19.81, "direction": 306.87, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02783", "timestamp": "2025-07-02T05:19:09Z", "filename": "recording_2025-07-02_04-34-16_02783.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 19.81184007, "relative_pitch": 0.0, "relative_heading": 306.8742516978349, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000990/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000990/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000990/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000990/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_000990/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000990/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000990/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000990/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000990/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76030522030681, 52.3596120077867, 41.0790746295825 ] }, "distance": 19.83, "direction": 307.26, "angle": 64.23, "elevation": 41.08, "pano_id": "TMX7316010203-002488_pano_0003_000990", "timestamp": "2022-03-29T09:11:22.632350Z", "filename": "pano_0003_000990.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 19.83470503, "relative_pitch": 64.22679535574751, "relative_heading": 307.26480827079257, "relative_elevation": 41.0790746295825 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02791/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02791/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02791/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02791/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-02_04-34-16_02791/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02791/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-02_04-34-16_02791/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02791/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-02_04-34-16_02791/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7607818217269, 52.35940226518283, 0.0 ] }, "distance": 20.17, "direction": 124.18, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-02_04-34-16_02791", "timestamp": "2025-07-02T05:19:14Z", "filename": "recording_2025-07-02_04-34-16_02791.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 20.16672691, "relative_pitch": 0.0, "relative_heading": 124.17816271170673, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005124/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005124/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005124/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005124/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001306_pano_0000_005124/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005124/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005124/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005124/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005124/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7607847942648, 52.3594006410157, 41.0452950065956 ] }, "distance": 20.44, "direction": 124.28, "angle": 63.53, "elevation": 41.05, "pano_id": "TMX7316010203-001306_pano_0000_005124", "timestamp": "2019-07-11T10:10:21.163910Z", "filename": "pano_0000_005124.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 20.43582015, "relative_pitch": 63.53199379162922, "relative_heading": 124.27839800593517, "relative_elevation": 41.0452950065956 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002363/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002363/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002363/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002363/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002082_pano_0001_002363/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002363/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002082_pano_0001_002363/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002363/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/08/TMX7316010203-002082/pano_0001_002363/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.76078317414632, 52.3593974294437, 41.0371353654191 ] }, "distance": 20.55, "direction": 125.28, "angle": 63.4, "elevation": 41.04, "pano_id": "TMX7316010203-002082_pano_0001_002363", "timestamp": "2021-04-08T11:37:29.863840Z", "filename": "pano_0001_002363.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 20.54900122, "relative_pitch": 63.40096602341112, "relative_heading": 125.27513098514274, "relative_elevation": 41.0371353654191 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00380/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00380/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00380/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00380/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00380/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00380/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00380/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00380/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00380/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760293146996279, 52.35961321976339, 0.0 ] }, "distance": 20.57, "direction": 306.18, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00380", "timestamp": "2024-10-15T09:33:00Z", "filename": "Job_20241015_0915_Track25_Sphere_00380.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 20.57466616, "relative_pitch": 0.0, "relative_heading": 306.176736682869, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000998/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000998/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000998/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000998/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002488_pano_0003_000998/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000998/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002488_pano_0003_000998/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000998/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/03/29/TMX7316010203-002488/pano_0003_000998/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7607808780758, 52.3593940618445, 41.0640902686864 ] }, "distance": 20.64, "direction": 126.38, "angle": 63.31, "elevation": 41.06, "pano_id": "TMX7316010203-002488_pano_0003_000998", "timestamp": "2022-03-29T09:11:26.742340Z", "filename": "pano_0003_000998.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 20.64150996, "relative_pitch": 63.312892154319215, "relative_heading": 126.37511230173872, "relative_elevation": 41.0640902686864 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005116/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005116/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005116/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005116/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001306_pano_0000_005116/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005116/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001306_pano_0000_005116/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005116/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/11/TMX7316010203-001306/pano_0000_005116/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.7602979317255, 52.3596191054707, 41.0631863465533 ] }, "distance": 20.71, "direction": 308.17, "angle": 63.24, "elevation": 41.06, "pano_id": "TMX7316010203-001306_pano_0000_005116", "timestamp": "2019-07-11T10:10:16.933930Z", "filename": "pano_0000_005116.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 20.71068931, "relative_pitch": 63.235382420218755, "relative_heading": 308.1719633896004, "relative_elevation": 41.0631863465533 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00387/adjacencies/b_20241015_0915_Track25_Sphere_00387/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00394/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00394/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00394/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00394/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241015_0915_Track25_Sphere_00394/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00394/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241015_0915_Track25_Sphere_00394/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00394/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241015_0915_Track25_Sphere_00394/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.760784445741873, 52.35939213181852, 0.0 ] }, "distance": 20.96, "direction": 126.45, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241015_0915_Track25_Sphere_00394", "timestamp": "2024-10-15T09:33:06Z", "filename": "Job_20241015_0915_Track25_Sphere_00394.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_20241015_0915_Track25_Sphere_00387", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 112311.40007873467, 485918.9584593502 ] }, "relative_distance": 20.96459322, "relative_pitch": 0.0, "relative_heading": 126.45373326837594, "relative_elevation": 0.0 } ] } }