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_20241211_0838_Track41_Sphere_00010/adjacencies/?format=api
{ "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/?format=api" } }, "_embedded": { "adjacencies": [ { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00010/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00010/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00010/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00010/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00010/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00010/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00010/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.866864245273332, 52.37069105172039, 0.0 ] }, "distance": 0.0, "direction": null, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00010", "timestamp": "2024-12-11T11:17:27Z", "filename": "Job_20241211_0838_Track41_Sphere_00010.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "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_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005795/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005795/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005795/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005795/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005795/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005795/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005795/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005795/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005795/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86686188385353, 52.370696071817, 45.4780652364716 ] }, "distance": 0.58, "direction": 343.94, "angle": 89.27, "elevation": 45.48, "pano_id": "TMX7316010203-002060_pano_0000_005795", "timestamp": "2021-03-25T12:39:55.286720Z", "filename": "pano_0000_005795.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 0.58130101, "relative_pitch": 89.26768474742026, "relative_heading": 343.9378164695434, "relative_elevation": 45.4780652364716 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000275/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000275/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000275/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000275/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001135_pano_0000_000275/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000275/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000275/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000275/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000275/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86685564583763, 52.3706966100311, 46.0829371167347 ] }, "distance": 0.85, "direction": 316.56, "angle": 88.94, "elevation": 46.08, "pano_id": "TMX7316010203-001135_pano_0000_000275", "timestamp": "2019-04-18T07:33:34.819270Z", "filename": "pano_0000_000275.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 0.85181309, "relative_pitch": 88.94104541225856, "relative_heading": 316.5600561881599, "relative_elevation": 46.0829371167347 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004764/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004764/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004764/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004764/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_004764/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004764/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004764/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004764/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004764/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86686498338148, 52.3706821593725, 45.4978242991492 ] }, "distance": 0.99, "direction": 177.09, "angle": 88.75, "elevation": 45.5, "pano_id": "TMX7316010203-001041_pano_0002_004764", "timestamp": "2019-01-09T10:39:45.123320Z", "filename": "pano_0002_004764.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 0.99076678, "relative_pitch": 88.75251651108363, "relative_heading": 177.09153244356744, "relative_elevation": 45.4978242991492 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003307/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003307/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003307/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003307/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_003307/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003307/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003307/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003307/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003307/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86684637604723, 52.3706846809905, 45.6840805886313 ] }, "distance": 1.41, "direction": 239.78, "angle": 88.23, "elevation": 45.68, "pano_id": "TMX7316010203-002553_pano_0000_003307", "timestamp": "2022-05-02T07:36:09.958920Z", "filename": "pano_0000_003307.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 1.40846521, "relative_pitch": 88.23409912427054, "relative_heading": 239.7805680865686, "relative_elevation": 45.6840805886313 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000058/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000058/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000058/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000058/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002853_pano_0010_000058/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000058/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000058/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000058/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000058/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8668494458046, 52.3707012985745, 47.8564156303182 ] }, "distance": 1.52, "direction": 318.52, "angle": 88.18, "elevation": 47.86, "pano_id": "TMX7316010203-002853_pano_0010_000058", "timestamp": "2022-12-14T09:29:27.206490Z", "filename": "pano_0010_000058.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 1.52187734, "relative_pitch": 88.17855618510025, "relative_heading": 318.52237682506274, "relative_elevation": 47.8564156303182 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000182/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000182/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000182/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000182/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_000182/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000182/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000182/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000182/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000182/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8668499840585, 52.370706766648, 45.1738735055551 ] }, "distance": 2.0, "direction": 330.95, "angle": 87.46, "elevation": 45.17, "pano_id": "TMX7316010203-000790_pano_0000_000182", "timestamp": "2018-06-13T11:28:57.258130Z", "filename": "pano_0000_000182.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 2.00032692, "relative_pitch": 87.46456389440486, "relative_heading": 330.9494467301493, "relative_elevation": 45.1738735055551 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006094/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006094/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006094/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006094/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006094/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006094/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006094/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006094/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006094/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86683477834856, 52.370705438498, 45.99979490228 ] }, "distance": 2.57, "direction": 308.58, "angle": 86.81, "elevation": 46.0, "pano_id": "TMX7316010203-001702_pano_0000_006094", "timestamp": "2020-05-11T10:07:05.538550Z", "filename": "pano_0000_006094.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 2.56724559, "relative_pitch": 86.80564002944836, "relative_heading": 308.57796025288906, "relative_elevation": 45.99979490228 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003314/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003314/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003314/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003314/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_003314/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003314/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003314/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003314/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003314/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86684013713008, 52.370709369349, 45.8555046292022 ] }, "distance": 2.62, "direction": 321.15, "angle": 86.73, "elevation": 45.86, "pano_id": "TMX7316010203-000053_pano_0000_003314", "timestamp": "2016-08-09T13:36:07.288370Z", "filename": "pano_0000_003314.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 2.61738857, "relative_pitch": 86.73315616038376, "relative_heading": 321.1459821406307, "relative_elevation": 45.8555046292022 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003315/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003315/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003315/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003315/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_003315/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003315/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003315/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003315/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003315/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86686950578939, 52.3706670906382, 45.9537269854918 ] }, "distance": 2.69, "direction": 172.35, "angle": 86.65, "elevation": 45.95, "pano_id": "TMX7316010203-000053_pano_0000_003315", "timestamp": "2016-08-09T13:36:08.128460Z", "filename": "pano_0000_003315.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 2.69022042, "relative_pitch": 86.64961773795608, "relative_heading": 172.3464647853366, "relative_elevation": 45.9537269854918 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006095/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006095/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006095/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006095/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006095/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006095/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006095/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006095/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006095/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86686418845366, 52.3706641107629, 46.116480554454 ] }, "distance": 3.0, "direction": 180.07, "angle": 86.28, "elevation": 46.12, "pano_id": "TMX7316010203-001702_pano_0000_006095", "timestamp": "2020-05-11T10:07:06.313510Z", "filename": "pano_0000_006095.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 2.99784098, "relative_pitch": 86.28067230317056, "relative_heading": 180.07396385784784, "relative_elevation": 46.116480554454 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000076/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000076/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000076/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000076/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001880_pano_0001_000076/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000076/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000076/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000076/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000076/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86684364815422, 52.3707149213574, 45.5280900048092 ] }, "distance": 3.0, "direction": 332.16, "angle": 86.23, "elevation": 45.53, "pano_id": "TMX7316010203-001880_pano_0001_000076", "timestamp": "2020-08-18T11:16:19.797770Z", "filename": "pano_0001_000076.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 3.00379073, "relative_pitch": 86.22528723333313, "relative_heading": 332.15844556489014, "relative_elevation": 45.5280900048092 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000077/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000077/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000077/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000077/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001880_pano_0001_000077/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000077/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000077/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000077/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000077/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86687858740383, 52.3706645560696, 45.6636453056708 ] }, "distance": 3.11, "direction": 161.67, "angle": 86.11, "elevation": 45.66, "pano_id": "TMX7316010203-001880_pano_0001_000077", "timestamp": "2020-08-18T11:16:20.632770Z", "filename": "pano_0001_000077.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 3.1058976, "relative_pitch": 86.10891424857887, "relative_heading": 161.6688192685389, "relative_elevation": 45.6636453056708 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000183/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000183/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000183/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000183/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_000183/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000183/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000183/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000183/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000183/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86688143082685, 52.370663695227, 45.2969589922577 ] }, "distance": 3.26, "direction": 158.97, "angle": 85.88, "elevation": 45.3, "pano_id": "TMX7316010203-000790_pano_0000_000183", "timestamp": "2018-06-13T11:28:58.153120Z", "filename": "pano_0000_000183.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 3.26135959, "relative_pitch": 85.88183729739315, "relative_heading": 158.96744187950264, "relative_elevation": 45.2969589922577 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000369/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000369/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000369/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000369/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000276_pano_0000_000369/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000369/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000369/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000369/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000369/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86684022548003, 52.3707173637707, 45.6104294732213 ] }, "distance": 3.35, "direction": 330.81, "angle": 85.79, "elevation": 45.61, "pano_id": "TMX7316010203-000276_pano_0000_000369", "timestamp": "2017-04-21T12:14:01.555250Z", "filename": "pano_0000_000369.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 3.35391539, "relative_pitch": 85.79438393806316, "relative_heading": 330.80527807425784, "relative_elevation": 45.6104294732213 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000057/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000057/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000057/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000057/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002853_pano_0010_000057/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000057/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000057/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000057/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000057/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86687796466037, 52.3706591832877, 47.9835874773562 ] }, "distance": 3.67, "direction": 165.24, "angle": 85.63, "elevation": 47.98, "pano_id": "TMX7316010203-002853_pano_0010_000057", "timestamp": "2022-12-14T09:29:26.596440Z", "filename": "pano_0010_000057.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 3.6671853, "relative_pitch": 85.62961851728438, "relative_heading": 165.23794729200108, "relative_elevation": 47.9835874773562 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002971/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002971/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002971/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002971/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000280_pano_0000_002971/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_002971/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_002971/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002971/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002971/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86683852208463, 52.3707237044902, 45.2512674564496 ] }, "distance": 4.03, "direction": 334.26, "angle": 84.91, "elevation": 45.25, "pano_id": "TMX7316010203-000280_pano_0000_002971", "timestamp": "2017-04-26T08:53:22.114440Z", "filename": "pano_0000_002971.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 4.03375499, "relative_pitch": 84.90604602430614, "relative_heading": 334.2572329822733, "relative_elevation": 45.2512674564496 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004765/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004765/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004765/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004765/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_004765/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004765/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004765/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004765/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004765/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86683566236374, 52.3707242522572, 45.4159689815715 ] }, "distance": 4.18, "direction": 332.21, "angle": 84.75, "elevation": 45.42, "pano_id": "TMX7316010203-001041_pano_0002_004765", "timestamp": "2019-01-09T10:39:45.803060Z", "filename": "pano_0002_004765.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 4.17591235, "relative_pitch": 84.74653339983101, "relative_heading": 332.2128616821191, "relative_elevation": 45.4159689815715 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005796/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005796/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005796/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005796/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005796/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005796/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005796/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005796/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005796/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86689034889245, 52.3706563935217, 45.5893575912341 ] }, "distance": 4.25, "direction": 155.25, "angle": 84.68, "elevation": 45.59, "pano_id": "TMX7316010203-002060_pano_0000_005796", "timestamp": "2021-03-25T12:39:56.031880Z", "filename": "pano_0000_005796.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 4.24665259, "relative_pitch": 84.67824991072676, "relative_heading": 155.25002779246623, "relative_elevation": 45.5893575912341 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000276/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000276/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000276/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000276/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001135_pano_0000_000276/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000276/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000276/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000276/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000276/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86688574738282, 52.3706534028066, 46.1968926871195 ] }, "distance": 4.44, "direction": 160.73, "angle": 84.51, "elevation": 46.2, "pano_id": "TMX7316010203-001135_pano_0000_000276", "timestamp": "2019-04-18T07:33:35.584230Z", "filename": "pano_0000_000276.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 4.43795879, "relative_pitch": 84.51265263923413, "relative_heading": 160.73165606651406, "relative_elevation": 46.1968926871195 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003308/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003308/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003308/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003308/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_003308/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003308/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003308/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003308/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003308/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86681736865525, 52.3707260435703, 45.6593735665083 ] }, "distance": 5.04, "direction": 320.65, "angle": 83.71, "elevation": 45.66, "pano_id": "TMX7316010203-002553_pano_0000_003308", "timestamp": "2022-05-02T07:36:10.963890Z", "filename": "pano_0000_003308.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 5.03531657, "relative_pitch": 83.70684991462235, "relative_heading": 320.64913597401704, "relative_elevation": 45.6593735665083 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00009/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00009/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00009/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00009/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00009/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00009/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00009/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00009/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00009/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.866892478922672, 52.37064877169464, 0.0 ] }, "distance": 5.08, "direction": 157.77, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00009", "timestamp": "2024-12-11T11:17:26Z", "filename": "Job_20241211_0838_Track41_Sphere_00009.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 5.08250755, "relative_pitch": 0.0, "relative_heading": 157.76837311220908, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003306/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003306/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003306/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003306/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_003306/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003306/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003306/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003306/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003306/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86687520182604, 52.3706430645466, 45.7858080063015 ] }, "distance": 5.39, "direction": 172.04, "angle": 83.28, "elevation": 45.79, "pano_id": "TMX7316010203-002553_pano_0000_003306", "timestamp": "2022-05-02T07:36:08.933900Z", "filename": "pano_0000_003306.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 5.39163587, "relative_pitch": 83.28390507951255, "relative_heading": 172.04428269204914, "relative_elevation": 45.7858080063015 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005794/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005794/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005794/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005794/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005794/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005794/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005794/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005794/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005794/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86683352411848, 52.3707357871518, 45.4467994617298 ] }, "distance": 5.4, "direction": 337.2, "angle": 83.22, "elevation": 45.45, "pano_id": "TMX7316010203-002060_pano_0000_005794", "timestamp": "2021-03-25T12:39:54.456720Z", "filename": "pano_0000_005794.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 5.39978541, "relative_pitch": 83.22413787176008, "relative_heading": 337.2012293453229, "relative_elevation": 45.4467994617298 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00011/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00011/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00011/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00011/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00011/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00011/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00011/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00011/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00011/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.866831105219129, 52.37073850508246, 0.0 ] }, "distance": 5.74, "direction": 336.86, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00011", "timestamp": "2024-12-11T11:17:28Z", "filename": "Job_20241211_0838_Track41_Sphere_00011.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 5.74253705, "relative_pitch": 0.0, "relative_heading": 336.85516114569054, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000274/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000274/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000274/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000274/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001135_pano_0000_000274/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000274/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000274/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000274/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000274/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8668252477707, 52.3707394396923, 46.0383694833145 ] }, "distance": 6.0, "direction": 333.74, "angle": 82.57, "elevation": 46.04, "pano_id": "TMX7316010203-001135_pano_0000_000274", "timestamp": "2019-04-18T07:33:34.049380Z", "filename": "pano_0000_000274.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 6.00382854, "relative_pitch": 82.5700313229141, "relative_heading": 333.742932357332, "relative_elevation": 46.0383694833145 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004763/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004763/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004763/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004763/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_004763/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004763/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004763/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004763/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004763/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86689446131899, 52.3706402110876, 45.5944537362084 ] }, "distance": 6.02, "direction": 160.01, "angle": 82.48, "elevation": 45.59, "pano_id": "TMX7316010203-001041_pano_0002_004763", "timestamp": "2019-01-09T10:39:44.468100Z", "filename": "pano_0002_004763.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 6.01996139, "relative_pitch": 82.47858503705173, "relative_heading": 160.00964208520068, "relative_elevation": 45.5944537362084 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002972/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002972/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002972/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002972/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000280_pano_0000_002972/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_002972/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_002972/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002972/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002972/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86689793336678, 52.3706370452674, 45.4478783132508 ] }, "distance": 6.43, "direction": 159.1, "angle": 81.94, "elevation": 45.45, "pano_id": "TMX7316010203-000280_pano_0000_002972", "timestamp": "2017-04-26T08:53:24.014510Z", "filename": "pano_0000_002972.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 6.43266034, "relative_pitch": 81.94390862758318, "relative_heading": 159.10285221442, "relative_elevation": 45.4478783132508 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000059/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000059/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000059/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000059/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002853_pano_0010_000059/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000059/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000059/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000059/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000059/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86682014265739, 52.3707434146212, 47.8427195576951 ] }, "distance": 6.56, "direction": 332.73, "angle": 82.2, "elevation": 47.84, "pano_id": "TMX7316010203-002853_pano_0010_000059", "timestamp": "2022-12-14T09:29:27.826430Z", "filename": "pano_0010_000059.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 6.55535195, "relative_pitch": 82.1979844726465, "relative_heading": 332.7276800354185, "relative_elevation": 47.8427195576951 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000370/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000370/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000370/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000370/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000276_pano_0000_000370/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000370/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000370/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000370/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000370/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86690010814712, 52.3706325544766, 45.8220657138154 ] }, "distance": 6.95, "direction": 159.43, "angle": 81.37, "elevation": 45.82, "pano_id": "TMX7316010203-000276_pano_0000_000370", "timestamp": "2017-04-21T12:14:02.915250Z", "filename": "pano_0000_000370.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 6.95244901, "relative_pitch": 81.37248112806253, "relative_heading": 159.4313628945702, "relative_elevation": 45.8220657138154 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000181/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000181/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000181/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000181/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_000181/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000181/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000181/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000181/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000181/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86681904404394, 52.3707492561401, 45.1292857741937 ] }, "distance": 7.17, "direction": 334.58, "angle": 80.97, "elevation": 45.13, "pano_id": "TMX7316010203-000790_pano_0000_000181", "timestamp": "2018-06-13T11:28:56.403140Z", "filename": "pano_0000_000181.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 7.17112627, "relative_pitch": 80.9710833002792, "relative_heading": 334.57636452937186, "relative_elevation": 45.1292857741937 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006093/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006093/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006093/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006093/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006093/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006093/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006093/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006093/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006093/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86680598584602, 52.3707469053725, 45.9462594967335 ] }, "distance": 7.37, "direction": 327.44, "angle": 80.88, "elevation": 45.95, "pano_id": "TMX7316010203-001702_pano_0000_006093", "timestamp": "2020-05-11T10:07:04.718540Z", "filename": "pano_0000_006093.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 7.37375775, "relative_pitch": 80.88254241653253, "relative_heading": 327.44390626038376, "relative_elevation": 45.9462594967335 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003313/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003313/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003313/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003313/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_003313/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003313/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003313/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003313/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003313/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86681081501981, 52.3707518625773, 45.8884850693867 ] }, "distance": 7.68, "direction": 331.73, "angle": 80.5, "elevation": 45.89, "pano_id": "TMX7316010203-000053_pano_0000_003313", "timestamp": "2016-08-09T13:36:06.288440Z", "filename": "pano_0000_003313.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 7.68317079, "relative_pitch": 80.4950543568806, "relative_heading": 331.72886537045747, "relative_elevation": 45.8884850693867 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003316/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003316/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003316/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003316/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_003316/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003316/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003316/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003316/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003316/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8668991125991, 52.3706252673427, 46.066592794843 ] }, "distance": 7.7, "direction": 162.03, "angle": 80.52, "elevation": 46.07, "pano_id": "TMX7316010203-000053_pano_0000_003316", "timestamp": "2016-08-09T13:36:08.878370Z", "filename": "pano_0000_003316.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 7.69569569, "relative_pitch": 80.51598099597429, "relative_heading": 162.0258950422791, "relative_elevation": 46.066592794843 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006096/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006096/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006096/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006096/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006096/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006096/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006096/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006096/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006096/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86689411663088, 52.3706228551251, 46.2181339729577 ] }, "distance": 7.86, "direction": 164.99, "angle": 80.35, "elevation": 46.22, "pano_id": "TMX7316010203-001702_pano_0000_006096", "timestamp": "2020-05-11T10:07:07.068520Z", "filename": "pano_0000_006096.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 7.85653344, "relative_pitch": 80.35261655817365, "relative_heading": 164.9916957941563, "relative_elevation": 46.2181339729577 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000184/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000184/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000184/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000184/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_000184/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000184/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000184/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000184/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000184/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86691376826148, 52.3706204331947, 45.4008003156632 ] }, "distance": 8.55, "direction": 156.77, "angle": 79.33, "elevation": 45.4, "pano_id": "TMX7316010203-000790_pano_0000_000184", "timestamp": "2018-06-13T11:28:59.098110Z", "filename": "pano_0000_000184.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 8.55135473, "relative_pitch": 79.3331656470999, "relative_heading": 156.76905633995716, "relative_elevation": 45.4008003156632 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000056/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000056/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000056/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000056/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002853_pano_0010_000056/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000056/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000056/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000056/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000056/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86690697712454, 52.3706171212948, 48.0832239063457 ] }, "distance": 8.73, "direction": 160.52, "angle": 79.71, "elevation": 48.08, "pano_id": "TMX7316010203-002853_pano_0010_000056", "timestamp": "2022-12-14T09:29:25.981420Z", "filename": "pano_0010_000056.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 8.72622409, "relative_pitch": 79.71381799522833, "relative_heading": 160.5169402836289, "relative_elevation": 48.0832239063457 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000075/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000075/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000075/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000075/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001880_pano_0001_000075/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000075/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000075/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000075/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000075/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86680826639877, 52.3707645778096, 45.6164905894548 ] }, "distance": 9.03, "direction": 335.01, "angle": 78.81, "elevation": 45.62, "pano_id": "TMX7316010203-001880_pano_0001_000075", "timestamp": "2020-08-18T11:16:18.947740Z", "filename": "pano_0001_000075.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 9.02632893, "relative_pitch": 78.80722719888001, "relative_heading": 335.0141180105081, "relative_elevation": 45.6164905894548 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005797/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005797/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005797/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005797/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005797/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005797/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005797/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005797/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005797/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8669188860646, 52.3706165470133, 45.6757425470278 ] }, "distance": 9.09, "direction": 155.82, "angle": 78.75, "elevation": 45.68, "pano_id": "TMX7316010203-002060_pano_0000_005797", "timestamp": "2021-03-25T12:39:56.751720Z", "filename": "pano_0000_005797.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 9.08744986, "relative_pitch": 78.74761110083425, "relative_heading": 155.82490133117358, "relative_elevation": 45.6757425470278 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000078/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000078/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000078/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000078/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001880_pano_0001_000078/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000078/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000078/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000078/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000078/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8669136044386, 52.3706137113429, 45.7988127414137 ] }, "distance": 9.24, "direction": 158.66, "angle": 78.59, "elevation": 45.8, "pano_id": "TMX7316010203-001880_pano_0001_000078", "timestamp": "2020-08-18T11:16:21.472780Z", "filename": "pano_0001_000078.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 9.23932503, "relative_pitch": 78.59439264604097, "relative_heading": 158.66253666130333, "relative_elevation": 45.7988127414137 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004766/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004766/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004766/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004766/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_004766/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004766/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004766/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004766/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004766/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86680626090193, 52.3707666152113, 45.4710239749402 ] }, "distance": 9.29, "direction": 334.84, "angle": 78.45, "elevation": 45.47, "pano_id": "TMX7316010203-001041_pano_0002_004766", "timestamp": "2019-01-09T10:39:46.518100Z", "filename": "pano_0002_004766.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 9.28956058, "relative_pitch": 78.45357375824489, "relative_heading": 334.8411264444216, "relative_elevation": 45.4710239749402 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000277/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000277/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000277/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000277/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001135_pano_0000_000277/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000277/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000277/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000277/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000277/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86691582777678, 52.3706103461917, 46.2778298035264 ] }, "distance": 9.64, "direction": 158.63, "angle": 78.23, "elevation": 46.28, "pano_id": "TMX7316010203-001135_pano_0000_000277", "timestamp": "2019-04-18T07:33:36.344230Z", "filename": "pano_0000_000277.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 9.64321324, "relative_pitch": 78.22933947036599, "relative_heading": 158.63401018855032, "relative_elevation": 46.2778298035264 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003309/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003309/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003309/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003309/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_003309/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003309/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003309/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003309/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003309/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86678847260496, 52.370767175162, 45.7086145440117 ] }, "distance": 9.92, "direction": 328.65, "angle": 77.76, "elevation": 45.71, "pano_id": "TMX7316010203-002553_pano_0000_003309", "timestamp": "2022-05-02T07:36:11.988880Z", "filename": "pano_0000_003309.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 9.91891796, "relative_pitch": 77.75645846303854, "relative_heading": 328.6476132342528, "relative_elevation": 45.7086145440117 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00008/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00008/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00008/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00008/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00008/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00008/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00008/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00008/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00008/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.866919747474803, 52.37060739518167, 0.0 ] }, "distance": 10.05, "direction": 157.9, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00008", "timestamp": "2024-12-11T11:17:25Z", "filename": "Job_20241211_0838_Track41_Sphere_00008.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 10.04710772, "relative_pitch": 0.0, "relative_heading": 157.89841526368272, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005793/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005793/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005793/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005793/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005793/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005793/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005793/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005793/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005793/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86680554773406, 52.370775283052, 45.5218477714807 ] }, "distance": 10.19, "direction": 336.9, "angle": 77.38, "elevation": 45.52, "pano_id": "TMX7316010203-002060_pano_0000_005793", "timestamp": "2021-03-25T12:39:53.441740Z", "filename": "pano_0000_005793.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 10.18979623, "relative_pitch": 77.38267001378615, "relative_heading": 336.8999671715822, "relative_elevation": 45.5218477714807 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003305/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003305/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003305/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003305/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_003305/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003305/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003305/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003305/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003305/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86690382033698, 52.3706015491304, 45.859162026085 ] }, "distance": 10.32, "direction": 164.86, "angle": 77.32, "elevation": 45.86, "pano_id": "TMX7316010203-002553_pano_0000_003305", "timestamp": "2022-05-02T07:36:07.853890Z", "filename": "pano_0000_003305.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 10.31765098, "relative_pitch": 77.32040193744963, "relative_heading": 164.85604792654055, "relative_elevation": 45.859162026085 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00012/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00012/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00012/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00012/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00012/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00012/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00012/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00012/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00012/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.866802028297443, 52.37078131166272, 0.0 ] }, "distance": 10.9, "direction": 337.12, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00012", "timestamp": "2024-12-11T11:17:29Z", "filename": "Job_20241211_0838_Track41_Sphere_00012.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 10.90096916, "relative_pitch": 0.0, "relative_heading": 337.1244308933325, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004762/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004762/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004762/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004762/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_004762/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004762/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004762/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004762/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004762/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86692305445751, 52.3705980911128, 45.6823352696374 ] }, "distance": 11.09, "direction": 158.83, "angle": 76.35, "elevation": 45.68, "pano_id": "TMX7316010203-001041_pano_0002_004762", "timestamp": "2019-01-09T10:39:43.818120Z", "filename": "pano_0002_004762.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 11.09255598, "relative_pitch": 76.35162444235264, "relative_heading": 158.8325731009832, "relative_elevation": 45.6823352696374 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000273/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000273/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000273/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000273/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001135_pano_0000_000273/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000273/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000273/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000273/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000273/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86679472885572, 52.3707819697865, 46.0918883401901 ] }, "distance": 11.17, "direction": 334.92, "angle": 76.38, "elevation": 46.09, "pano_id": "TMX7316010203-001135_pano_0000_000273", "timestamp": "2019-04-18T07:33:33.269190Z", "filename": "pano_0000_000273.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 11.1699673, "relative_pitch": 76.3774946772845, "relative_heading": 334.92032725230877, "relative_elevation": 46.0918883401901 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000060/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000060/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000060/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000060/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002853_pano_0010_000060/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000060/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000060/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000060/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000060/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86679099254013, 52.3707855863331, 47.9135429551825 ] }, "distance": 11.64, "direction": 334.63, "angle": 76.34, "elevation": 47.91, "pano_id": "TMX7316010203-002853_pano_0010_000060", "timestamp": "2022-12-14T09:29:28.471410Z", "filename": "pano_0010_000060.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 11.64247652, "relative_pitch": 76.34243272694769, "relative_heading": 334.62552376228274, "relative_elevation": 47.9135429551825 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000180/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000180/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000180/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000180/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_000180/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000180/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000180/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000180/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000180/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86678854817143, 52.3707915165327, 45.1623577075079 ] }, "distance": 12.31, "direction": 335.24, "angle": 74.75, "elevation": 45.16, "pano_id": "TMX7316010203-000790_pano_0000_000180", "timestamp": "2018-06-13T11:28:55.563140Z", "filename": "pano_0000_000180.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 12.31075002, "relative_pitch": 74.75226958150621, "relative_heading": 335.2415463624872, "relative_elevation": 45.1623577075079 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006092/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006092/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006092/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006092/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006092/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006092/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006092/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006092/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006092/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86677925663052, 52.3707888618782, 45.9864624235779 ] }, "distance": 12.33, "direction": 331.99, "angle": 74.99, "elevation": 45.99, "pano_id": "TMX7316010203-001702_pano_0000_006092", "timestamp": "2020-05-11T10:07:03.888550Z", "filename": "pano_0000_006092.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 12.32733549, "relative_pitch": 74.99383908454885, "relative_heading": 331.99383756481, "relative_elevation": 45.9864624235779 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003317/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003317/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003317/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003317/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_003317/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003317/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003317/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003317/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003317/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86692806742237, 52.3705831698466, 46.1575945746154 ] }, "distance": 12.77, "direction": 160.09, "angle": 74.54, "elevation": 46.16, "pano_id": "TMX7316010203-000053_pano_0000_003317", "timestamp": "2016-08-09T13:36:09.618370Z", "filename": "pano_0000_003317.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 12.7672701, "relative_pitch": 74.53846417320976, "relative_heading": 160.09439311991565, "relative_elevation": 46.1575945746154 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003312/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003312/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003312/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003312/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_003312/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003312/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003312/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003312/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003312/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86678142065193, 52.3707945662073, 45.834794530645 ] }, "distance": 12.83, "direction": 333.91, "angle": 74.37, "elevation": 45.83, "pano_id": "TMX7316010203-000053_pano_0000_003312", "timestamp": "2016-08-09T13:36:05.138410Z", "filename": "pano_0000_003312.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 12.82569039, "relative_pitch": 74.36708770352449, "relative_heading": 333.9070132530731, "relative_elevation": 45.834794530645 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006097/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006097/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006097/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006097/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006097/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006097/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006097/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006097/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006097/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86692372012529, 52.3705815595898, 46.2870259787887 ] }, "distance": 12.84, "direction": 161.61, "angle": 74.5, "elevation": 46.29, "pano_id": "TMX7316010203-001702_pano_0000_006097", "timestamp": "2020-05-11T10:07:07.823470Z", "filename": "pano_0000_006097.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 12.8394215, "relative_pitch": 74.49667459514224, "relative_heading": 161.60917301576492, "relative_elevation": 46.2870259787887 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000368/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000368/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000368/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000368/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000276_pano_0000_000368/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000368/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000368/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000368/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000368/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86677908620161, 52.370802141865, 45.5968557177112 ] }, "distance": 13.65, "direction": 334.86, "angle": 73.33, "elevation": 45.6, "pano_id": "TMX7316010203-000276_pano_0000_000368", "timestamp": "2017-04-21T12:13:59.945310Z", "filename": "pano_0000_000368.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 13.65458675, "relative_pitch": 73.32896937930539, "relative_heading": 334.8636561601348, "relative_elevation": 45.5968557177112 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000055/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000055/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000055/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000055/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002853_pano_0010_000055/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000055/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000055/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000055/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000055/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86693554581685, 52.3705749655057, 48.1363448183984 ] }, "distance": 13.8, "direction": 159.4, "angle": 74.0, "elevation": 48.14, "pano_id": "TMX7316010203-002853_pano_0010_000055", "timestamp": "2022-12-14T09:29:25.361420Z", "filename": "pano_0010_000055.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 13.80010234, "relative_pitch": 74.00304929238531, "relative_heading": 159.39648705716164, "relative_elevation": 48.1363448183984 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000185/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000185/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000185/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000185/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_000185/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000185/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000185/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000185/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000185/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86694536628278, 52.3705769268125, 45.4688261412084 ] }, "distance": 13.85, "direction": 156.49, "angle": 73.06, "elevation": 45.47, "pano_id": "TMX7316010203-000790_pano_0000_000185", "timestamp": "2018-06-13T11:29:00.063140Z", "filename": "pano_0000_000185.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 13.8490396, "relative_pitch": 73.06014619873157, "relative_heading": 156.4872879125347, "relative_elevation": 45.4688261412084 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005798/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005798/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005798/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005798/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005798/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005798/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005798/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005798/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005798/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86694684239881, 52.3705768164901, 45.7291051996872 ] }, "distance": 13.9, "direction": 156.13, "angle": 73.09, "elevation": 45.73, "pano_id": "TMX7316010203-002060_pano_0000_005798", "timestamp": "2021-03-25T12:39:57.496670Z", "filename": "pano_0000_005798.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 13.90068007, "relative_pitch": 73.09183833451152, "relative_heading": 156.1274835406449, "relative_elevation": 45.7291051996872 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002970/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002970/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002970/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002970/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000280_pano_0000_002970/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_002970/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_002970/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002970/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002970/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86678037403871, 52.37080910863, 45.250646780245 ] }, "distance": 14.32, "direction": 336.5, "angle": 72.43, "elevation": 45.25, "pano_id": "TMX7316010203-000280_pano_0000_002970", "timestamp": "2017-04-26T08:53:20.329420Z", "filename": "pano_0000_002970.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 14.32496795, "relative_pitch": 72.4338088955957, "relative_heading": 336.49856887760706, "relative_elevation": 45.250646780245 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004767/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004767/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004767/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004767/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_004767/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004767/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004767/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004767/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004767/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86677746971344, 52.3708089387339, 45.4060559282079 ] }, "distance": 14.39, "direction": 335.75, "angle": 72.42, "elevation": 45.41, "pano_id": "TMX7316010203-001041_pano_0002_004767", "timestamp": "2019-01-09T10:39:47.238090Z", "filename": "pano_0002_004767.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 14.38775341, "relative_pitch": 72.41822633032007, "relative_heading": 335.746133512381, "relative_elevation": 45.4060559282079 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00007/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00007/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00007/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00007/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00007/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00007/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00007/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00007/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00007/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.866941907373453, 52.370567155631285, 0.0 ] }, "distance": 14.77, "direction": 159.01, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00007", "timestamp": "2024-12-11T11:17:25Z", "filename": "Job_20241211_0838_Track41_Sphere_00007.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 14.76636429, "relative_pitch": 0.0, "relative_heading": 159.00941642524984, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005792/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005792/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005792/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005792/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005792/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005792/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005792/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005792/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005792/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86677855270131, 52.370813904774, 45.4986321926117 ] }, "distance": 14.86, "direction": 336.88, "angle": 71.91, "elevation": 45.5, "pano_id": "TMX7316010203-002060_pano_0000_005792", "timestamp": "2021-03-25T12:39:52.126780Z", "filename": "pano_0000_005792.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 14.86418409, "relative_pitch": 71.90803418242494, "relative_heading": 336.8804129488181, "relative_elevation": 45.4986321926117 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003310/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003310/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003310/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003310/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_003310/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003310/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003310/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003310/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003310/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86676027165036, 52.3708086168065, 45.6904765944928 ] }, "distance": 14.88, "direction": 331.57, "angle": 71.97, "elevation": 45.69, "pano_id": "TMX7316010203-002553_pano_0000_003310", "timestamp": "2022-05-02T07:36:13.073870Z", "filename": "pano_0000_003310.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 14.87571118, "relative_pitch": 71.96600689277791, "relative_heading": 331.5723963058938, "relative_elevation": 45.6904765944928 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000278/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000278/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000278/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000278/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001135_pano_0000_000278/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000278/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000278/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000278/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000278/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86694537682991, 52.370566879273, 46.3244546540082 ] }, "distance": 14.88, "direction": 158.2, "angle": 72.19, "elevation": 46.32, "pano_id": "TMX7316010203-001135_pano_0000_000278", "timestamp": "2019-04-18T07:33:37.109150Z", "filename": "pano_0000_000278.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 14.88119835, "relative_pitch": 72.19098211170221, "relative_heading": 158.20236150280047, "relative_elevation": 46.3244546540082 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000074/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000074/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000074/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000074/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001880_pano_0001_000074/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000074/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000074/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000074/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000074/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86677337234817, 52.3708142270818, 45.5227207737043 ] }, "distance": 15.04, "direction": 335.7, "angle": 71.72, "elevation": 45.52, "pano_id": "TMX7316010203-001880_pano_0001_000074", "timestamp": "2020-08-18T11:16:18.117770Z", "filename": "pano_0001_000074.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 15.03891148, "relative_pitch": 71.71848232824708, "relative_heading": 335.69771761402563, "relative_elevation": 45.5227207737043 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003304/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003304/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003304/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003304/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_003304/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003304/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003304/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003304/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003304/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86693064827751, 52.3705599719429, 45.9031264223158 ] }, "distance": 15.27, "direction": 162.77, "angle": 71.6, "elevation": 45.9, "pano_id": "TMX7316010203-002553_pano_0000_003304", "timestamp": "2022-05-02T07:36:06.703900Z", "filename": "pano_0000_003304.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 15.27091097, "relative_pitch": 71.59890629750089, "relative_heading": 162.77272413565248, "relative_elevation": 45.9031264223158 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000079/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000079/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000079/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000079/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001880_pano_0001_000079/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000079/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000079/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000079/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000079/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8669492289661, 52.3705625151592, 45.8824403174222 ] }, "distance": 15.43, "direction": 157.97, "angle": 71.41, "elevation": 45.88, "pano_id": "TMX7316010203-001880_pano_0001_000079", "timestamp": "2020-08-18T11:16:22.347740Z", "filename": "pano_0001_000079.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 15.42964592, "relative_pitch": 71.41290200942503, "relative_heading": 157.9673578527186, "relative_elevation": 45.8824403174222 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00013/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00013/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00013/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00013/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00013/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00013/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00013/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00013/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00013/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.866775535438018, 52.37081913241704, 0.0 ] }, "distance": 15.48, "direction": 337.03, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00013", "timestamp": "2024-12-11T11:17:30Z", "filename": "Job_20241211_0838_Track41_Sphere_00013.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 15.47990999, "relative_pitch": 0.0, "relative_heading": 337.0262762585388, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004761/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004761/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004761/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004761/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_004761/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004761/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004761/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004761/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004761/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86695159699526, 52.3705561453105, 45.7481241058558 ] }, "distance": 16.15, "direction": 158.38, "angle": 70.56, "elevation": 45.75, "pano_id": "TMX7316010203-001041_pano_0002_004761", "timestamp": "2019-01-09T10:39:43.188120Z", "filename": "pano_0002_004761.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 16.14760668, "relative_pitch": 70.55861769008268, "relative_heading": 158.38033669228145, "relative_elevation": 45.7481241058558 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000272/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000272/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000272/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000272/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001135_pano_0000_000272/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000272/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000272/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000272/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000272/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86676455865093, 52.3708243809517, 46.0920337317511 ] }, "distance": 16.32, "direction": 335.41, "angle": 70.51, "elevation": 46.09, "pano_id": "TMX7316010203-001135_pano_0000_000272", "timestamp": "2019-04-18T07:33:32.469210Z", "filename": "pano_0000_000272.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 16.31591387, "relative_pitch": 70.50677270303214, "relative_heading": 335.40940808714095, "relative_elevation": 46.0920337317511 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000061/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000061/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000061/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000061/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002853_pano_0010_000061/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000061/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000061/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000061/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000061/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86676218479419, 52.3708276313998, 47.8650027485564 ] }, "distance": 16.71, "direction": 335.42, "angle": 70.75, "elevation": 47.87, "pano_id": "TMX7316010203-002853_pano_0010_000061", "timestamp": "2022-12-14T09:29:29.146410Z", "filename": "pano_0010_000061.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 16.71208268, "relative_pitch": 70.75333372686929, "relative_heading": 335.4213881916488, "relative_elevation": 47.8650027485564 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002973/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002973/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002973/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002973/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000280_pano_0000_002973/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_002973/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000280_pano_0000_002973/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002973/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/26/TMX7316010203-000280/pano_0000_002973/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86695936242856, 52.3705517992064, 45.614969201386 ] }, "distance": 16.79, "direction": 157.31, "angle": 69.79, "elevation": 45.61, "pano_id": "TMX7316010203-000280_pano_0000_002973", "timestamp": "2017-04-26T08:53:26.194420Z", "filename": "pano_0000_002973.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 16.79499056, "relative_pitch": 69.78678099299519, "relative_heading": 157.31074282909054, "relative_elevation": 45.614969201386 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000371/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000371/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000371/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000371/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000276_pano_0000_000371/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000371/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000276_pano_0000_000371/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000371/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/21/TMX7316010203-000276/pano_0000_000371/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86695794838866, 52.3705474796562, 45.9935281015933 ] }, "distance": 17.2, "direction": 158.22, "angle": 69.49, "elevation": 45.99, "pano_id": "TMX7316010203-000276_pano_0000_000371", "timestamp": "2017-04-21T12:14:04.160280Z", "filename": "pano_0000_000371.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 17.203485, "relative_pitch": 69.49212078029181, "relative_heading": 158.22419871028293, "relative_elevation": 45.9935281015933 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006091/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006091/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006091/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006091/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006091/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006091/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006091/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006091/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006091/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86675243682771, 52.3708304516956, 45.9699086677283 ] }, "distance": 17.28, "direction": 333.85, "angle": 69.4, "elevation": 45.97, "pano_id": "TMX7316010203-001702_pano_0000_006091", "timestamp": "2020-05-11T10:07:03.168540Z", "filename": "pano_0000_006091.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 17.2801098, "relative_pitch": 69.39873636068788, "relative_heading": 333.8520885002787, "relative_elevation": 45.9699086677283 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000179/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000179/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000179/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000179/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_000179/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000179/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000179/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000179/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000179/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86675854188168, 52.3708339380866, 45.1550437081605 ] }, "distance": 17.45, "direction": 335.64, "angle": 68.87, "elevation": 45.16, "pano_id": "TMX7316010203-000790_pano_0000_000179", "timestamp": "2018-06-13T11:28:54.728140Z", "filename": "pano_0000_000179.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 17.45359594, "relative_pitch": 68.8671895996157, "relative_heading": 335.6389145257889, "relative_elevation": 45.1550437081605 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006098/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006098/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006098/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006098/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001702_pano_0000_006098/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006098/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001702_pano_0000_006098/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006098/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/05/11/TMX7316010203-001702/pano_0000_006098/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86695238782081, 52.3705403872668, 46.3755748560652 ] }, "distance": 17.81, "direction": 160.3, "angle": 68.99, "elevation": 46.38, "pano_id": "TMX7316010203-001702_pano_0000_006098", "timestamp": "2020-05-11T10:07:08.598500Z", "filename": "pano_0000_006098.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 17.80753897, "relative_pitch": 68.99394464403791, "relative_heading": 160.29825504272438, "relative_elevation": 46.3755748560652 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003318/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003318/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003318/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003318/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_003318/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003318/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003318/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003318/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003318/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86695680130092, 52.3705412688499, 46.232735269703 ] }, "distance": 17.82, "direction": 159.28, "angle": 68.92, "elevation": 46.23, "pano_id": "TMX7316010203-000053_pano_0000_003318", "timestamp": "2016-08-09T13:36:10.383370Z", "filename": "pano_0000_003318.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 17.81932648, "relative_pitch": 68.9220097983853, "relative_heading": 159.28190571990189, "relative_elevation": 46.232735269703 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003311/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003311/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003311/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003311/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000053_pano_0000_003311/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003311/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000053_pano_0000_003311/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003311/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/09/TMX7316010203-000053/pano_0000_003311/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86675116152598, 52.3708374633199, 45.8123514344916 ] }, "distance": 18.02, "direction": 334.7, "angle": 68.53, "elevation": 45.81, "pano_id": "TMX7316010203-000053_pano_0000_003311", "timestamp": "2016-08-09T13:36:03.968410Z", "filename": "pano_0000_003311.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 18.02071542, "relative_pitch": 68.52734223815045, "relative_heading": 334.69741569432216, "relative_elevation": 45.8123514344916 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005799/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005799/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005799/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005799/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005799/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005799/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005799/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005799/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005799/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8669740797866, 52.370537448646, 45.8053563833237 ] }, "distance": 18.66, "direction": 156.36, "angle": 67.84, "elevation": 45.81, "pano_id": "TMX7316010203-002060_pano_0000_005799", "timestamp": "2021-03-25T12:39:58.296670Z", "filename": "pano_0000_005799.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 18.65747287, "relative_pitch": 67.83791180458817, "relative_heading": 156.36220479711258, "relative_elevation": 45.8053563833237 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000054/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000054/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000054/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000054/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002853_pano_0010_000054/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000054/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002853_pano_0010_000054/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000054/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/14/TMX7316010203-002853/pano_0010_000054/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86696436061392, 52.3705328511151, 48.2127156592906 ] }, "distance": 18.88, "direction": 158.83, "angle": 68.62, "elevation": 48.21, "pano_id": "TMX7316010203-002853_pano_0010_000054", "timestamp": "2022-12-14T09:29:24.731430Z", "filename": "pano_0010_000054.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 18.87817187, "relative_pitch": 68.61667512206026, "relative_heading": 158.82604289487853, "relative_elevation": 48.2127156592906 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000186/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000186/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000186/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000186/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000790_pano_0000_000186/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000186/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000790_pano_0000_000186/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000186/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/06/13/TMX7316010203-000790/pano_0000_000186/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86697631798587, 52.3705329641586, 45.5675260694698 ] }, "distance": 19.18, "direction": 156.54, "angle": 67.18, "elevation": 45.57, "pano_id": "TMX7316010203-000790_pano_0000_000186", "timestamp": "2018-06-13T11:29:01.033260Z", "filename": "pano_0000_000186.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 19.17583157, "relative_pitch": 67.17755598131241, "relative_heading": 156.5427525104421, "relative_elevation": 45.5675260694698 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005791/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005791/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005791/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005791/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002060_pano_0000_005791/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005791/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002060_pano_0000_005791/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005791/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/03/25/TMX7316010203-002060/pano_0000_005791/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86674979890791, 52.3708510398258, 45.4964425507933 ] }, "distance": 19.43, "direction": 336.35, "angle": 66.87, "elevation": 45.5, "pano_id": "TMX7316010203-002060_pano_0000_005791", "timestamp": "2021-03-25T12:39:50.701760Z", "filename": "pano_0000_005791.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 19.43428529, "relative_pitch": 66.86973815529082, "relative_heading": 336.3538684346203, "relative_elevation": 45.4964425507933 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004768/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004768/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004768/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004768/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001041_pano_0002_004768/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004768/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001041_pano_0002_004768/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004768/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/01/09/TMX7316010203-001041/pano_0002_004768/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86674838686571, 52.3708512672132, 45.4131824364886 ] }, "distance": 19.5, "direction": 336.12, "angle": 66.77, "elevation": 45.41, "pano_id": "TMX7316010203-001041_pano_0002_004768", "timestamp": "2019-01-09T10:39:47.938100Z", "filename": "pano_0002_004768.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 19.49619291, "relative_pitch": 66.76581807229104, "relative_heading": 336.1247879515438, "relative_elevation": 45.4131824364886 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003311/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003311/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003311/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003311/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_003311/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003311/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003311/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003311/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003311/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86673131182212, 52.37084982172, 45.6952243195847 ] }, "distance": 19.85, "direction": 332.87, "angle": 66.52, "elevation": 45.7, "pano_id": "TMX7316010203-002553_pano_0000_003311", "timestamp": "2022-05-02T07:36:14.168860Z", "filename": "pano_0000_003311.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 19.85192183, "relative_pitch": 66.51785216297148, "relative_heading": 332.8658560978242, "relative_elevation": 45.6952243195847 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000279/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000279/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000279/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000279/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001135_pano_0000_000279/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000279/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001135_pano_0000_000279/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000279/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/04/18/TMX7316010203-001135/pano_0000_000279/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86697544004491, 52.3705232251899, 46.395312551409 ] }, "distance": 20.15, "direction": 157.93, "angle": 66.52, "elevation": 46.4, "pano_id": "TMX7316010203-001135_pano_0000_000279", "timestamp": "2019-04-18T07:33:37.909520Z", "filename": "pano_0000_000279.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 20.15203453, "relative_pitch": 66.52204412972294, "relative_heading": 157.92533757677296, "relative_elevation": 46.395312551409 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003303/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003303/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003303/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003303/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002553_pano_0000_003303/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003303/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002553_pano_0000_003303/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003303/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/02/TMX7316010203-002553/pano_0000_003303/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.8669569393013, 52.3705184090712, 45.97583541926 ] }, "distance": 20.22, "direction": 161.81, "angle": 66.26, "elevation": 45.98, "pano_id": "TMX7316010203-002553_pano_0000_003303", "timestamp": "2022-05-02T07:36:05.528930Z", "filename": "pano_0000_003303.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 20.22150821, "relative_pitch": 66.25871184777365, "relative_heading": 161.80755555283991, "relative_elevation": 45.97583541926 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00014/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00014/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00014/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00014/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241211_0838_Track41_Sphere_00014/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00014/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00014/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00014/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241211_0838_Track41_Sphere_00014/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.866746487171217, 52.37085823616527, 0.0 ] }, "distance": 20.26, "direction": 336.68, "angle": 0.0, "elevation": 0.0, "pano_id": "b_20241211_0838_Track41_Sphere_00014", "timestamp": "2024-12-11T11:17:31Z", "filename": "Job_20241211_0838_Track41_Sphere_00014.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 20.25861366, "relative_pitch": 0.0, "relative_heading": 336.6778638683403, "relative_elevation": 0.0 }, { "_links": { "self": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241211_0838_Track41_Sphere_00010/adjacencies/b_20241211_0838_Track41_Sphere_00010/" }, "equirectangular_full": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000073/equirectangular/panorama_8000.jpg" }, "equirectangular_medium": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000073/equirectangular/panorama_4000.jpg" }, "equirectangular_small": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000073/equirectangular/panorama_2000.jpg" }, "cubic_img_preview": { "href": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000073/cubic/preview.jpg" }, "thumbnail": { "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001880_pano_0001_000073/?format=api" }, "adjacent": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000073/?format=api" }, "transitive_adjacencies": { "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001880_pano_0001_000073/adjacencies/?format=api" } }, "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000073/cubic/", "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/08/18/TMX7316010203-001880/pano_0001_000073/cubic/{z}/{f}/{y}/{x}.jpg", "geometry": { "type": "Point", "coordinates": [ 4.86673889611813, 52.3708633704618, 45.5085687590763 ] }, "distance": 20.99, "direction": 336.0, "angle": 65.24, "elevation": 45.51, "pano_id": "TMX7316010203-001880_pano_0001_000073", "timestamp": "2020-08-18T11:16:17.282790Z", "filename": "pano_0001_000073.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_20241211_0838_Track41_Sphere_00010", "from_geolocation_2d_rd": { "type": "Point", "coordinates": [ 119563.26108531636, 487106.33646013215 ] }, "relative_distance": 20.98940984, "relative_pitch": 65.23995772911508, "relative_heading": 335.99925967339817, "relative_elevation": 45.5085687590763 } ] } }