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_20241112_0936_Track27_Sphere_00140/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00140/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00140/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00140/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00140/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241112_0936_Track27_Sphere_00140/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00140/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00140/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859269389788566, 52.35164218199586, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241112_0936_Track27_Sphere_00140", "timestamp": "2024-11-12T10:17:29Z", "filename": "Job_20241112_0936_Track27_Sphere_00140.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "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_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000400/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000400/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000400/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000400/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0001_000400/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000400/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000400/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000400/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000400/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8592719629782, 52.3516442653247, 46.961371762678 ] }, "distance": 0.29, "direction": 37.1, "angle": 89.65, "elevation": 46.96, "pano_id": "TMX7316010203-001159_pano_0001_000400", "timestamp": "2019-05-03T08:24:20.068570Z", "filename": "pano_0001_000400.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.29065879, "relative_pitch": 89.64538281841376, "relative_heading": 37.10143598041909, "relative_elevation": 46.961371762678 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002708/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002708/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002708/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002708/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001705_pano_0000_002708/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002708/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002708/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002708/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002708/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85927097133741, 52.3516448910991, 45.7534624813125 ] }, "distance": 0.32, "direction": 19.67, "angle": 89.6, "elevation": 45.75, "pano_id": "TMX7316010203-001705_pano_0000_002708", "timestamp": "2020-05-13T08:12:04.309140Z", "filename": "pano_0000_002708.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.3201359, "relative_pitch": 89.59910932156141, "relative_heading": 19.67114832102943, "relative_elevation": 45.7534624813125 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000041/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000041/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000041/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000041/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002412_pano_0015_000041/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000041/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000041/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000041/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000041/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85927397175546, 52.3516382421671, 45.3404347645119 ] }, "distance": 0.54, "direction": 144.54, "angle": 89.32, "elevation": 45.34, "pano_id": "TMX7316010203-002412_pano_0015_000041", "timestamp": "2022-01-11T11:39:48.554070Z", "filename": "pano_0015_000041.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.53820946, "relative_pitch": 89.31990766189878, "relative_heading": 144.54327250774682, "relative_elevation": 45.3404347645119 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003491/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003491/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003491/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003491/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003491/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003491/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003491/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003491/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003491/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85925950696435, 52.3516367398124, 49.48173962906 ] }, "distance": 0.91, "direction": 228.04, "angle": 88.95, "elevation": 49.48, "pano_id": "TMX7316010203-002119_pano_0000_003491", "timestamp": "2021-04-28T08:32:39.402580Z", "filename": "pano_0000_003491.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.9056431, "relative_pitch": 88.95145694407421, "relative_heading": 228.03573744329483, "relative_elevation": 49.48173962906 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003493/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003493/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003493/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003493/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003493/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003493/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003493/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003493/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003493/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85925967992794, 52.3516365682037, 49.4811079157516 ] }, "distance": 0.91, "direction": 226.65, "angle": 88.95, "elevation": 49.48, "pano_id": "TMX7316010203-002119_pano_0000_003493", "timestamp": "2021-04-28T08:32:43.907620Z", "filename": "pano_0000_003493.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.90991636, "relative_pitch": 88.94649707909952, "relative_heading": 226.64530577504843, "relative_elevation": 49.4811079157516 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003490/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003490/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003490/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003490/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003490/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003490/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003490/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003490/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003490/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85925938235183, 52.3516367632989, 49.4788651280105 ] }, "distance": 0.91, "direction": 228.52, "angle": 88.95, "elevation": 49.48, "pano_id": "TMX7316010203-002119_pano_0000_003490", "timestamp": "2021-04-28T08:32:37.452440Z", "filename": "pano_0000_003490.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.91024101, "relative_pitch": 88.94607352381387, "relative_heading": 228.5154431438179, "relative_elevation": 49.4788651280105 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003488/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003488/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003488/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003488/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003488/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003488/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003488/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003488/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003488/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85925938881893, 52.3516367541511, 49.4680280098692 ] }, "distance": 0.91, "direction": 228.45, "angle": 88.95, "elevation": 49.47, "pano_id": "TMX7316010203-002119_pano_0000_003488", "timestamp": "2021-04-28T08:32:34.637250Z", "filename": "pano_0000_003488.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.91058579, "relative_pitch": 88.94544348659497, "relative_heading": 228.44909489810496, "relative_elevation": 49.4680280098692 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003487/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003487/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003487/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003487/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003487/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003487/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003487/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003487/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003487/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85925939694985, 52.3516367346083, 49.4592831479385 ] }, "distance": 0.91, "direction": 228.32, "angle": 88.94, "elevation": 49.46, "pano_id": "TMX7316010203-002119_pano_0000_003487", "timestamp": "2021-04-28T08:32:33.217180Z", "filename": "pano_0000_003487.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.91161574, "relative_pitch": 88.9440643392762, "relative_heading": 228.3237148916846, "relative_elevation": 49.4592831479385 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003486/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003486/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003486/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003486/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003486/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003486/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003486/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003486/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003486/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85925942171388, 52.3516367095292, 49.4488231362775 ] }, "distance": 0.91, "direction": 228.12, "angle": 88.94, "elevation": 49.45, "pano_id": "TMX7316010203-002119_pano_0000_003486", "timestamp": "2021-04-28T08:32:31.862200Z", "filename": "pano_0000_003486.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.91221661, "relative_pitch": 88.94314504119443, "relative_heading": 228.1223251905597, "relative_elevation": 49.4488231362775 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003485/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003485/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003485/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003485/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003485/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003485/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003485/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003485/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003485/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85925946421136, 52.3516366606157, 49.4375459318981 ] }, "distance": 0.91, "direction": 227.75, "angle": 88.94, "elevation": 49.44, "pano_id": "TMX7316010203-002119_pano_0000_003485", "timestamp": "2021-04-28T08:32:30.332180Z", "filename": "pano_0000_003485.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.91371345, "relative_pitch": 88.94116984116775, "relative_heading": 227.7469882956764, "relative_elevation": 49.4375459318981 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003484/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003484/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003484/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003484/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003484/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003484/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003484/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003484/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003484/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85925954544437, 52.3516365890207, 49.4253625338897 ] }, "distance": 0.92, "direction": 227.14, "angle": 88.94, "elevation": 49.43, "pano_id": "TMX7316010203-002119_pano_0000_003484", "timestamp": "2021-04-28T08:32:28.336840Z", "filename": "pano_0000_003484.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.91502385, "relative_pitch": 88.93939035167416, "relative_heading": 227.14469068069965, "relative_elevation": 49.4253625338897 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003494/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003494/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003494/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003494/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003494/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003494/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003494/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003494/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003494/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85925984317922, 52.3516363868144, 49.4776739813387 ] }, "distance": 0.92, "direction": 225.25, "angle": 88.94, "elevation": 49.48, "pano_id": "TMX7316010203-002119_pano_0000_003494", "timestamp": "2021-04-28T08:32:46.452520Z", "filename": "pano_0000_003494.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.91595644, "relative_pitch": 88.93943186916552, "relative_heading": 225.2494452175699, "relative_elevation": 49.4776739813387 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003483/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003483/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003483/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003483/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003483/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003483/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003483/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003483/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003483/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85926009536369, 52.3516359076085, 49.4077947223559 ] }, "distance": 0.94, "direction": 222.21, "angle": 88.91, "elevation": 49.41, "pano_id": "TMX7316010203-002119_pano_0000_003483", "timestamp": "2021-04-28T08:32:19.477650Z", "filename": "pano_0000_003483.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.94261901, "relative_pitch": 88.90702388125156, "relative_heading": 222.21087588292767, "relative_elevation": 49.4077947223559 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003482/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003482/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003482/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003482/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003482/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003482/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003482/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003482/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003482/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85926061666884, 52.3516352309384, 49.3813823899254 ] }, "distance": 0.98, "direction": 217.7, "angle": 88.87, "elevation": 49.38, "pano_id": "TMX7316010203-002119_pano_0000_003482", "timestamp": "2021-04-28T08:32:15.038070Z", "filename": "pano_0000_003482.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.97755294, "relative_pitch": 88.86592192541906, "relative_heading": 217.69911723963895, "relative_elevation": 49.3813823899254 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003481/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003481/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003481/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003481/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003481/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003481/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003481/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003481/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003481/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85926102530198, 52.3516348274998, 49.3628488937393 ] }, "distance": 1.0, "direction": 214.86, "angle": 88.84, "elevation": 49.36, "pano_id": "TMX7316010203-002119_pano_0000_003481", "timestamp": "2021-04-28T08:32:12.883170Z", "filename": "pano_0000_003481.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 0.99727472, "relative_pitch": 88.84261419995603, "relative_heading": 214.8550280572604, "relative_elevation": 49.3628488937393 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003480/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003480/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003480/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003480/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003480/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003480/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003480/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003480/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003480/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85926143092069, 52.3516343923886, 49.3397896522656 ] }, "distance": 1.02, "direction": 212.03, "angle": 88.81, "elevation": 49.34, "pano_id": "TMX7316010203-002119_pano_0000_003480", "timestamp": "2021-04-28T08:32:10.833300Z", "filename": "pano_0000_003480.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.02245055, "relative_pitch": 88.81285027243602, "relative_heading": 212.03237878254905, "relative_elevation": 49.3397896522656 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003479/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003479/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003479/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003479/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003479/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003479/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003479/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003479/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003479/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85926178039635, 52.3516340335702, 49.3161998260766 ] }, "distance": 1.04, "direction": 209.76, "angle": 88.79, "elevation": 49.32, "pano_id": "TMX7316010203-002119_pano_0000_003479", "timestamp": "2021-04-28T08:32:09.268360Z", "filename": "pano_0000_003479.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.04448789, "relative_pitch": 88.78669073578742, "relative_heading": 209.76271679324262, "relative_elevation": 49.3161998260766 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003478/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003478/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003478/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003478/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003478/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003478/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003478/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003478/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003478/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85926216700669, 52.3516336623459, 49.2923504207283 ] }, "distance": 1.07, "direction": 207.44, "angle": 88.76, "elevation": 49.29, "pano_id": "TMX7316010203-002119_pano_0000_003478", "timestamp": "2021-04-28T08:32:07.833410Z", "filename": "pano_0000_003478.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.0681506, "relative_pitch": 88.75861175197649, "relative_heading": 207.43550868718398, "relative_elevation": 49.2923504207283 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003477/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003477/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003477/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003477/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003477/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003477/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003477/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003477/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003477/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85926255407031, 52.3516332577134, 49.2701534759253 ] }, "distance": 1.1, "direction": 205.13, "angle": 88.72, "elevation": 49.27, "pano_id": "TMX7316010203-002119_pano_0000_003477", "timestamp": "2021-04-28T08:32:06.433440Z", "filename": "pano_0000_003477.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.09684895, "relative_pitch": 88.72469573526826, "relative_heading": 205.12847807041769, "relative_elevation": 49.2701534759253 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003476/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003476/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003476/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003476/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003476/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003476/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003476/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003476/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003476/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8592631059563, 52.351632700903, 49.2417338294908 ] }, "distance": 1.14, "direction": 202.09, "angle": 88.68, "elevation": 49.24, "pano_id": "TMX7316010203-002119_pano_0000_003476", "timestamp": "2021-04-28T08:32:04.698260Z", "filename": "pano_0000_003476.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.13857565, "relative_pitch": 88.67543337078342, "relative_heading": 202.08977884776428, "relative_elevation": 49.2417338294908 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003475/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003475/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003475/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003475/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003475/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003475/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003475/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003475/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003475/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85926379135178, 52.3516319205005, 49.2019059257582 ] }, "distance": 1.2, "direction": 198.47, "angle": 88.6, "elevation": 49.2, "pano_id": "TMX7316010203-002119_pano_0000_003475", "timestamp": "2021-04-28T08:32:02.363320Z", "filename": "pano_0000_003475.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.2038741, "relative_pitch": 88.59836436217958, "relative_heading": 198.4736463456901, "relative_elevation": 49.2019059257582 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003473/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003473/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003473/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003473/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003473/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003473/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003473/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003473/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003473/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85926513894243, 52.3516304338832, 49.1236591553316 ] }, "distance": 1.34, "direction": 192.49, "angle": 88.44, "elevation": 49.12, "pano_id": "TMX7316010203-002119_pano_0000_003473", "timestamp": "2021-04-28T08:31:57.778280Z", "filename": "pano_0000_003473.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.33896353, "relative_pitch": 88.43867557562155, "relative_heading": 192.4930752285454, "relative_elevation": 49.1236591553316 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003495/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003495/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003495/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003495/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003495/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003495/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003495/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003495/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003495/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85926583454803, 52.3516299730777, 49.2241193987429 ] }, "distance": 1.38, "direction": 190.11, "angle": 88.39, "elevation": 49.22, "pano_id": "TMX7316010203-002119_pano_0000_003495", "timestamp": "2021-04-28T08:33:10.561180Z", "filename": "pano_0000_003495.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.37996494, "relative_pitch": 88.39417211826645, "relative_heading": 190.1105108442825, "relative_elevation": 49.2241193987429 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003496/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003496/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003496/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003496/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003496/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003496/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003496/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003496/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003496/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8592662879276, 52.3516294293954, 49.2001511659473 ] }, "distance": 1.43, "direction": 188.47, "angle": 88.33, "elevation": 49.2, "pano_id": "TMX7316010203-002119_pano_0000_003496", "timestamp": "2021-04-28T08:33:12.112260Z", "filename": "pano_0000_003496.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.43468697, "relative_pitch": 88.32971608639917, "relative_heading": 188.47158470500116, "relative_elevation": 49.2001511659473 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003497/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003497/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003497/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003497/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003497/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003497/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003497/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003497/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003497/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85926672607253, 52.351628973677, 49.1817748174071 ] }, "distance": 1.48, "direction": 187.04, "angle": 88.28, "elevation": 49.18, "pano_id": "TMX7316010203-002119_pano_0000_003497", "timestamp": "2021-04-28T08:33:13.397350Z", "filename": "pano_0000_003497.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.48090743, "relative_pitch": 88.27529371644735, "relative_heading": 187.0399448730815, "relative_elevation": 49.1817748174071 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003498/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003498/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003498/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003498/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003498/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003498/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003498/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003498/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003498/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85926716268398, 52.3516285316402, 49.164641328156 ] }, "distance": 1.53, "direction": 185.71, "angle": 88.22, "elevation": 49.16, "pano_id": "TMX7316010203-002119_pano_0000_003498", "timestamp": "2021-04-28T08:33:14.652380Z", "filename": "pano_0000_003498.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.52649172, "relative_pitch": 88.22161939559787, "relative_heading": 185.70532041655412, "relative_elevation": 49.164641328156 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003508/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003508/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003508/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003508/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003508/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003508/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003508/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003508/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003508/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85927462740496, 52.3516284093119, 48.048062752001 ] }, "distance": 1.57, "direction": 166.89, "angle": 88.12, "elevation": 48.05, "pano_id": "TMX7316010203-002119_pano_0000_003508", "timestamp": "2021-04-28T08:34:00.362400Z", "filename": "pano_0000_003508.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.57354726, "relative_pitch": 88.12426557289145, "relative_heading": 166.89112527455453, "relative_elevation": 48.048062752001 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003507/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003507/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003507/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003507/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003507/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003507/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003507/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003507/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003507/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85927319733547, 52.3516276163121, 48.0937502440065 ] }, "distance": 1.64, "direction": 170.91, "angle": 88.05, "elevation": 48.09, "pano_id": "TMX7316010203-002119_pano_0000_003507", "timestamp": "2021-04-28T08:33:59.472360Z", "filename": "pano_0000_003507.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.64141546, "relative_pitch": 88.04528264886048, "relative_heading": 170.90573100426172, "relative_elevation": 48.0937502440065 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003509/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003509/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003509/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003509/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003509/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003509/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003509/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003509/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003509/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85928782959017, 52.3516322878389, 48.0395415127277 ] }, "distance": 1.67, "direction": 131.23, "angle": 88.01, "elevation": 48.04, "pano_id": "TMX7316010203-002119_pano_0000_003509", "timestamp": "2021-04-28T08:34:01.237260Z", "filename": "pano_0000_003509.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.67057364, "relative_pitch": 88.00834353343339, "relative_heading": 131.2261355368461, "relative_elevation": 48.0395415127277 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003506/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003506/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003506/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003506/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003506/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003506/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003506/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003506/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003506/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8592732482644, 52.3516272066637, 48.1224407469854 ] }, "distance": 1.69, "direction": 171.03, "angle": 87.99, "elevation": 48.12, "pano_id": "TMX7316010203-002119_pano_0000_003506", "timestamp": "2021-04-28T08:33:58.552460Z", "filename": "pano_0000_003506.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.68697842, "relative_pitch": 87.99226355140483, "relative_heading": 171.03405375608875, "relative_elevation": 48.1224407469854 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003505/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003505/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003505/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003505/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003505/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003505/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003505/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003505/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003505/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85927324473892, 52.3516267708425, 48.1526347184554 ] }, "distance": 1.73, "direction": 171.29, "angle": 87.94, "elevation": 48.15, "pano_id": "TMX7316010203-002119_pano_0000_003505", "timestamp": "2021-04-28T08:33:57.607090Z", "filename": "pano_0000_003505.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.73486151, "relative_pitch": 87.9366182563109, "relative_heading": 171.2914997759175, "relative_elevation": 48.1526347184554 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003504/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003504/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003504/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003504/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003504/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003504/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003504/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003504/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003504/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85927323580254, 52.3516263411875, 48.182693480514 ] }, "distance": 1.78, "direction": 171.54, "angle": 87.88, "elevation": 48.18, "pano_id": "TMX7316010203-002119_pano_0000_003504", "timestamp": "2021-04-28T08:33:56.621990Z", "filename": "pano_0000_003504.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.78204483, "relative_pitch": 87.8818716322718, "relative_heading": 171.54358913875853, "relative_elevation": 48.182693480514 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003503/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003503/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003503/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003503/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003503/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003503/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003503/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003503/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003503/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85927322967773, 52.3516258169368, 48.2206453364342 ] }, "distance": 1.84, "direction": 171.82, "angle": 87.82, "elevation": 48.22, "pano_id": "TMX7316010203-002119_pano_0000_003503", "timestamp": "2021-04-28T08:33:55.406460Z", "filename": "pano_0000_003503.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.8397067, "relative_pitch": 87.81511983229761, "relative_heading": 171.8236192660962, "relative_elevation": 48.2206453364342 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00039/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00039/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00039/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00039/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_08-35-53_00039/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00039/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00039/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00039/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00039/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859295598242608, 52.35165005533317, 0.0 ] }, "distance": 1.99, "direction": 63.87, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_08-35-53_00039", "timestamp": "2025-07-30T08:36:33Z", "filename": "recording_2025-07-30_08-35-53_00039.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 1.98913409, "relative_pitch": 0.0, "relative_heading": 63.867912334394866, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000035/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000035/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000035/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000035/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002796_pano_0005_000035/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000035/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000035/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000035/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000035/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85924026153246, 52.351638517848, 46.5967488186434 ] }, "distance": 2.03, "direction": 258.39, "angle": 87.51, "elevation": 46.6, "pano_id": "TMX7316010203-002796_pano_0005_000035", "timestamp": "2022-09-05T09:47:59.644470Z", "filename": "pano_0005_000035.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 2.02620472, "relative_pitch": 87.51012906396338, "relative_heading": 258.3913673230264, "relative_elevation": 46.5967488186434 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002097/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002097/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002097/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002097/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_002097/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002097/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002097/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002097/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002097/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85929930505037, 52.3516467370948, 45.8895387584344 ] }, "distance": 2.1, "direction": 76.04, "angle": 87.38, "elevation": 45.89, "pano_id": "TMX7316060226-000013_pano_0000_002097", "timestamp": "2016-08-04T07:41:54.407630Z", "filename": "pano_0000_002097.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 2.10045703, "relative_pitch": 87.37928543339922, "relative_heading": 76.03603596750315, "relative_elevation": 45.8895387584344 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003499/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003499/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003499/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003499/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003499/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003499/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003499/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003499/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003499/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85927209254508, 52.3516221988156, 48.745362685062 ] }, "distance": 2.23, "direction": 175.27, "angle": 87.38, "elevation": 48.75, "pano_id": "TMX7316010203-002119_pano_0000_003499", "timestamp": "2021-04-28T08:33:35.476270Z", "filename": "pano_0000_003499.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 2.23122212, "relative_pitch": 87.37922883710709, "relative_heading": 175.26549625267356, "relative_elevation": 48.745362685062 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003500/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003500/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003500/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003500/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003500/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003500/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003500/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003500/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003500/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85927256121082, 52.3516220160158, 48.6540603702888 ] }, "distance": 2.25, "direction": 174.5, "angle": 87.35, "elevation": 48.65, "pano_id": "TMX7316010203-002119_pano_0000_003500", "timestamp": "2021-04-28T08:33:39.392070Z", "filename": "pano_0000_003500.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 2.25433097, "relative_pitch": 87.34716203736829, "relative_heading": 174.4992772944024, "relative_elevation": 48.6540603702888 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000149/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000149/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000149/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000149/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001601_pano_0001_000149/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000149/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000149/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000149/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000149/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85923410123552, 52.3516407950664, 44.7802710812539 ] }, "distance": 2.41, "direction": 266.33, "angle": 86.92, "elevation": 44.78, "pano_id": "TMX7316010203-001601_pano_0001_000149", "timestamp": "2020-01-29T11:35:41.409810Z", "filename": "pano_0001_000149.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 2.40946001, "relative_pitch": 86.92009691613399, "relative_heading": 266.3276266848323, "relative_elevation": 44.7802710812539 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003200/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003200/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003200/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003200/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000780_pano_0000_003200/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003200/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003200/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003200/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003200/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85930078436973, 52.351653818916, 45.6201283158734 ] }, "distance": 2.5, "direction": 58.81, "angle": 86.86, "elevation": 45.62, "pano_id": "TMX7316010203-000780_pano_0000_003200", "timestamp": "2018-06-07T08:38:09.183050Z", "filename": "pano_0000_003200.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 2.50056659, "relative_pitch": 86.86259790741751, "relative_heading": 58.812686588187525, "relative_elevation": 45.6201283158734 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003510/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003510/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003510/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003510/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003510/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003510/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003510/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003510/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003510/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85930637127866, 52.3516371348024, 48.0256235245615 ] }, "distance": 2.58, "direction": 102.56, "angle": 86.92, "elevation": 48.03, "pano_id": "TMX7316010203-002119_pano_0000_003510", "timestamp": "2021-04-28T08:34:02.152290Z", "filename": "pano_0000_003510.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 2.58169477, "relative_pitch": 86.92293478531958, "relative_heading": 102.56456367847822, "relative_elevation": 48.0256235245615 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003199/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003199/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003199/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003199/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000780_pano_0000_003199/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003199/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003199/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003199/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003199/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85923252203355, 52.3516365518447, 45.6073949150741 ] }, "distance": 2.59, "direction": 256.0, "angle": 86.75, "elevation": 45.61, "pano_id": "TMX7316010203-000780_pano_0000_003199", "timestamp": "2018-06-07T08:38:08.172970Z", "filename": "pano_0000_003199.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 2.58905809, "relative_pitch": 86.75089845335151, "relative_heading": 255.99682755825194, "relative_elevation": 45.6073949150741 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000618/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000618/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000618/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000618/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_000618/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000618/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000618/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000618/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000618/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85923023614008, 52.3516510375805, 46.8608350148425 ] }, "distance": 2.84, "direction": 290.27, "angle": 86.53, "elevation": 46.86, "pano_id": "TMX7316010203-001061_pano_0001_000618", "timestamp": "2019-01-17T11:52:20.710560Z", "filename": "pano_0001_000618.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 2.84403932, "relative_pitch": 86.52691169646546, "relative_heading": 290.2720490703857, "relative_elevation": 46.8608350148425 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000150/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000150/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000150/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000150/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001601_pano_0001_000150/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000150/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000150/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000150/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000150/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8593024469852, 52.3516584232497, 44.7806669808924 ] }, "distance": 2.89, "direction": 51.26, "angle": 86.31, "elevation": 44.78, "pano_id": "TMX7316010203-001601_pano_0001_000150", "timestamp": "2020-01-29T11:35:42.329820Z", "filename": "pano_0001_000150.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 2.8878543, "relative_pitch": 86.31016976671272, "relative_heading": 51.25879136186548, "relative_elevation": 44.7806669808924 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000036/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000036/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000036/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000036/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002796_pano_0005_000036/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000036/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000036/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000036/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000036/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85930706086269, 52.3516544648765, 46.6575684975833 ] }, "distance": 2.91, "direction": 61.97, "angle": 86.43, "elevation": 46.66, "pano_id": "TMX7316010203-002796_pano_0005_000036", "timestamp": "2022-09-05T09:48:00.579460Z", "filename": "pano_0005_000036.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 2.90805535, "relative_pitch": 86.4335037622591, "relative_heading": 61.96614503244802, "relative_elevation": 46.6575684975833 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002098/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002098/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002098/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002098/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_002098/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002098/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002098/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002098/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002098/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85923029350346, 52.3516308896783, 45.8650838546455 ] }, "distance": 2.95, "direction": 244.75, "angle": 86.33, "elevation": 45.87, "pano_id": "TMX7316060226-000013_pano_0000_002098", "timestamp": "2016-08-04T07:41:55.232630Z", "filename": "pano_0000_002098.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 2.94543936, "relative_pitch": 86.32553125898443, "relative_heading": 244.7476654618917, "relative_elevation": 45.8650838546455 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00038/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00038/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00038/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00038/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_08-35-53_00038/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00038/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00038/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00038/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00038/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859227797320053, 52.35163324238915, 0.0 ] }, "distance": 3.0, "direction": 250.66, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_08-35-53_00038", "timestamp": "2025-07-30T08:36:32Z", "filename": "recording_2025-07-30_08-35-53_00038.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 3.0035602, "relative_pitch": 0.0, "relative_heading": 250.6590593528058, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000037/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000037/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000037/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000037/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002943_pano_0001_000037/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000037/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000037/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000037/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000037/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85923731949864, 52.3516628730005, 49.7585653504357 ] }, "distance": 3.17, "direction": 316.5, "angle": 86.35, "elevation": 49.76, "pano_id": "TMX7316010203-002943_pano_0001_000037", "timestamp": "2023-01-20T10:33:21.927570Z", "filename": "pano_0001_000037.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 3.1742901, "relative_pitch": 86.34982832735894, "relative_heading": 316.4953631297886, "relative_elevation": 49.7585653504357 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003471/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003471/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003471/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003471/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003471/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003471/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003471/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003471/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003471/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85922161190822, 52.3516396028138, 46.5378844896331 ] }, "distance": 3.27, "direction": 264.96, "angle": 85.98, "elevation": 46.54, "pano_id": "TMX7316010203-002119_pano_0000_003471", "timestamp": "2021-04-28T08:30:30.770640Z", "filename": "pano_0000_003471.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 3.26814353, "relative_pitch": 85.98297334338501, "relative_heading": 264.9620314721932, "relative_elevation": 46.5378844896331 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000619/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000619/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000619/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000619/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_000619/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000619/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000619/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000619/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000619/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8592947996071, 52.351667738423, 46.8557832194492 ] }, "distance": 3.33, "direction": 31.33, "angle": 85.94, "elevation": 46.86, "pano_id": "TMX7316010203-001061_pano_0001_000619", "timestamp": "2019-01-17T11:52:21.470540Z", "filename": "pano_0001_000619.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 3.32937159, "relative_pitch": 85.93563793924251, "relative_heading": 31.3345702907346, "relative_elevation": 46.8557832194492 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003511/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003511/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003511/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003511/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003511/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003511/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003511/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003511/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003511/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859332022871, 52.3516441361346, 48.0923751760274 ] }, "distance": 4.27, "direction": 87.08, "angle": 84.92, "elevation": 48.09, "pano_id": "TMX7316010203-002119_pano_0000_003511", "timestamp": "2021-04-28T08:34:03.122240Z", "filename": "pano_0000_003511.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 4.27326602, "relative_pitch": 84.9222973098485, "relative_heading": 87.08322328452101, "relative_elevation": 48.0923751760274 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000091/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000091/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000091/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000091/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000259_pano_0008_000091/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000259_pano_0008_000091/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000259_pano_0008_000091/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000091/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000091/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85933181522695, 52.3516559462883, 45.7100964756683 ] }, "distance": 4.52, "direction": 70.2, "angle": 84.35, "elevation": 45.71, "pano_id": "TMX7316010203-000259_pano_0008_000091", "timestamp": "2017-04-13T10:40:48.892140Z", "filename": "pano_0008_000091.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 4.52092631, "relative_pitch": 84.35156948511681, "relative_heading": 70.1972942060934, "relative_elevation": 45.7100964756683 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000038/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000038/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000038/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000038/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002943_pano_0001_000038/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000038/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000038/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000038/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000038/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85930127314079, 52.3516789271683, 49.8292926363647 ] }, "distance": 4.63, "direction": 27.98, "angle": 84.69, "elevation": 49.83, "pano_id": "TMX7316010203-002943_pano_0001_000038", "timestamp": "2023-01-20T10:33:22.837440Z", "filename": "pano_0001_000038.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 4.63010187, "relative_pitch": 84.69136079526768, "relative_heading": 27.98295668622798, "relative_elevation": 49.8292926363647 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00141/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00141/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00141/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00141/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241112_0936_Track27_Sphere_00141/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00141/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00141/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00141/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00141/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859332311723829, 52.35165827211117, 0.0 ] }, "distance": 4.65, "direction": 67.33, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241112_0936_Track27_Sphere_00141", "timestamp": "2024-11-12T10:17:30Z", "filename": "Job_20241112_0936_Track27_Sphere_00141.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 4.64623197, "relative_pitch": 0.0, "relative_heading": 67.3346864721494, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000399/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000399/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000399/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000399/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0001_000399/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000399/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000399/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000399/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000399/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85920480165434, 52.3516274328819, 46.929204268381 ] }, "distance": 4.7, "direction": 249.55, "angle": 84.28, "elevation": 46.93, "pano_id": "TMX7316010203-001159_pano_0001_000399", "timestamp": "2019-05-03T08:24:19.283630Z", "filename": "pano_0001_000399.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 4.69700285, "relative_pitch": 84.28447203079932, "relative_heading": 249.5486174769353, "relative_elevation": 46.929204268381 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000040/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000040/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000040/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000040/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002412_pano_0015_000040/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000040/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000040/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000040/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000040/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8592081174984, 52.3516215346646, 45.3393367780373 ] }, "distance": 4.77, "direction": 241.18, "angle": 84.0, "elevation": 45.34, "pano_id": "TMX7316010203-002412_pano_0015_000040", "timestamp": "2022-01-11T11:39:47.814060Z", "filename": "pano_0015_000040.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 4.7654231, "relative_pitch": 83.9999165309037, "relative_heading": 241.17598955195055, "relative_elevation": 45.3393367780373 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002709/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002709/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002709/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002709/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001705_pano_0000_002709/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002709/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002709/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002709/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002709/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85920241057927, 52.3516280895798, 45.7568233879283 ] }, "distance": 4.83, "direction": 251.04, "angle": 83.98, "elevation": 45.76, "pano_id": "TMX7316010203-001705_pano_0000_002709", "timestamp": "2020-05-13T08:12:04.994070Z", "filename": "pano_0000_002709.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 4.82575468, "relative_pitch": 83.97954232298876, "relative_heading": 251.03759541843925, "relative_elevation": 45.7568233879283 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00139/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00139/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00139/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00139/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241112_0936_Track27_Sphere_00139/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00139/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00139/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00139/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00139/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859202791417474, 52.35162545529103, 0.0 ] }, "distance": 4.9, "direction": 247.7, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241112_0936_Track27_Sphere_00139", "timestamp": "2024-11-12T10:17:28Z", "filename": "Job_20241112_0936_Track27_Sphere_00139.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 4.90478984, "relative_pitch": 0.0, "relative_heading": 247.6988263141148, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000042/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000042/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000042/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000042/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002412_pano_0015_000042/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000042/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000042/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000042/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000042/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85933931181283, 52.3516555446456, 45.4714565463364 ] }, "distance": 4.99, "direction": 72.67, "angle": 83.74, "elevation": 45.47, "pano_id": "TMX7316010203-002412_pano_0015_000042", "timestamp": "2022-01-11T11:39:49.354070Z", "filename": "pano_0015_000042.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 4.99102284, "relative_pitch": 83.73619411796945, "relative_heading": 72.6673728182322, "relative_elevation": 45.4714565463364 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000401/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000401/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000401/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000401/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0001_000401/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000401/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000401/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000401/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000401/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85933868706978, 52.3516610795456, 47.0945303374901 ] }, "distance": 5.17, "direction": 65.99, "angle": 83.74, "elevation": 47.09, "pano_id": "TMX7316010203-001159_pano_0001_000401", "timestamp": "2019-05-03T08:24:20.938560Z", "filename": "pano_0001_000401.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 5.16888412, "relative_pitch": 83.7365427403623, "relative_heading": 65.99473261243102, "relative_elevation": 47.0945303374901 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002707/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002707/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002707/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002707/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001705_pano_0000_002707/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002707/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002707/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002707/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002707/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85933902231482, 52.351662508022, 45.9216218898073 ] }, "distance": 5.26, "direction": 64.51, "angle": 83.47, "elevation": 45.92, "pano_id": "TMX7316010203-001705_pano_0000_002707", "timestamp": "2020-05-13T08:12:03.554090Z", "filename": "pano_0000_002707.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 5.2561739, "relative_pitch": 83.47035975329075, "relative_heading": 64.51304468166533, "relative_elevation": 45.9216218898073 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000090/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000090/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000090/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000090/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000259_pano_0008_000090/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000259_pano_0008_000090/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000259_pano_0008_000090/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000090/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000090/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85919843745429, 52.35162165295, 45.634468736127 ] }, "distance": 5.35, "direction": 244.71, "angle": 83.32, "elevation": 45.63, "pano_id": "TMX7316010203-000259_pano_0008_000090", "timestamp": "2017-04-13T10:40:47.222320Z", "filename": "pano_0008_000090.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 5.34710637, "relative_pitch": 83.31698172807032, "relative_heading": 244.70925350085477, "relative_elevation": 45.634468736127 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000311/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000311/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000311/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000311/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001038_pano_0000_000311/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000311/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000311/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000311/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000311/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85920656708575, 52.3516770003321, 50.263880982995 ] }, "distance": 5.77, "direction": 312.15, "angle": 83.45, "elevation": 50.26, "pano_id": "TMX7316010203-001038_pano_0000_000311", "timestamp": "2019-01-04T12:22:35.019170Z", "filename": "pano_0000_000311.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 5.77362523, "relative_pitch": 83.44736507524131, "relative_heading": 312.1479829750605, "relative_elevation": 50.263880982995 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000310/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000310/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000310/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000310/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001038_pano_0000_000310/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000310/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000310/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000310/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000310/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85927397262665, 52.351694954547, 50.2878670226783 ] }, "distance": 5.88, "direction": 3.04, "angle": 83.33, "elevation": 50.29, "pano_id": "TMX7316010203-001038_pano_0000_000310", "timestamp": "2019-01-04T12:22:34.239030Z", "filename": "pano_0000_000310.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 5.88051109, "relative_pitch": 83.33029582850907, "relative_heading": 3.043960715032226, "relative_elevation": 50.2878670226783 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000036/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000036/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000036/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000036/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002943_pano_0001_000036/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000036/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000036/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000036/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000036/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85917250897147, 52.3516464095057, 49.7465408956632 ] }, "distance": 6.62, "direction": 274.08, "angle": 82.42, "elevation": 49.75, "pano_id": "TMX7316010203-002943_pano_0001_000036", "timestamp": "2023-01-20T10:33:21.077470Z", "filename": "pano_0001_000036.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 6.61806199, "relative_pitch": 82.42211696121527, "relative_heading": 274.07606118221986, "relative_elevation": 49.7465408956632 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000034/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000034/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000034/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000034/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002796_pano_0005_000034/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000034/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000034/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000034/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000034/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8591731792609, 52.3516226683515, 46.59613393154 ] }, "distance": 6.91, "direction": 251.67, "angle": 81.57, "elevation": 46.6, "pano_id": "TMX7316010203-002796_pano_0005_000034", "timestamp": "2022-09-05T09:47:58.764440Z", "filename": "pano_0005_000034.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 6.90589451, "relative_pitch": 81.56970584779832, "relative_heading": 251.67414405554706, "relative_elevation": 46.59613393154 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003512/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003512/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003512/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003512/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003512/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003512/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003512/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003512/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003512/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85936967496469, 52.3516545018014, 47.9830259149894 ] }, "distance": 6.97, "direction": 78.66, "angle": 81.74, "elevation": 47.98, "pano_id": "TMX7316010203-002119_pano_0000_003512", "timestamp": "2021-04-28T08:34:04.152020Z", "filename": "pano_0000_003512.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 6.96944391, "relative_pitch": 81.73569023764048, "relative_heading": 78.65603833804846, "relative_elevation": 47.9830259149894 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00040/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00040/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00040/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00040/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_08-35-53_00040/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00040/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00040/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00040/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00040/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859363727696556, 52.351667633663446, 0.0 ] }, "distance": 7.02, "direction": 66.22, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_08-35-53_00040", "timestamp": "2025-07-30T08:36:34Z", "filename": "recording_2025-07-30_08-35-53_00040.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 7.02429203, "relative_pitch": 0.0, "relative_heading": 66.22234184191116, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002096/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002096/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002096/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002096/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_002096/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002096/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002096/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002096/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002096/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85936866252119, 52.3516629161404, 45.917183178477 ] }, "distance": 7.15, "direction": 71.17, "angle": 81.15, "elevation": 45.92, "pano_id": "TMX7316060226-000013_pano_0000_002096", "timestamp": "2016-08-04T07:41:53.527640Z", "filename": "pano_0000_002096.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 7.14694582, "relative_pitch": 81.15297974934072, "relative_heading": 71.16645335974493, "relative_elevation": 45.917183178477 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000617/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000617/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000617/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000617/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_000617/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000617/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000617/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000617/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000617/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85916449488318, 52.3516343162508, 46.8769778180867 ] }, "distance": 7.2, "direction": 263.02, "angle": 81.27, "elevation": 46.88, "pano_id": "TMX7316010203-001061_pano_0001_000617", "timestamp": "2019-01-17T11:52:20.035840Z", "filename": "pano_0001_000617.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 7.20078335, "relative_pitch": 81.26704309736373, "relative_heading": 263.01849250614185, "relative_elevation": 46.8769778180867 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000148/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000148/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000148/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000148/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001601_pano_0001_000148/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000148/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000148/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000148/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000148/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85916626504465, 52.3516233120073, 44.7974988138303 ] }, "distance": 7.33, "direction": 253.36, "angle": 80.7, "elevation": 44.8, "pano_id": "TMX7316010203-001601_pano_0001_000148", "timestamp": "2020-01-29T11:35:40.579820Z", "filename": "pano_0001_000148.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 7.33379133, "relative_pitch": 80.70259139220262, "relative_heading": 253.3628568970512, "relative_elevation": 44.7974988138303 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003201/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003201/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003201/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003201/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000780_pano_0000_003201/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003201/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003201/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003201/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003201/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85936936153967, 52.3516709881969, 45.7317937454209 ] }, "distance": 7.53, "direction": 64.8, "angle": 80.65, "elevation": 45.73, "pano_id": "TMX7316010203-000780_pano_0000_003201", "timestamp": "2018-06-07T08:38:10.182930Z", "filename": "pano_0000_003201.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 7.52840594, "relative_pitch": 80.6517651309416, "relative_heading": 64.8004433591389, "relative_elevation": 45.7317937454209 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003198/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003198/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003198/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003198/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000780_pano_0000_003198/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003198/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003198/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003198/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003198/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859164621351, 52.3516189287483, 45.6259100604802 ] }, "distance": 7.59, "direction": 250.08, "angle": 80.55, "elevation": 45.63, "pano_id": "TMX7316010203-000780_pano_0000_003198", "timestamp": "2018-06-07T08:38:07.197990Z", "filename": "pano_0000_003198.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 7.59323298, "relative_pitch": 80.55122278879472, "relative_heading": 250.0767581140452, "relative_elevation": 45.6259100604802 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000037/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000037/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000037/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000037/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002796_pano_0005_000037/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000037/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000037/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000037/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000037/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85937319575839, 52.3516702954682, 46.7130823805928 ] }, "distance": 7.73, "direction": 66.14, "angle": 80.6, "elevation": 46.71, "pano_id": "TMX7316010203-002796_pano_0005_000037", "timestamp": "2022-09-05T09:48:01.514440Z", "filename": "pano_0005_000037.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 7.73409862, "relative_pitch": 80.59904735201216, "relative_heading": 66.1413243532184, "relative_elevation": 46.7130823805928 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000620/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000620/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000620/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000620/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_000620/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000620/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000620/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000620/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000620/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85936005685092, 52.3516845509678, 46.9421273870394 ] }, "distance": 7.77, "direction": 52.65, "angle": 80.6, "elevation": 46.94, "pano_id": "TMX7316010203-001061_pano_0001_000620", "timestamp": "2019-01-17T11:52:22.240550Z", "filename": "pano_0001_000620.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 7.77134919, "relative_pitch": 80.59984509070846, "relative_heading": 52.65158115778056, "relative_elevation": 46.9421273870394 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000151/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000151/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000151/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000151/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001601_pano_0001_000151/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000151/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000151/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000151/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000151/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85937105343123, 52.3516762136982, 44.8160504829139 ] }, "distance": 7.89, "direction": 61.34, "angle": 80.01, "elevation": 44.82, "pano_id": "TMX7316010203-001601_pano_0001_000151", "timestamp": "2020-01-29T11:35:43.214730Z", "filename": "pano_0001_000151.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 7.89471338, "relative_pitch": 80.00938083513763, "relative_heading": 61.33621317385262, "relative_elevation": 44.8160504829139 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002099/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002099/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002099/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002099/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_002099/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002099/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002099/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002099/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002099/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85916192056085, 52.3516145014728, 45.8710170863196 ] }, "distance": 7.94, "direction": 247.19, "angle": 80.17, "elevation": 45.87, "pano_id": "TMX7316060226-000013_pano_0000_002099", "timestamp": "2016-08-04T07:41:56.057610Z", "filename": "pano_0000_002099.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 7.94421947, "relative_pitch": 80.17462976730836, "relative_heading": 247.1874121627767, "relative_elevation": 45.8710170863196 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00037/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00037/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00037/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00037/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_08-35-53_00037/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00037/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00037/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00037/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00037/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859159773945755, 52.35161662614453, 0.0 ] }, "distance": 7.99, "direction": 249.16, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_08-35-53_00037", "timestamp": "2025-07-30T08:36:31Z", "filename": "recording_2025-07-30_08-35-53_00037.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 7.99210072, "relative_pitch": 0.0, "relative_heading": 249.156694180463, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003470/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003470/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003470/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003470/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003470/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003470/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003470/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003470/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003470/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85915477861904, 52.3516222532736, 46.5302703529596 ] }, "distance": 8.12, "direction": 254.15, "angle": 80.1, "elevation": 46.53, "pano_id": "TMX7316010203-002119_pano_0000_003470", "timestamp": "2021-04-28T08:30:29.335680Z", "filename": "pano_0000_003470.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 8.11818741, "relative_pitch": 80.10316044441099, "relative_heading": 254.14776289074103, "relative_elevation": 46.5302703529596 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000039/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000039/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000039/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000039/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002943_pano_0001_000039/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000039/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000039/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000039/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000039/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8593653250738, 52.3516947689974, 49.879543880932 ] }, "distance": 8.77, "direction": 48.17, "angle": 80.02, "elevation": 49.88, "pano_id": "TMX7316010203-002943_pano_0001_000039", "timestamp": "2023-01-20T10:33:23.757440Z", "filename": "pano_0001_000039.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 8.77335694, "relative_pitch": 80.02423501278902, "relative_heading": 48.16631281370918, "relative_elevation": 49.879543880932 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000312/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000312/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000312/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000312/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001038_pano_0000_000312/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000312/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000312/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000312/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000312/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85913926509665, 52.3516590679291, 50.243350815028 ] }, "distance": 9.06, "direction": 281.96, "angle": 79.77, "elevation": 50.24, "pano_id": "TMX7316010203-001038_pano_0000_000312", "timestamp": "2019-01-04T12:22:35.754010Z", "filename": "pano_0000_000312.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 9.06341798, "relative_pitch": 79.77436165795987, "relative_heading": 281.9649939243036, "relative_elevation": 50.243350815028 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00142/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00142/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00142/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00142/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241112_0936_Track27_Sphere_00142/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00142/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00142/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00142/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00142/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859394253676156, 52.35167407920205, 0.0 ] }, "distance": 9.22, "direction": 67.36, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241112_0936_Track27_Sphere_00142", "timestamp": "2024-11-12T10:17:31Z", "filename": "Job_20241112_0936_Track27_Sphere_00142.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 9.21870956, "relative_pitch": 0.0, "relative_heading": 67.35535280045933, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000309/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000309/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000309/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000309/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001038_pano_0000_000309/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000309/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000309/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000309/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000309/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85934119419112, 52.3517132207459, 50.5106337452307 ] }, "distance": 9.3, "direction": 31.76, "angle": 79.57, "elevation": 50.51, "pano_id": "TMX7316010203-001038_pano_0000_000309", "timestamp": "2019-01-04T12:22:33.374010Z", "filename": "pano_0000_000309.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 9.29641585, "relative_pitch": 79.571493255912, "relative_heading": 31.755361697811527, "relative_elevation": 50.5106337452307 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000039/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000039/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000039/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000039/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002412_pano_0015_000039/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000039/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000039/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000039/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000039/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85914158204681, 52.3516056285672, 45.3474126858637 ] }, "distance": 9.61, "direction": 244.96, "angle": 78.03, "elevation": 45.35, "pano_id": "TMX7316010203-002412_pano_0015_000039", "timestamp": "2022-01-11T11:39:47.074080Z", "filename": "pano_0015_000039.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 9.61169062, "relative_pitch": 78.0328846161672, "relative_heading": 244.96471808194056, "relative_elevation": 45.3474126858637 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000398/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000398/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000398/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000398/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0001_000398/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000398/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000398/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000398/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000398/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85913770157775, 52.3516103167482, 46.9124046145007 ] }, "distance": 9.65, "direction": 248.44, "angle": 78.38, "elevation": 46.91, "pano_id": "TMX7316010203-001159_pano_0001_000398", "timestamp": "2019-05-03T08:24:18.528630Z", "filename": "pano_0001_000398.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 9.64822222, "relative_pitch": 78.37833399267151, "relative_heading": 248.43819760641685, "relative_elevation": 46.9124046145007 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000043/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000043/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000043/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000043/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002412_pano_0015_000043/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000043/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000043/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000043/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000043/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8594049763741, 52.3516725304958, 45.3380069918931 ] }, "distance": 9.84, "direction": 69.92, "angle": 77.76, "elevation": 45.34, "pano_id": "TMX7316010203-002412_pano_0015_000043", "timestamp": "2022-01-11T11:39:50.159070Z", "filename": "pano_0015_000043.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 9.83652706, "relative_pitch": 77.75883351608121, "relative_heading": 69.92114619997028, "relative_elevation": 45.3380069918931 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002710/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002710/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002710/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002710/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001705_pano_0000_002710/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002710/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002710/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002710/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002710/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85913393813848, 52.3516112059001, 45.7878688964993 ] }, "distance": 9.85, "direction": 249.52, "angle": 77.86, "elevation": 45.79, "pano_id": "TMX7316010203-001705_pano_0000_002710", "timestamp": "2020-05-13T08:12:05.634050Z", "filename": "pano_0000_002710.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 9.85211265, "relative_pitch": 77.85688568938652, "relative_heading": 249.52145837087733, "relative_elevation": 45.7878688964993 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00138/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00138/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00138/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00138/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241112_0936_Track27_Sphere_00138/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00138/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00138/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00138/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00138/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859135037805919, 52.35160837287155, 0.0 ] }, "distance": 9.9, "direction": 247.66, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241112_0936_Track27_Sphere_00138", "timestamp": "2024-11-12T10:17:27Z", "filename": "Job_20241112_0936_Track27_Sphere_00138.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 9.89743255, "relative_pitch": 0.0, "relative_heading": 247.65978059788023, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003513/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003513/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003513/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003513/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003513/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003513/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003513/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003513/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003513/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85940993333385, 52.3516655837239, 47.8867150805891 ] }, "distance": 9.92, "direction": 74.79, "angle": 78.29, "elevation": 47.89, "pano_id": "TMX7316010203-002119_pano_0000_003513", "timestamp": "2021-04-28T08:34:05.251900Z", "filename": "pano_0000_003513.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 9.92416175, "relative_pitch": 78.29162531982506, "relative_heading": 74.78799875911861, "relative_elevation": 47.8867150805891 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000402/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000402/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000402/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000402/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0001_000402/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000402/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000402/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000402/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000402/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85940503966214, 52.3516777186746, 47.0146036762744 ] }, "distance": 10.05, "direction": 66.84, "angle": 77.93, "elevation": 47.01, "pano_id": "TMX7316010203-001159_pano_0001_000402", "timestamp": "2019-05-03T08:24:21.828570Z", "filename": "pano_0001_000402.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 10.05332725, "relative_pitch": 77.92998272020584, "relative_heading": 66.8378740496949, "relative_elevation": 47.0146036762744 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002706/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002706/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002706/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002706/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001705_pano_0000_002706/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002706/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002706/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002706/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002706/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85940688492279, 52.35168028716, 45.7710625063628 ] }, "distance": 10.28, "direction": 65.65, "angle": 77.34, "elevation": 45.77, "pano_id": "TMX7316010203-001705_pano_0000_002706", "timestamp": "2020-05-13T08:12:02.814060Z", "filename": "pano_0000_002706.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 10.28355535, "relative_pitch": 77.33741085570354, "relative_heading": 65.64929186469071, "relative_elevation": 45.7710625063628 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000035/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000035/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000035/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000035/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002943_pano_0001_000035/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000035/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000035/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000035/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000035/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85910697732473, 52.3516297967051, 49.7461688583717 ] }, "distance": 11.15, "direction": 262.9, "angle": 77.36, "elevation": 49.75, "pano_id": "TMX7316010203-002943_pano_0001_000035", "timestamp": "2023-01-20T10:33:20.257500Z", "filename": "pano_0001_000035.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 11.15204222, "relative_pitch": 77.3644021361561, "relative_heading": 262.9013469443059, "relative_elevation": 49.7461688583717 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000033/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000033/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000033/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000033/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002796_pano_0005_000033/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000033/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000033/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000033/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000033/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85910611750172, 52.3516064518723, 46.5957033028826 ] }, "distance": 11.81, "direction": 250.33, "angle": 75.77, "elevation": 46.6, "pano_id": "TMX7316010203-002796_pano_0005_000033", "timestamp": "2022-09-05T09:47:57.914440Z", "filename": "pano_0005_000033.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 11.81423684, "relative_pitch": 75.77260155210728, "relative_heading": 250.33451532909726, "relative_elevation": 46.5957033028826 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000616/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000616/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000616/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000616/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_000616/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000616/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000616/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000616/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000616/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85909864781494, 52.3516176298909, 46.8952060379088 ] }, "distance": 11.95, "direction": 256.78, "angle": 75.7, "elevation": 46.9, "pano_id": "TMX7316010203-001061_pano_0001_000616", "timestamp": "2019-01-17T11:52:19.390580Z", "filename": "pano_0001_000616.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 11.95059266, "relative_pitch": 75.7032644966264, "relative_heading": 256.7848834618201, "relative_elevation": 46.8952060379088 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00041/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00041/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00041/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00041/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_08-35-53_00041/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00041/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00041/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00041/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00041/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859431172313488, 52.351684795463356, 0.0 ] }, "distance": 12.0, "direction": 66.73, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_08-35-53_00041", "timestamp": "2025-07-30T08:36:36Z", "filename": "recording_2025-07-30_08-35-53_00041.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 12.00019949, "relative_pitch": 0.0, "relative_heading": 66.72516147283443, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002095/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002095/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002095/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002095/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_002095/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002095/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002095/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002095/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002095/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8594365696754, 52.3516810152851, 45.9155785534531 ] }, "distance": 12.18, "direction": 69.23, "angle": 75.14, "elevation": 45.92, "pano_id": "TMX7316060226-000013_pano_0000_002095", "timestamp": "2016-08-04T07:41:52.542650Z", "filename": "pano_0000_002095.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 12.18343779, "relative_pitch": 75.13934113814351, "relative_heading": 69.22652935630342, "relative_elevation": 45.9155785534531 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000147/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000147/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000147/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000147/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001601_pano_0001_000147/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000147/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000147/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000147/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000147/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85909857738207, 52.3516058428126, 44.8135367427021 ] }, "distance": 12.32, "direction": 250.84, "angle": 74.63, "elevation": 44.81, "pano_id": "TMX7316010203-001601_pano_0001_000147", "timestamp": "2020-01-29T11:35:39.794820Z", "filename": "pano_0001_000147.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 12.32133373, "relative_pitch": 74.62658831562693, "relative_heading": 250.8417616569034, "relative_elevation": 44.8135367427021 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000621/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000621/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000621/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000621/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_000621/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000621/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000621/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000621/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000621/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85942536368473, 52.351701171252, 46.8143162885681 ] }, "distance": 12.49, "direction": 58.3, "angle": 75.06, "elevation": 46.81, "pano_id": "TMX7316010203-001061_pano_0001_000621", "timestamp": "2019-01-17T11:52:22.995530Z", "filename": "pano_0001_000621.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 12.49146123, "relative_pitch": 75.05984934748744, "relative_heading": 58.299597478165694, "relative_elevation": 46.8143162885681 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003202/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003202/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003202/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003202/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000780_pano_0000_003202/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003202/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003202/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003202/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003202/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85943731202535, 52.3516883050703, 45.6330607235432 ] }, "distance": 12.54, "direction": 65.84, "angle": 74.63, "elevation": 45.63, "pano_id": "TMX7316010203-000780_pano_0000_003202", "timestamp": "2018-06-07T08:38:11.172950Z", "filename": "pano_0000_003202.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 12.54031071, "relative_pitch": 74.63399929576812, "relative_heading": 65.84131261931033, "relative_elevation": 45.6330607235432 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000038/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000038/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000038/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000038/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002796_pano_0005_000038/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000038/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000038/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000038/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000038/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85943899413212, 52.3516867055288, 46.6551898401231 ] }, "distance": 12.57, "direction": 66.8, "angle": 74.92, "elevation": 46.66, "pano_id": "TMX7316010203-002796_pano_0005_000038", "timestamp": "2022-09-05T09:48:02.499470Z", "filename": "pano_0005_000038.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 12.573787, "relative_pitch": 74.91688534312739, "relative_heading": 66.79511861634171, "relative_elevation": 46.6551898401231 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003197/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003197/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003197/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003197/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000780_pano_0000_003197/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003197/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003197/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003197/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003197/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85909689621196, 52.3516012084058, 45.6112891845405 ] }, "distance": 12.61, "direction": 248.8, "angle": 74.55, "elevation": 45.61, "pano_id": "TMX7316010203-000780_pano_0000_003197", "timestamp": "2018-06-07T08:38:06.238010Z", "filename": "pano_0000_003197.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 12.60679828, "relative_pitch": 74.54939019032145, "relative_heading": 248.79827320773398, "relative_elevation": 45.6112891845405 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002100/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002100/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002100/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002100/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_002100/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002100/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002100/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002100/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002100/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85909433386298, 52.3515972427869, 45.8634300623089 ] }, "distance": 12.93, "direction": 247.26, "angle": 74.25, "elevation": 45.86, "pano_id": "TMX7316060226-000013_pano_0000_002100", "timestamp": "2016-08-04T07:41:56.842640Z", "filename": "pano_0000_002100.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 12.9338524, "relative_pitch": 74.25112556325527, "relative_heading": 247.25533339533754, "relative_elevation": 45.8634300623089 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000152/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000152/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000152/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000152/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001601_pano_0001_000152/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000152/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000152/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000152/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000152/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85943968532876, 52.3516941033856, 44.7431690795347 ] }, "distance": 12.96, "direction": 63.53, "angle": 73.84, "elevation": 44.74, "pano_id": "TMX7316010203-001601_pano_0001_000152", "timestamp": "2020-01-29T11:35:44.074690Z", "filename": "pano_0001_000152.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 12.96245331, "relative_pitch": 73.84327553206718, "relative_heading": 63.53112491180064, "relative_elevation": 44.7431690795347 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00036/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00036/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00036/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00036/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_08-35-53_00036/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00036/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00036/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00036/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00036/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859092083776528, 52.351599148521615, 0.0 ] }, "distance": 13.0, "direction": 248.38, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_08-35-53_00036", "timestamp": "2025-07-30T08:36:30Z", "filename": "recording_2025-07-30_08-35-53_00036.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 12.99575893, "relative_pitch": 0.0, "relative_heading": 248.37896811527182, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003469/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003469/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003469/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003469/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003469/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003469/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003469/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003469/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003469/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85908756858873, 52.3516047093305, 46.4919779784977 ] }, "distance": 13.07, "direction": 251.4, "angle": 74.3, "elevation": 46.49, "pano_id": "TMX7316010203-002119_pano_0000_003469", "timestamp": "2021-04-28T08:30:28.065890Z", "filename": "pano_0000_003469.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 13.07192219, "relative_pitch": 74.2958694746412, "relative_heading": 251.3985782064575, "relative_elevation": 46.4919779784977 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000040/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000040/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000040/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000040/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002943_pano_0001_000040/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000040/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000040/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000040/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000040/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85942859668498, 52.3517113431176, 49.8216934818774 ] }, "distance": 13.3, "direction": 54.65, "angle": 75.05, "elevation": 49.82, "pano_id": "TMX7316010203-002943_pano_0001_000040", "timestamp": "2023-01-20T10:33:24.732410Z", "filename": "pano_0001_000040.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 13.30066645, "relative_pitch": 75.05260621117382, "relative_heading": 54.647428837684366, "relative_elevation": 49.8216934818774 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000313/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000313/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000313/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000313/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001038_pano_0000_000313/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000313/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000313/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000313/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000313/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85907209175277, 52.35164075489, 50.2002120874822 ] }, "distance": 13.44, "direction": 269.32, "angle": 75.01, "elevation": 50.2, "pano_id": "TMX7316010203-001038_pano_0000_000313", "timestamp": "2019-01-04T12:22:36.458990Z", "filename": "pano_0000_000313.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 13.44454888, "relative_pitch": 75.0069831451697, "relative_heading": 269.32331530628693, "relative_elevation": 50.2002120874822 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000308/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000308/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000308/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000308/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001038_pano_0000_000308/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000308/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000308/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000308/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000308/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85940844620879, 52.3517313223333, 50.4321824191138 ] }, "distance": 13.72, "direction": 43.69, "angle": 74.78, "elevation": 50.43, "pano_id": "TMX7316010203-001038_pano_0000_000308", "timestamp": "2019-01-04T12:22:32.504040Z", "filename": "pano_0000_000308.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 13.71729396, "relative_pitch": 74.78394796310205, "relative_heading": 43.68875127336886, "relative_elevation": 50.4321824191138 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00143/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00143/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00143/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00143/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241112_0936_Track27_Sphere_00143/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00143/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00143/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00143/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00143/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859460658616487, 52.351691038618036, 0.0 ] }, "distance": 14.12, "direction": 67.36, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241112_0936_Track27_Sphere_00143", "timestamp": "2024-11-12T10:17:32Z", "filename": "Job_20241112_0936_Track27_Sphere_00143.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 14.12121248, "relative_pitch": 0.0, "relative_heading": 67.35703605419357, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000092/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000092/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000092/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000092/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000259_pano_0008_000092/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000259_pano_0008_000092/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000259_pano_0008_000092/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000092/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000092/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85946533032141, 52.3516904783372, 45.6266102576628 ] }, "distance": 14.39, "direction": 68.07, "angle": 72.49, "elevation": 45.63, "pano_id": "TMX7316010203-000259_pano_0008_000092", "timestamp": "2017-04-13T10:40:50.472150Z", "filename": "pano_0008_000092.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 14.39212509, "relative_pitch": 72.49302125125331, "relative_heading": 68.07399804624511, "relative_elevation": 45.6266102576628 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000038/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000038/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000038/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000038/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002412_pano_0015_000038/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000038/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000038/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000038/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000038/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85907501768442, 52.3515894662129, 45.3442353587598 ] }, "distance": 14.49, "direction": 246.11, "angle": 72.28, "elevation": 45.34, "pano_id": "TMX7316010203-002412_pano_0015_000038", "timestamp": "2022-01-11T11:39:46.299130Z", "filename": "pano_0015_000038.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 14.485127, "relative_pitch": 72.2840204862151, "relative_heading": 246.11145522887696, "relative_elevation": 45.3442353587598 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000397/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000397/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000397/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000397/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0001_000397/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000397/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000397/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000397/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000397/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85907064865443, 52.3515927738277, 46.8699737181887 ] }, "distance": 14.62, "direction": 247.9, "angle": 72.68, "elevation": 46.87, "pano_id": "TMX7316010203-001159_pano_0001_000397", "timestamp": "2019-05-03T08:24:17.783650Z", "filename": "pano_0001_000397.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 14.61542648, "relative_pitch": 72.68099658107373, "relative_heading": 247.9036004528324, "relative_elevation": 46.8699737181887 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000044/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000044/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000044/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000044/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002412_pano_0015_000044/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000044/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000044/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000044/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000044/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8594724491474, 52.3516890882921, 45.3579939100891 ] }, "distance": 14.79, "direction": 69.33, "angle": 71.94, "elevation": 45.36, "pano_id": "TMX7316010203-002412_pano_0015_000044", "timestamp": "2022-01-11T11:39:50.939050Z", "filename": "pano_0015_000044.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 14.78791185, "relative_pitch": 71.94265470348658, "relative_heading": 69.3318189224182, "relative_elevation": 45.3579939100891 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002711/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002711/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002711/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002711/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001705_pano_0000_002711/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002711/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002711/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002711/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002711/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85906556082307, 52.3515942038984, 45.7667676350102 ] }, "distance": 14.88, "direction": 248.97, "angle": 71.99, "elevation": 45.77, "pano_id": "TMX7316010203-001705_pano_0000_002711", "timestamp": "2020-05-13T08:12:06.254040Z", "filename": "pano_0000_002711.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 14.87937632, "relative_pitch": 71.98997681367928, "relative_heading": 248.9735800408511, "relative_elevation": 45.7667676350102 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00137/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00137/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00137/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00137/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241112_0936_Track27_Sphere_00137/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00137/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00137/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00137/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00137/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859067437965191, 52.35159070689428, 0.0 ] }, "distance": 14.91, "direction": 247.4, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241112_0936_Track27_Sphere_00137", "timestamp": "2024-11-12T10:17:26Z", "filename": "Job_20241112_0936_Track27_Sphere_00137.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 14.90522131, "relative_pitch": 0.0, "relative_heading": 247.40076755509898, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000403/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000403/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000403/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000403/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0001_000403/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000403/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000403/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000403/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000403/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8594712233215, 52.3516944640077, 47.0735863195732 ] }, "distance": 14.93, "direction": 67.07, "angle": 72.4, "elevation": 47.07, "pano_id": "TMX7316010203-001159_pano_0001_000403", "timestamp": "2019-05-03T08:24:22.713610Z", "filename": "pano_0001_000403.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 14.93251702, "relative_pitch": 72.40011518564569, "relative_heading": 67.07063560227749, "relative_elevation": 47.0735863195732 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000089/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000089/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000089/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000089/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000259_pano_0008_000089/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000259_pano_0008_000089/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000259_pano_0008_000089/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000089/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/13/TMX7316010203-000259/pano_0008_000089/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85906490906282, 52.3515872791823, 45.6364408116788 ] }, "distance": 15.21, "direction": 246.32, "angle": 71.56, "elevation": 45.64, "pano_id": "TMX7316010203-000259_pano_0008_000089", "timestamp": "2017-04-13T10:40:45.647220Z", "filename": "pano_0008_000089.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 15.21356514, "relative_pitch": 71.56344871538332, "relative_heading": 246.3239409783502, "relative_elevation": 45.6364408116788 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002705/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002705/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002705/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002705/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001705_pano_0000_002705/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002705/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002705/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002705/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002705/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85947476253536, 52.3516979093788, 45.7643350465223 ] }, "distance": 15.31, "direction": 66.1, "angle": 71.51, "elevation": 45.76, "pano_id": "TMX7316010203-001705_pano_0000_002705", "timestamp": "2020-05-13T08:12:02.139160Z", "filename": "pano_0000_002705.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 15.30617545, "relative_pitch": 71.50715762951008, "relative_heading": 66.10056562269234, "relative_elevation": 45.7643350465223 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003514/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003514/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003514/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003514/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003514/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003514/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003514/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003514/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003514/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85948332147589, 52.351686102575, 47.7768560983241 ] }, "distance": 15.37, "direction": 71.47, "angle": 72.16, "elevation": 47.78, "pano_id": "TMX7316010203-002119_pano_0000_003514", "timestamp": "2021-04-28T08:34:07.506430Z", "filename": "pano_0000_003514.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 15.37445165, "relative_pitch": 72.16197753474714, "relative_heading": 71.46519420137813, "relative_elevation": 47.7768560983241 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000034/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000034/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000034/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000034/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002943_pano_0001_000034/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000034/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000034/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000034/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000034/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85904172930744, 52.3516124521054, 49.7145426729694 ] }, "distance": 15.86, "direction": 257.96, "angle": 72.3, "elevation": 49.71, "pano_id": "TMX7316010203-002943_pano_0001_000034", "timestamp": "2023-01-20T10:33:19.472480Z", "filename": "pano_0001_000034.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 15.86129532, "relative_pitch": 72.30485245380085, "relative_heading": 257.9616217162768, "relative_elevation": 49.7145426729694 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000032/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000032/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000032/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000032/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002796_pano_0005_000032/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000032/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000032/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000032/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000032/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85903982211272, 52.3515889565219, 46.5673105632886 ] }, "distance": 16.73, "direction": 249.26, "angle": 70.24, "elevation": 46.57, "pano_id": "TMX7316010203-002796_pano_0005_000032", "timestamp": "2022-09-05T09:47:57.099470Z", "filename": "pano_0005_000032.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 16.72611425, "relative_pitch": 70.24265298603314, "relative_heading": 249.26217769808548, "relative_elevation": 46.5673105632886 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000615/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000615/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000615/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000615/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_000615/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000615/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000615/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000615/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000615/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85903294247828, 52.3516005294583, 46.8818408353254 ] }, "distance": 16.76, "direction": 253.95, "angle": 70.32, "elevation": 46.88, "pano_id": "TMX7316010203-001061_pano_0001_000615", "timestamp": "2019-01-17T11:52:18.770590Z", "filename": "pano_0001_000615.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 16.76461732, "relative_pitch": 70.323306340232, "relative_heading": 253.95070070310882, "relative_elevation": 46.8818408353254 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00042/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00042/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00042/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00042/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_08-35-53_00042/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00042/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00042/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00042/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00042/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859498641955065, 52.3517023258346, 0.0 ] }, "distance": 16.99, "direction": 66.81, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_08-35-53_00042", "timestamp": "2025-07-30T08:36:37Z", "filename": "recording_2025-07-30_08-35-53_00042.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 16.99416572, "relative_pitch": 0.0, "relative_heading": 66.8082248780481, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002094/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002094/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002094/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002094/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_002094/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002094/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002094/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002094/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002094/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85950388002108, 52.3517003614343, 45.929426221177 ] }, "distance": 17.24, "direction": 67.94, "angle": 69.43, "elevation": 45.93, "pano_id": "TMX7316060226-000013_pano_0000_002094", "timestamp": "2016-08-04T07:41:51.422710Z", "filename": "pano_0000_002094.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 17.23953993, "relative_pitch": 69.42645239381949, "relative_heading": 67.94320674391358, "relative_elevation": 45.929426221177 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000622/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000622/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000622/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000622/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001061_pano_0001_000622/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000622/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001061_pano_0001_000622/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000622/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/17/TMX7316010203-001061/pano_0001_000622/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85949146075759, 52.3517176452707, 46.8091331170872 ] }, "distance": 17.31, "direction": 60.97, "angle": 69.71, "elevation": 46.81, "pano_id": "TMX7316010203-001061_pano_0001_000622", "timestamp": "2019-01-17T11:52:23.675540Z", "filename": "pano_0001_000622.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 17.30538549, "relative_pitch": 69.71059397523557, "relative_heading": 60.97233117637519, "relative_elevation": 46.8091331170872 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000146/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000146/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000146/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000146/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001601_pano_0001_000146/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000146/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000146/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000146/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000146/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85903090251673, 52.3515880830157, 44.8008280843496 ] }, "distance": 17.33, "direction": 249.67, "angle": 68.85, "elevation": 44.8, "pano_id": "TMX7316010203-001601_pano_0001_000146", "timestamp": "2020-01-29T11:35:39.014900Z", "filename": "pano_0001_000146.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 17.32936934, "relative_pitch": 68.85307463929243, "relative_heading": 249.67317626382928, "relative_elevation": 44.8008280843496 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000039/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000039/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000039/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000039/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002796_pano_0005_000039/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000039/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002796_pano_0005_000039/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000039/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/09/05/TMX7316010203-002796/pano_0005_000039/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85950605509429, 52.3517029665728, 46.6664681611583 ] }, "distance": 17.49, "direction": 67.25, "angle": 69.46, "elevation": 46.67, "pano_id": "TMX7316010203-002796_pano_0005_000039", "timestamp": "2022-09-05T09:48:03.504400Z", "filename": "pano_0005_000039.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 17.48705491, "relative_pitch": 69.45781004043145, "relative_heading": 67.24525650379884, "relative_elevation": 46.6664681611583 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003203/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003203/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003203/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003203/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000780_pano_0000_003203/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003203/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003203/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003203/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003203/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85950529365319, 52.3517057964184, 45.638435440138 ] }, "distance": 17.56, "direction": 66.23, "angle": 68.95, "elevation": 45.64, "pano_id": "TMX7316010203-000780_pano_0000_003203", "timestamp": "2018-06-07T08:38:12.117970Z", "filename": "pano_0000_003203.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 17.56374727, "relative_pitch": 68.95100343623656, "relative_heading": 66.23247119064115, "relative_elevation": 45.638435440138 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003196/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003196/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003196/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003196/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000780_pano_0000_003196/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003196/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000780_pano_0000_003196/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003196/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/07/TMX7316010203-000780/pano_0000_003196/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85902862331989, 52.351583659356, 45.5861386824399 ] }, "distance": 17.65, "direction": 248.35, "angle": 68.83, "elevation": 45.59, "pano_id": "TMX7316010203-000780_pano_0000_003196", "timestamp": "2018-06-07T08:38:05.283080Z", "filename": "pano_0000_003196.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 17.65069987, "relative_pitch": 68.83387326493661, "relative_heading": 248.34983465768525, "relative_elevation": 45.5861386824399 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000041/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000041/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000041/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000041/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002943_pano_0001_000041/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000041/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000041/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000041/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000041/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85949149912321, 52.3517276906636, 49.8400685330853 ] }, "distance": 17.88, "direction": 57.84, "angle": 70.27, "elevation": 49.84, "pano_id": "TMX7316010203-002943_pano_0001_000041", "timestamp": "2023-01-20T10:33:25.742430Z", "filename": "pano_0001_000041.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 17.87672534, "relative_pitch": 70.2680138559403, "relative_heading": 57.842282388800044, "relative_elevation": 49.8400685330853 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002101/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002101/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002101/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002101/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000013_pano_0000_002101/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002101/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000013_pano_0000_002101/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002101/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/04/TMX7316060226-000013/pano_0000_002101/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85902702654392, 52.351579949885, 45.8337010042742 ] }, "distance": 17.91, "direction": 247.25, "angle": 68.66, "elevation": 45.83, "pano_id": "TMX7316060226-000013_pano_0000_002101", "timestamp": "2016-08-04T07:41:57.592630Z", "filename": "pano_0000_002101.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 17.9074085, "relative_pitch": 68.65921565056105, "relative_heading": 247.25069882931203, "relative_elevation": 45.8337010042742 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00035/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00035/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00035/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00035/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-07-30_08-35-53_00035/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00035/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-07-30_08-35-53_00035/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00035/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-07-30_08-35-53_00035/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859024005542057, 52.35158221738183, 0.0 ] }, "distance": 18.0, "direction": 248.24, "angle": 0.0, "elevation": 0.0, "pano_id": "recording_2025-07-30_08-35-53_00035", "timestamp": "2025-07-30T08:36:29Z", "filename": "recording_2025-07-30_08-35-53_00035.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 18.00238007, "relative_pitch": 0.0, "relative_heading": 248.24465532718293, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003468/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003468/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003468/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003468/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002119_pano_0000_003468/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003468/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002119_pano_0000_003468/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003468/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/04/28/TMX7316010203-002119/pano_0000_003468/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85902016748869, 52.3515871294895, 46.4419829612598 ] }, "distance": 18.05, "direction": 250.16, "angle": 68.76, "elevation": 46.44, "pano_id": "TMX7316010203-002119_pano_0000_003468", "timestamp": "2021-04-28T08:30:26.905700Z", "filename": "pano_0000_003468.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 18.05280753, "relative_pitch": 68.75802910572519, "relative_heading": 250.16385467497835, "relative_elevation": 46.4419829612598 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000153/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000153/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000153/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000153/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001601_pano_0001_000153/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000153/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001601_pano_0001_000153/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000153/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/01/29/TMX7316010203-001601/pano_0001_000153/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85950896721723, 52.3517116099634, 44.7301635602489 ] }, "distance": 18.06, "direction": 64.67, "angle": 68.01, "elevation": 44.73, "pano_id": "TMX7316010203-001601_pano_0001_000153", "timestamp": "2020-01-29T11:35:44.879720Z", "filename": "pano_0001_000153.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 18.06022375, "relative_pitch": 68.01314412278963, "relative_heading": 64.67410805342345, "relative_elevation": 44.7301635602489 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000314/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000314/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000314/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000314/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001038_pano_0000_000314/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000314/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000314/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000314/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000314/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85900491834996, 52.3516227314754, 50.1457037003711 ] }, "distance": 18.15, "direction": 263.15, "angle": 70.1, "elevation": 50.15, "pano_id": "TMX7316010203-001038_pano_0000_000314", "timestamp": "2019-01-04T12:22:37.144000Z", "filename": "pano_0000_000314.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 18.15022211, "relative_pitch": 70.10229241461283, "relative_heading": 263.1515273545361, "relative_elevation": 50.1457037003711 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000307/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000307/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000307/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000307/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001038_pano_0000_000307/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000307/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001038_pano_0000_000307/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000307/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/04/TMX7316010203-001038/pano_0000_000307/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85947557363868, 52.3517493461231, 50.4783837869763 ] }, "distance": 18.43, "direction": 49.68, "angle": 69.95, "elevation": 50.48, "pano_id": "TMX7316010203-001038_pano_0000_000307", "timestamp": "2019-01-04T12:22:31.704140Z", "filename": "pano_0000_000307.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 18.42747423, "relative_pitch": 69.94504913149609, "relative_heading": 49.67593494576643, "relative_elevation": 50.4783837869763 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00144/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00144/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00144/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00144/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241112_0936_Track27_Sphere_00144/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00144/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00144/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00144/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00144/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.859527526532252, 52.351708566289865, 0.0 ] }, "distance": 19.08, "direction": 67.22, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241112_0936_Track27_Sphere_00144", "timestamp": "2024-11-12T10:17:33Z", "filename": "Job_20241112_0936_Track27_Sphere_00144.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 19.07722746, "relative_pitch": 0.0, "relative_heading": 67.21903802225312, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000037/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000037/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000037/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000037/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002412_pano_0015_000037/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000037/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000037/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000037/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000037/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85900803419447, 52.3515730244262, 45.3255994338542 ] }, "distance": 19.4, "direction": 246.63, "angle": 66.83, "elevation": 45.33, "pano_id": "TMX7316010203-002412_pano_0015_000037", "timestamp": "2022-01-11T11:39:45.499130Z", "filename": "pano_0015_000037.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 19.39998757, "relative_pitch": 66.82840108049112, "relative_heading": 246.62978060725223, "relative_elevation": 45.3255994338542 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000396/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000396/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000396/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000396/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0001_000396/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000396/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000396/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000396/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000396/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85900281046951, 52.3515757639523, 46.8363018445671 ] }, "distance": 19.61, "direction": 247.86, "angle": 67.28, "elevation": 46.84, "pano_id": "TMX7316010203-001159_pano_0001_000396", "timestamp": "2019-05-03T08:24:17.048760Z", "filename": "pano_0001_000396.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 19.6103227, "relative_pitch": 67.28097766814042, "relative_heading": 247.8599767261198, "relative_elevation": 46.8363018445671 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000045/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000045/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000045/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000045/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002412_pano_0015_000045/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000045/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002412_pano_0015_000045/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000045/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/01/11/TMX7316010203-002412/pano_0015_000045/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85954007566277, 52.3517054845367, 45.3688794458285 ] }, "distance": 19.74, "direction": 69.1, "angle": 66.48, "elevation": 45.37, "pano_id": "TMX7316010203-002412_pano_0015_000045", "timestamp": "2022-01-11T11:39:51.699070Z", "filename": "pano_0015_000045.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 19.74343675, "relative_pitch": 66.48249219669952, "relative_heading": 69.09773575692844, "relative_elevation": 45.3688794458285 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000404/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000404/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000404/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000404/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001159_pano_0001_000404/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000404/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001159_pano_0001_000404/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000404/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/03/TMX7316010203-001159/pano_0001_000404/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85953744754974, 52.3517114803728, 47.1142564611509 ] }, "distance": 19.83, "direction": 67.11, "angle": 67.18, "elevation": 47.11, "pano_id": "TMX7316010203-001159_pano_0001_000404", "timestamp": "2019-05-03T08:24:23.553580Z", "filename": "pano_0001_000404.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 19.8260888, "relative_pitch": 67.17821866878393, "relative_heading": 67.11149041695184, "relative_elevation": 47.1142564611509 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002712/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002712/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002712/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002712/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001705_pano_0000_002712/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002712/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002712/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002712/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002712/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85899698027051, 52.351578046555, 45.7573044262826 ] }, "distance": 19.89, "direction": 248.97, "angle": 66.51, "elevation": 45.76, "pano_id": "TMX7316010203-001705_pano_0000_002712", "timestamp": "2020-05-13T08:12:06.854040Z", "filename": "pano_0000_002712.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 19.88629516, "relative_pitch": 66.51005449064995, "relative_heading": 248.96925007621238, "relative_elevation": 45.7573044262826 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00136/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00136/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00136/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00136/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241112_0936_Track27_Sphere_00136/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00136/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00136/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00136/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241112_0936_Track27_Sphere_00136/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.858999406991987, 52.35157350631812, 0.0 ] }, "distance": 19.92, "direction": 247.44, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241112_0936_Track27_Sphere_00136", "timestamp": "2024-11-12T10:17:25Z", "filename": "Job_20241112_0936_Track27_Sphere_00136.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 19.92033813, "relative_pitch": 0.0, "relative_heading": 247.44207776497262, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002704/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002704/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002704/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002704/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001705_pano_0000_002704/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002704/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001705_pano_0000_002704/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002704/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/13/TMX7316010203-001705/pano_0000_002704/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85954297026328, 52.3517155327782, 45.768284634687 ] }, "distance": 20.35, "direction": 66.35, "angle": 66.03, "elevation": 45.77, "pano_id": "TMX7316010203-001705_pano_0000_002704", "timestamp": "2020-05-13T08:12:01.524100Z", "filename": "pano_0000_002704.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_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 20.34993002, "relative_pitch": 66.02865713362193, "relative_heading": 66.35391281601444, "relative_elevation": 45.768284634687 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241112_0936_Track27_Sphere_00140/adjacencies/b_20241112_0936_Track27_Sphere_00140/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000033/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000033/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000033/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000033/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002943_pano_0001_000033/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000033/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002943_pano_0001_000033/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000033/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2023/01/20/TMX7316010203-002943/pano_0001_000033/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.85897598063516, 52.3515954386792, 49.6837595319375 ] }, "distance": 20.66, "direction": 255.42, "angle": 67.42, "elevation": 49.68, "pano_id": "TMX7316010203-002943_pano_0001_000033", "timestamp": "2023-01-20T10:33:18.717470Z", "filename": "pano_0001_000033.jpg", "surface_type": "L", "mission_distance": 5, "mission_type": "woz", "mission_year": "2022", "tags": [ "mission-woz", "mission-2022", "surface-land", "mission-distance-5" ], "from_pano_id": "b_20241112_0936_Track27_Sphere_00140", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119030.59608481076, 484990.65145887446 ] }, "relative_distance": 20.65801699, "relative_pitch": 67.42294079592112, "relative_heading": 255.41712899119634, "relative_elevation": 49.6837595319375 } ] } }