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_20240918_0854_Track08_Sphere_00748/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00748/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00748/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00748/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00748/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track08_Sphere_00748/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00748/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00748/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839710870828323, 52.37999315488411, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track08_Sphere_00748", "timestamp": "2024-09-18T11:10:15Z", "filename": "Job_20240918_0854_Track08_Sphere_00748.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "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_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000541/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000541/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000541/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000541/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000830_pano_0000_000541/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000541/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000541/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000541/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000541/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83971517901385, 52.379991823347, 45.6211259188131 ] }, "distance": 0.33, "direction": 116.8, "angle": 89.59, "elevation": 45.62, "pano_id": "TMX7316010203-000830_pano_0000_000541", "timestamp": "2018-07-09T08:37:17.358940Z", "filename": "pano_0000_000541.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 0.32865902, "relative_pitch": 89.5872427826016, "relative_heading": 116.79633397096356, "relative_elevation": 45.6211259188131 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000725/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000725/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000725/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000725/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000725/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000725/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000725/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000725/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000725/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83969809467598, 52.3799955668431, 45.6312349420041 ] }, "distance": 0.91, "direction": 287.14, "angle": 88.86, "elevation": 45.63, "pano_id": "TMX7316010203-001028_pano_0001_000725", "timestamp": "2018-12-20T10:02:04.340770Z", "filename": "pano_0001_000725.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 0.91044989, "relative_pitch": 88.85696681977767, "relative_heading": 287.14482876028256, "relative_elevation": 45.6312349420041 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001024/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001024/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001024/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001024/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001503_pano_0002_001024/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001024/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001024/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001024/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001024/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83969910489756, 52.3799980863077, 45.5789070753381 ] }, "distance": 0.97, "direction": 304.41, "angle": 88.78, "elevation": 45.58, "pano_id": "TMX7316010203-001503_pano_0002_001024", "timestamp": "2019-12-10T09:28:32.741020Z", "filename": "pano_0002_001024.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 0.97110281, "relative_pitch": 88.77944252769582, "relative_heading": 304.40722391859805, "relative_elevation": 45.5789070753381 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005978/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005978/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005978/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005978/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000305_pano_0000_005978/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005978/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005978/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005978/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005978/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83970472478366, 52.380002233997, 45.5064156940207 ] }, "distance": 1.09, "direction": 337.5, "angle": 88.62, "elevation": 45.51, "pano_id": "TMX7316010203-000305_pano_0000_005978", "timestamp": "2017-05-22T12:02:44.354350Z", "filename": "pano_0000_005978.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 1.09353044, "relative_pitch": 88.6234331541509, "relative_heading": 337.49780039096356, "relative_elevation": 45.5064156940207 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003308/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003308/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003308/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003308/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003308/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003308/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003308/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003308/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003308/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83971717756251, 52.3800036953246, 45.6674856673926 ] }, "distance": 1.25, "direction": 20.11, "angle": 88.43, "elevation": 45.67, "pano_id": "TMX7316010203-001326_pano_0000_003308", "timestamp": "2019-07-24T07:25:00.335070Z", "filename": "pano_0000_003308.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 1.24903465, "relative_pitch": 88.43331472899787, "relative_heading": 20.110455357111515, "relative_elevation": 45.6674856673926 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000547/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000547/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000547/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000547/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000294_pano_0000_000547/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000547/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000547/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000547/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000547/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83972960659968, 52.379993693014, 46.1791255474091 ] }, "distance": 1.28, "direction": 87.31, "angle": 88.42, "elevation": 46.18, "pano_id": "TMX7315080123-000294_pano_0000_000547", "timestamp": "2016-06-15T12:04:20.009460Z", "filename": "pano_0000_000547.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 1.27721663, "relative_pitch": 88.41572419446945, "relative_heading": 87.31279069936214, "relative_elevation": 46.1791255474091 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000084/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000084/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000084/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000084/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002387_pano_0000_000084/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000084/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000084/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000084/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000084/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83972840388429, 52.3800004725914, 45.5919359708205 ] }, "distance": 1.45, "direction": 55.71, "angle": 88.18, "elevation": 45.59, "pano_id": "TMX7316010203-002387_pano_0000_000084", "timestamp": "2022-01-04T09:53:40.820780Z", "filename": "pano_0000_000084.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 1.44515464, "relative_pitch": 88.18446956937574, "relative_heading": 55.70515746713084, "relative_elevation": 45.5919359708205 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000121/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000121/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000121/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000121/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002522_pano_0000_000121/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000121/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000121/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000121/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000121/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83972785151083, 52.3800016518402, 45.632134010084 ] }, "distance": 1.49, "direction": 50.73, "angle": 88.13, "elevation": 45.63, "pano_id": "TMX7316010203-002522_pano_0000_000121", "timestamp": "2022-04-19T06:37:44.949200Z", "filename": "pano_0000_000121.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 1.49364955, "relative_pitch": 88.1252406210398, "relative_heading": 50.727449636376036, "relative_elevation": 45.632134010084 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00692/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00692/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00692/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00692/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_25_10_24_49_00692/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00692/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00692/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00692/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00692/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839707941633091, 52.380006766737736, 0.0 ] }, "distance": 1.53, "direction": 352.5, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_25_10_24_49_00692", "timestamp": "2025-09-25T10:53:40Z", "filename": "2025_09_25_10_24_49_00692.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 1.52773019, "relative_pitch": 0.0, "relative_heading": 352.49793250857397, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002838/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002838/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002838/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002838/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002066_pano_0000_002838/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002838/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002838/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002838/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002838/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83972784448602, 52.3799839965961, 46.0233855070546 ] }, "distance": 1.54, "direction": 131.4, "angle": 88.08, "elevation": 46.02, "pano_id": "TMX7316010203-002066_pano_0000_002838", "timestamp": "2021-03-29T08:47:45.391340Z", "filename": "pano_0000_002838.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 1.54092692, "relative_pitch": 88.08237400093523, "relative_heading": 131.40253255568456, "relative_elevation": 46.0233855070546 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000052/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000052/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000052/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000052/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0009_000052/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000052/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000052/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000052/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000052/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83973842343259, 52.3799984828871, 47.2552787549794 ] }, "distance": 1.97, "direction": 72.46, "angle": 87.62, "elevation": 47.26, "pano_id": "TMX7316010203-002228_pano_0009_000052", "timestamp": "2021-07-12T09:04:27.836350Z", "filename": "pano_0009_000052.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 1.96763843, "relative_pitch": 87.61566760414374, "relative_heading": 72.46362432831467, "relative_elevation": 47.2552787549794 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008995/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008995/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008995/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008995/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_008995/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008995/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008995/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008995/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008995/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83973901630227, 52.3799854293354, 45.7221316350624 ] }, "distance": 2.1, "direction": 114.16, "angle": 87.37, "elevation": 45.72, "pano_id": "TMX7316010203-000535_pano_0000_008995", "timestamp": "2018-01-08T12:40:46.853040Z", "filename": "pano_0000_008995.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 2.10053214, "relative_pitch": 87.3696094697253, "relative_heading": 114.15814510069544, "relative_elevation": 45.7221316350624 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000548/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000548/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000548/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000548/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000548/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000548/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000548/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000548/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000548/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83973933298904, 52.3799843288882, 45.6284568738192 ] }, "distance": 2.17, "direction": 116.87, "angle": 87.27, "elevation": 45.63, "pano_id": "TMX7316010203-001028_pano_0001_000548", "timestamp": "2018-12-20T09:52:18.595910Z", "filename": "pano_0001_000548.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 2.17276059, "relative_pitch": 87.27371791044084, "relative_heading": 116.87268516729416, "relative_elevation": 45.6284568738192 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000705/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000705/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000705/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000705/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000705/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000705/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000705/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000705/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000705/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83974589857093, 52.3799973499643, 45.6246717171744 ] }, "distance": 2.43, "direction": 78.93, "angle": 86.95, "elevation": 45.62, "pano_id": "TMX7316010203-001028_pano_0001_000705", "timestamp": "2018-12-20T10:00:18.781690Z", "filename": "pano_0001_000705.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 2.43046331, "relative_pitch": 86.95068954462569, "relative_heading": 78.926695775867, "relative_elevation": 45.6246717171744 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008994/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008994/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008994/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008994/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_008994/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008994/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008994/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008994/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008994/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83966820358909, 52.3799996133985, 45.766539231874 ] }, "distance": 2.99, "direction": 283.89, "angle": 86.26, "elevation": 45.77, "pano_id": "TMX7316010203-000535_pano_0000_008994", "timestamp": "2018-01-08T12:40:45.948110Z", "filename": "pano_0000_008994.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 2.99298828, "relative_pitch": 86.2583634717831, "relative_heading": 283.8934823324478, "relative_elevation": 45.766539231874 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000547/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000547/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000547/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000547/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000547/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000547/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000547/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000547/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000547/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83966584399101, 52.3799978729231, 45.6992036802694 ] }, "distance": 3.11, "direction": 279.72, "angle": 86.11, "elevation": 45.7, "pano_id": "TMX7316010203-001028_pano_0001_000547", "timestamp": "2018-12-20T09:52:17.350890Z", "filename": "pano_0001_000547.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 3.11072394, "relative_pitch": 86.10590939637466, "relative_heading": 279.71634549143647, "relative_elevation": 45.6992036802694 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000706/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000706/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000706/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000706/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000706/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000706/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000706/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000706/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000706/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8396772127521, 52.3800125112826, 45.6690533319488 ] }, "distance": 3.15, "direction": 313.22, "angle": 86.06, "elevation": 45.67, "pano_id": "TMX7316010203-001028_pano_0001_000706", "timestamp": "2018-12-20T10:00:19.941660Z", "filename": "pano_0001_000706.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 3.14518559, "relative_pitch": 86.0603132199774, "relative_heading": 313.2211852493829, "relative_elevation": 45.6690533319488 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002837/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002837/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002837/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002837/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002066_pano_0000_002837/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002837/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002837/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002837/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002837/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83965694044737, 52.379995673764, 46.0128003275022 ] }, "distance": 3.68, "direction": 274.36, "angle": 85.42, "elevation": 46.01, "pano_id": "TMX7316010203-002066_pano_0000_002837", "timestamp": "2021-03-29T08:47:44.591330Z", "filename": "pano_0000_002837.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 3.6830693, "relative_pitch": 85.42354814152267, "relative_heading": 274.3645383073082, "relative_elevation": 46.0128003275022 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000053/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000053/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000053/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000053/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0009_000053/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000053/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000053/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000053/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000053/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83966264728561, 52.3800090654818, 47.270267973654 ] }, "distance": 3.73, "direction": 298.33, "angle": 85.49, "elevation": 47.27, "pano_id": "TMX7316010203-002228_pano_0009_000053", "timestamp": "2021-07-12T09:04:28.881280Z", "filename": "pano_0009_000053.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 3.73064243, "relative_pitch": 85.48748213536739, "relative_heading": 298.3312674313113, "relative_elevation": 47.270267973654 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000546/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000546/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000546/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000546/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000294_pano_0000_000546/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000546/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000546/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000546/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000546/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83965691229125, 52.380002732102, 46.2966604437679 ] }, "distance": 3.83, "direction": 286.17, "angle": 85.28, "elevation": 46.3, "pano_id": "TMX7315080123-000294_pano_0000_000546", "timestamp": "2016-06-15T12:04:18.834360Z", "filename": "pano_0000_000546.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 3.82573394, "relative_pitch": 85.27608465088726, "relative_heading": 286.17436784003195, "relative_elevation": 46.2966604437679 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001023/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001023/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001023/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001023/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001503_pano_0002_001023/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001023/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001023/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001023/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001023/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83976869846862, 52.3799878658398, 45.5326850125566 ] }, "distance": 3.98, "direction": 98.5, "angle": 85.0, "elevation": 45.53, "pano_id": "TMX7316010203-001503_pano_0002_001023", "timestamp": "2019-12-10T09:28:31.786070Z", "filename": "pano_0002_001023.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 3.98151099, "relative_pitch": 85.00260094128204, "relative_heading": 98.50043242285861, "relative_elevation": 45.5326850125566 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000122/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000122/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000122/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000122/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002522_pano_0000_000122/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000122/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000122/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000122/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000122/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83965648506389, 52.3800120333288, 45.6350208101794 ] }, "distance": 4.26, "direction": 299.56, "angle": 84.67, "elevation": 45.64, "pano_id": "TMX7316010203-002522_pano_0000_000122", "timestamp": "2022-04-19T06:37:45.994230Z", "filename": "pano_0000_000122.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 4.25770513, "relative_pitch": 84.66978715487723, "relative_heading": 299.56337676588254, "relative_elevation": 45.6350208101794 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000085/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000085/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000085/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000085/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002387_pano_0000_000085/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000085/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000085/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000085/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000085/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8396567259301, 52.3800136066836, 45.5953835751861 ] }, "distance": 4.33, "direction": 301.68, "angle": 84.57, "elevation": 45.6, "pano_id": "TMX7316010203-002387_pano_0000_000085", "timestamp": "2022-01-04T09:53:41.660680Z", "filename": "pano_0000_000085.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 4.33278687, "relative_pitch": 84.57166138605132, "relative_heading": 301.68461000435326, "relative_elevation": 45.5953835751861 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000726/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000726/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000726/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000726/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000726/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000726/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000726/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000726/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000726/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83977489180451, 52.3799836727601, 45.5809055734426 ] }, "distance": 4.49, "direction": 103.61, "angle": 84.38, "elevation": 45.58, "pano_id": "TMX7316010203-001028_pano_0001_000726", "timestamp": "2018-12-20T10:02:05.390750Z", "filename": "pano_0001_000726.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 4.48537496, "relative_pitch": 84.37992052264708, "relative_heading": 103.6054767289495, "relative_elevation": 45.5809055734426 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000540/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000540/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000540/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000540/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000830_pano_0000_000540/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000540/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000540/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000540/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000540/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83964209279783, 52.3800028569086, 45.6553859934211 ] }, "distance": 4.81, "direction": 282.98, "angle": 83.99, "elevation": 45.66, "pano_id": "TMX7316010203-000830_pano_0000_000540", "timestamp": "2018-07-09T08:37:16.458930Z", "filename": "pano_0000_000540.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 4.80625743, "relative_pitch": 83.99046364281075, "relative_heading": 282.9806464004936, "relative_elevation": 45.6553859934211 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003309/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003309/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003309/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003309/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003309/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003309/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003309/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003309/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003309/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83964859893967, 52.3800147749331, 45.7162821227685 ] }, "distance": 4.88, "direction": 299.57, "angle": 83.91, "elevation": 45.72, "pano_id": "TMX7316010203-001326_pano_0000_003309", "timestamp": "2019-07-24T07:25:01.150100Z", "filename": "pano_0000_003309.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 4.87531565, "relative_pitch": 83.9128198121671, "relative_heading": 299.5681175757515, "relative_elevation": 45.7162821227685 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00747/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00747/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00747/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00747/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track08_Sphere_00747/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00747/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00747/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00747/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00747/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839640374838521, 52.38000257162419, 0.0 ] }, "distance": 4.91, "direction": 282.31, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track08_Sphere_00747", "timestamp": "2024-09-18T11:10:14Z", "filename": "Job_20240918_0854_Track08_Sphere_00747.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 4.91345495, "relative_pitch": 0.0, "relative_heading": 282.31349587437455, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00749/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00749/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00749/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00749/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track08_Sphere_00749/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00749/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00749/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00749/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00749/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839780983646741, 52.37998146243544, 0.0 ] }, "distance": 4.95, "direction": 105.24, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track08_Sphere_00749", "timestamp": "2024-09-18T11:10:16Z", "filename": "Job_20240918_0854_Track08_Sphere_00749.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 4.94843792, "relative_pitch": 0.0, "relative_heading": 105.24371328691932, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003307/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003307/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003307/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003307/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003307/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003307/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003307/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003307/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003307/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83978606140504, 52.379990928506, 45.629784562625 ] }, "distance": 5.13, "direction": 92.77, "angle": 83.59, "elevation": 45.63, "pano_id": "TMX7316010203-001326_pano_0000_003307", "timestamp": "2019-07-24T07:24:59.540070Z", "filename": "pano_0000_003307.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 5.12609173, "relative_pitch": 83.59021443277594, "relative_heading": 92.77010106646452, "relative_elevation": 45.629784562625 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00691/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00691/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00691/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00691/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_25_10_24_49_00691/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00691/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00691/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00691/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00691/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839788540917827, 52.379992696081565, 0.0 ] }, "distance": 5.29, "direction": 90.55, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_25_10_24_49_00691", "timestamp": "2025-09-25T10:53:38Z", "filename": "2025_09_25_10_24_49_00691.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 5.28919043, "relative_pitch": 0.0, "relative_heading": 90.55301604426727, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000542/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000542/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000542/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000542/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000830_pano_0000_000542/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000542/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000542/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000542/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000542/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83978830772953, 52.3799803908312, 45.597164247185 ] }, "distance": 5.46, "direction": 105.07, "angle": 83.17, "elevation": 45.6, "pano_id": "TMX7316010203-000830_pano_0000_000542", "timestamp": "2018-07-09T08:37:18.198910Z", "filename": "pano_0000_000542.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 5.46099954, "relative_pitch": 83.17043199093587, "relative_heading": 105.07497000509377, "relative_elevation": 45.597164247185 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001025/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001025/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001025/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001025/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001503_pano_0002_001025/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001025/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001025/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001025/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001025/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83962942379055, 52.3800072348012, 45.6168761095032 ] }, "distance": 5.76, "direction": 285.77, "angle": 82.8, "elevation": 45.62, "pano_id": "TMX7316010203-001503_pano_0002_001025", "timestamp": "2019-12-10T09:28:33.781000Z", "filename": "pano_0002_001025.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 5.76318229, "relative_pitch": 82.79946754914755, "relative_heading": 285.7745746707108, "relative_elevation": 45.6168761095032 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000120/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000120/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000120/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000120/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002522_pano_0000_000120/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000120/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000120/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000120/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000120/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839799241668, 52.3799903752187, 45.6360607687384 ] }, "distance": 6.03, "direction": 92.94, "angle": 82.48, "elevation": 45.64, "pano_id": "TMX7316010203-002522_pano_0000_000120", "timestamp": "2022-04-19T06:37:44.009270Z", "filename": "pano_0000_000120.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 6.02555561, "relative_pitch": 82.47846073953795, "relative_heading": 92.94238633404532, "relative_elevation": 45.6360607687384 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000083/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000083/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000083/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000083/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002387_pano_0000_000083/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000083/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000083/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000083/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000083/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83980070788656, 52.3799887588187, 45.5901491427794 ] }, "distance": 6.14, "direction": 94.57, "angle": 82.33, "elevation": 45.59, "pano_id": "TMX7316010203-002387_pano_0000_000083", "timestamp": "2022-01-04T09:53:40.105680Z", "filename": "pano_0000_000083.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 6.13698053, "relative_pitch": 82.33338698406874, "relative_heading": 94.57178184756461, "relative_elevation": 45.5901491427794 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000724/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000724/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000724/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000724/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000724/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000724/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000724/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000724/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000724/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83962458770978, 52.380010084798, 45.6780703775585 ] }, "distance": 6.17, "direction": 287.78, "angle": 82.31, "elevation": 45.68, "pano_id": "TMX7316010203-001028_pano_0001_000724", "timestamp": "2018-12-20T10:02:03.145780Z", "filename": "pano_0001_000724.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 6.17007609, "relative_pitch": 82.30719559421856, "relative_heading": 287.77765696975774, "relative_elevation": 45.6780703775585 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000548/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000548/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000548/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000548/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000294_pano_0000_000548/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000548/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000548/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000548/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000548/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83980179978425, 52.3799822270706, 46.0948789482936 ] }, "distance": 6.31, "direction": 101.11, "angle": 82.21, "elevation": 46.09, "pano_id": "TMX7315080123-000294_pano_0000_000548", "timestamp": "2016-06-15T12:04:21.044690Z", "filename": "pano_0000_000548.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 6.31007938, "relative_pitch": 82.20504348591982, "relative_heading": 101.1106864083795, "relative_elevation": 46.0948789482936 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002839/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002839/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002839/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002839/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002066_pano_0000_002839/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002839/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002839/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002839/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002839/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83979831437039, 52.3799725222344, 46.0174202192575 ] }, "distance": 6.38, "direction": 111.09, "angle": 82.1, "elevation": 46.02, "pano_id": "TMX7316010203-002066_pano_0000_002839", "timestamp": "2021-03-29T08:47:46.126280Z", "filename": "pano_0000_002839.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 6.38175542, "relative_pitch": 82.10450679169656, "relative_heading": 111.0853143340746, "relative_elevation": 46.0174202192575 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00693/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00693/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00693/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00693/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_25_10_24_49_00693/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00693/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00693/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00693/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00693/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8396262685843, 52.38001858544167, 0.0 ] }, "distance": 6.42, "direction": 296.16, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_25_10_24_49_00693", "timestamp": "2025-09-25T10:53:42Z", "filename": "2025_09_25_10_24_49_00693.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 6.41845752, "relative_pitch": 0.0, "relative_heading": 296.1601213075254, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005728/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005728/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005728/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005728/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000305_pano_0000_005728/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005728/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005728/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005728/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005728/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83962315625861, 52.3800201182176, 45.5909100119025 ] }, "distance": 6.68, "direction": 296.67, "angle": 81.66, "elevation": 45.59, "pano_id": "TMX7316010203-000305_pano_0000_005728", "timestamp": "2017-05-22T11:52:51.961540Z", "filename": "pano_0000_005728.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 6.6841442, "relative_pitch": 81.65921192789058, "relative_heading": 296.67144656982464, "relative_elevation": 45.5909100119025 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000051/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000051/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000051/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000051/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0009_000051/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000051/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000051/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000051/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000051/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83981371329636, 52.3799868501872, 47.2561308983713 ] }, "distance": 7.04, "direction": 95.72, "angle": 81.53, "elevation": 47.26, "pano_id": "TMX7316010203-002228_pano_0009_000051", "timestamp": "2021-07-12T09:04:26.931310Z", "filename": "pano_0009_000051.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 7.03810971, "relative_pitch": 81.52889978212391, "relative_heading": 95.72065072970321, "relative_elevation": 47.2561308983713 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008996/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008996/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008996/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008996/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_008996/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008996/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008996/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008996/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008996/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83981036567832, 52.3799727533681, 45.6907873386517 ] }, "distance": 7.15, "direction": 108.52, "angle": 81.11, "elevation": 45.69, "pano_id": "TMX7316010203-000535_pano_0000_008996", "timestamp": "2018-01-08T12:40:47.683040Z", "filename": "pano_0000_008996.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 7.14532599, "relative_pitch": 81.11182442928833, "relative_heading": 108.52469108332012, "relative_elevation": 45.6907873386517 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000704/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000704/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000704/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000704/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000704/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000704/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000704/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000704/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000704/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83981774541237, 52.3799836277964, 45.5826623262838 ] }, "distance": 7.35, "direction": 98.29, "angle": 80.83, "elevation": 45.58, "pano_id": "TMX7316010203-001028_pano_0001_000704", "timestamp": "2018-12-20T10:00:17.686670Z", "filename": "pano_0001_000704.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 7.35443261, "relative_pitch": 80.83472463704453, "relative_heading": 98.28786914632916, "relative_elevation": 45.5826623262838 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000549/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000549/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000549/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000549/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000549/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000549/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000549/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000549/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000549/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83981367561446, 52.3799716085201, 45.5859254961833 ] }, "distance": 7.4, "direction": 108.91, "angle": 80.78, "elevation": 45.59, "pano_id": "TMX7316010203-001028_pano_0001_000549", "timestamp": "2018-12-20T09:52:19.705910Z", "filename": "pano_0001_000549.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 7.39967578, "relative_pitch": 80.77995578816218, "relative_heading": 108.90551101078084, "relative_elevation": 45.5859254961833 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000707/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000707/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000707/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000707/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000707/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000707/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000707/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000707/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000707/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83961481547395, 52.3800308459754, 45.7024372983724 ] }, "distance": 7.77, "direction": 302.67, "angle": 80.35, "elevation": 45.7, "pano_id": "TMX7316010203-001028_pano_0001_000707", "timestamp": "2018-12-20T10:00:21.151650Z", "filename": "pano_0001_000707.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 7.77002713, "relative_pitch": 80.35120802835044, "relative_heading": 302.6683025702198, "relative_elevation": 45.7024372983724 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008993/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008993/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008993/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008993/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_008993/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008993/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008993/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008993/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008993/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83959732285017, 52.3800116844168, 45.7809862140566 ] }, "distance": 8.0, "direction": 284.93, "angle": 80.09, "elevation": 45.78, "pano_id": "TMX7316010203-000535_pano_0000_008993", "timestamp": "2018-01-08T12:40:44.918110Z", "filename": "pano_0000_008993.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 8.0022396, "relative_pitch": 80.0852096560356, "relative_heading": 284.931368497914, "relative_elevation": 45.7809862140566 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000546/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000546/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000546/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000546/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000546/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000546/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000546/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000546/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000546/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83959246609542, 52.38000902406, 45.7117773247883 ] }, "distance": 8.25, "direction": 282.35, "angle": 79.76, "elevation": 45.71, "pano_id": "TMX7316010203-001028_pano_0001_000546", "timestamp": "2018-12-20T09:52:16.051070Z", "filename": "pano_0001_000546.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 8.25387173, "relative_pitch": 79.76476464841603, "relative_heading": 282.35340992305964, "relative_elevation": 45.7117773247883 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002836/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002836/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002836/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002836/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002066_pano_0000_002836/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002836/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002836/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002836/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002836/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83958445869952, 52.3800025810217, 46.0391840226948 ] }, "distance": 8.67, "direction": 276.95, "angle": 79.33, "elevation": 46.04, "pano_id": "TMX7316010203-002066_pano_0000_002836", "timestamp": "2021-03-29T08:47:43.691320Z", "filename": "pano_0000_002836.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 8.67169995, "relative_pitch": 79.33304059824873, "relative_heading": 276.9472972884738, "relative_elevation": 46.0391840226948 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000545/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000545/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000545/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000545/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000294_pano_0000_000545/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000545/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000545/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000545/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000545/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83958321683596, 52.3800024728296, 46.3362336363643 ] }, "distance": 8.75, "direction": 276.8, "angle": 79.3, "elevation": 46.34, "pano_id": "TMX7315080123-000294_pano_0000_000545", "timestamp": "2016-06-15T12:04:17.614310Z", "filename": "pano_0000_000545.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 8.75421567, "relative_pitch": 79.30132113365407, "relative_heading": 276.8021362179616, "relative_elevation": 46.3362336363643 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000054/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000054/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000054/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000054/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0009_000054/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000054/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000054/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000054/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000054/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83958490724933, 52.3800113719306, 47.3008744986728 ] }, "distance": 8.81, "direction": 283.3, "angle": 79.44, "elevation": 47.3, "pano_id": "TMX7316010203-002228_pano_0009_000054", "timestamp": "2021-07-12T09:04:30.151380Z", "filename": "pano_0009_000054.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 8.8137615, "relative_pitch": 79.44489588478044, "relative_heading": 283.29664549010704, "relative_elevation": 47.3008744986728 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001022/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001022/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001022/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001022/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001503_pano_0002_001022/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001022/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001022/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001022/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001022/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83983846314717, 52.379977224275, 45.4894972294569 ] }, "distance": 8.87, "direction": 101.53, "angle": 78.97, "elevation": 45.49, "pano_id": "TMX7316010203-001503_pano_0002_001022", "timestamp": "2019-12-10T09:28:30.855990Z", "filename": "pano_0002_001022.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 8.86739233, "relative_pitch": 78.96950359575017, "relative_heading": 101.53158717431138, "relative_elevation": 45.4894972294569 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000123/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000123/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000123/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000123/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002522_pano_0000_000123/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000123/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000123/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000123/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000123/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83958406287437, 52.3800166571428, 45.6756641184911 ] }, "distance": 9.02, "direction": 286.85, "angle": 78.83, "elevation": 45.68, "pano_id": "TMX7316010203-002522_pano_0000_000123", "timestamp": "2022-04-19T06:37:47.204220Z", "filename": "pano_0000_000123.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 9.02231901, "relative_pitch": 78.82620328456248, "relative_heading": 286.8495859984191, "relative_elevation": 45.6756641184911 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005979/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005979/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005979/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005979/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000305_pano_0000_005979/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005979/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005979/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005979/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005979/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83984125986037, 52.3799754877184, 45.4282002542168 ] }, "distance": 9.09, "direction": 102.48, "angle": 78.68, "elevation": 45.43, "pano_id": "TMX7316010203-000305_pano_0000_005979", "timestamp": "2017-05-22T12:02:46.859220Z", "filename": "pano_0000_005979.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 9.09387795, "relative_pitch": 78.68007753528698, "relative_heading": 102.48465854820834, "relative_elevation": 45.4282002542168 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003310/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003310/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003310/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003310/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003310/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003310/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003310/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003310/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003310/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83957882610913, 52.3800152472603, 45.7414042716846 ] }, "distance": 9.32, "direction": 285.29, "angle": 78.48, "elevation": 45.74, "pano_id": "TMX7316010203-001326_pano_0000_003310", "timestamp": "2019-07-24T07:25:02.015100Z", "filename": "pano_0000_003310.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 9.32158115, "relative_pitch": 78.48149318734308, "relative_heading": 285.2911656768796, "relative_elevation": 45.7414042716846 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000086/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000086/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000086/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000086/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002387_pano_0000_000086/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000086/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000086/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000086/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000086/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83958807880817, 52.3800319583405, 45.6004930101335 ] }, "distance": 9.41, "direction": 297.31, "angle": 78.34, "elevation": 45.6, "pano_id": "TMX7316010203-002387_pano_0000_000086", "timestamp": "2022-01-04T09:53:42.730690Z", "filename": "pano_0000_000086.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 9.41056327, "relative_pitch": 78.33957724113431, "relative_heading": 297.31160759563954, "relative_elevation": 45.6004930101335 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00746/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00746/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00746/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00746/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track08_Sphere_00746/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00746/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00746/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00746/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00746/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839573148272676, 52.38000531657215, 0.0 ] }, "distance": 9.48, "direction": 278.21, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track08_Sphere_00746", "timestamp": "2024-09-18T11:10:13Z", "filename": "Job_20240918_0854_Track08_Sphere_00746.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 9.47535211, "relative_pitch": 0.0, "relative_heading": 278.21121719670055, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000294/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000294/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000294/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000294/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000830_pano_0000_000294/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000294/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000294/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000294/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000294/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83959197311134, 52.3800400079206, 45.6925882799551 ] }, "distance": 9.63, "direction": 302.78, "angle": 78.1, "elevation": 45.69, "pano_id": "TMX7316010203-000830_pano_0000_000294", "timestamp": "2018-07-09T08:28:31.136670Z", "filename": "pano_0000_000294.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 9.62973257, "relative_pitch": 78.09904675464608, "relative_heading": 302.7791392901697, "relative_elevation": 45.6925882799551 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00750/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00750/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00750/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00750/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track08_Sphere_00750/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00750/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00750/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00750/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00750/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839849498086811, 52.37996956482706, 0.0 ] }, "distance": 9.8, "direction": 105.54, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track08_Sphere_00750", "timestamp": "2024-09-18T11:10:17Z", "filename": "Job_20240918_0854_Track08_Sphere_00750.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 9.79799818, "relative_pitch": 0.0, "relative_heading": 105.53983129144217, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000727/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000727/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000727/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000727/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000727/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000727/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000727/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000727/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000727/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83985102083383, 52.379971087015, 45.5244203871116 ] }, "distance": 9.85, "direction": 104.43, "angle": 77.79, "elevation": 45.52, "pano_id": "TMX7316010203-001028_pano_0001_000727", "timestamp": "2018-12-20T10:02:06.340780Z", "filename": "pano_0001_000727.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 9.85437088, "relative_pitch": 77.78600182707686, "relative_heading": 104.42942081632087, "relative_elevation": 45.5244203871116 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000539/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000539/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000539/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000539/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000830_pano_0000_000539/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000539/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000539/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000539/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000539/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83956731687888, 52.380006248387, 45.6255379552022 ] }, "distance": 9.88, "direction": 278.48, "angle": 77.78, "elevation": 45.63, "pano_id": "TMX7316010203-000830_pano_0000_000539", "timestamp": "2018-07-09T08:37:15.453910Z", "filename": "pano_0000_000539.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 9.88328531, "relative_pitch": 77.77757366669226, "relative_heading": 278.4773801369365, "relative_elevation": 45.6255379552022 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003306/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003306/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003306/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003306/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003306/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003306/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003306/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003306/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003306/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83985567498303, 52.3799780660292, 45.5582722127438 ] }, "distance": 10.0, "direction": 99.66, "angle": 77.62, "elevation": 45.56, "pano_id": "TMX7316010203-001326_pano_0000_003306", "timestamp": "2019-07-24T07:24:58.750090Z", "filename": "pano_0000_003306.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 10.0023658, "relative_pitch": 77.61712004884902, "relative_heading": 99.66341074222494, "relative_elevation": 45.5582722127438 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00694/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00694/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00694/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00694/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_25_10_24_49_00694/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00694/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00694/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00694/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00694/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839566057508064, 52.38001815420726, 0.0 ] }, "distance": 10.25, "direction": 285.75, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_25_10_24_49_00694", "timestamp": "2025-09-25T10:53:43Z", "filename": "2025_09_25_10_24_49_00694.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 10.24591775, "relative_pitch": 0.0, "relative_heading": 285.7537306073672, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00690/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00690/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00690/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00690/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_25_10_24_49_00690/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00690/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00690/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00690/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00690/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839863240053449, 52.37997948788427, 0.0 ] }, "distance": 10.49, "direction": 98.34, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_25_10_24_49_00690", "timestamp": "2025-09-25T10:53:37Z", "filename": "2025_09_25_10_24_49_00690.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 10.48644426, "relative_pitch": 0.0, "relative_heading": 98.3386269773217, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001026/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001026/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001026/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001026/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001503_pano_0002_001026/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001026/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001026/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001026/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001026/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83955859589569, 52.380009374602, 45.6033567814156 ] }, "distance": 10.53, "direction": 279.87, "angle": 77.0, "elevation": 45.6, "pano_id": "TMX7316010203-001503_pano_0002_001026", "timestamp": "2019-12-10T09:28:34.940920Z", "filename": "pano_0002_001026.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 10.52506038, "relative_pitch": 77.00394125920977, "relative_heading": 279.8739664959504, "relative_elevation": 45.6033567814156 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000543/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000543/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000543/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000543/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000830_pano_0000_000543/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000543/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000543/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000543/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000543/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83986131108679, 52.379968528446, 45.5486614918336 ] }, "distance": 10.6, "direction": 104.98, "angle": 76.89, "elevation": 45.55, "pano_id": "TMX7316010203-000830_pano_0000_000543", "timestamp": "2018-07-09T08:37:19.009030Z", "filename": "pano_0000_000543.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 10.60440888, "relative_pitch": 76.8941490884408, "relative_heading": 104.97573889016775, "relative_elevation": 45.5486614918336 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000119/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000119/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000119/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000119/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002522_pano_0000_000119/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000119/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000119/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000119/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000119/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83987034396413, 52.3799786779364, 45.637318905443 ] }, "distance": 10.98, "direction": 98.44, "angle": 76.47, "elevation": 45.64, "pano_id": "TMX7316010203-002522_pano_0000_000119", "timestamp": "2022-04-19T06:37:43.129220Z", "filename": "pano_0000_000119.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 10.97815812, "relative_pitch": 76.47435410122071, "relative_heading": 98.43788878011227, "relative_elevation": 45.637318905443 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000082/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000082/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000082/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000082/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002387_pano_0000_000082/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000082/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000082/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000082/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000082/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83987308352578, 52.3799768802938, 45.5930747790262 ] }, "distance": 11.19, "direction": 99.31, "angle": 76.21, "elevation": 45.59, "pano_id": "TMX7316010203-002387_pano_0000_000082", "timestamp": "2022-01-04T09:53:39.445680Z", "filename": "pano_0000_000082.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 11.19334031, "relative_pitch": 76.20639177240248, "relative_heading": 99.31062788826843, "relative_elevation": 45.5930747790262 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000094/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000094/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000094/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000094/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002387_pano_0000_000094/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000094/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000094/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000094/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000094/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83956597121362, 52.380043227201, 45.5933036664501 ] }, "distance": 11.33, "direction": 299.45, "angle": 76.04, "elevation": 45.59, "pano_id": "TMX7316010203-002387_pano_0000_000094", "timestamp": "2022-01-04T09:54:09.100450Z", "filename": "pano_0000_000094.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 11.33141787, "relative_pitch": 76.04291924897538, "relative_heading": 299.4531155696264, "relative_elevation": 45.5933036664501 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000549/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000549/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000549/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000549/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000294_pano_0000_000549/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000549/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000549/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000549/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000549/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83987357359743, 52.3799710067708, 46.1077726734802 ] }, "distance": 11.35, "direction": 102.54, "angle": 76.17, "elevation": 46.11, "pano_id": "TMX7315080123-000294_pano_0000_000549", "timestamp": "2016-06-15T12:04:21.964560Z", "filename": "pano_0000_000549.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 11.3500469, "relative_pitch": 76.17083195484295, "relative_heading": 102.54089962307403, "relative_elevation": 46.1077726734802 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002840/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002840/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002840/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002840/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002066_pano_0000_002840/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002840/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002840/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002840/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002840/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8398692167905, 52.3799610512769, 46.0186866428703 ] }, "distance": 11.36, "direction": 108.33, "angle": 76.13, "elevation": 46.02, "pano_id": "TMX7316010203-002066_pano_0000_002840", "timestamp": "2021-03-29T08:47:46.806290Z", "filename": "pano_0000_002840.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 11.35892881, "relative_pitch": 76.1346672097043, "relative_heading": 108.33020623149291, "relative_elevation": 46.0186866428703 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000723/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000723/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000723/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000723/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000723/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000723/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000723/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000723/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000723/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83955573687209, 52.3800333860311, 45.660798962228 ] }, "distance": 11.47, "direction": 292.97, "angle": 75.9, "elevation": 45.66, "pano_id": "TMX7316010203-001028_pano_0001_000723", "timestamp": "2018-12-20T10:02:01.805770Z", "filename": "pano_0001_000723.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 11.47325574, "relative_pitch": 75.89521288975132, "relative_heading": 292.96613202153213, "relative_elevation": 45.660798962228 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008997/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008997/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008997/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008997/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_008997/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008997/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008997/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008997/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008997/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8398825584905, 52.3799608205509, 45.6372747598216 ] }, "distance": 12.23, "direction": 107.11, "angle": 75.0, "elevation": 45.64, "pano_id": "TMX7316010203-000535_pano_0000_008997", "timestamp": "2018-01-08T12:40:48.478090Z", "filename": "pano_0000_008997.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 12.2322007, "relative_pitch": 74.9956311692763, "relative_heading": 107.10595241290738, "relative_elevation": 45.6372747598216 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000050/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000050/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000050/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000050/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0009_000050/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000050/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000050/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000050/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000050/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83988896456356, 52.3799760934578, 47.2372742369771 ] }, "distance": 12.27, "direction": 98.9, "angle": 75.43, "elevation": 47.24, "pano_id": "TMX7316010203-002228_pano_0009_000050", "timestamp": "2021-07-12T09:04:26.091310Z", "filename": "pano_0009_000050.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 12.2749974, "relative_pitch": 75.43338922802312, "relative_heading": 98.89725131134779, "relative_elevation": 47.2372742369771 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000708/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000708/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000708/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000708/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000708/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000708/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000708/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000708/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000708/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83955872784753, 52.3800523662935, 45.7067745747045 ] }, "distance": 12.28, "direction": 302.46, "angle": 74.96, "elevation": 45.71, "pano_id": "TMX7316010203-001028_pano_0001_000708", "timestamp": "2018-12-20T10:00:22.336630Z", "filename": "pano_0001_000708.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 12.2777994, "relative_pitch": 74.9640928633722, "relative_heading": 302.4550694631331, "relative_elevation": 45.7067745747045 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000740/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000740/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000740/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000740/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000085_pano_0006_000740/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000740/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000740/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000740/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000740/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83972591777017, 52.380104177602, 45.757154840976 ] }, "distance": 12.4, "direction": 4.74, "angle": 74.84, "elevation": 45.76, "pano_id": "TMX7316010203-000085_pano_0006_000740", "timestamp": "2016-08-28T10:44:44.115830Z", "filename": "pano_0006_000740.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 12.39642167, "relative_pitch": 74.8414302520221, "relative_heading": 4.741157146568504, "relative_elevation": 45.757154840976 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000703/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000703/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000703/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000703/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000703/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000703/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000703/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000703/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000703/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8398902240794, 52.3799700772082, 45.516292847693 ] }, "distance": 12.48, "direction": 101.87, "angle": 74.67, "elevation": 45.52, "pano_id": "TMX7316010203-001028_pano_0001_000703", "timestamp": "2018-12-20T10:00:16.631700Z", "filename": "pano_0001_000703.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 12.48011503, "relative_pitch": 74.66690114425708, "relative_heading": 101.87415491315433, "relative_elevation": 45.516292847693 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008992/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008992/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008992/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008992/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_008992/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008992/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008992/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008992/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008992/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83952749387147, 52.3800063071229, 45.7364484071732 ] }, "distance": 12.57, "direction": 276.68, "angle": 74.63, "elevation": 45.74, "pano_id": "TMX7316010203-000535_pano_0000_008992", "timestamp": "2018-01-08T12:40:43.733150Z", "filename": "pano_0000_008992.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 12.57252102, "relative_pitch": 74.62957488541738, "relative_heading": 276.68476685491913, "relative_elevation": 45.7364484071732 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000550/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000550/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000550/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000550/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000550/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000550/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000550/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000550/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000550/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8398889172542, 52.3799597937357, 45.5219241613522 ] }, "distance": 12.68, "direction": 107.02, "angle": 74.44, "elevation": 45.52, "pano_id": "TMX7316010203-001028_pano_0001_000550", "timestamp": "2018-12-20T09:52:20.785860Z", "filename": "pano_0001_000550.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 12.67966699, "relative_pitch": 74.43536464328137, "relative_heading": 107.02389381917024, "relative_elevation": 45.5219241613522 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000545/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000545/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000545/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000545/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000545/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000545/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000545/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000545/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000545/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83952127639058, 52.3800043561076, 45.6895162388682 ] }, "distance": 12.97, "direction": 275.51, "angle": 74.15, "elevation": 45.69, "pano_id": "TMX7316010203-001028_pano_0001_000545", "timestamp": "2018-12-20T09:52:14.695940Z", "filename": "pano_0001_000545.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 12.97045637, "relative_pitch": 74.15168090289174, "relative_heading": 275.51448972078015, "relative_elevation": 45.6895162388682 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003288/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003288/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003288/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003288/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003288/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003288/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003288/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003288/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003288/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83953651117905, 52.3800409399795, 45.7321141595021 ] }, "distance": 13.01, "direction": 294.13, "angle": 74.12, "elevation": 45.73, "pano_id": "TMX7316010203-001326_pano_0000_003288", "timestamp": "2019-07-24T07:24:27.825220Z", "filename": "pano_0000_003288.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 13.00929409, "relative_pitch": 74.12067708845274, "relative_heading": 294.12503734931505, "relative_elevation": 45.7321141595021 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000544/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000544/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000544/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000544/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000294_pano_0000_000544/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000544/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000544/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000544/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000544/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83951556978966, 52.3799864443944, 46.3171572405845 ] }, "distance": 13.32, "direction": 266.79, "angle": 73.96, "elevation": 46.32, "pano_id": "TMX7315080123-000294_pano_0000_000544", "timestamp": "2016-06-15T12:04:16.424280Z", "filename": "pano_0000_000544.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 13.31996973, "relative_pitch": 73.9557297756068, "relative_heading": 266.7864372702793, "relative_elevation": 46.3171572405845 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000124/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000124/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000124/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000124/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002522_pano_0000_000124/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000124/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000124/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000124/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000124/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83951591002409, 52.380003622743, 45.700805963017 ] }, "distance": 13.33, "direction": 275.01, "angle": 73.74, "elevation": 45.7, "pano_id": "TMX7316010203-002522_pano_0000_000124", "timestamp": "2022-04-19T06:37:48.384230Z", "filename": "pano_0000_000124.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 13.32685388, "relative_pitch": 73.74273919250304, "relative_heading": 275.0142956788829, "relative_elevation": 45.700805963017 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000055/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000055/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000055/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000055/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0009_000055/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000055/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000055/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000055/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000055/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83951475243519, 52.3799953805955, 47.308498589322 ] }, "distance": 13.36, "direction": 271.06, "angle": 74.23, "elevation": 47.31, "pano_id": "TMX7316010203-002228_pano_0009_000055", "timestamp": "2021-07-12T09:04:31.386270Z", "filename": "pano_0009_000055.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 13.35697607, "relative_pitch": 74.23362243745339, "relative_heading": 271.06251693618424, "relative_elevation": 47.308498589322 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002835/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002835/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002835/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002835/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002066_pano_0000_002835/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002835/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002835/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002835/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002835/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83951433099211, 52.3799925219507, 46.0632076300681 ] }, "distance": 13.38, "direction": 269.7, "angle": 73.8, "elevation": 46.06, "pano_id": "TMX7316010203-002066_pano_0000_002835", "timestamp": "2021-03-29T08:47:42.696340Z", "filename": "pano_0000_002835.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 13.38356368, "relative_pitch": 73.79889339720152, "relative_heading": 269.69856431948403, "relative_elevation": 46.0632076300681 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000741/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000741/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000741/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000741/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000085_pano_0006_000741/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000741/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000741/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000741/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000741/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83979926774117, 52.3801007031085, 45.7273973943666 ] }, "distance": 13.4, "direction": 26.7, "angle": 73.67, "elevation": 45.73, "pano_id": "TMX7316010203-000085_pano_0006_000741", "timestamp": "2016-08-28T10:44:45.455820Z", "filename": "pano_0006_000741.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 13.39593796, "relative_pitch": 73.6719420166597, "relative_heading": 26.701545829008072, "relative_elevation": 45.7273973943666 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00745/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00745/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00745/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00745/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track08_Sphere_00745/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00745/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00745/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00745/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00745/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839513926789948, 52.37999492249639, 0.0 ] }, "distance": 13.41, "direction": 270.84, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track08_Sphere_00745", "timestamp": "2024-09-18T11:10:11Z", "filename": "Job_20240918_0854_Track08_Sphere_00745.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 13.41234444, "relative_pitch": 0.0, "relative_heading": 270.8403432475451, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003311/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003311/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003311/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003311/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003311/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003311/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003311/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003311/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003311/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83951403695522, 52.379999489192, 45.7059333771467 ] }, "distance": 13.42, "direction": 273.01, "angle": 73.63, "elevation": 45.71, "pano_id": "TMX7316010203-001326_pano_0000_003311", "timestamp": "2019-07-24T07:25:02.900060Z", "filename": "pano_0000_003311.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 13.42191993, "relative_pitch": 73.63469369869622, "relative_heading": 273.0103300466963, "relative_elevation": 45.7059333771467 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000739/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000739/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000739/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000739/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000085_pano_0006_000739/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000739/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000739/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000739/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000739/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8396528531772, 52.3801110975771, 45.7703025536612 ] }, "distance": 13.71, "direction": 343.25, "angle": 73.33, "elevation": 45.77, "pano_id": "TMX7316010203-000085_pano_0006_000739", "timestamp": "2016-08-28T10:44:42.735820Z", "filename": "pano_0006_000739.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 13.70576599, "relative_pitch": 73.3298444497369, "relative_heading": 343.24672459649616, "relative_elevation": 45.7703025536612 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001021/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001021/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001021/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001021/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001503_pano_0002_001021/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001021/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001021/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001021/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001021/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839908139763, 52.3799664252988, 45.4189448850229 ] }, "distance": 13.76, "direction": 102.48, "angle": 73.15, "elevation": 45.42, "pano_id": "TMX7316010203-001503_pano_0002_001021", "timestamp": "2019-12-10T09:28:29.946020Z", "filename": "pano_0002_001021.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 13.75837559, "relative_pitch": 73.1473102745283, "relative_heading": 102.48484524302994, "relative_elevation": 45.4189448850229 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00695/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00695/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00695/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00695/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_25_10_24_49_00695/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00695/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00695/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00695/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00695/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839503249548372, 52.38000204531973, 0.0 ] }, "distance": 14.17, "direction": 274.0, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_25_10_24_49_00695", "timestamp": "2025-09-25T10:53:44Z", "filename": "2025_09_25_10_24_49_00695.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 14.17253692, "relative_pitch": 0.0, "relative_heading": 274.0027290863612, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000087/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000087/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000087/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000087/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002387_pano_0000_000087/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000087/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000087/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000087/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000087/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83952925465777, 52.3800600814586, 45.6121846036986 ] }, "distance": 14.44, "direction": 301.06, "angle": 72.44, "elevation": 45.61, "pano_id": "TMX7316010203-002387_pano_0000_000087", "timestamp": "2022-01-04T09:53:43.965700Z", "filename": "pano_0000_000087.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 14.43632109, "relative_pitch": 72.43734679441435, "relative_heading": 301.0555127913064, "relative_elevation": 45.6121846036986 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000538/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000538/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000538/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000538/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000830_pano_0000_000538/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000538/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000538/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000538/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000538/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83949844024236, 52.3799862934443, 45.5631878897548 ] }, "distance": 14.49, "direction": 266.98, "angle": 72.36, "elevation": 45.56, "pano_id": "TMX7316010203-000830_pano_0000_000538", "timestamp": "2018-07-09T08:37:14.353860Z", "filename": "pano_0000_000538.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 14.48559513, "relative_pitch": 72.36333156134255, "relative_heading": 266.9787501763448, "relative_elevation": 45.5631878897548 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00751/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00751/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00751/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00751/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track08_Sphere_00751/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00751/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00751/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00751/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00751/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839918995902292, 52.379957716662695, 0.0 ] }, "distance": 14.71, "direction": 105.55, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track08_Sphere_00751", "timestamp": "2024-09-18T11:10:18Z", "filename": "Job_20240918_0854_Track08_Sphere_00751.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 14.71066702, "relative_pitch": 0.0, "relative_heading": 105.54890155658707, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006206/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006206/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006206/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006206/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000305_pano_0000_006206/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_006206/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_006206/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006206/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006206/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83949362649304, 52.379996952005, 45.5690658101812 ] }, "distance": 14.8, "direction": 271.64, "angle": 72.01, "elevation": 45.57, "pano_id": "TMX7316010203-000305_pano_0000_006206", "timestamp": "2017-05-22T12:10:53.432240Z", "filename": "pano_0000_006206.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 14.79928309, "relative_pitch": 72.00796574888095, "relative_heading": 271.63611613018065, "relative_elevation": 45.5690658101812 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001027/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001027/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001027/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001027/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001503_pano_0002_001027/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001027/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001027/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001027/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001027/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83949256115623, 52.3799926765045, 45.5627530440688 ] }, "distance": 14.87, "direction": 269.79, "angle": 71.93, "elevation": 45.56, "pano_id": "TMX7316010203-001503_pano_0002_001027", "timestamp": "2019-12-10T09:28:36.150990Z", "filename": "pano_0002_001027.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 14.86589042, "relative_pitch": 71.92990008345961, "relative_heading": 269.7949224445794, "relative_elevation": 45.5627530440688 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000383/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000383/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000383/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000383/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000830_pano_0000_000383/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000383/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000383/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000383/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000383/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83949954120541, 52.3800274062536, 45.7410716125742 ] }, "distance": 14.89, "direction": 284.83, "angle": 71.97, "elevation": 45.74, "pano_id": "TMX7316010203-000830_pano_0000_000383", "timestamp": "2018-07-09T08:34:25.079760Z", "filename": "pano_0000_000383.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 14.88664025, "relative_pitch": 71.97228539797176, "relative_heading": 284.8342304956422, "relative_elevation": 45.7410716125742 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003305/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003305/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003305/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003305/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003305/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003305/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003305/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003305/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003305/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83992583155872, 52.3799653778646, 45.510834613815 ] }, "distance": 14.96, "direction": 101.92, "angle": 71.8, "elevation": 45.51, "pano_id": "TMX7316010203-001326_pano_0000_003305", "timestamp": "2019-07-24T07:24:57.945060Z", "filename": "pano_0000_003305.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 14.96052603, "relative_pitch": 71.80303925963663, "relative_heading": 101.92321372041695, "relative_elevation": 45.510834613815 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000728/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000728/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000728/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000728/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000728/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000728/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000728/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000728/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000728/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83992647072335, 52.3799585060956, 45.4539186144248 ] }, "distance": 15.18, "direction": 104.71, "angle": 71.53, "elevation": 45.45, "pano_id": "TMX7316010203-001028_pano_0001_000728", "timestamp": "2018-12-20T10:02:07.250840Z", "filename": "pano_0001_000728.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 15.17909883, "relative_pitch": 71.5335270055701, "relative_heading": 104.71440003400328, "relative_elevation": 45.4539186144248 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-10-02_08-33-49_00164/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-10-02_08-33-49_00164/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-10-02_08-33-49_00164/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-10-02_08-33-49_00164/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-10-02_08-33-49_00164/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-10-02_08-33-49_00164/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-10-02_08-33-49_00164/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-10-02_08-33-49_00164/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-10-02_08-33-49_00164/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839518605690418, 52.380069155813324, 0.0 ] }, "distance": 15.59, "direction": 302.86, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-10-02_08-33-49_00164", "timestamp": "2025-10-02T08:40:39Z", "filename": "recording_2025-10-02_08-33-49_00164.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 15.58615341, "relative_pitch": 0.0, "relative_heading": 302.8605485323537, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00689/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00689/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00689/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00689/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_25_10_24_49_00689/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00689/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00689/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00689/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00689/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839935573688938, 52.37996634959717, 0.0 ] }, "distance": 15.59, "direction": 101.03, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_25_10_24_49_00689", "timestamp": "2025-09-25T10:53:36Z", "filename": "2025_09_25_10_24_49_00689.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 15.58915578, "relative_pitch": 0.0, "relative_heading": 101.03059740195353, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001510/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001510/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001510/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001510/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001714_pano_0000_001510/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001714_pano_0000_001510/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001714_pano_0000_001510/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001510/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001510/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8394810549122, 52.3799960957371, 45.674352709204 ] }, "distance": 15.65, "direction": 271.2, "angle": 71.08, "elevation": 45.67, "pano_id": "TMX7316010203-001714_pano_0000_001510", "timestamp": "2020-05-14T10:58:35.492790Z", "filename": "pano_0000_001510.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 15.65273319, "relative_pitch": 71.08326377452565, "relative_heading": 271.19802613666434, "relative_elevation": 45.674352709204 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001509/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001509/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001509/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001509/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001714_pano_0000_001509/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001714_pano_0000_001509/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001714_pano_0000_001509/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001509/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001509/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83949097012924, 52.3800370523962, 45.6658227667212 ] }, "distance": 15.75, "direction": 288.07, "angle": 70.97, "elevation": 45.67, "pano_id": "TMX7316010203-001714_pano_0000_001509", "timestamp": "2020-05-14T10:58:33.392780Z", "filename": "pano_0000_001509.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 15.75070127, "relative_pitch": 70.97005915810269, "relative_heading": 288.0668133086466, "relative_elevation": 45.6658227667212 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000544/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000544/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000544/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000544/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000830_pano_0000_000544/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000544/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000544/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000544/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000544/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8399345629419, 52.3799562066295, 45.4991513602436 ] }, "distance": 15.78, "direction": 105.1, "angle": 70.88, "elevation": 45.5, "pano_id": "TMX7316010203-000830_pano_0000_000544", "timestamp": "2018-07-09T08:37:19.838920Z", "filename": "pano_0000_000544.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 15.77742531, "relative_pitch": 70.87534300999985, "relative_heading": 105.10484033579874, "relative_elevation": 45.4991513602436 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000118/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000118/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000118/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000118/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002522_pano_0000_000118/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000118/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000118/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000118/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000118/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83994199863388, 52.3799671662516, 45.6271701911464 ] }, "distance": 16.0, "direction": 100.41, "angle": 70.67, "elevation": 45.63, "pano_id": "TMX7316010203-002522_pano_0000_000118", "timestamp": "2022-04-19T06:37:42.289230Z", "filename": "pano_0000_000118.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 16.00212634, "relative_pitch": 70.67347360766965, "relative_heading": 100.41149765963559, "relative_elevation": 45.6271701911464 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008991/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008991/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008991/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008991/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_008991/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008991/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008991/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008991/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008991/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83947669109543, 52.3799772530647, 45.6969602787867 ] }, "distance": 16.04, "direction": 263.67, "angle": 70.65, "elevation": 45.7, "pano_id": "TMX7316010203-000535_pano_0000_008991", "timestamp": "2018-01-08T12:40:42.493060Z", "filename": "pano_0000_008991.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 16.04434192, "relative_pitch": 70.65367039786763, "relative_heading": 263.668284206868, "relative_elevation": 45.6969602787867 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000742/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000742/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000742/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000742/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000085_pano_0006_000742/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000742/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000742/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000742/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000742/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83987271383145, 52.3801009221068, 45.7329049371183 ] }, "distance": 16.29, "direction": 42.58, "angle": 70.4, "elevation": 45.73, "pano_id": "TMX7316010203-000085_pano_0006_000742", "timestamp": "2016-08-28T10:44:46.775820Z", "filename": "pano_0006_000742.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 16.28672971, "relative_pitch": 70.39780436066374, "relative_heading": 42.58363322598717, "relative_elevation": 45.7329049371183 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000081/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000081/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000081/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000081/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002387_pano_0000_000081/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000081/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000081/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000081/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000081/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83994561462062, 52.3799648094718, 45.5821507442743 ] }, "distance": 16.29, "direction": 101.16, "angle": 70.33, "elevation": 45.58, "pano_id": "TMX7316010203-002387_pano_0000_000081", "timestamp": "2022-01-04T09:53:38.820780Z", "filename": "pano_0000_000081.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 16.29309447, "relative_pitch": 70.33084361331751, "relative_heading": 101.16207037373518, "relative_elevation": 45.5821507442743 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002841/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002841/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002841/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002841/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002066_pano_0000_002841/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002841/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002841/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002841/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002841/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83994078000469, 52.3799498903589, 46.0250821579248 ] }, "distance": 16.38, "direction": 107.09, "angle": 70.41, "elevation": 46.03, "pano_id": "TMX7316010203-002066_pano_0000_002841", "timestamp": "2021-03-29T08:47:47.461290Z", "filename": "pano_0000_002841.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 16.37916193, "relative_pitch": 70.41064281352784, "relative_heading": 107.09298074457915, "relative_elevation": 46.0250821579248 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000550/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000550/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000550/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000550/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000294_pano_0000_000550/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000550/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000550/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000550/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000550/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83994551571727, 52.3799591890699, 46.0566734736785 ] }, "distance": 16.42, "direction": 103.31, "angle": 70.38, "elevation": 46.06, "pano_id": "TMX7315080123-000294_pano_0000_000550", "timestamp": "2016-06-15T12:04:22.859590Z", "filename": "pano_0000_000550.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 16.41907597, "relative_pitch": 70.37899037956623, "relative_heading": 103.30825113382693, "relative_elevation": 46.0566734736785 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000093/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000093/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000093/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000093/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002387_pano_0000_000093/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000093/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000093/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000093/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000093/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83951378723257, 52.3800795669699, 45.6888964409009 ] }, "distance": 16.51, "direction": 305.62, "angle": 70.13, "elevation": 45.69, "pano_id": "TMX7316010203-002387_pano_0000_000093", "timestamp": "2022-01-04T09:54:06.145430Z", "filename": "pano_0000_000093.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 16.50951665, "relative_pitch": 70.13286239342214, "relative_heading": 305.62098705059316, "relative_elevation": 45.6888964409009 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000544/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000544/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000544/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000544/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000544/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000544/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000544/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000544/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000544/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8394696503175, 52.3799765983594, 45.6779054049402 ] }, "distance": 16.53, "direction": 263.6, "angle": 70.11, "elevation": 45.68, "pano_id": "TMX7316010203-001028_pano_0001_000544", "timestamp": "2018-12-20T09:52:13.335950Z", "filename": "pano_0001_000544.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 16.52890529, "relative_pitch": 70.10694900031721, "relative_heading": 263.6005817673861, "relative_elevation": 45.6779054049402 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000382/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000382/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000382/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000382/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000830_pano_0000_000382/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000382/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000382/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000382/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000382/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83950349834707, 52.3800711176458, 45.7589032892138 ] }, "distance": 16.57, "direction": 301.56, "angle": 70.09, "elevation": 45.76, "pano_id": "TMX7316010203-000830_pano_0000_000382", "timestamp": "2018-07-09T08:34:23.304780Z", "filename": "pano_0000_000382.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 16.57297207, "relative_pitch": 70.0906123789041, "relative_heading": 301.5646470448637, "relative_elevation": 45.7589032892138 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000738/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000738/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000738/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000738/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000085_pano_0006_000738/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000738/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000738/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000738/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000738/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83958044628266, 52.380120251906, 45.7760825334117 ] }, "distance": 16.7, "direction": 327.87, "angle": 69.96, "elevation": 45.78, "pano_id": "TMX7316010203-000085_pano_0006_000738", "timestamp": "2016-08-28T10:44:41.245840Z", "filename": "pano_0006_000738.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 16.70004518, "relative_pitch": 69.95700287581488, "relative_heading": 327.87224328601906, "relative_elevation": 45.7760825334117 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000709/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000709/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000709/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000709/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000709/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000709/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000709/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000709/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000709/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83950576191049, 52.3800764511487, 45.6983508821577 ] }, "distance": 16.76, "direction": 303.57, "angle": 69.86, "elevation": 45.7, "pano_id": "TMX7316010203-001028_pano_0001_000709", "timestamp": "2018-12-20T10:00:23.591640Z", "filename": "pano_0001_000709.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 16.76256156, "relative_pitch": 69.85651361051586, "relative_heading": 303.56929021692173, "relative_elevation": 45.6983508821577 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000125/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000125/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000125/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000125/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002522_pano_0000_000125/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000125/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000125/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000125/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000125/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83946698893532, 52.3799719737966, 45.6874021040276 ] }, "distance": 16.77, "direction": 261.92, "angle": 69.84, "elevation": 45.69, "pano_id": "TMX7316010203-002522_pano_0000_000125", "timestamp": "2022-04-19T06:37:49.414210Z", "filename": "pano_0000_000125.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 16.77355432, "relative_pitch": 69.83992519758067, "relative_heading": 261.92251660836433, "relative_elevation": 45.6874021040276 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000056/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000056/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000056/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000056/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0009_000056/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000056/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000056/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000056/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000056/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83946519362054, 52.3799626252859, 47.2911640489474 ] }, "distance": 17.07, "direction": 258.52, "angle": 70.15, "elevation": 47.29, "pano_id": "TMX7316010203-002228_pano_0009_000056", "timestamp": "2021-07-12T09:04:32.466330Z", "filename": "pano_0009_000056.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.07083285, "relative_pitch": 70.15178681828718, "relative_heading": 258.5213631697209, "relative_elevation": 47.2911640489474 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006207/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006207/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006207/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006207/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000305_pano_0000_006207/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_006207/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_006207/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006207/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006207/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83950472447292, 52.380080657749, 45.5782572226599 ] }, "distance": 17.08, "direction": 304.75, "angle": 69.45, "elevation": 45.58, "pano_id": "TMX7316010203-000305_pano_0000_006207", "timestamp": "2017-05-22T12:10:57.017220Z", "filename": "pano_0000_006207.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.08385453, "relative_pitch": 69.45276321339655, "relative_heading": 304.7464130844046, "relative_elevation": 45.5782572226599 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003312/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003312/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003312/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003312/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003312/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003312/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003312/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003312/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003312/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83946173101646, 52.3799696777777, 45.6962896883488 ] }, "distance": 17.17, "direction": 261.25, "angle": 69.41, "elevation": 45.7, "pano_id": "TMX7316010203-001326_pano_0000_003312", "timestamp": "2019-07-24T07:25:03.730060Z", "filename": "pano_0000_003312.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.16513645, "relative_pitch": 69.41205244721371, "relative_heading": 261.2460931476587, "relative_elevation": 45.6962896883488 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000722/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000722/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000722/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000722/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000722/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000722/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000722/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000722/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000722/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83949295673637, 52.3800728599045, 45.6479954263195 ] }, "distance": 17.29, "direction": 300.87, "angle": 69.26, "elevation": 45.65, "pano_id": "TMX7316010203-001028_pano_0001_000722", "timestamp": "2018-12-20T10:01:57.840830Z", "filename": "pano_0001_000722.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.28736466, "relative_pitch": 69.25780854218364, "relative_heading": 300.86674427110586, "relative_elevation": 45.6479954263195 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002834/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002834/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002834/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002834/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002066_pano_0000_002834/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002834/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002834/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002834/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002834/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83946190422754, 52.3799627514984, 46.0789240840822 ] }, "distance": 17.29, "direction": 258.71, "angle": 69.44, "elevation": 46.08, "pano_id": "TMX7316010203-002066_pano_0000_002834", "timestamp": "2021-03-29T08:47:41.706300Z", "filename": "pano_0000_002834.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.28764753, "relative_pitch": 69.43517866733517, "relative_heading": 258.7147139833853, "relative_elevation": 46.0789240840822 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000543/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000543/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000543/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000543/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000294_pano_0000_000543/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000543/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000543/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000543/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000543/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83946420397243, 52.3799559366614, 46.3078458681703 ] }, "distance": 17.3, "direction": 256.15, "angle": 69.52, "elevation": 46.31, "pano_id": "TMX7315080123-000294_pano_0000_000543", "timestamp": "2016-06-15T12:04:15.199190Z", "filename": "pano_0000_000543.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.29981208, "relative_pitch": 69.51517946770012, "relative_heading": 256.14942286384615, "relative_elevation": 46.3078458681703 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008998/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008998/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008998/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008998/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_008998/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008998/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008998/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008998/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008998/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83995471599017, 52.379948933433, 45.6270144321024 ] }, "distance": 17.32, "direction": 106.51, "angle": 69.21, "elevation": 45.63, "pano_id": "TMX7316010203-000535_pano_0000_008998", "timestamp": "2018-01-08T12:40:49.268090Z", "filename": "pano_0000_008998.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.31841953, "relative_pitch": 69.21498896467746, "relative_heading": 106.5068930536042, "relative_elevation": 45.6270144321024 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00696/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00696/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00696/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00696/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_25_10_24_49_00696/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00696/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00696/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00696/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00696/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839458097123317, 52.37997152086103, 0.0 ] }, "distance": 17.38, "direction": 262.04, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_25_10_24_49_00696", "timestamp": "2025-09-25T10:53:45Z", "filename": "2025_09_25_10_24_49_00696.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.38015272, "relative_pitch": 0.0, "relative_heading": 262.0384929465455, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00744/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00744/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00744/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00744/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track08_Sphere_00744/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00744/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00744/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00744/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00744/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839458776913051, 52.37996761434338, 0.0 ] }, "distance": 17.4, "direction": 260.6, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track08_Sphere_00744", "timestamp": "2024-09-18T11:10:09Z", "filename": "Job_20240918_0854_Track08_Sphere_00744.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.40000531, "relative_pitch": 0.0, "relative_heading": 260.59963305054674, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000049/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000049/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000049/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000049/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0009_000049/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000049/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000049/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000049/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000049/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83996529415177, 52.3799659329538, 47.2004476580769 ] }, "distance": 17.59, "direction": 99.92, "angle": 69.56, "elevation": 47.2, "pano_id": "TMX7316010203-002228_pano_0009_000049", "timestamp": "2021-07-12T09:04:25.261430Z", "filename": "pano_0009_000049.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.58777147, "relative_pitch": 69.56366343177746, "relative_heading": 99.91728971226105, "relative_elevation": 47.2004476580769 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000702/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000702/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000702/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000702/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000702/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000702/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000702/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000702/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000702/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83996294688072, 52.3799566082418, 45.4929886134341 ] }, "distance": 17.64, "direction": 103.33, "angle": 68.81, "elevation": 45.49, "pano_id": "TMX7316010203-001028_pano_0001_000702", "timestamp": "2018-12-20T10:00:15.606730Z", "filename": "pano_0001_000702.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.64028363, "relative_pitch": 68.80578456240357, "relative_heading": 103.32850100867157, "relative_elevation": 45.4929886134341 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001511/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001511/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001511/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001511/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001714_pano_0000_001511/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001714_pano_0000_001511/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001714_pano_0000_001511/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001511/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001511/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83945593878881, 52.3799550946972, 45.6424896949902 ] }, "distance": 17.87, "direction": 256.29, "angle": 68.62, "elevation": 45.64, "pano_id": "TMX7316010203-001714_pano_0000_001511", "timestamp": "2020-05-14T10:58:37.002760Z", "filename": "pano_0000_001511.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.86874706, "relative_pitch": 68.61996998788867, "relative_heading": 256.28977163998, "relative_elevation": 45.6424896949902 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000551/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000551/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000551/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000551/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000551/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000551/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000551/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000551/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000551/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8399641672307, 52.379948191582, 45.4929046751931 ] }, "distance": 17.96, "direction": 106.18, "angle": 68.46, "elevation": 45.49, "pano_id": "TMX7316010203-001028_pano_0001_000551", "timestamp": "2018-12-20T09:52:21.885880Z", "filename": "pano_0001_000551.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 17.95923129, "relative_pitch": 68.45738333770402, "relative_heading": 106.17600063855488, "relative_elevation": 45.4929046751931 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000537/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000537/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000537/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000537/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000830_pano_0000_000537/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000537/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000537/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000537/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000537/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83945468433211, 52.3799460525542, 45.5616341317073 ] }, "distance": 18.22, "direction": 253.28, "angle": 68.21, "elevation": 45.56, "pano_id": "TMX7316010203-000830_pano_0000_000537", "timestamp": "2018-07-09T08:37:13.298920Z", "filename": "pano_0000_000537.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 18.21538016, "relative_pitch": 68.20864452016146, "relative_heading": 253.27740795542837, "relative_elevation": 45.5616341317073 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001028/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001028/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001028/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001028/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001503_pano_0002_001028/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001028/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001028/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001028/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001028/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83944347437604, 52.3799597358579, 45.5553541956469 ] }, "distance": 18.58, "direction": 258.46, "angle": 67.81, "elevation": 45.56, "pano_id": "TMX7316010203-001503_pano_0002_001028", "timestamp": "2019-12-10T09:28:37.300920Z", "filename": "pano_0002_001028.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 18.58421963, "relative_pitch": 67.80709040681259, "relative_heading": 258.45734587285233, "relative_elevation": 45.5553541956469 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001020/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001020/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001020/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001020/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001503_pano_0002_001020/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001020/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001503_pano_0002_001020/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001020/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/10/TMX7316010203-001503/pano_0002_001020/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83997775088922, 52.3799551047647, 45.4261495471001 ] }, "distance": 18.66, "direction": 103.11, "angle": 67.67, "elevation": 45.43, "pano_id": "TMX7316010203-001503_pano_0002_001020", "timestamp": "2019-12-10T09:28:29.041130Z", "filename": "pano_0002_001020.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2019", "tags": [ "mission-woz", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 18.65990758, "relative_pitch": 67.66838762388932, "relative_heading": 103.11476824084205, "relative_elevation": 45.4261495471001 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005980/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005980/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005980/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005980/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000305_pano_0000_005980/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005980/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_005980/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005980/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_005980/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83997987774932, 52.3799541132961, 45.3892146032304 ] }, "distance": 18.83, "direction": 103.34, "angle": 67.47, "elevation": 45.39, "pano_id": "TMX7316010203-000305_pano_0000_005980", "timestamp": "2017-05-22T12:02:48.974280Z", "filename": "pano_0000_005980.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 18.82613981, "relative_pitch": 67.47273324194367, "relative_heading": 103.34176234415212, "relative_elevation": 45.3892146032304 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008990/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008990/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008990/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008990/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000535_pano_0000_008990/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008990/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000535_pano_0000_008990/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008990/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/01/08/TMX7316010203-000535/pano_0000_008990/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83945026393429, 52.379935965666, 45.6758927553892 ] }, "distance": 18.85, "direction": 250.27, "angle": 67.57, "elevation": 45.68, "pano_id": "TMX7316010203-000535_pano_0000_008990", "timestamp": "2018-01-08T12:40:41.383080Z", "filename": "pano_0000_008990.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2017", "tags": [ "mission-woz", "mission-2017", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 18.85254667, "relative_pitch": 67.57180339709063, "relative_heading": 250.27233583979304, "relative_elevation": 45.6758927553892 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000088/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000088/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000088/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000088/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002387_pano_0000_000088/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000088/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000088/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000088/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000088/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8394966820387, 52.3801018346333, 45.7206676006317 ] }, "distance": 18.95, "direction": 309.66, "angle": 67.49, "elevation": 45.72, "pano_id": "TMX7316010203-002387_pano_0000_000088", "timestamp": "2022-01-04T09:53:45.195600Z", "filename": "pano_0000_000088.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 18.94662921, "relative_pitch": 67.49089938475815, "relative_heading": 309.6639130809154, "relative_elevation": 45.7206676006317 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001508/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001508/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001508/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001508/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001714_pano_0000_001508/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001714_pano_0000_001508/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001714_pano_0000_001508/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001508/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/14/TMX7316010203-001714/pano_0000_001508/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83946053997814, 52.3800741384311, 45.6282270755619 ] }, "distance": 19.28, "direction": 297.86, "angle": 67.09, "elevation": 45.63, "pano_id": "TMX7316010203-001714_pano_0000_001508", "timestamp": "2020-05-14T10:58:31.262790Z", "filename": "pano_0000_001508.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 19.28161068, "relative_pitch": 67.09201618555441, "relative_heading": 297.863012911991, "relative_elevation": 45.6282270755619 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000543/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000543/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000543/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000543/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000543/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000543/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000543/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000543/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000543/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83943826190964, 52.3799374376538, 45.6674071168527 ] }, "distance": 19.57, "direction": 251.53, "angle": 66.8, "elevation": 45.67, "pano_id": "TMX7316010203-001028_pano_0001_000543", "timestamp": "2018-12-20T09:52:12.155970Z", "filename": "pano_0001_000543.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 19.57129256, "relative_pitch": 66.8018900123451, "relative_heading": 251.5314447813207, "relative_elevation": 45.6674071168527 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-10-02_08-33-49_00165/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-10-02_08-33-49_00165/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-10-02_08-33-49_00165/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-10-02_08-33-49_00165/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-10-02_08-33-49_00165/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-10-02_08-33-49_00165/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-10-02_08-33-49_00165/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-10-02_08-33-49_00165/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-10-02_08-33-49_00165/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839496410991513, 52.38011218526846, 0.0 ] }, "distance": 19.72, "direction": 312.21, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-10-02_08-33-49_00165", "timestamp": "2025-10-02T08:40:41Z", "filename": "recording_2025-10-02_08-33-49_00165.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 19.71540509, "relative_pitch": 0.0, "relative_heading": 312.20718758505404, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00752/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00752/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00752/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00752/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20240918_0854_Track08_Sphere_00752/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00752/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00752/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00752/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20240918_0854_Track08_Sphere_00752/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839990473637969, 52.37994609331258, 0.0 ] }, "distance": 19.75, "direction": 105.38, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20240918_0854_Track08_Sphere_00752", "timestamp": "2024-09-18T11:10:19Z", "filename": "Job_20240918_0854_Track08_Sphere_00752.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 19.74660691, "relative_pitch": 0.0, "relative_heading": 105.37859270192283, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003287/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003287/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003287/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003287/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003287/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003287/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003287/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003287/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003287/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83945755988683, 52.3800826513314, 45.7718729171902 ] }, "distance": 19.92, "direction": 300.0, "angle": 66.48, "elevation": 45.77, "pano_id": "TMX7316010203-001326_pano_0000_003287", "timestamp": "2019-07-24T07:23:05.825740Z", "filename": "pano_0000_003287.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2019", "tags": [ "mission-bi", "mission-2019", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 19.91757461, "relative_pitch": 66.48379213152104, "relative_heading": 299.99973725753466, "relative_elevation": 45.7718729171902 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000126/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000126/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000126/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000126/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002522_pano_0000_000126/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000126/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002522_pano_0000_000126/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000126/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/19/TMX7316010203-002522/pano_0000_000126/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83943639280171, 52.3799312393799, 45.6635054191574 ] }, "distance": 19.92, "direction": 249.77, "angle": 66.43, "elevation": 45.66, "pano_id": "TMX7316010203-002522_pano_0000_000126", "timestamp": "2022-04-19T06:37:50.344200Z", "filename": "pano_0000_000126.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 19.91996707, "relative_pitch": 66.43154053025084, "relative_heading": 249.76549770265623, "relative_elevation": 45.6635054191574 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003304/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003304/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003304/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003304/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003304/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003304/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003304/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003304/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003304/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83999645279537, 52.3799534888267, 45.5192686049268 ] }, "distance": 19.94, "direction": 102.79, "angle": 66.34, "elevation": 45.52, "pano_id": "TMX7316010203-001326_pano_0000_003304", "timestamp": "2019-07-24T07:24:57.115070Z", "filename": "pano_0000_003304.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 19.94132306, "relative_pitch": 66.34248007375149, "relative_heading": 102.7876682096321, "relative_elevation": 45.5192686049268 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000743/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000743/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000743/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000743/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000085_pano_0006_000743/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000743/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000743/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000743/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000743/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83994573570932, 52.3801028748048, 45.742940267548 ] }, "distance": 20.12, "direction": 52.64, "angle": 66.26, "elevation": 45.74, "pano_id": "TMX7316010203-000085_pano_0006_000743", "timestamp": "2016-08-28T10:44:48.075820Z", "filename": "pano_0006_000743.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "bi", "mission_year": "2016", "tags": [ "mission-bi", "mission-2016", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 20.12063309, "relative_pitch": 66.25707572143928, "relative_heading": 52.6420144083711, "relative_elevation": 45.742940267548 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006205/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006205/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006205/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006205/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000305_pano_0000_006205/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_006205/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000305_pano_0000_006205/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006205/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/22/TMX7316010203-000305/pano_0000_006205/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83944541562411, 52.3799126046848, 45.5097422972322 ] }, "distance": 20.18, "direction": 243.63, "angle": 66.09, "elevation": 45.51, "pano_id": "TMX7316010203-000305_pano_0000_006205", "timestamp": "2017-05-22T12:10:51.367200Z", "filename": "pano_0000_006205.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 20.17640309, "relative_pitch": 66.09025486098892, "relative_heading": 243.62530862078395, "relative_elevation": 45.5097422972322 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00697/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00697/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00697/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00697/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_25_10_24_49_00697/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00697/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00697/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00697/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00697/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.839430480581654, 52.379932700941, 0.0 ] }, "distance": 20.24, "direction": 250.59, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_25_10_24_49_00697", "timestamp": "2025-09-25T10:53:46Z", "filename": "2025_09_25_10_24_49_00697.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 20.24356745, "relative_pitch": 0.0, "relative_heading": 250.5915297447073, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000057/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000057/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000057/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000057/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002228_pano_0009_000057/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000057/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002228_pano_0009_000057/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000057/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/07/12/TMX7316010203-002228/pano_0009_000057/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83943333060523, 52.3799224076869, 47.2692077774554 ] }, "distance": 20.47, "direction": 247.39, "angle": 66.58, "elevation": 47.27, "pano_id": "TMX7316010203-002228_pano_0009_000057", "timestamp": "2021-07-12T09:04:33.416370Z", "filename": "pano_0009_000057.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 20.47316809, "relative_pitch": 66.58167137398173, "relative_heading": 247.3861026275997, "relative_elevation": 47.2692077774554 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000729/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000729/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000729/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000729/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001028_pano_0001_000729/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000729/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001028_pano_0001_000729/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000729/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/12/20/TMX7316010203-001028/pano_0001_000729/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.84000175185024, 52.3799461575032, 45.4754838412628 ] }, "distance": 20.49, "direction": 104.79, "angle": 65.75, "elevation": 45.48, "pano_id": "TMX7316010203-001028_pano_0001_000729", "timestamp": "2018-12-20T10:02:08.160770Z", "filename": "pano_0001_000729.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2018", "tags": [ "mission-woz", "mission-2018", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 20.48628626, "relative_pitch": 65.748874598764, "relative_heading": 104.78969677087612, "relative_elevation": 45.4754838412628 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000737/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000737/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000737/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000737/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000085_pano_0006_000737/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000737/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000085_pano_0006_000737/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000737/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/28/TMX7316010203-000085/pano_0006_000737/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83950819026494, 52.3801294172875, 45.7811393393204 ] }, "distance": 20.5, "direction": 317.69, "angle": 65.87, "elevation": 45.78, "pano_id": "TMX7316010203-000085_pano_0006_000737", "timestamp": "2016-08-28T10:44:39.725840Z", "filename": "pano_0006_000737.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 20.50327467, "relative_pitch": 65.87457904000458, "relative_heading": 317.69044755200036, "relative_elevation": 45.7811393393204 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002833/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002833/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002833/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002833/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002066_pano_0000_002833/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002833/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002066_pano_0000_002833/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002833/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/29/TMX7316010203-002066/pano_0000_002833/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83943113525511, 52.3799232805325, 46.0520817358047 ] }, "distance": 20.57, "direction": 247.8, "angle": 65.93, "elevation": 46.05, "pano_id": "TMX7316010203-002066_pano_0000_002833", "timestamp": "2021-03-29T08:47:40.826340Z", "filename": "pano_0000_002833.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 20.5743462, "relative_pitch": 65.92669614575674, "relative_heading": 247.79586783746043, "relative_elevation": 46.0520817358047 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003313/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003313/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003313/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003313/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001326_pano_0000_003313/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003313/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001326_pano_0000_003313/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003313/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/07/24/TMX7316010203-001326/pano_0000_003313/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83942639414288, 52.3799307799276, 45.6731968568638 ] }, "distance": 20.58, "direction": 250.29, "angle": 65.75, "elevation": 45.67, "pano_id": "TMX7316010203-001326_pano_0000_003313", "timestamp": "2019-07-24T07:25:04.485060Z", "filename": "pano_0000_003313.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 20.57734338, "relative_pitch": 65.74680019034533, "relative_heading": 250.28762847243286, "relative_elevation": 45.6731968568638 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000092/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000092/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000092/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000092/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002387_pano_0000_000092/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000092/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002387_pano_0000_000092/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000092/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/04/TMX7316010203-002387/pano_0000_000092/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83949104578145, 52.380121207926, 45.7853843700141 ] }, "distance": 20.67, "direction": 313.59, "angle": 65.71, "elevation": 45.79, "pano_id": "TMX7316010203-002387_pano_0000_000092", "timestamp": "2022-01-04T09:54:03.545450Z", "filename": "pano_0000_000092.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2021", "tags": [ "mission-woz", "mission-2021", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 20.66652284, "relative_pitch": 65.70662276993575, "relative_heading": 313.58863439208864, "relative_elevation": 45.7853843700141 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00688/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00688/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00688/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00688/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/2025_09_25_10_24_49_00688/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00688/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/2025_09_25_10_24_49_00688/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00688/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/2025_09_25_10_24_49_00688/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.840008275209676, 52.37995315005185, 0.0 ] }, "distance": 20.74, "direction": 102.4, "angle": 0.0, "elevation": 0.0, "pano_id": "2025_09_25_10_24_49_00688", "timestamp": "2025-09-25T10:53:35Z", "filename": "2025_09_25_10_24_49_00688.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 20.73522895, "relative_pitch": 0.0, "relative_heading": 102.39686624435615, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000542/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000542/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000542/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000542/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315080123-000294_pano_0000_000542/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000542/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315080123-000294_pano_0000_000542/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000542/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/15/TMX7315080123-000294/pano_0000_000542/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.83943200827104, 52.3799168071696, 46.2874363418669 ] }, "distance": 20.8, "direction": 245.9, "angle": 65.8, "elevation": 46.29, "pano_id": "TMX7315080123-000294_pano_0000_000542", "timestamp": "2016-06-15T12:04:14.029340Z", "filename": "pano_0000_000542.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 20.80294913, "relative_pitch": 65.79943317280977, "relative_heading": 245.89684999254786, "relative_elevation": 46.2874363418669 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20240918_0854_Track08_Sphere_00748/adjacencies/b_20240918_0854_Track08_Sphere_00748/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000545/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000545/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000545/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000545/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000830_pano_0000_000545/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000545/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000830_pano_0000_000545/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000545/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/09/TMX7316010203-000830/pano_0000_000545/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8400079695164, 52.3799439688817, 45.5295575307682 ] }, "distance": 20.96, "direction": 105.14, "angle": 65.28, "elevation": 45.53, "pano_id": "TMX7316010203-000830_pano_0000_000545", "timestamp": "2018-07-09T08:37:20.678890Z", "filename": "pano_0000_000545.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_20240918_0854_Track08_Sphere_00748", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 117721.87708366092, 488154.9374607295 ] }, "relative_distance": 20.9582074, "relative_pitch": 65.28239594791687, "relative_heading": 105.13795153024975, "relative_elevation": 45.5295575307682 } ] } }